attaches dhtmlxEditor to a cell
dhtmlXEditor | dhtmlXEditor instance |
var myEditor = dhxComponent.cells(id).attachEditor({
// editor config here
});
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