You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by abhilash <so...@gmail.com> on 2008/05/12 08:09:46 UTC

Implementation dojo widget as a tapestry component

Hi all,
I am using Tapestry4.1.5
How do i make my own dojo widget as tapestry component.
any ideas?
Thanks in advance.
-- 
View this message in context: http://www.nabble.com/Implementation--dojo-widget-as-a-tapestry-component-tp17182059p17182059.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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


Re: Implementation dojo widget as a tapestry component

Posted by Renat Zubairov <re...@gmail.com>.
Hi

You can check the Tacos 4.1.1, they have a special generic component for
Dojo widgets:

*Dojo Widget -* Generic
component<http://tacos.sourceforge.net/tacos4.1/apidocs/net/sf/tacos/components/dojo/DojoWidget.html>for
all dojo widgets. Just use the formal parameter
dojoType to determine which dojo widget to create and futher informal
parameters define the exact properties you wish for it. Take a look at Dojo
API <http://dojotoolkit.org/api> for further information about all widgets
and their properties.

Here: http://tacos.sourceforge.net/tacos4.1/

Renat

2008/5/12 abhilash <so...@gmail.com>:

>
> Hi all,
> I am using Tapestry4.1.5
> How do i make my own dojo widget as tapestry component.
> any ideas?
> Thanks in advance.
> --
> View this message in context:
> http://www.nabble.com/Implementation--dojo-widget-as-a-tapestry-component-tp17182059p17182059.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>


-- 
Best regards,
Renat Zubairov