New issue 302 by jflefeb...@sopragroup.com: display autocompleter as
combobox
http://code.google.com/p/struts2-jquery/issues/detail?id=302
Can you add an option to display autocompleter as combobox or explain how
CAN I do this ?
Comment #1 on issue 302 by johgep: display autocompleter as combobox
http://code.google.com/p/struts2-jquery/issues/detail?id=302
What do you mean as combobox?
In the current showcase are some examples
for an combobox autocompleter.
I would have the same render as struts 2 autocompleter dojo tag
currently the jquery autocompleter has the same or more features as the
dojo plugin.
please describe a little bit more what features do you miss.
I would like to have
- a button to display the list like this :
http://jqueryui.com/demos/autocomplete/combobox.html
- the texte complete into the input (like attachment)
- odd and even color (like attachment)
Attachments:
test.PNG 1.9 KB
I also need struts2-jquery autocomplete as shown under test.PNG.
Also need below changes:-
1) Rows with alternate shades of light and dark gray,
2) Matches from starting key only, at present it searches with matching key
from whole keyword,
3) To show combobox with down error ( color can also customize ).
I also need struts2-jquery autocomplete as shown under test.PNG.
Need below changes:-
Comment #8 on issue 302 by johgep: display autocompleter as combobox
http://code.google.com/p/struts2-jquery/issues/detail?id=302
I will check which feature I can implement until next release.
But I have currently a limited time slot. If anyone can contribute
a solution, I will be gratefull.
Comment #9 on issue 302 by johgep: display autocompleter as combobox
http://code.google.com/p/struts2-jquery/issues/detail?id=302
in next version you can enable the combobox icon with new selectBoxIcon
attribute.
<sj:autocompleter
id="customers"
name="echo"
list="%{customers}"
listValue="name"
listKey="id"
selectBox="true"
selectBoxIcon="true"
/>
http://code.google.com/p/struts2-jquery/source/detail?r=1250
Added these changes but not able to view icon button. Also having some more
query as follows:-
1) Can we change alternate color options css ( Like dojo ),
2) Also while tying, text want to do search with only initial words.
Do we have any expected release date for M2.4.2?
Getting three issues as below:-
1) Unable to make this disable,
2) Unable to assign width from css and
3) onChange function called while page load also.
Comment #12 on issue 302 by johgep: display autocompleter as combobox
http://code.google.com/p/struts2-jquery/issues/detail?id=302
(No comment was entered for this change.)