DHTMLX Docs & Samples Explorer

addUserButton(id, pos, title, label)

Required library edition: This method works with any edition of DHTMLX library
Required library file: dhtmlxwindows.js

adds a user button

  • id - button's id
  • pos - button's position
  • title - button's tooltip
  • label - button's name (according to css)
    dhxWins.window(id).addUserButton("tray", 9, "Tray", "tray");