Update of /var/cvs/html/mmbase/validation
In directory james.mmbase.org:/tmp/cvs-serv29929

Modified Files:
        Widgets.js 
Log Message:
conserve possible classes the optiosn may have in the nobr's


See also: http://cvs.mmbase.org/viewcvs/html/mmbase/validation


Index: Widgets.js
===================================================================
RCS file: /var/cvs/html/mmbase/validation/Widgets.js,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- Widgets.js  26 Nov 2008 11:09:37 -0000      1.4
+++ Widgets.js  10 Dec 2008 09:54:59 -0000      1.5
@@ -9,7 +9,7 @@
  *  -  Widgets.instance.boxes(selector):  Makes select into a list of 
checkboxes (multiple) or radioboxes (single)
  *  -  Widgets.instance.twoMultiples(selector):  Splits up multiple selection 
into 2 boxes, the left one containing the selected values, the right one the 
optiosn which are not selected.
  *
- * @version $Id: Widgets.js,v 1.4 2008/11/26 11:09:37 michiel Exp $   BETA
+ * @version $Id: Widgets.js,v 1.5 2008/12/10 09:54:59 michiel Exp $   BETA
  * @author Michiel Meeuwissen
 
  */
@@ -153,6 +153,7 @@
             if (! $(opt).hasClass("head")) {
                 var nobr = $("<nobr />");
                 nobr.addClass(t.attr('name'));
+                nobr.addClass($(opt).attr('class'));
                 var input = $("<input type='checkbox' value='" + opt.value + 
"' " + (opt.selected ? "checked='checked'" : "") + " />");
                 input.attr('name', t.attr('name') + "___" + opt.value);
                 if (opt.selected) {
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to