Samples
Forum
Support
Documentation
adjust
attachEvent
bind
blockEvent
callEvent
customize
define
destructor
detachEvent
disable
edit
editCancel
editNext
editStop
enable
focusEditor
getChildViews
getEditState
getEditor
getEditorValue
getFormView
getItem
getItemNode
getNode
getParentView
getScrollState
getTopParentView
getValues
hasEvent
hide
isEnabled
isVisible
load
locate
mapEvent
parse
refresh
registerType
render
resize
scrollTo
setValues
show
showItem
sync
unbind
unblockEvent
updateItem
validateEditor
Start
API Reference
ui.property
Methods
locate
gets the id of an item from the specified HTML event
id
locate
(
Event
e
);
Parameters
e
Event
a native event
Returns
id
the item id
Example
$$
(
'view'
)
.
locate
(
e
)
;
Back to top