--
PedroRio - 03 Feb 2011
The
AttributeText is a type of attribute designed to store small/medium sized strings. For long sized strings there's the "
WebITDS.AttributeLongText" type.
Length
The length of the text attribute will actually do two things:
- Limit the size of the column in the database
- Limit the number of characters you can write in a form field
You can choose from length 1 to any number (although for very large texts you should use the
WebITDS.AttributeLongText type).
Editor
Deprecated. Only used in
WebITDS.AttributeLongText types.
Lov
A list of possible values for the attribute. This option can have the name of an existing list of values (LOV) created inside a XEO Lov file.