| Author |
Richfaces: Add calendar icon for textbox
|
priya loganathan
Greenhorn
Joined: Mar 12, 2011
Posts: 3
|
|
Need help in adding a calendar icon next to a text box in my JSF page. I have got no idea how this richfaces work and I am new to JSF. I would really appreciate someone's help here.
Thanks in advance
|
 |
Stefan Evans
Bartender
Joined: Jul 06, 2005
Posts: 1005
|
|
I might suggest that you Use a meaningful subject line.
"Hi Guys," doesn't quite cut it.
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14487
|
|
|
The RichFaces dateTime control supplies its own calendar icon. You can replace it with a custom icon by "skinning" RichFaces, but that's a bit complicated for here, so if that's what you're looking for, check the RichFaces manual, first.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
kikoo kikoooo
Greenhorn
Joined: Mar 17, 2011
Posts: 2
|
|
you can use <rich:calendar popup="true" />
popup If "true", the calendar will be rendered initially as hidden with additional elements for calling as popup. Default value is "true".
http://jeebestpractices.blogspot.com/
|
 |
 |
|
|
subject: Richfaces: Add calendar icon for textbox
|
|
|