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 = myWins.window(id).getViewName();

Details

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

Back to top