Extending : Widget extension : Enabling a customized widget in the XUI editor : Defining a widget : The <properties> tag
  
The <properties> tag
The <properties> tag lists the properties of a widget.
Attributes of the <properties> tag
Name
The name of the property.
Default
The default value of this property.
Type
The type of the property. For each property type, the property editor for this type is predefined. The value of the type attribute must be selected from Values for the type attribute of the <properties> tag. The default value is String.
showInEditor
Determines whether to display this property in widget property view. Default value: true
showInExpression
Determines whether to display this property in ECA expression. Default value: false
showInAction
Determines whether to display this property in ECA action list. Default value: false
Description
The description of this property, NLS support.
Level
Reserved in current release.
Values for the type attribute of the <properties> tag
String
Basic String type.
Visibility
Determines the visibility of widget. Possible values are: visible, hidden and gone
Boolean
Basic Boolean type. Possible values are: yes and no
ButtonType
Determines the type of button which user will create. Possible values are: button, submit and reset.
KeyBinding
Determines the shortcut key of widget.
DataName
The name of field in UDTT context.
DataNameList
The name of IndexedCollection of the UDTT context. This type is used for Combo and SelectList widgets only.
DataNameTreeContent
The name of the data within the UDTT context. This type is used for Tree widget only.
Image
The image of widget.
NLS
String with NLS support.
Go up to
Defining a widget