A newer version of this page is available. Switch to the current version.

jQuery ContextMenu - showSubmenuMode

Specifies properties of submenu showing and hiding.

Type:

Object

|

String

Default Value: { name: 'onHover', delay: { show: 50, hide: 300 } }
Accepted Values: 'onClick' | 'onHover'

delay

Specifies the delay of submenu show and hiding.

Type:

Object

|

Number

Default Value: { show: 50, hide: 300 }

name

Specifies the mode name.

Type:

String

Default Value: 'onHover'
Accepted Values: 'onClick' | 'onHover'