adds an editor object to the popup
| width | number | width of editor container |
| height | number | height of editor container |
| dhtmlXEditor | dhtmlXEditor instance |
var myPop = new dhtmlXPopup(...);
var myEditor = myPop.attachEditor(400, 200);
added in 3.6.2
Back to top