Re: javascript component questions

2012-08-21 Thread Chris Cureau
; > > > > On Mon, Aug 20, 2012 at 8:34 AM, trsvax wrote: > > > > > > > >> Most jQuery components can be implemented by simply extending the > > Widget > > > >> mixin > > > >> > > > >> for example > &

Re: javascript component questions

2012-08-21 Thread Chris Cureau
; > > > > > > On Mon, Aug 20, 2012 at 8:34 AM, trsvax wrote: > > > > > > > >> Most jQuery components can be implemented by simply extending the > > Widget > > > >> mixin > > > >> > > > >> for exam

Re: javascript component questions

2012-08-21 Thread Emmanuel DEMEY
> > > >> Most jQuery components can be implemented by simply extending the > Widget > > >> mixin > > >> > > >> for example > > >> > > >> @Import (library={"your js file"}) > > >> public Class FreeCale

Re: javascript component questions

2012-08-20 Thread Chris Cureau
> >> @Import (library={"your js file"}) > >> public Class FreeCalendar extends Widget { > >> } > >> > >> Then in your tml file > >> > >> > >> > >> > >

Re: javascript component questions

2012-08-20 Thread François Facon
e >> >> @Import (library={"your js file"}) >> public Class FreeCalendar extends Widget { >> } >> >> Then in your tml file >> >> >> >> >> >> >> -- >> View this message in context: >> http://tapestry.1045

Re: javascript component questions

2012-08-20 Thread Chris Cureau
ary={"your js file"}) > public Class FreeCalendar extends Widget { > } > > Then in your tml file > > > > > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/javascript-component-questions-tp5715582p5715594.html

Re: javascript component questions

2012-08-20 Thread Chris Cureau
ation > > URL, headers, and whatever else needed for the initial rendering. I'm > just > > not sure at this point how to do that. > > > > If anyone has some suggestions, I'd be quite happy to hear them. > > > > Thanks! > >

Re: javascript component questions

2012-08-20 Thread trsvax
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 -- View this message in context: http://tapestry.1045711.n5.nabble.com/javascript

Re: javascript component questions

2012-08-20 Thread Ray Nicholus
; If anyone has some suggestions, I'd be quite happy to hear them. > > Thanks! > > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/javascript-component-questions-tp5715582.html > Sent from the Tapestry - User mailing list archive at Nabble.c

javascript component questions

2012-08-19 Thread ccureau
point how to do that. If anyone has some suggestions, I'd be quite happy to hear them. Thanks! -- View this message in context: http://tapestry.1045711.n5.nabble.com/javascript-component-questions-tp5715582.html Sent from the Tapestry - User mailing list a