Hi,
How can I visually customize autocomplete fields in Wicket (change colors, fonts, etc.)?
|
|
Hi, How can I visually customize autocomplete fields in Wicket (change colors, fonts, etc.)?
|
||
|
|
|
|
You can use CSS to modify the look of this component. For the Ajax auto-complete component in 1.3 the element you want to override is div.wicket-aa, so for example you might do:
|
||
|
|
|
|
Perilandmishap has probably the most usefull answer for your needs. Personally, I always found the default Ajax auto complete control in Wicket to be woefully insufficient for my needs. If you really want a professional "feel" to your auto complete, roll your an using Wicket's Ajax libraries. |
||
|
|