Commit 42149afb67e624a198a941448c10399a8e2e5d4b
1 parent
810c5f89
combobox modification
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
calexium_lib/web/CXM_dojo.anubis
| ... | ... | @@ -105,8 +105,7 @@ public define HTML_Off_Form |
| 105 | 105 | <select id=\""+the_id.id+"\" |
| 106 | 106 | name=\"" + the_name.name + "\" |
| 107 | 107 | dojoType=\"dijit.form.ComboBox\" |
| 108 | - autoComplete=\"false\" | |
| 109 | - pageSize=\"30\">"), | |
| 108 | + autoComplete=\"false\">"), | |
| 110 | 109 | sequence((format_list_data(list_data, []))), |
| 111 | 110 | literal("</select>") |
| 112 | 111 | ]). | ... | ... |