Is is possible to set the width of the popup object?
For example, something like:
var myPop = new dhtmlXPopup(...);
myPop.setWidth(140); /// this would be nice!!!
myPop.attachHTML("any custom text here....very long text...snip....on and on...");
Is is possible to set the width of the popup object?
For example, something like:
var myPop = new dhtmlXPopup(...);
myPop.setWidth(140); /// this would be nice!!!
myPop.attachHTML("any custom text here....very long text...snip....on and on...");
There is no direct method, but you can attach fixed width div with content via method attachObject() or attachHTML()
It would be nice if you told me that information out.
Just try the code sample below:
[code]
DHTMLX test div.dhx_popup_dhx_skyblue div.dhx_popup_area tr.dhxnode td.dhx_popup_td { white-space: normal; }