Typo3 Mailarchive typo3_english typo3_dev


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Typo3] save-and-new-button


  • From: trabold at mehrwert.de (Christian Trabold)
  • Date: Tue, 16 Aug 2005 12:42:38 +0200

Hello Philipp,

> Can somebody give me a hint, where to find out sth. about the buttons 
> (where are they setup, how to config)? I'd like to have a 
> "new-and-save-button" in different location, for example in the standard 
> pagecontent > text .

you can add a save-and-new-button as well as hiding the delete button 
via TSconfig. Add the following code to the user/group-TSconfig-field:

*Add save-and-new to all forms*
options.saveDocNew = 1

*Enable it eg. for content-elements only*
options.saveDocNew = 0
options.saveDocNew.tt_content = 1


*Hide the delete button*
options.disableDelete = 1

*And again for hiding in content-element only*
options.disableDelete = 0
options.disableDelete.tt_content = 1


Hope that helps a bit!

Christian