Check documentation for the latest version of dhtmlxSuite setSkin DHTMLX Docs

setSkin

applies skin to the Vault control

void setSkin(string skin);
skinstringskin name, dhx_skyblue (default), dhx_web and dhx_terrace

Example

myVault.setSkin("dhx_web");

Details

This API page is for Vault v2.5. Please go to docs.dhtmlx.com/vault/ to see API reference for the current version of dhtmlxVault.

Change log

added in version 2.0

Back to top