Check documentation for the latest version of dhtmlxSuite hide DHTMLX Docs

hide

hides a button

void hide();

Example

myWins.window(id).button(id).hide();

Back to top