DHTMLX Docs & Samples Explorer

attachHTML(html)

adds the HTML markup to the pop-up window

  • html - (string) the HTML content
var myPop = new dhtmlXPopup(...);
myPop.attachHTML("any custom text here");

Related resources