Loading...
 
Skip to main content

History: Text Tracker Field

Source of version: 10 (current)

Copy to clipboard
            !Text Tracker Field
This field type creates a simple text field that is not wiki-parsed.  

||__Parameter__|__value__|__description__|version
__next__|1 or empty| empty: next field on next row, 1: next field on same row| 
__size__|numeric| |
__prepend__|text|text to be displayed before the field value|
__append__|text|text to be displayed after the field value|
__max__|numeric|maximum number of characters that can be saved|
__autocomplete__|y or n|if y (default n) will propose an autocomplete on the values of the field (if mulitlingual, will propose only the values in the associated language)|tw>=4.0||

Note:
*The text is not wiki parsed and the html is not interpreted (if you want it wiki parsed, use a textarea field)
*if you want to specify the size of the text but not to put the next field on the same line, you have to enter the parameter like {CODE()},50{CODE}
or
{CODE()}0,50{CODE}