You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Paul Stanton <pa...@gunnsoft.com.au> on 2007/05/29 09:21:32 UTC

thickbox or dojo alternative

Hello,

I need to dynamically load a form into a dialog (not a popup) such as 
thickbox or a dojo dialog and then submit the parent page once the 
dialog form is submitted. The behaviour is as follows:

1. user clicks listed item on parent page
2. modal dialog is displayed populated with listed item's detail
3. user updates info clicks submit
4. form is submitted and parent page reloads
-or-
1. user clicks new item link on parent page
2. modal dialog is displayed unpopulated
3. user adds info clicks submit
4. form is submitted and parent page reloads

If anyone has done something similar I could use some pointers.
Did you use a page or a component for the dialog content?
did you use dojo, thickbox or other?
any other info.

Thanks, Paul.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: thickbox or dojo alternative

Posted by Paul Stanton <pa...@gunnsoft.com.au>.
Thanks Renat, Very helpful.

Renat Zubairov wrote:
> Hello,
>
> We are using the same scenario in our project
> http://code.google.com/p/bookie
>
> Check CategoryAdmin.html page for example:
> http://bookie.googlecode.com/svn/trunk/bookie-web/src/main/webapp/admin/CategoryAdmin.html 
>
>
> Renat


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: thickbox or dojo alternative

Posted by Renat Zubairov <re...@gmail.com>.
Hello,

We are using the same scenario in our project
http://code.google.com/p/bookie

Check CategoryAdmin.html page for example:
http://bookie.googlecode.com/svn/trunk/bookie-web/src/main/webapp/admin/CategoryAdmin.html

Renat

On 29/05/07, Paul Stanton <pa...@gunnsoft.com.au> wrote:
> Hello,
>
> I need to dynamically load a form into a dialog (not a popup) such as
> thickbox or a dojo dialog and then submit the parent page once the
> dialog form is submitted. The behaviour is as follows:
>
> 1. user clicks listed item on parent page
> 2. modal dialog is displayed populated with listed item's detail
> 3. user updates info clicks submit
> 4. form is submitted and parent page reloads
> -or-
> 1. user clicks new item link on parent page
> 2. modal dialog is displayed unpopulated
> 3. user adds info clicks submit
> 4. form is submitted and parent page reloads
>
> If anyone has done something similar I could use some pointers.
> Did you use a page or a component for the dialog content?
> did you use dojo, thickbox or other?
> any other info.
>
> Thanks, Paul.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>


-- 
Best regards,
Renat Zubairov

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org