_contextEnd(e)
correct context menu position
Object: dhtmlXContextMenuObject
Topic(s):
File required:dhtmlxmenubar_cp.js
addItem(panel,item)
add item to menu
Object: dhtmlXMenuBarObject
Topic(s):
File required:dhtmlxmenubar.js
item - item objectpanel - menu panel objectclearAll(id)
remove item
Object: dhtmlXMenuBarObject
Topic(s):
File required:dhtmlxmenubar.js
id - item iddisableItem(itemId)
disable menu button
Object: dhtmlXProtobarObject
Topic(s):
File required:dhtmlxprotobar.js
itemId - item iddisableMenu(mode)
disable/enable context menu
Object: dhtmlXContextMenuObject
Topic(s):
File required:dhtmlxmenubar_cp.js
mode - true/false as disable/enabledisableSmartPositioning(mode)
fix z-index problem with select boxes in IE, enabled by default
Object: dhtmlXMenuBarObject
Topic(s):
File required:dhtmlxmenubar.js
mode - disable/enable smart positioning of sub menusenable()
enable object
Object: dhtmlXMenuItemObject
Topic(s):
File required:dhtmlxmenubar.js
enableChildIcon(mode)
disable child menu image
Object: dhtmlXMenuBarObject
Topic(s):
File required:dhtmlxmenubar.js
mode - enable/disableenableChildIconSwitching(mode)
disable child menu image switching
Object: dhtmlXMenuBarObject
Topic(s):
File required:dhtmlxmenubar.js
mode - enable/disableenableDirectOnClick(mode)
disable child menu image
Object: dhtmlXMenuBarObject
Topic(s):
File required:dhtmlxmenubar.js
mode - enable/disableenableIESelectBoxFix(mode)
fix z-index problem with select boxes in IE, enabled by default
Object: dhtmlXMenuBarObject
Topic(s):
File required:dhtmlxmenubar.js
mode - enable/disableenableItem(itemId)
enable menu button
Object: dhtmlXProtobarObject
Topic(s):
File required:dhtmlxprotobar.js
itemId - item idenableMenuHandle(mode)
fix z-index problem with select boxes in IE, enabled by default
Object: dhtmlXMenuBarObject
Topic(s):
File required:dhtmlxmenubar.js
mode - enable/disableenableTooltip(mode)
enable/disable tooltips
Object: dhtmlXMenuBarObject
Topic(s):
File required:dhtmlxmenubar.js
mode - enable/disableenableWindowOpenMode(mode)
closed menu behaviour
Object: dhtmlXMenuBarObject
Topic(s):
File required:dhtmlxmenubar.js
mode - enable/disablegetItem(itemId)
return item object by id
Object: dhtmlXMenuBarObject
Topic(s):
File required:dhtmlxmenubar.js
itemId - item idgetItem(itemId)
return item object by id
Object: dhtmlXProtobarObject
Topic(s):
File required:dhtmlxprotobar.js
itemId - item idgetPanel(panelId)
return menu panel object
Object: dhtmlXMenuBarObject
Topic(s):
File required:dhtmlxmenubar.js
panelId - id of panel related menu itemhideBar()
hide menu
Object: dhtmlXProtobarObject
Topic(s):
File required:dhtmlxprotobar.js
hideButtons(idList)
hide menu buttons
Object: dhtmlXProtobarObject
Topic(s):
File required:dhtmlxprotobar.js
idList - list of items's ids, separated by commahideItem(itemId)
hide menu button
Object: dhtmlXProtobarObject
Topic(s):
File required:dhtmlxprotobar.js
itemId - item idloadXML(file,afterCall)
load XML from file
Object: dhtmlXProtobarObject
Topic(s):
File required:dhtmlxprotobar.js
file - file nameafterCall - function which will be called after xml loadingloadXMLFor(file,itemId,afterCall)
load XML from file
Object: dhtmlXProtobarObject
Topic(s):
File required:dhtmlxprotobar.js
file - file nameitemId - if of item for which xml requestedafterCall - function which will be called after loadingloadXMLString(xmlString,afterCall)
load XML from string
Object: dhtmlXProtobarObject
Topic(s):
File required:dhtmlxprotobar.js
xmlString - string contining XMLafterCall - function which will be called after xml loadingopenAt(x,y,id,smartPosition)
open menu at specified position
Object: dhtmlXContextMenuObject
Topic(s):
File required:dhtmlxmenubar_cp.js
x - x positiony - y positionid - context idsmartPosition - enable/disable correction of positionremoveItem(id)
remove item
Object: dhtmlXMenuBarObject
Topic(s):
File required:dhtmlxmenubar.js
id - item idresetBar(idList)
hide all items, show only items which ids in list
Object: dhtmlXProtobarObject
Topic(s):
File required:dhtmlxprotobar.js
idList - list of id's, separated by commasetBarAlign(align)
set menu buttons alignment (allowed - 'left','center','right','top','middle','bottom')
Object: dhtmlXProtobarObject
Topic(s):
File required:dhtmlxprotobar.js
align - buttons alignmentsetBarSize(width,height)
set menu size
Object: dhtmlXProtobarObject
Topic(s):
File required:dhtmlxprotobar.js
width - menu widthheight - menu heightsetContextMenuHandler(func)
set onClick context menu handler
Object: dhtmlXContextMenuObject
Topic(s):
File required:dhtmlxmenubar_cp.js
func - user defined functionsetContextMenuPosition(left,top)
set zIndex value for menu object
Object: dhtmlXContextMenuObject
Topic(s):
File required:dhtmlxmenubar_cp.js
left - (integer) left position shifttop - (integer) top position shiftsetContextZone(htmlObject,zoneId)
set context zones
Object: dhtmlXContextMenuObject
Topic(s):
File required:dhtmlxmenubar_cp.js
htmlObject - id of html tag or html objectzoneId - id of zonesetGfxPath(path)
set path to system images
Object: dhtmlXProtobarObject
Topic(s):
File required:dhtmlxprotobar.js
path - relative path to imagessetHrefMode(mode)
disable child menu image
Object: dhtmlXMenuBarObject
Topic(s):
File required:dhtmlxmenubar.js
mode - enable/disablesetIconSize(size)
set zIndex value for menu object
Object: dhtmlXMenuBarObject
Topic(s):
File required:dhtmlxmenubar.js
size - (integer) new icon sizesetItemAction(id,action)
set item individual action
Object: dhtmlXProtobarObject
Topic(s):
File required:dhtmlxprotobar.js
id - item identificatoraction - js function called on item selectionsetMenuCSS(table,title,secTable)
set menu css classes
Object: dhtmlXMenuBarObject
Topic(s):
File required:dhtmlxmenubar.js
table - css class for menu containersecTable - css class for child menu containerstitle - css class for toolbar titlesetMenuMode(modeValue)
set menu design
Object: dhtmlXMenuBarObject
Topic(s):
File required:dhtmlxmenubar.js
modeValue - name of designsetOnClickHandler(func)
set default action
Object: dhtmlXProtobarObject
Topic(s):
File required:dhtmlxprotobar.js
action - set default actionsetOnHideHandler(func)
set action hadler on menu hiding
Object: dhtmlXProtobarObject
Topic(s):
File required:dhtmlxprotobar.js
func - user defined functionsetOnShowHandler(func)
set action hadler on menu showing
Object: dhtmlXProtobarObject
Topic(s):
File required:dhtmlxprotobar.js
func - user defined functionsetOnShowMenuHandler(func)
set onShow context menu handler
Object: dhtmlXContextMenuObject
Topic(s):
File required:dhtmlxmenubar_cp.js
func - user defined functionsetText(newText)
set button text
Object: dhtmlXMenuItemObject
Topic(s):
File required:dhtmlxmenubar.js
newText - new text [ HTML allowed ]setTitleText(newText)
set menu tittle
Object: dhtmlXProtobarObject
Topic(s):
File required:dhtmlxprotobar.js
name - new tittle, shown on menusetZIndex(zIndex)
set zIndex value for menu object
Object: dhtmlXMenuBarObject
Topic(s):
File required:dhtmlxmenubar.js
zIndex - (integer) new zIndex valueshowBar()
show menu
Object: dhtmlXProtobarObject
Topic(s):
File required:dhtmlxprotobar.js
showButtons(idList)
show menu buttons
Object: dhtmlXProtobarObject
Topic(s):
File required:dhtmlxprotobar.js
idList - list of items's ids, separated by commashowItem(id)
show menu button
Object: dhtmlXProtobarObject
Topic(s):
File required:dhtmlxprotobar.js
id - item id