addItem(item,position)
add item to toolbar
Object: dhtmlXToolbarObject
Topic(s): Add/delete;
item - dhtmlXButton objectposition - item position [not supported in current version]addOption(value,display)
add option to dropdown
Object: dhtmlXSelectButtonObject
Topic(s):
value - string value (sended to action function)display - displayed stringdisable()
disable object
Object: dhtmlXImageButtonObject
Topic(s): Item control;
Nested from:dhtmlXButtonPrototypeObject
disable()
disable object
Object: dhtmlXToolbarDividerYObject
Topic(s): Item control;
Nested from:dhtmlXButtonPrototypeObject
disable()
disable object
Object: dhtmlXToolbarDividerXObject
Topic(s): Item control;
Nested from:dhtmlXButtonPrototypeObject
disable()
disable object
Object: dhtmlXImageTextButtonObject
Topic(s): Item control;
Nested from:dhtmlXButtonPrototypeObject
disable()
disable object
Object: dhtmlXSelectButtonObject
Topic(s): Item control;
disableItem(itemId)
disable toolbar button
Object: dhtmlXToolbarObject
Topic(s): Item control;
itemId - item id
Nested from:dhtmlXProtobarObjectenable()
enable object
Object: dhtmlXImageButtonObject
Topic(s): Item control;
Nested from:dhtmlXButtonPrototypeObject
enable()
enable object
Object: dhtmlXToolbarDividerYObject
Topic(s): Item control;
Nested from:dhtmlXButtonPrototypeObject
enable()
enable object
Object: dhtmlXToolbarDividerXObject
Topic(s): Item control;
Nested from:dhtmlXButtonPrototypeObject
enable()
enable object
Object: dhtmlXImageTextButtonObject
Topic(s): Item control;
Nested from:dhtmlXButtonPrototypeObject
enable()
enable object
Object: dhtmlXSelectButtonObject
Topic(s): Item control;
enableItem(itemId)
enable toolbar button
Object: dhtmlXToolbarObject
Topic(s): Item control;
itemId - item id
Nested from:dhtmlXProtobarObjectgetIndexByValue(value)
return string index in dropdown by value (return -1 if string with given value not found)
Object: dhtmlXSelectButtonObject
Topic(s): Initialization;
value - string valuegetItem(itemId)
return item object by id
Object: dhtmlXToolbarObject
Topic(s): Item control;
itemId - item id
Nested from:dhtmlXProtobarObjectgetItemByPosition(position)
return item object by position
Object: dhtmlXToolbarObject
Topic(s): Item control;
position - item positionhideBar()
hide toolbar
Object: dhtmlXToolbarObject
Topic(s): Initialization;
Nested from:dhtmlXProtobarObject
hideButtons(idList)
hide toolbar buttons
Object: dhtmlXToolbarObject
Topic(s): Item control;
idList - list of items's ids, separated by comma
Nested from:dhtmlXProtobarObjecthideItem(itemId)
hide toolbar button
Object: dhtmlXToolbarObject
Topic(s): Item control;
itemId - item id
Nested from:dhtmlXProtobarObjecthideItemByPosition(position)
hide toolbar button
Object: dhtmlXToolbarObject
Topic(s): Item control;
position - item positionloadXML(file)
load XML from file
Object: dhtmlXToolbarObject
Topic(s): Initialization;
file - file name
Nested from:dhtmlXProtobarObjectloadXMLString(xmlString)
load XML from string
Object: dhtmlXToolbarObject
Topic(s): Initialization;
xmlString - string contining XML
Nested from:dhtmlXProtobarObjectremoveItemById(itemId)
remove item
Object: dhtmlXToolbarObject
Topic(s): Add/delete;
itemId - item idremoveItemByPosition(position)
remove item
Object: dhtmlXToolbarObject
Topic(s): Add/delete;
position - item positionremoveOption(value)
remove string from dropdown
Object: dhtmlXSelectButtonObject
Topic(s):
value - string valueresetBar(idList)
hide all items, show only items which ids in list
Object: dhtmlXToolbarObject
Topic(s): Item control;
idList - list of id's, separated by comma
Nested from:dhtmlXProtobarObjectsetAction(func)
set default action, action function take one parametr - item id
Object: dhtmlXImageButtonObject
Topic(s): Action handling;
func - js function
Nested from:dhtmlXButtonPrototypeObjectsetAction(func)
set default action, action function take one parametr - item id
Object: dhtmlXToolbarDividerYObject
Topic(s): Action handling;
func - js function
Nested from:dhtmlXButtonPrototypeObjectsetAction(func)
set default action, action function take one parametr - item id
Object: dhtmlXToolbarDividerXObject
Topic(s): Action handling;
func - js function
Nested from:dhtmlXButtonPrototypeObjectsetAction(func)
set default action, action function take one parametr - item id
Object: dhtmlXImageTextButtonObject
Topic(s): Action handling;
func - js function
Nested from:dhtmlXButtonPrototypeObjectsetAction(func)
set default action, action function take one parametr - item id
Object: dhtmlXSelectButtonObject
Topic(s): Action handling;
func - js function
Nested from:dhtmlXButtonPrototypeObjectsetAltText(imageText)
set alt text of button image
Object: dhtmlXImageButtonObject
Topic(s): Item control;
imageText - new alt image text
Nested from:dhtmlXButtonPrototypeObjectsetAltText(imageText)
set alt text of button image
Object: dhtmlXToolbarDividerYObject
Topic(s): Item control;
imageText - new alt image text
Nested from:dhtmlXButtonPrototypeObjectsetAltText(imageText)
set alt text of button image
Object: dhtmlXToolbarDividerXObject
Topic(s): Item control;
imageText - new alt image text
Nested from:dhtmlXButtonPrototypeObjectsetAltText(imageText)
set alt text of button image
Object: dhtmlXImageTextButtonObject
Topic(s): Item control;
imageText - new alt image text
Nested from:dhtmlXButtonPrototypeObjectsetAltText(imageText)
set alt text of button image
Object: dhtmlXSelectButtonObject
Topic(s): Item control;
imageText - new alt image text
Nested from:dhtmlXButtonPrototypeObjectsetBarAlign(align)
set toolbar buttons alignment (allowed - 'left','center','right','top','middle','bottom')
Object: dhtmlXToolbarObject
Topic(s): Initialization;
align - buttons alignment
Nested from:dhtmlXProtobarObjectsetBarSize(width,height)
set toolbar size
Object: dhtmlXToolbarObject
Topic(s): Initialization;
width - toolbar widthheight - toolbar height
Nested from:dhtmlXProtobarObjectsetHTML(htmlText)
set innerHTML of button
Object: dhtmlXImageButtonObject
Topic(s): Item control;
htmlText - new text
Nested from:dhtmlXButtonPrototypeObjectsetHTML(htmlText)
set innerHTML of button
Object: dhtmlXToolbarDividerYObject
Topic(s): Item control;
htmlText - new text
Nested from:dhtmlXButtonPrototypeObjectsetHTML(htmlText)
set innerHTML of button
Object: dhtmlXToolbarDividerXObject
Topic(s): Item control;
htmlText - new text
Nested from:dhtmlXButtonPrototypeObjectsetHTML(htmlText)
set innerHTML of button
Object: dhtmlXImageTextButtonObject
Topic(s): Item control;
htmlText - new text
Nested from:dhtmlXButtonPrototypeObjectsetHTML(htmlText)
set innerHTML of button
Object: dhtmlXSelectButtonObject
Topic(s): Item control;
htmlText - new text
Nested from:dhtmlXButtonPrototypeObjectsetImage(imageSrc)
set image href
Object: dhtmlXImageButtonObject
Topic(s): Item control;
imageSrc - new image href
Nested from:dhtmlXButtonPrototypeObjectsetImage(imageSrc)
set image href
Object: dhtmlXToolbarDividerYObject
Topic(s): Item control;
imageSrc - new image href
Nested from:dhtmlXButtonPrototypeObjectsetImage(imageSrc)
set image href
Object: dhtmlXToolbarDividerXObject
Topic(s): Item control;
imageSrc - new image href
Nested from:dhtmlXButtonPrototypeObjectsetImage(imageSrc)
set button image
Object: dhtmlXImageTextButtonObject
Topic(s): Item control;
newText - new text [ HTML allowed ]setImage(imageSrc)
set image href
Object: dhtmlXSelectButtonObject
Topic(s): Item control;
imageSrc - new image href
Nested from:dhtmlXButtonPrototypeObjectsetItemAction(id,action)
set item individual action
Object: dhtmlXToolbarObject
Topic(s): Action handling;
id - item identificatoraction - js function called on item selection
Nested from:dhtmlXProtobarObjectsetOnClickHandler(func)
set default action
Object: dhtmlXToolbarObject
Topic(s): Action handling;
action - set default action
Nested from:dhtmlXProtobarObjectsetOnHideHandler(func)
set action hadler on toolbar hiding
Object: dhtmlXToolbarObject
Topic(s): Action handling;
func - user defined function
Nested from:dhtmlXProtobarObjectsetOnShowHandler(func)
set action hadler on toolbar showing
Object: dhtmlXToolbarObject
Topic(s): Action handling;
func - user defined function
Nested from:dhtmlXProtobarObjectsetOptionText(value,newText)
change option text
Object: dhtmlXSelectButtonObject
Topic(s):
value - option valuenewText - new option textsetOptionValue(oldValue,newValue)
change string value
Object: dhtmlXSelectButtonObject
Topic(s):
oldValue - old string valuenewValue - new string valuesetSecondAction(func)
set personal onClick action (action must return false for preventing calling default action after personal), action function take one parametr - item id
Object: dhtmlXImageButtonObject
Topic(s): Action handling;
func - js function
Nested from:dhtmlXButtonPrototypeObjectsetSecondAction(func)
set personal onClick action (action must return false for preventing calling default action after personal), action function take one parametr - item id
Object: dhtmlXToolbarDividerYObject
Topic(s): Action handling;
func - js function
Nested from:dhtmlXButtonPrototypeObjectsetSecondAction(func)
set personal onClick action (action must return false for preventing calling default action after personal), action function take one parametr - item id
Object: dhtmlXToolbarDividerXObject
Topic(s): Action handling;
func - js function
Nested from:dhtmlXButtonPrototypeObjectsetSecondAction(func)
set personal onClick action (action must return false for preventing calling default action after personal), action function take one parametr - item id
Object: dhtmlXImageTextButtonObject
Topic(s): Action handling;
func - js function
Nested from:dhtmlXButtonPrototypeObjectsetSecondAction(func)
set personal onClick action (action must return false for preventing calling default action after personal), action function take one parametr - item id
Object: dhtmlXSelectButtonObject
Topic(s): Action handling;
func - js function
Nested from:dhtmlXButtonPrototypeObjectsetSelected(value)
select string by value
Object: dhtmlXSelectButtonObject
Topic(s):
value - string valuesetText(newText)
set button text
Object: dhtmlXImageTextButtonObject
Topic(s): Item control;
newText - new text [ HTML allowed ]setTitleText(newText)
set toolbar tittle
Object: dhtmlXToolbarObject
Topic(s): Initialization;
name - new tittle, shown on toolbar
Nested from:dhtmlXProtobarObjectshowBar()
show toolbar
Object: dhtmlXToolbarObject
Topic(s): Initialization;
Nested from:dhtmlXProtobarObject
showButtons(idList)
show toolbar buttons
Object: dhtmlXToolbarObject
Topic(s): Item control;
idList - list of items's ids, separated by comma
Nested from:dhtmlXProtobarObjectshowItem(id)
show toolbar button
Object: dhtmlXToolbarObject
Topic(s): Item control;
id - item id
Nested from:dhtmlXProtobarObject