expandcollaps
dhtmlXToolbarObject object constructor

toolbar object
  • htmlObject - parent html object or id of parent html object
  • width - object width
  • height - object height
  • name - toolbar display name
  • vMode - if eq 1 => vertical toolbar
  • dhxButtonFactory object constructor

    button factory
  • tag - description object
  • dhtmlXImageButtonObject object constructor

    image button
  • src - image href
  • text - button text
  • width - object width
  • height - object height
  • action - default action
  • id - identificator
  • tooltip - image tooltip
  • className - toolbar button css class
  • dhtmlXDividerYObject object constructor

    vertical divider object
  • id - identificator
  • dhtmlXDividerXObject object constructor

    horisontal divider object
  • id - identificator
  • dhtmlXImageTextButtonObject object constructor

    image button with text object
  • src - image href
  • content - button text
  • width - object width
  • height - object height
  • action - default action
  • id - identificator
  • tooltip - image tooltip
  • className - css class for button (button use 3 css classes - [className],[className]Over,[className]Down)
  • textClassName - css class for text
  • disableImage - alter image for disable mode [optional]
  • dhtmlXImageTextButtonXPObject object constructor

    image button with text object
  • src - image href
  • content - button text
  • width - object width
  • height - object height
  • action - default action
  • id - identificator
  • tooltip - image tooltip
  • className - css class for button (button use 3 css classes - [className],[className]Over,[className]Down)
  • textClassName - css class for text
  • disableImage - alter image for disable mode [optional]
  • dhtmlXSelectButtonObject object constructor

    dropdown object
  • id - identificator
  • valueList - list of values
  • displayList - list of display values
  • action - default action
  • width - object width
  • height - object height
  • className - css class
  • dhtmlXTwoStateButtonObject object constructor

    two state button
  • id - identificator
  • src - image href
  • content - button text
  • width - object width
  • height - object height
  • action - default action
  • tooltip - image tooltip
  • className - css class for button (button use 3 css classes - [className],[className]Over,[className]Down)
  • textClassName - css class for text
  • disableImage - alter image for disable mode [optional]
  • dhtmlXSliderButtonObject object constructor

    SliderButton object
  • size - (integer) size of slider
  • skin - (string|object) skin name
  • vMode - (boolean) flag of vertical orientation
  • step - (int) step of measurement
  • limit - (int) maximum value
  • init_pos - (int) initial value
  • shift - (int) slider value shift
  • className - css class for button