26.04.2007, 21:46
|
#11
|
Senior Member
Регистрация: 14.03.2006
Адрес: Russia, Penza
Сообщений: 1,504
|
http://typo3.org/documentation/docum...4/2/#id2820846 :
Цитата:
Configuration of the displayed order of fields in TCEforms.
The whole strings is divided by tokens according to a - unfortunately - complex ruleset.
1. #1: Overall the value is divided by a "comma" ( , ). Each part represents the configuration for a single field.
2. #2: Each of the field configurations is further divided by a semi-colon ( ; ). Each part of this division has a special significance.
1.
Part 1: Fieldname reference (Required!)
2.
Part 2: Alternative fieldlabel (LS)
3.
Part 3: Palette number (referring to an entry in the "palettes" section).
4.
Part 4: Special configuration (splitted by colon ( : )), eg. 'nowrap' and 'richtext[(list of keys or *)]' (see section later)
5.
Part 5: Form style codes (see section later)
Notice: Instead of a real fieldname you can theoretically insert "--div--" and you will have a divider line shown. However this is not rendered by default so it has no significance.
Another special fieldname, '--palette--', will insert a link to a palette (of course you need to specify a palette and title then...)
|
|
|
|