Difference between revisions of "FieldText"
Jump to navigation
Jump to search
old>Ln.jeel (Created page with '= Text = A single line of a text (ex. Name) Properties * Groupable: No * Show in lists: Yes * Searchable: Yes == User interface == Field in show mode [[File:FieldText_show.pn…') |
old>Admin |
||
Line 3: | Line 3: | ||
Properties | Properties | ||
* Type: [[Field type reference#Basic|Basic]] | |||
* Groupable: No | * Groupable: No | ||
* Show in lists: Yes | * Show in lists: Yes |
Revision as of 14:13, 13 March 2013
Text
A single line of a text (ex. Name)
Properties
- Type: Basic
- Groupable: No
- Show in lists: Yes
- Searchable: Yes
User interface
Field in show mode
Field in edit mode
User interface as displayed in picture
Configuration
Required:
- As shown above
Options:
- As shown above
Developer info
- FeltTypeID: 30
- SQL datatype: varchar(255)
- Class name: FieldText
- Field is allowed in inline tables
- Pattern: ^.+$