Check documentation for the latest version of dhtmlxSuite attachHTML DHTMLX Docs

attachHTML

adds the HTML markup to the popup

void attachHTML(string html);
htmlstringany html content

Example

var myPop = new dhtmlXPopup(...);
myPop.attachHTML("any custom text here");

Back to top