Hello
I want to create a simple html page by using dhtmlx. I could find any proper information about it because in this forum is all about grid.
Here is my dhtmlx code:
Icons : function()
{
ICNS = App.Window("Icons", 600, 900);
ICNS.setModal(true);
ICNS.attachEvent("onClose", function(){ICNS.delete; return true;});
}
and this is what i want to add in to my page.
[code]
How can it add that html code into dhtmlx object?