Check documentation for the latest version of dhtmlxSuite getViewName DHTMLX Docs

getViewName

returns the name of the current view

string getViewName();
stringview name

Example

var name = myTabbar.tabs(id).getViewName();

Details

The default view name is "def", it is created automatically when a tab is created

See also
Back to top