GUI Components JavaScript DHTML

expandcollaps
dhtmlXMenuBarObject object APIaddItem(panel,item)add item to menu
Topic(s): Add/delete; 
      File required:dhtmlXMenuBar.jsitem - item objectpanel - menu panel  object
disableItem(itemId)disable menu buttonTopic(s): Item control; 
      Nested from:dhtmlXProtobarObjectFile required:dhtmlXProtobar.jsitemId - item idenableIESelectBoxFix(mode)fix z-index problem with select boxes in IE, enabled by defaultTopic(s): Initialization; 
      File required:dhtmlXMenuBar.jsmode - enable/disableenableItem(itemId)enable menu buttonTopic(s): Item control; 
      Nested from:dhtmlXProtobarObjectFile required:dhtmlXProtobar.jsitemId - item idenableWindowOpenMode(mode)closed menu behaviourTopic(s): Initialization; 
      File required:dhtmlXMenuBar.jsmode - enable/disablegetItem(itemId)return item object by idTopic(s): Item control; 
      Nested from:dhtmlXProtobarObjectFile required:dhtmlXProtobar.jsitemId - item idgetPanel(panelId)return menu panel objectTopic(s): Item control; 
      File required:dhtmlXMenuBar.jspanelId - id of panel related menu itemhideBar()hide menuTopic(s): Initialization; 
      Nested from:dhtmlXProtobarObjectFile required:dhtmlXProtobar.jshideButtons(idList)hide menu buttonsTopic(s): Item control; 
      Nested from:dhtmlXProtobarObjectFile required:dhtmlXProtobar.jsidList - list of items's ids, separated by commahideItem(itemId)hide menu buttonTopic(s): Item control; 
      Nested from:dhtmlXProtobarObjectFile required:dhtmlXProtobar.jsitemId - item idloadXML(file)load XML from fileTopic(s): Initialization; 
      Nested from:dhtmlXProtobarObjectFile required:dhtmlXProtobar.jsfile - file nameloadXMLString(xmlString)load XML from stringTopic(s): Initialization; 
      Nested from:dhtmlXProtobarObjectFile required:dhtmlXProtobar.jsxmlString - string contining XMLremoveItem(id)remove itemTopic(s): Add/delete; 
      File required:dhtmlXMenuBar.jsid - item idresetBar(idList)hide all items, show only items which ids in listTopic(s): Item control; 
      Nested from:dhtmlXProtobarObjectFile required:dhtmlXProtobar.jsidList - list of id's, separated by commasetBarAlign(align)set menu buttons alignment (allowed - 'left','center','right','top','middle','bottom')Topic(s): Initialization; 
      Nested from:dhtmlXProtobarObjectFile required:dhtmlXProtobar.jsalign - buttons alignmentsetBarSize(width,height)set menu sizeTopic(s): Initialization; 
      Nested from:dhtmlXProtobarObjectFile required:dhtmlXProtobar.jswidth - menu widthheight - menu heightsetGfxPath(path)set path to system imagesTopic(s): Action handling; 
      Nested from:dhtmlXProtobarObjectFile required:dhtmlXProtobar.jspath - relative path to imagessetItemAction(id,action)set item individual actionTopic(s): Action handling; 
      Nested from:dhtmlXProtobarObjectFile required:dhtmlXProtobar.jsid - item identificatoraction  - js function called on item selectionsetMenuCSS(table,title,secTable)set menu css classesTopic(s): Item control; 
      File required:dhtmlXMenuBar.jstable - css class for menu containersecTable - css class for child menu containerstitle - css class for toolbar titlesetMenuMode(modeValue)set menu designTopic(s): Initialization; 
      File required:dhtmlXMenuBar.jsmodeValue - name of designsetOnClickHandler(func)set default actionTopic(s): Action handling; 
      Nested from:dhtmlXProtobarObjectFile required:dhtmlXProtobar.jsaction - set default actionsetOnHideHandler(func)set action hadler on menu hidingTopic(s): Action handling; 
      Nested from:dhtmlXProtobarObjectFile required:dhtmlXProtobar.jsfunc - user defined functionsetOnShowHandler(func)set action hadler on menu showingTopic(s): Action handling; 
      Nested from:dhtmlXProtobarObjectFile required:dhtmlXProtobar.jsfunc - user defined functionsetTitleText(newText)set menu tittleTopic(s): Initialization; 
      Nested from:dhtmlXProtobarObjectFile required:dhtmlXProtobar.jsname - new tittle, shown on menushowBar()show menuTopic(s): Initialization; 
      Nested from:dhtmlXProtobarObjectFile required:dhtmlXProtobar.jsshowButtons(idList)show menu buttonsTopic(s): Item control; 
      Nested from:dhtmlXProtobarObjectFile required:dhtmlXProtobar.jsidList - list of items's ids, separated by commashowItem(id)show menu buttonTopic(s): Item control; 
      Nested from:dhtmlXProtobarObjectFile required:dhtmlXProtobar.jsid - item iddhtmlXMenuItemObject object APIsetText(newText)set button textTopic(s): Item control; 
      File required:dhtmlXMenuBar.jsnewText - new text [ HTML allowed ]dhtmlXMenuDividerYObject object APIdisable()disable objectTopic(s): Item control; 
      Nested from:dhtmlXButtonPrototypeObjectFile required:dhtmlXProtobar.jsenable()enable objectTopic(s): Item control; 
      Nested from:dhtmlXButtonPrototypeObjectFile required:dhtmlXProtobar.jssetAction(func)set default action, action function take one parametr - item idTopic(s): Action handling; 
      Nested from:dhtmlXButtonPrototypeObjectFile required:dhtmlXProtobar.jsfunc - js functionsetAltText(imageText)set alt text of button imageTopic(s): Item control; 
      Nested from:dhtmlXButtonPrototypeObjectFile required:dhtmlXProtobar.jsimageText - new alt image textsetHTML(htmlText)set innerHTML of buttonTopic(s): Item control; 
      Nested from:dhtmlXButtonPrototypeObjectFile required:dhtmlXProtobar.jshtmlText - new textsetImage(imageSrc,disabledImageSrc)set image hrefTopic(s): Item control; 
      Nested from:dhtmlXButtonPrototypeObjectFile required:dhtmlXProtobar.jsimageSrc - new image hrefdisabledImageSrc - new image hrefsetSecondAction(func)set personal onClick action (action must return false for preventing calling default action after personal), action function take one parametr - item idTopic(s): Action handling; 
      Nested from:dhtmlXButtonPrototypeObjectFile required:dhtmlXProtobar.jsfunc - js functiondhtmlXMenuDividerXObject object APIdisable()disable objectTopic(s): Item control; 
      Nested from:dhtmlXButtonPrototypeObjectFile required:dhtmlXProtobar.jsenable()enable objectTopic(s): Item control; 
      Nested from:dhtmlXButtonPrototypeObjectFile required:dhtmlXProtobar.jssetAction(func)set default action, action function take one parametr - item idTopic(s): Action handling; 
      Nested from:dhtmlXButtonPrototypeObjectFile required:dhtmlXProtobar.jsfunc - js functionsetAltText(imageText)set alt text of button imageTopic(s): Item control; 
      Nested from:dhtmlXButtonPrototypeObjectFile required:dhtmlXProtobar.jsimageText - new alt image textsetHTML(htmlText)set innerHTML of buttonTopic(s): Item control; 
      Nested from:dhtmlXButtonPrototypeObjectFile required:dhtmlXProtobar.jshtmlText - new textsetImage(imageSrc,disabledImageSrc)set image hrefTopic(s): Item control; 
      Nested from:dhtmlXButtonPrototypeObjectFile required:dhtmlXProtobar.jsimageSrc - new image hrefdisabledImageSrc - new image hrefsetSecondAction(func)set personal onClick action (action must return false for preventing calling default action after personal), action function take one parametr - item idTopic(s): Action handling; 
      Nested from:dhtmlXButtonPrototypeObjectFile required:dhtmlXProtobar.jsfunc - js functiondhtmlXContextMenuObject object APIsetContextMenuHandler(func)set onClick context menu handlerTopic(s): Initialization; 
      File required:dhtmlXMenuBar_cp.jsfunc - user defined functionsetContextZone(htmlObject,zoneId)set context zonesTopic(s): Initialization; 
      File required:dhtmlXMenuBar_cp.jshtmlObject - id of html tag or html objectzoneId - id of zone