you get a reference to the dojo widget for that dialog and call hide on it...

In javascript,
dojo.widget.widgets returns an array of all widgets in a page, and
dojo.widget,byId('myId') returns the widget with the given id...

Then, just call reference.hide()

On 2/16/08, Wojciech Ciesielski <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> As in the topic - how can I close dialog window created with some <div
> jwcid="[EMAIL PROTECTED]">...</div> component WITHOUT calling server side
> (ie. without calling java listener toggling dialog state binding and
> updating dialog component via ajax features). ?
>
> Regards,
> Wojtek
>
>
>
> ----------------------------------------------------------------------
> Potega i sila na wyciagniecie reki - sprawdz!
> Zagraj >>> http://link.interia.pl/f1cf3
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
Andreas Andreou - [EMAIL PROTECTED] - http://blog.andyhot.gr
Tapestry / Tacos developer
Open Source / JEE Consulting

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to