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

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


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

  Modified:    examples/wiki/view/themes/sfwkorg  template.xhtml
  Log:
  JBSEAM-1743 - Clipboard for copying/moving of nodes
  
  Revision  Changes    Path
  1.3       +7 -0      jboss-seam/examples/wiki/view/themes/sfwkorg/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/sfwkorg/template.xhtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- template.xhtml	19 Dec 2007 04:29:32 -0000	1.2
  +++ template.xhtml	20 Dec 2007 12:23:05 -0000	1.3
  @@ -92,6 +92,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