Class QuickMenu
Object
|
+--QuickMenu
- class
QuickMenu
Client-part of QuickMenu component
Defined in QuickMenu.class.js
Constructor Summary |
QuickMenu(idMenu, idInput)
|
Method Summary |
void
|
init()
Start QuickMenu functionality.
|
activeItemId
Object activeItemId
XML ID of active menu item. See server-part documentation of QuickMenu.
classTable
Object classTable
CSS classes mapping. See server-part documentation of QuickMenu.
imgCollapsed
Object imgCollapsed
Image source of collapsed list item. See server-part documentation of QuickMenu.
imgExpanded
Object imgExpanded
Image source of expanded list item. See server-part documentation of QuickMenu.
imgNoChildern
Object imgNoChildern
Image source of list item without childern. See server-part documentation of QuickMenu.
minimalInputLength
Object minimalInputLength
Minimal length of input to invoke search action. Default is 1.
visibleDepth
Object visibleDepth
Experimental! QuickMenu visible depth. Default is 1.
QuickMenu
QuickMenu(idMenu, idInput)
Parameters:
idMenu
- XML ID of QuickMenu root - UL element. See server-part documentation of QuickMenu.
idInput
- XML ID of QuicMenu input - INPUT element. See server-part documentation of QuickMenu.
init
void init()
Start QuickMenu functionality. QuickMenu properties should not be modified after call of this method.
Documentation generated by
JSDoc on Sat Mar 8 10:26:45 2008