Widgets
Samples
Demos
Forum
Services
Documentation
adjust
attachEvent
bind
blockEvent
callEvent
clear
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
queryView
refresh
registerType
render
resize
scrollTo
setValues
show
showItem
sync
unbind
unblockEvent
updateItem
validateEditor
Start
API Reference
ui.property
Methods
locate
returns the id of an item from the specified HTML event
id
locate
(
Event
e
);
e
Event
a native event
id
the item id
Example
$$
(
'view'
)
.
locate
(
e
)
;
Back to top