Hi Chris,

In order to avoid having so much makup in your tml you can generate a
JSon array in java class and pass it as property  to your calendar
component parameter.

By way could you give us more details about the jQuery plugin you are using?


Regards
François

2012/8/20 Chris Cureau <cmcur...@gmail.com>:
> 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
>>
>>

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

Reply via email to