Check documentation for the
latest version of dhtmlxSuite
setCss DHTMLX Docs
Samples
Forum
Support
Documentation
/
Suite 5.X
attachContextMenu
attachEvent
detachContextMenu
detachEvent
disable
enable
getContextMenu
hide
isEnabled
isHidden
setCss
show
Start
Windows
dhtmlXWindowsButton API
Methods
setCss
sets custom CSS style for a button
void
setCss
(
string
style
);
style
string
name of the CSS style
Example
myWins.
window
(
id
)
.
button
(
id
)
.
setCss
(
"style_name"
)
;
Back to top