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

Christian Bauer christian at hibernate.org
Fri May 4 14:25:51 EDT 2007


  User: cbauer  
  Date: 07/05/04 14:25:51

  Modified:    examples/wiki/view  docEdit.xhtml
  Log:
  Fixed jQuery/RichFaces conflicts (except tree)
  
  Revision  Changes    Path
  1.31      +3 -3      jboss-seam/examples/wiki/view/docEdit.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: docEdit.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/docEdit.xhtml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -b -r1.30 -r1.31
  --- docEdit.xhtml	4 May 2007 12:35:28 -0000	1.30
  +++ docEdit.xhtml	4 May 2007 18:25:51 -0000	1.31
  @@ -127,14 +127,14 @@
                               <div class="label">Content:</div>
                               <s:div styleClass="input">
   
  -                                <script type="text/javascript">$(function() {
  -                                    $("#contentTextEdit").Resizable({
  +                                <script type="text/javascript">jQuery(function() {
  +                                    jQuery("#contentTextEdit").Resizable({
                                           minHeight: 50,
                                           handlers: {
                                               s: '#contentTextEditResizeHandle'
                                           },
                                           onResize: function(size) {
  -                                            $("textarea", this).css({ height: size.height + "px" });
  +                                            jQuery("textarea", this).css({ height: size.height + "px" });
                                           }
                                       });
                                   });</script>
  
  
  



More information about the jboss-cvs-commits mailing list