ui-contextmenu
Advanced tools
Changelog
1.18.1 / 2017-08-28
title
callback is openedChangelog
1.18.0 / 2017-08-26
setEntry(cmd, data)
:
Clarify that this method resets all attributes not passed in
data
are reset to defaults.<br>
Also, passing a plain title string as data
is deprecated: use setTitle()
instead.updateEntry(cmd, data)
.<br>
Example: updateEntry("info", {title: "Show info...", enable: false})
<br>
Unlike setEntry()
, this method only updates menu attibutes that are
passed in data
, leaving other attributes intact.getEntry()
, getEntryWrapper()
, setIcon
, setTitle
(in addition to the existing enableEntry
and showEntry
).Changelog
1.17.0 / 2017-04-17
disabled
, title
, and tooltip
optionsautoFocus
skips leading disabled entries.closeOnWindowBlur
.on()
/ .off()
syntax.delegate
optionChangelog
1.16.0 / 2017-03-30
extraData
argument to select
and other events.
The same ui.extraData instance is passed to all events of a open-select-close
sequence, so it can also be used to pass data between events.Changelog
1.14.0 / 2017-01-30
Changelog
1.13.1 / 2017-01-27
setEntry(title)
for titles containing iconssetEntry({...})
for jQuery UI 1.12Changelog
1.13.0 / 2016-08-21
open()
assert
Changelog
1.11.0 / 2015-09-10
main
field to package.json