Re: Adding "Title" or "AltText" to CheckBoxMultipleChoice

2011-02-23 Thread Mike Mander
Maybe it is possible to be more verbose on suffix and prefix. Maybe add the alt and title to the element. Cheers Mike Hi, I don't think you may customize the tags as the input generation is "hard-coded": // Add checkbox element buffer.append(""); Regards - nothi

Re: Adding "Title" or "AltText" to CheckBoxMultipleChoice

2011-02-23 Thread Zilvinas Vilutis
Hi, I don't think you may customize the tags as the input generation is "hard-coded": // Add checkbox element buffer.append(""); Regards - nothing is impossible -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/A

Re: Adding "Title" or "AltText" to CheckBoxMultipleChoice

2011-02-23 Thread eugenebalt
l() { @Override public Serializable getObject() { return "Test"; } })); --- -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Adding-Title-or-AltText-to-CheckBoxMultiple

Re: Adding "Title" or "AltText" to CheckBoxMultipleChoice

2011-02-23 Thread eugenebalt
Yes, we tried AttributeModifier and it's not working. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Adding-Title-or-AltText-to-CheckBoxMultipleChoice-tp3321054p3321193.html Sent from the Users forum mailing list archive at Nabbl

Re: Adding "Title" or "AltText" to CheckBoxMultipleChoice

2011-02-23 Thread Mike Mander
Am 23.02.2011 15:16, schrieb eugenebalt: Is it possible to add a "Title" or an "AltText" attribute to a CheckBoxMultipleChoice? (for the "tip" window) Thanks Did you try an AttributeModifier? - To unsubscribe, e-mail: users-un

Adding "Title" or "AltText" to CheckBoxMultipleChoice

2011-02-23 Thread eugenebalt
Is it possible to add a "Title" or an "AltText" attribute to a CheckBoxMultipleChoice? (for the "tip" window) Thanks -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Adding-Title-or-AltText-to-CheckBoxMultipleChoice-tp3321054p3321054.