Check documentation for the latest version of dhtmlxSuite Methods DHTMLX Docs

Methods

attachEvent adds any user-defined handler to available events
check checks the specified checkbox
detachEvent detaches a handler from an event
disable disables the specified item in the ribbon
enable enables the specified item in the ribbon
getCombo returns dhtmlxCombo instance
getInput gets an input's object by id
getItemOptionText returns the text of buttonSelect item's option
getItemState returns the current state of a buttonTwoState or a buttonSegmented
getItemText returns the text of an item's label
getItemType returns item type by item id
getValue returns the current value of a slider or an input item
hide hides the specified item (or a block of items) in the ribbon
isChecked checks whether the specified checkbox is checked
isEnabled checks if the specified item is enabled
isVisible checks if the specified item is visible
loadStruct loads data to the component via XML or JSON, usually component config
removeItem completely removes an item from Ribbon
setIconPath sets the path to the used images
setIconset sets the iconset for Ribbon
setItemImage sets an image for an item in the enabled state
setItemImageDis sets an image for an item in the disabled state
setItemOptionText sets text for an item's option of buttonSelect
setItemState sets pressed/released state for a two-state button
setItemText sets an item's label text
setSizes adjusts the size of Ribbon when the parent's size is changed
setSkin sets a skin for dhtmlXRibbon on the fly
setValue sets a value for a slider or an input item
show shows the specified item (or a block of items) in the ribbon
tabs returns dhtmlXTabBarCell instance (ribbon's tab)
uncheck removes the checkmark from a checkbox
unload destructor, removes the ribbon
Back to top