I could do this, yes...I guess I was just trying to avoid having quite so
much markup in the tml file...

On Mon, Aug 20, 2012 at 8:34 AM, trsvax <trs...@gmail.com> wrote:

> Most jQuery components can be implemented by simply extending the Widget
> mixin
>
> for example
>
> @Import (library={"your js file"})
> public Class FreeCalendar extends Widget {
> }
>
> Then in your tml file
>
> <t:any mixins="FreeCalendar" options="JSON String of options"/>
>
>
>
>
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com/javascript-component-questions-tp5715582p5715594.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to