Re: Cutomizing Default AutoComplete

2011-11-28 Thread yesotaso
I've decided that Panel descendant below autocomplete is redundant.
So I've added an extra o.a.w.a.AbstractDefaultAjaxBehavior to handle
onselect event, so far so good.

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Cutomizing-Default-AutoComplete-tp4086232p4114679.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Cutomizing Default AutoComplete

2011-11-19 Thread yesotaso
Hello,
As title says I am trying to customize the default AutoCompleteTextField
provided by wicket.
Things I've done so far:
By imitating 
https://cwiki.apache.org/WICKET/autocomplete-using-a-wicket-model.html
Object AutoComplete using wicket model  got a textfield,
By imitating o.a.w.e.a.m.h.a.AbstractAutoCompleteRenderer got my own
renderer which can produce some more than unordered list. 
What I'd like to achieve:
If possible draw a Panel descendant into autocomplete area. I've encountered 
https://github.com/wicketstuff/core/tree/master/jdk-1.5-parent/datatable-autocomplete-parent
datatable autocomplete  while digging around but it is a little excessive
for both my needs and capabilities.

To sum up, how can I put a custom panel into autocomplete draw area.

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Cutomizing-Default-AutoComplete-tp4086232p4086232.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org