Commit 314a5090ba32b1fd27ce34796ab26becc4cc6d76
1 parent
98449484
add "cxm_selector_hide_show" class to selector hide show
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
web/CXM_form.anubis
| @@ -469,7 +469,7 @@ public define HTML_In_Form | @@ -469,7 +469,7 @@ public define HTML_In_Form | ||
| 469 | with div_id = generate_random_string(15), | 469 | with div_id = generate_random_string(15), |
| 470 | since construct_selector_hide_show(div_id, items_with_partial) is (items, partial_content_list), | 470 | since construct_selector_hide_show(div_id, items_with_partial) is (items, partial_content_list), |
| 471 | sequence([ | 471 | sequence([ |
| 472 | - selector_c([class("in"), event(onchange, "select_hide_show('" + div_id + "', this);")], label + star(mand), id, wan, size, reverse(items), if selected is { failure then init(""), success(default) then init(get_String(lwa, wan.name, default.value)) } ), | 472 | + selector_c([class("in"), class("cxm_selector_hide_show"), event(onchange, "select_hide_show('" + div_id + "', this);")], label + star(mand), id, wan, size, reverse(items), if selected is { failure then init(""), success(default) then init(get_String(lwa, wan.name, default.value)) } ), |
| 473 | partial(partial_content(partial_content_list)) | 473 | partial(partial_content(partial_content_list)) |
| 474 | ]), | 474 | ]), |
| 475 | 475 |