attaches dhtmlxEditor to a tab
dhtmlXEditor | dhtmlXEditor instance |
var myEditor = myTabbar.tabs(id).attachEditor();
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