The jQuery plugin namespace.
- Source:
- See:
Namespaces
Methods
(static) attr(key, value) → {external:jQuery|module:jQueryAttr.Attributes}
Parameters:
| Name | Type | Description |
|---|---|---|
key |
string | Array.<string> | PlainObject.<string, string> | |
value |
string |
- Source:
Returns:
(static) contextMenu(o, listener) → {external:jQuery}
Parameters:
| Name | Type | Description |
|---|---|---|
o |
module:jQueryContextMenu.jQueryContextMenuConfig | |
listener |
module:jQueryContextMenu.jQueryContextMenuListener |
- Source:
Returns:
- Type
- external:jQuery
(static) destroyContextMenu() → {external:jQuery}
Destroy context menu(s).
Returns:
- Type
- external:jQuery
(static) disableContextMenu() → {external:jQuery}
Disable context menu(s).
Returns:
- Type
- external:jQuery
(static) disableContextMenuItems(o) → {external:jQuery}
Disable context menu items on the fly.
Parameters:
| Name | Type | Description |
|---|---|---|
o |
void | string | Comma-separated |
Returns:
- Type
- external:jQuery
(static) enableContextMenu() → {external:jQuery}
Enable context menu(s).
Returns:
- Type
- external:jQuery
(static) enableContextMenuItems(o) → {external:jQuery}
Enable context menu items on the fly.
Parameters:
| Name | Type | Description |
|---|---|---|
o |
void | string | Comma-separated |
Returns:
- Type
- external:jQuery
(static) jGraduate(optionsopt, okCallbackopt, cancelCallbackopt) → {external:jQuery}
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
options |
module:jGraduate.Options |
<optional> |
|
okCallback |
external:jQuery.fn.jGraduate.OkCallback |
<optional> |
Called with a Paint object when Ok is pressed |
cancelCallback |
external:jQuery.fn.jGraduate.CancelCallback |
<optional> |
Called with no arguments when Cancel is pressed |
- Source:
Returns:
- Type
- external:jQuery
(static) jPicker()
(static) SpinButton(cfg) → {external:jQuery}
Parameters:
| Name | Type | Description |
|---|---|---|
cfg |
module:jQuerySpinButton.SpinButtonConfig |
- Source:
Returns:
- Type
- external:jQuery
Type Definitions
jPickerOptions
Type:
Properties:
| Name | Type | Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
window |
PlainObject |
Properties
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
color |
PlainObject |
Properties
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
images |
PlainObject |
Properties
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
localization |
PlainObject | alter these to change the text presented by the picker (e.g. different language) Properties
|
- Source:
jPickerOptionsIconInfo
Type:
Properties:
| Name | Type | Description |
|---|---|---|
file |
string | Color Map/Color Bar/Color Picker arrow icon |
width |
Float | |
height |
Float |
- Source:
jPickerOptionsImagesDimensionsArrow
Type:
Properties:
| Name | Type | Description |
|---|---|---|
width |
Float | |
height |
Float | |
arrow |
external:jQuery.fn.jPickerOptionsIconInfo |
- Source:
jPickerOptionsRadioTextboxLocale
Type:
Properties:
| Name | Type | Description |
|---|---|---|
radio |
string | |
textbox |
string |
- Source: