[Solved] Increase size of select list for categories - Joomla! Forum - community, help and support
hi guys. have quite few categories using in few of modules working fine select drop down list of categories limited 4 lines shown here

is possible change size of drop down list 4 bigger 15 or 20? if make change applied in select lists.
thanks

is possible change size of drop down list 4 bigger 15 or 20? if make change applied in select lists.
thanks
the number of lines show in select box declared in module's xml file. should see somethign this
just change "size" field number of items want displayed.
code: select all
<field name="catid" type="category" extension="com_content"
multiple="true" size="4"
label="jcategory"
description="mod_articles_category_field_category_desc"
>just change "size" field number of items want displayed.
Comments
Post a Comment