RoundRect
A RoundRect widget is a round-corner rectangle container that can contain other widgets and containers. It can also be contained by other containers.
Derived base
dojox.mobile.RoundRect
Properties
id
A unique ID string for the widget.
label
The text to be displayed as the label of the widget.
shadow
false
This is the default value. No shadow effect is added to the container.
true
The shadow effect is added to the container.
ECA editor support
Property that can be configured for the RoundRect 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 RoundRect widget with the ECA editor
set(name,value)
Set a value for a widget property.
Applicable ECA part: Actions
get(name)
Returns the value of a widget property.
Applicable ECA part: Expression in Condition
See also