Check documentation for the latest version of dhtmlxSuite attachEditor DHTMLX Docs

attachEditor

attaches dhtmlxEditor to a cell

dhtmlXEditor attachEditor();
dhtmlXEditordhtmlXEditor instance

Example

var myEditor = dhxComponent.cells(id).attachEditor({
    // editor config here
});

Details

For details about Editor initialization, read the Object Constructor article.

More info about attaching Editor to other components is given in the article Adding Editor to DHTMLX Components.

Back to top