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

Christian Bauer christian at hibernate.org
Mon Sep 24 08:42:29 EDT 2007


  User: cbauer  
  Date: 07/09/24 08:42:29

  Modified:    examples/wiki/view  docEdit_d.xhtml
  Log:
  Fixed scroll/update bug in wiki text editor
  
  Revision  Changes    Path
  1.3       +0 -1      jboss-seam/examples/wiki/view/docEdit_d.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: docEdit_d.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/docEdit_d.xhtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- docEdit_d.xhtml	24 Sep 2007 08:23:19 -0000	1.2
  +++ docEdit_d.xhtml	24 Sep 2007 12:42:28 -0000	1.3
  @@ -164,7 +164,6 @@
                               </s:fragment>
   
                               <ui:include src="includes/wikiTextEditor.xhtml">
  -                                <ui:param name="tabId" value="docContentTab"/>
                                   <ui:param name="textEditorId" value="content"/>
                                   <ui:param name="textPreviewId" value="#{documentHome.enabledPreview ? 'contentPreview' : ''}"/>
                                   <ui:param name="namingContainer" value="docEditForm"/>
  
  
  



More information about the jboss-cvs-commits mailing list