Development tools : XUI Mobile editor : Adding Mobile widgets : XUI Mobile widgets : CustomizeListItem
  
CustomizeListItem
A CustomizeListItem widget is a list item that can be customized by containing any widgets. You can manually add the CustomizeListItem to a list widget by using the Items editor.
Property
styleClass
The CSS class for the widget.
id
A unique ID string for the widget.
selected
false
This is the default value. The item is not selected by default.
true
The item is highlighted to indicate that it is selected by default.
transition
The animated transition effect for the widget.
transitionDir
1
This is the default value. Transition forward.
-1
Transition backward.
clickable
true
This is the default value. The widget is clickable even if the transition destination is not specified in the moveTo property.
false
The widget is not clickable.
variableHeight
false
This is the default value. The height of all list items is consistent.
true
The height of the list item varies according to the content in the item.
postDataScope
all
This is the default value. All data in the flow is submitted.
current
The data in the current view is submitted.
none
No data is submitted.
ECA editor support
Events that can be added to the CustomizeListItem widget with the ECA editor
onClick
This event is called when you tap the widget.
onTouchStart
This event is called when you touch the widget.
Property that can be configured for the CustomizeListItem widget with the ECA editor
id
A unique ID string for the widget.
Applicable ECA part: Expression in Condition
Functions that can be configured for the CustomizeListItem widget with the ECA editor
set(name,value)
Set a value for a widget property.
Applicable ECA part: Actions
issueMoveTo(newMobileViewId)
Transition to a destination view that is specified with the newMobileViewId value.
Applicable ECA part: Actions
get(name)
Returns the value of a widget property.
Applicable ECA part: Expression in Condition
See also
XUI Mobile widgets