mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-31 19:19:43 +01:00
Set value_class option for multi-select list
This commit is contained in:
parent
9868c3c590
commit
16e09a1093
@ -378,7 +378,7 @@ var et2_selectbox = (function(){ "use strict"; return et2_inputWidget.extend(
|
||||
}
|
||||
label.append(jQuery("<span>"+_label+"</span>"));
|
||||
var li = jQuery(document.createElement("li")).append(label);
|
||||
|
||||
if (this.options.value_class !='') li.addClass(this.options.value_class+_value);
|
||||
li.appendTo(dom_element || this.multiOptions);
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user