modal dialog help

2006-11-08 Thread Dave
Hello,     Could anyone help me get started with sandbox modal dialog?     How to open a ModalDialog when clicking a button?  How to get the value(entered in modal dialog) back to the parent window?     Thanks!  david Sponsored LinkMortgage rates near historic lows: $150,000 loan as low as $579

Re: modal dialog help

2006-11-09 Thread Werner Punz
Dave schrieb: > Hello, > > Could anyone help me get started with sandbox modal dialog? > > How to open a ModalDialog when clicking a button? > How to get the value(entered in modal dialog) back to the parent > window? > I think the best way to get you kickstarted on that one is to ch

RE: modal dialog help

2006-11-09 Thread Madhav Bhargava
ginal Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Werner Punz > Sent: Thursday, November 09, 2006 3:12 PM > To: users@myfaces.apache.org > Subject: Re: modal dialog help > > Dave schrieb: > > Hello, > > > > Could anyone help me get started w

RE: modal dialog help

2006-11-09 Thread Madhav Bhargava
ginal Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Werner Punz > Sent: Thursday, November 09, 2006 3:12 PM > To: users@myfaces.apache.org > Subject: Re: modal dialog help > > Dave schrieb: > > Hello, > > > > Could anyone help me get started w

Re: modal dialog help

2006-11-09 Thread Werner Punz
Madhav Bhargava schrieb: > Werner, > > One question on modal dialog - > > Is there a way to show a modal dialog without javascript - > "someDialog.show();" > > I want to call an action method and then display the modal dialog as a > popup. The action method will prepare data for the popup. > no

Re: modal dialog help

2006-11-09 Thread Dave
HI Werner,   Thanks!   When user clicks a button, a dialog popup for user to select a node from a tree2. After user clicks a node, the dialog closes and change the value(tree path) on the master window.  (eg.  root > node1 > node11 > node112)   I prefer the _javascript_ way because of better

Re: modal dialog help

2006-11-10 Thread Werner Punz
Hi dave the current dialog demo showcases the form and the javascript way. the ppr way is not showcased. If you prefer the javascript way, you can use the current dialog demo to my knowledge as a blueprint! Dave schrieb: > HI Werner, > > Thanks! > > When user clicks a button, a dialog popup

Re: modal dialog help

2006-11-13 Thread Dave
Hi Werner,   I could not find any dialog demo from sandbox and examples download. Where are the demos?   Thanks,DaveWerner Punz <[EMAIL PROTECTED]> wrote: Hi dave the current dialog demo showcases the form and the _javascript_ way.the ppr way is not showcased.If you prefer the _javascript_ wa

Re: modal dialog help

2006-11-13 Thread Gerald Müllan
Hi, have a look at a working example in action: http://example.irian.at/example-sandbox-20061113/dojo/dojoDialog.jsf cheers, Gerald On 11/13/06, Dave <[EMAIL PROTECTED]> wrote: Hi Werner, I could not find any dialog demo from sandbox and examples download. Where are the demos? Thanks, Dave

Re: modal dialog help

2006-11-13 Thread Dave
Hi Gerald,   Thanks, I tried the link several times last week, but it did not work. It is working now. The demo did not get the values back to the master window. Is there a way to see its source code?   Thanks,DaveGerald Müllan <[EMAIL PROTECTED]> wrote: Hi,have a look at a working example in

Re: modal dialog help

2006-11-14 Thread Gerald Müllan
Hi, yes the server was down for quite a time. Hm..the best way to have a look at the source code is a fresh checkout of svn head. In the sandbox module you can found everything you are looking for. It`s not that difficult to have a look at the examples there. regards, Gerald On 11/14/06, Dave

Re: modal dialog help

2006-11-14 Thread Werner Punz
Dave schrieb: > Hi Gerald, > > Thanks, I tried the link several times last week, but it did not work. > It is working now. > The demo did not get the values back to the master window. Is there a > way to see its source code? > Yes the demo is not fully implemented yet, in the main form some val

Tomahawk dataTable and Sandbox modal dialog help

2007-09-19 Thread Krunoslav Sabljak
Hi everybody! I'm experiencing some difficulties with managing Sandbox modal dialogs and Tomahawk data table. What I'm trying to do is next: in my paged data table i would like to have the ability to modify the content of the table rows through modal dialog. Modal dialog would contain a form with

Re: Tomahawk dataTable and Sandbox modal dialog help

2007-09-19 Thread David Delbecq
Basic suggestion: IFrame + set iframe url to "./editRow.jsf?rowId=#{index}" ? Krunoslav Sabljak a écrit : Hi everybody! I'm experiencing some difficulties with managing Sandbox modal dialogs and Tomahawk data table. What I'm trying to do is next: in my paged data table i would like to