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

Christian Bauer christian.bauer at jboss.com
Tue Feb 27 08:21:45 EST 2007


  User: cbauer  
  Date: 07/02/27 08:21:45

  Modified:    examples/wiki/view/plugins/searchControl  plugin.xhtml
  Log:
  Implemented conversational navigation (not perfect, open JIRA issues)
  
  Revision  Changes    Path
  1.2       +5 -2      jboss-seam/examples/wiki/view/plugins/searchControl/plugin.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: plugin.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/plugins/searchControl/plugin.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- plugin.xhtml	23 Feb 2007 01:32:35 -0000	1.1
  +++ plugin.xhtml	27 Feb 2007 13:21:45 -0000	1.2
  @@ -7,9 +7,12 @@
   
       <h:form>
           <h:panelGroup>
  -            <h:inputText styleClass="searchControlInput" id="searchControlSearchString" value="Search..." size="25" tabindex="60"/>
  -            <h:commandLink styleClass="searchControlLink" tabindex="61" accesskey="S"><u>S</u>earch</h:commandLink>
  +            <h:inputText styleClass="searchControlInput" id="searchControlSearchString" value="Search..."
  +                         onclick="clickClear(this, 'Search...')" onblur="clickRecall(this, 'Search...')"
  +                         size="25" tabindex="60"/>
  +            <h:commandLink styleClass="searchControlLink" tabindex="61" accesskey="F"><u>F</u>ind</h:commandLink>
           </h:panelGroup>
  +
       </h:form>
   
   </div>
  
  
  



More information about the jboss-cvs-commits mailing list