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,8 +105,7 @@ public define HTML_Off_Form | ||
| 105 | <select id=\""+the_id.id+"\" | 105 | <select id=\""+the_id.id+"\" |
| 106 | name=\"" + the_name.name + "\" | 106 | name=\"" + the_name.name + "\" |
| 107 | dojoType=\"dijit.form.ComboBox\" | 107 | dojoType=\"dijit.form.ComboBox\" |
| 108 | - autoComplete=\"false\" | ||
| 109 | - pageSize=\"30\">"), | 108 | + autoComplete=\"false\">"), |
| 110 | sequence((format_list_data(list_data, []))), | 109 | sequence((format_list_data(list_data, []))), |
| 111 | literal("</select>") | 110 | literal("</select>") |
| 112 | ]). | 111 | ]). |