[jboss-cvs] jboss-seam/examples/wiki/view/themes/default ...

Christian Bauer christian at hibernate.org
Thu Dec 20 07:23:06 EST 2007


  User: cbauer  
  Date: 07/12/20 07:23:06

  Modified:    examples/wiki/view/themes/default  template.xhtml
  Log:
  JBSEAM-1743 - Clipboard for copying/moving of nodes
  
  Revision  Changes    Path
  1.40      +7 -0      jboss-seam/examples/wiki/view/themes/default/template.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: template.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/default/template.xhtml,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -b -r1.39 -r1.40
  --- template.xhtml	19 Dec 2007 04:29:26 -0000	1.39
  +++ template.xhtml	20 Dec 2007 12:23:06 -0000	1.40
  @@ -90,6 +90,13 @@
               wrapBoxes();
           }
   
  +        function selectCheckBoxes(styleClass) {
  +            jQuery("."+styleClass).attr("checked", "true");
  +        }
  +        function deselectCheckBoxes(styleClass) {
  +            jQuery("."+styleClass).removeAttr("checked");
  +        }
  +
           function clickClear(thisfield, defaulttext) {
               if (thisfield.value == defaulttext) {
                   thisfield.value = "";
  
  
  



More information about the jboss-cvs-commits mailing list