Re: Set width of auto complete text field?

2009-01-21 Thread Peter Ertl
All you want to know is summed up here :-) http://issues.apache.org/jira/browse/WICKET-1716 Am 21.01.2009 um 11:56 schrieb Daniel Peters: Jeremy Thomerson wrote: Any one? Thank you, You can use the CSS keyword "!important" to override the wicket definition. Here is what I use in my app

Re: Set width of auto complete text field?

2009-01-21 Thread Daniel Peters
Jeremy Thomerson wrote: > Any one? > > Thank you, > You can use the CSS keyword "!important" to override the wicket definition. Here is what I use in my app to format the autocomplete-fields: div.wicket-aa-container {width:auto !important;} div.wicket-aa {background-color: white;border:1px soli

Re: Set width of auto complete text field?

2009-01-20 Thread Jeremy Thomerson
Any one? Thank you, -- Jeremy Thomerson http://www.wickettraining.com On Tue, Jan 13, 2009 at 4:01 PM, Jeremy Thomerson wrote: > Is there a way to set the width of the popup list of choices for the auto > compete behavior (auto complete text field)? I have tried using CSS, but > the problem

Set width of auto complete text field?

2009-01-13 Thread Jeremy Thomerson
Is there a way to set the width of the popup list of choices for the auto compete behavior (auto complete text field)? I have tried using CSS, but the problem is that wicket-autocomplete.js sets the width programmatically, which overrides any CSS I use. I don't see any hooks in the JS file to ove