Widgets
Samples
Demos
Forum
Services
Documentation
adjust
attachEvent
bind
blockEvent
callEvent
define
destructor
detachEvent
disable
enable
getChildViews
getFormView
getNode
getParentView
getSelectedDate
getTopParentView
getValue
getVisibleDate
hasEvent
hide
isEnabled
isVisible
locate
mapEvent
moveSelection
queryView
refresh
render
resize
selectDate
setValue
show
showCalendar
unbind
unblockEvent
Start
API Reference
ui.calendar
Methods
locate
gets 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