A rounded rectangle list.
EditableRoundRectList is a rounded rectangle list, which can be used to display a group of items. Each item must be a dojox/mobile/ListItem.
See the dojox/mobile/_EditableListMixin reference documentation for more information.
A read-only flag that indicates whether the widget is in the editing mode.
| Parameter | Type | Description |
|---|---|---|
| node | DomNode |
| Parameter | Type | Description |
|---|---|---|
| node | DomNode |
Internal handler for click events.
| Parameter | Type | Description |
|---|---|---|
| e | undefined |
User-defined function to handle clicks.
| Parameter | Type | Description |
|---|---|---|
| e | Event |
Stub function to connect to from your application.
This function is called when a user clicks the delete button. You have to provide that function or subscribe to /dojox/mobile/deleteListItem, otherwise the delete button will have no-effect.
| Parameter | Type | Description |
|---|---|---|
| item | Widget |
Stub function to connect to from your application.
Stub function to connect to from your application.
| Parameter | Type | Description |
|---|---|---|
| item | Widget | |
| from | int | |
| to | int |
Stub function to connect to from your application.