how can i ,when i click one item on toolbar,then show the popup.
not use
myPop = new dhtmlXPopup({ toolbar: myToolbar, id: “abc” });
myPop .attachEvent(“onShow”, function(){
Just need to clarify: you need it to position popup somewhere else, not near the button or you have some other reason? If the second reason, could you describe it please?
just mean .
when i show a popup on a toolbar,it uses onload:function(){} to initialize the popup.
can i use another method to show on a button on toolbar?
Could you please provide us complete demo including all correspondnig js/css files?
Please also add information regarding current and expected behaviour.