OPTION | CHOICES | PARAMETERS | EXPLANATION
|
Type | Text input | size |
|
| | prepend | will be displayed before the field
|
| | append | will be displayed just after
|
| | max with size in chars
|
| | max is the maximum number of characters that can be saved
|
| | 1 to make the next text field or checkbox is in same row
|
| | If you indicate only 1 it means next field is in same row too
|
| Textarea | quicktags | 1 for on, 0 for off
|
| | width(in characters) | width=
|
| | height(in characters) | height=
|
| | max(characters saved) | max=
|
| | listmax (number of characters displayed in list mode) | listmax=
|
| Drop down combo | a "choose one" input, enter text options separated by commas (example)
|
| Checkbox | a "boolean" on/off yes/no true/false field | put 1 if you need that next field is on the same row.
|
| Radio buttons | a "choose one" input, text options separated by commas.
|
| Date/time | Date & time picker
|
| User | allows a selection from the list of site's users ( more information )
|
| | 1 | Uses the item creator's login
|
| | 2 | Uses the last modifier's login
|
| Group | select a group from the list of site's groups ( more information )
|
| | 1 | Uses the item creator's group
|
| | 2 | Uses the last modifier's group
|
| IP Selector | records an IP adress ( more information )
|
| | 1 | Choose the item creator's IP
|
| | 2 | Displays the last modifier's IP
|
| Country Selector | A dropdown of all countries
|
| | 1 | Displays only country name
|
| | 2 | Displays only country flag
|
| | (none) | Displays both name and flag.
|
| Numeric
|
| | 1 | display the next field in the same row
|
| | size | in characters
|
| | prepend' | text displayed before the field
|
| | append | will be displayed just after
|
| Image | Allows user to upload an image
|
| | xListSize | size in pixels of the horizontal axis in "List View" mode (automatically rescaled if the upload image is larger) |
|
| | yListSize | size in pixels of the vertical axis in "List View" mode (automatically rescaled if the upload image is higher) |
|
| | xDetailsSize | size in pixels of the horizontal axis in "Item View" mode (automatically rescaled if the upload image is larger) |
|
| | yDetailsSize | size in pixels of the vertical axis in "Item View" mode (automatically rescaled if the upload image is higher) |
|
| | uploadLimitScale | maximum size of a picture. If the image is larger or higher, the uploaded image will be rescaled automatically- the initial image will not be saved |
|
| Header | Creates a new section in create tracker item view (divides the form into sections), Field title is displayed as heading 2, description below.
|
| Action | Label,post,tiki-index_raw.php,page:fieldname,highlight=test
|
| Category | applies a category to the tracker item (example)
|
| | parentId | applies the same category as the tracker
|
| | radio | lists the available categories so the user can choose one
|
| | checkbox | (default) lists the available categories so that the user can check all that apply
|
| Multiselect | Allows selection of multiple values from a defined set of options. (Multiselect Tracker Field)
|
| Item Link | Links (related) items from one tracker to another (example )
|
| | trackerId | enter the tracker ID number to be linked to.
|
| | fieldId | enter the corresponding field ID
|
| | linkToItem | links to item from trackerId whichever fieldId matches the content of that field.
|
| | 1 | to create a link to items in view mode and listing linkToItems
|
| | 0 | to create a link to the item in view mode
|
| | 0 | to create a link to the item in listmode
|
| Items list | displays the list of displayFieldIdThere from item in tracker trackerId where fieldIdThere matches fieldIdHere. linkToItems 1|0
|
| | trackerId
|
| | fieldIdThere
|
| | fieldIdHere
|
| | displayFieldIdThere
|
| Email address |
|
| | 0 | displays the address as plain text
|
| | 1 | displays a hex encoded mailto link (more difficult for web spiders to pick it up and spam)
|
| | 2 | displays the normal href mailto.
|
| Subscription | Set up a counter and allow users subscription to an event that is the tracker item. (more information)
|
| Dynamic Items list | Refresh "dynamically" a list based on another list. For example, when i select "Solaris" in the first list "Solaris, Windows, Linux, ...", the dynamic list does a request to obtains its items like "Solaris 2.9, Solaris 2.10, ...". If i select "Windows" in the first list, the second list change "dynamically" its content to "Windows 2000, Windows XP, ...". (In Tikiwiki 1.10) |