dojox/mobile/_EditableListMixin (version 1.10)

Summary

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.

Property Summary

Method Summary

Event Summary

Properties

deleteIconForEdit
isEditing

A read-only flag that indicates whether the widget is in the editing mode.

rightIconForEdit

Methods

_resetMoveItem(node)
Parameter Type Description
node DomNode
_setupMoveItem(node)
Parameter Type Description
node DomNode
destroy()

Destroys the widget.

endEdit()

Ends the editing.

startEdit()

Starts the editing.

Events

_onClick(e)

Internal handler for click events.

Parameter Type Description
e undefined
_onTouchEnd(e)
Parameter Type Description
e undefined
_onTouchMove(e)
Parameter Type Description
e undefined
_onTouchStart(e)
Parameter Type Description
e undefined
onClick(e)

User-defined function to handle clicks.

Parameter Type Description
e Event
onDeleteItem(item)

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
onEndEdit()

Stub function to connect to from your application.

onMoveItem(item,from,to)

Stub function to connect to from your application.

Parameter Type Description
item Widget
from int
to int
onStartEdit()

Stub function to connect to from your application.

Error in the documentation? Can’t find what you are looking for? Let us know!