Check documentation for the latest version of dhtmlxSuite attachEditor DHTMLX Docs

attachEditor

adds an editor object to the popup

dhtmlXEditor attachEditor(number width,number height);
widthnumberwidth of editor container
heightnumberheight of editor container
dhtmlXEditordhtmlXEditor instance

Example

var myPop = new dhtmlXPopup(...);
var myEditor = myPop.attachEditor(400, 200);

Change log

added in 3.6.2

Back to top