gigaZhang / struts2-jquery

Automatically exported from code.google.com/p/struts2-jquery
0 stars 0 forks source link

How to increase the width of the entire autocompleter text area selection? #930

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
(This is for feature requests and bugs in Struts2 jQuery Plugin - for
getting help, please use the User Group.
http://groups.google.com/group/struts2-jquery )

This is my code for the autocompleter I used in my JSP:

    <sj:autocompleter
                                id="actCode"
                                name="actCode"
                                list= "#application.referenceDataCacheMap.RefActsCodeList"
                                listValue="actCode+'  '+actDescription"
                                listKey="id"
                                selectBox="true"
                                requiredposition="left"
                                selectBoxIcon="true"
                                cssStyle="width: 415px; text-align: left;" 
                                cssClass="ui-autocomplete"

                        /> 

What is the expected output? What do you see instead?
A Fixed small size text field.

Which struts2 version?
Latest Jar.

Which struts2-jquery plugin version?
Latest Downloaded.

Please help me in providing the attribute to increase the width of the text 
field.

Original issue reported on code.google.com by prashant...@gmail.com on 14 Dec 2012 at 11:56

GoogleCodeExporter commented 9 years ago
Found the solution. I had to use parentTheme = "simple" option. Gosh, After so 
much hard work, finally found. Thanks for such a wonderful plugin! :)

Original comment by prashant...@gmail.com on 17 Dec 2012 at 8:44

GoogleCodeExporter commented 9 years ago
Thanks for the feedback. :-)

Original comment by johgep on 13 Jan 2013 at 9:56