History: Text Tracker Field
Source of version: 11 (current)
Copy to clipboard
{syntax type="markdown" editor="wysiwyg"} # 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}