Database Field Attributes Documentation

 

[!] Limited Selection List

Parameter is a comma separated list (using CSV rules and not in quotes) of the options made available to the user which are enforced on save.

Read more...

 

[#] Format (DB Field Attribute)

Takes 1 parameter, a formatting mask

Read more...

 

 

[&] Count Attached Child Records

Takes 1 Parameter which is the Table name that you want to count the Attached Records in. The specified Table must be a Child of the calling Record's Table.

Read more...

 

[+] Sum of Field of Attached Child Records

Parameter is the table and field name that you want to sum in the form of TableName.FieldName. The specified Table must be a Child of the calling Record.

Read more...

 

 

[AccKey] Keyboard Accelorator Key

Takes one parameter which is the keyboard key which will be used as the Access Key for a given Database Table's field.

*Note: By default, each Field's Access Key will be initialized to the first character of the Field's Label.

Read more...

 

[Ajax]

Takes 3 parameters, Trigger, DestinationID, Path

Read more...

 

[A] Copy Attached Value

Parameter must first specify only looking at Parents (PARENT) or only looking at Children (CHILD). The remainder of the parameter should be the table and field name you are after in the form of TableName.FieldName.

Read more...

 

[Custom] HTML Field Attribute

Allows any extra HTML Attributes to be specified in the Control's HTML Tag

Read more...

 

[DatePicker]

Takes no parameters

Read more...

 

 

 

[D] Default Value

Parameter is a value or an expression to be used when a record is created if no value is specified during the creation. The value or expression is run through the Assignment Attribute in order to calculate it's result.

Read more...

 

[Footer] Raw HTML

Accepts one parameter which is the raw HTML content to be placed in the form, below the Field's location.

Read more...

 

[Header] Raw HTML

Accepts one parameter which is the raw HTML content to be placed in the form, above the Field's location.

Read more...

 

[If] Assignment (DB Field Attribute)

Parameter is divided into two parts, the Test and the Result if True. The test comes prior to the keyword of Then and the Result if True comes after.

Read more...

 

 

[Markdown]

Has no parameters.

Read more...

 

[MaxLen]

Accepts a numeric value as a parameter.

Read more...

 

[Max]

Accepts a numeric value as a parameter.

Read more...

 

 

[Min]

Accepts a numeric value as a parameter.

Read more...

 

[MText] Multiline Text Editor

Accepts one optional numeric value as a parameter

Read more...

 

[Placeholder]

Takes one parameter

Read more...

 

[Raw] Raw HTML

Accepts one parameter which is the raw HTML content to be placed in the form at the Field's location.

Read more...

 

[R] Readonly

Has no parameters.

Read more...

 

[Score] 0.0 to 10

Accepts 3 parameters, first is required, 2nd and 3rd are optional. A trailing optional expression after an = sign may also assign a value on the same line.

Read more...

 

[SearchFieldList]

Parameter is a space separated list of field names to be displayed when the user is viewing results from the Search List in the Admin interface.

Read more...

 

[SearchSort]

Parameter is a space separated list of field names to have the display table sorted by when displaying search results in the Admin interface.

Read more...

 

[State] Error State

Takes one parameter.

Read more...

 

[Temp] Field

Parameter is a single new field name or a space separated list of new field names.

Read more...

 

 

[_#] Format if not blank (DB Field Attribute)

Takes 1 parameter, a formatting mask

Read more...