Re: color code options in drop down choice

2008-08-10 Thread Igor Vaynberg
based on the model. is there any existing implementation which i can use. OR how should i go about it please suggset. full toos == -- View this message in context: http://www.nabble.com/color-code-options-in-drop-down-choice-tp16964792p18909328.html Sent from the Wicket - User

Re: color code options in drop down choice

2008-08-10 Thread Martin Makundi
Another possibility would be to just enable suitable hooks in the rendering phase of xxChoices. I.e., a method String getOptionAttributes(T t) or similar would be called during the render phase of a DropDownChoice. sure, submit an RFE Ok, https://issues.apache.org/jira/browse/WICKET-1785 I

Re: color code options in drop down choice

2008-08-10 Thread Igor Vaynberg
On Sun, Aug 10, 2008 at 9:19 AM, Martin Makundi [EMAIL PROTECTED] wrote: I may draft a patch soon. that would be great -igor ** Martin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: color code options in drop down choice

2008-08-09 Thread Martin Makundi
Using Select/SelectOption/SelectOptions I loose all the other encapsulated benfits of DropDownChoice or ListChoice. Wouldn't it be a good idea to have IChoiceRenderer or a similar interface with a method getDispayStyle for each option? ** Martin 2008/4/29 Igor Vaynberg [EMAIL PROTECTED]: see

Re: color code options in drop down choice

2008-08-09 Thread Al Maw
Note that you can style option tags in Firefox, but it probably won't work in Internet Explorer, so it may not be worth even bothering with this... Alastair 2008/8/9 Martin Makundi [EMAIL PROTECTED]: Using Select/SelectOption/SelectOptions I loose all the other encapsulated benfits of

Re: color code options in drop down choice

2008-08-09 Thread jWeekend
are of different color based on the model. is there any existing implementation which i can use. OR how should i go about it please suggset. full toos == -- View this message in context: http://www.nabble.com/color-code-options-in-drop-down-choice-tp16964792p18909328.html Sent from

Re: color code options in drop down choice

2008-08-09 Thread Martin Makundi
== -- View this message in context: http://www.nabble.com/color-code-options-in-drop-down-choice-tp16964792p18909328.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: color code options in drop down choice

2008-08-09 Thread Igor Vaynberg
color based on the model. is there any existing implementation which i can use. OR how should i go about it please suggset. full toos == -- View this message in context: http://www.nabble.com/color-code-options-in-drop-down-choice-tp16964792p18909328.html Sent from the Wicket - User

Re: color code options in drop down choice

2008-08-09 Thread Martin Makundi
implementation which i can use. OR how should i go about it please suggset. full toos == -- View this message in context: http://www.nabble.com/color-code-options-in-drop-down-choice-tp16964792p18909328.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: color code options in drop down choice

2008-08-09 Thread Igor Vaynberg
: http://www.nabble.com/color-code-options-in-drop-down-choice-tp16964792p18909328.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: color code options in drop down choice

2008-08-09 Thread Martin Makundi
://www.nabble.com/color-code-options-in-drop-down-choice-tp16964792p18909328.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

color code options in drop down choice

2008-04-29 Thread Full-toos Geek
hi I want to have a dropdown choice in which some of the choices are of different color based on the model. is there any existing implementation which i can use. OR how should i go about it please suggset. full toos ==

Re: color code options in drop down choice

2008-04-29 Thread Igor Vaynberg
see Select/SelectOption/SelectOptions in wicket-extensions -igor On Tue, Apr 29, 2008 at 9:43 AM, Full-toos Geek [EMAIL PROTECTED] wrote: hi I want to have a dropdown choice in which some of the choices are of different color based on the model. is there any existing implementation which