DHTMLX Docs & Samples Explorer

attachEditor(width, height)

adds a dhtmlxEditor object to the pop-up window 1)

  • width - (int) width of editor container,
  • height - (int) height of editor container
var myPop = new dhtmlXPopup({ ... });
var myEditor = myPop.attachEditor(400, 200);

Related resources

1) added in version 3.6 update 2