T5.1 - dynamically generated pop-up dialogue box

2010-12-02 Thread Richard Hill
Hi All, I have a draggable pop-up dialogue box which is generated dynamically in javascript when a user clicks a link/button. I want this to contain a couple of components - at the moment I have them in their own T5 page which I am loading as an iframe in the dialogue box. But this isn't great

Re: T5.1 - dynamically generated pop-up dialogue box

2010-12-02 Thread Everton Agner
Check out ChenilleKit http://www.chenillekit.org/ You might get what you want with the Window component - demo here : http://www.chenillekit.org/demo/tapcomp/windowdemo# But i believe it would be better to abstract this set of components which appear in your dialog box in a single component,

Re: T5.1 - dynamically generated pop-up dialogue box

2010-12-02 Thread Thiago H. de Paula Figueiredo
On Thu, 02 Dec 2010 08:32:51 -0200, Richard Hill r...@su3analytics.com wrote: Hi All, Hi! So ideally I don't want to use an iframe, but something ajax, i.e a zone. However as the dialogue is dynamically generated, how can I bind what's in there with the page? Should I have a hidden zone