Re: bbcodecomponent, javascript integration... interpolate?

2007-08-14 Thread Nino Saturnino Martinez Vazquez Wael
thanks a lot Eelco for point me in way of the datepicker:) Eelco Hillenius wrote: On 8/13/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: just write whatever you need out with renderJavascript(String js, String key) That's often the easiest way. Take a look at DatePicker from wicket-date

Re: bbcodecomponent, javascript integration... interpolate?

2007-08-14 Thread Nino Saturnino Martinez Vazquez Wael
thanks igor:) Igor Vaynberg wrote: just write whatever you need out with renderJavascript(String js, String key) -igor On 8/13/07, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> wrote: Hi Im currently fiddling with the bbcodecomponent I need a way to merge some things into my j

Re: bbcodecomponent, javascript integration... interpolate?

2007-08-13 Thread Eelco Hillenius
On 8/13/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > just write whatever you need out with renderJavascript(String js, String > key) That's often the easiest way. Take a look at DatePicker from wicket-datetime for an example of a simple interpolation. If you need to do anything more fancy, like

Re: bbcodecomponent, javascript integration... interpolate?

2007-08-13 Thread Igor Vaynberg
just write whatever you need out with renderJavascript(String js, String key) -igor On 8/13/07, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> wrote: > > Hi > > Im currently fiddling with the bbcodecomponent I need a way to merge > some things into my java script file, I've tried to ta

bbcodecomponent, javascript integration... interpolate?

2007-08-13 Thread Nino Saturnino Martinez Vazquez Wael
Hi Im currently fiddling with the bbcodecomponent I need a way to merge some things into my java script file, I've tried to take a look at some of the interpolate stuff but are having some difficulty understanding how I could make it fit. Are there any examples, if not could some one create a