Re: Custom rendering of components for different devices

2009-03-31 Thread nino martinez wael
Hehe.. Wasnt exactly thinking in those lines.. 2009/3/31 Martijn Dashorst : > As long as it is markup. Having a telnet component is not in scope of > wicket (but was in 2005/2006/2007 very much for JSF). > > Martijn > > On Tue, Mar 31, 2009 at 11:35 AM, nino martinez wael > wrote: >> Hi >> >> For

Re: Custom rendering of components for different devices

2009-03-31 Thread Martijn Dashorst
As long as it is markup. Having a telnet component is not in scope of wicket (but was in 2005/2006/2007 very much for JSF). Martijn On Tue, Mar 31, 2009 at 11:35 AM, nino martinez wael wrote: > Hi > > For a component (panel page etc) you can specify a variant, you can > search the list for furth

Re: Custom rendering of components for different devices

2009-03-31 Thread nino martinez wael
Hi For a component (panel page etc) you can specify a variant, you can search the list for further information 2009/3/31 Subramanian Murali : > Hi,. > When we develop new custom components or customize existing components in > Wicket, how do we change the rendering for the components for differen

Custom rendering of components for different devices

2009-03-31 Thread Subramanian Murali
Hi, When we develop new custom components or customize existing components in Wicket, how do we change the rendering for the components for different devices like the way we configure a render kit for components in JSF? Thanks, Subbu.

Re: Custom rendering

2007-10-16 Thread Cristi Manole
else{ > >> return hello u.; > >> > >> } > >> > >> } > >> }); > >> > >> Similarly for link. just change the action in onClick for example > >> > >> -swaroop > >> > >> >

Re: Custom rendering

2007-10-16 Thread Thies Edeling
return ""in order to sign in please click"; } else{ return hello u.; } } }); Similarly for link. just change the action in onClick for example -swaroop On 10/16/07, Cristi Manole <[EMAIL PROTECTED]> wrote: Hello, I was w

Re: Custom rendering

2007-10-16 Thread Igor Vaynberg
o u.; > > > > } > > > > } > > }); > > > > Similarly for link. just change the action in onClick for example > > > > -swaroop > > > > > > On 10/16/07, Cristi Manole <[EMAIL PROTECTED]> wrote: > > > > &

Re: Custom rendering

2007-10-16 Thread Cristi Manole
quot;"in order to sign in please click"; > } > else{ > return hello u.; > > } > > } > }); > > Similarly for link. just change the action in onClick for example > > -swaroop > > > On 10/16/07, Cristi Manole <[EMAIL PROTECTED]&g

Re: Custom rendering

2007-10-16 Thread Swaroop Belur
;in order to sign in please click"; } else{ return hello u.; } } }); Similarly for link. just change the action in onClick for example -swaroop On 10/16/07, Cristi Manole <[EMAIL PROTECTED]> wrote: > > Hello, > > I was wondering if it i

Custom rendering

2007-10-15 Thread Cristi Manole
Hello, I was wondering if it is possible to do custom rendering in wicket. What i need is something like a panel in which -> if the user is not logged in, there will be a text with "in order to sign in please click <>" and then the link and -> if the user is logged in, t