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 = dhxComponent.cells(id).getViewName();

Details

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

Back to top