DHTMLX Docs & Samples Explorer
Index
dhtmlxPopup
API methods
setSkin(skin)
sets the skin to apply
skin
- (
string
) the skin name
var
myPop
=
new
dhtmlXPopup
(
...
)
; myPop.
setSkin
(
"dhx_teracce"
)
;
Related resources
Article -
Setting the skin
Sample - samples/02_api/01_skins.html