Difference between revisions of "FieldText"

From TempusServa wiki
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 15: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

FieldText show.png

Field in edit mode

FieldText edit.png

User interface as displayed in picture


Configuration

FieldText BE.png

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: ^.+$