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

Christian Bauer christian at hibernate.org
Thu May 3 10:10:48 EDT 2007


  User: cbauer  
  Date: 07/05/03 10:10:48

  Modified:    examples/wiki/view/includes   searchControl.xhtml
                        attachmentDisplay.xhtml
  Log:
  Resizable text editor area with jQuery
  
  Revision  Changes    Path
  1.4       +6 -4      jboss-seam/examples/wiki/view/includes/searchControl.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: searchControl.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/includes/searchControl.xhtml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- searchControl.xhtml	26 Apr 2007 05:29:16 -0000	1.3
  +++ searchControl.xhtml	3 May 2007 14:10:48 -0000	1.4
  @@ -7,12 +7,14 @@
   
       <h:form>
           <h:panelGroup styleClass="searchControlTable">
  -            <h:inputText styleClass="searchControlInput" id="searchControlSearchString" value="#{nodeSearch.searchTerm}"
  +            <h:inputText styleClass="searchControlInput" id="searchControlSearchString" value="#{nodeSearch.query}"
                            onclick="clickClear(this, 'Search...')" onblur="clickRecall(this, 'Search...')"
  -                         size="15" maxlength="255" tabindex="60"/>
  -            <h:commandLink styleClass="searchControlLink" tabindex="61" accesskey="F" action="#{nodeSearch.search}"><u>F</u>ind</h:commandLink>
  +                         size="15" maxlength="1000" tabindex="60"/>
  +            <h:commandLink styleClass="searchControlLink" tabindex="61" accesskey="F"
  +                           action="search">
  +                <u>F</u>ind
  +            </h:commandLink>
           </h:panelGroup>
  -
       </h:form>
   
   </div>
  
  
  
  1.9       +1 -1      jboss-seam/examples/wiki/view/includes/attachmentDisplay.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: attachmentDisplay.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/includes/attachmentDisplay.xhtml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  
  
  



More information about the jboss-cvs-commits mailing list