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

Christian Bauer christian.bauer at jboss.com
Thu Feb 22 20:32:35 EST 2007


  User: cbauer  
  Date: 07/02/22 20:32:35

  Added:       examples/wiki/view/plugins/searchControl  plugin.xhtml
  Log:
  Member search feature
  
  Revision  Changes    Path
  1.1      date: 2007/02/23 01:32:35;  author: cbauer;  state: Exp;jboss-seam/examples/wiki/view/plugins/searchControl/plugin.xhtml
  
  Index: plugin.xhtml
  ===================================================================
  <div id="searchControl"
       xmlns="http://www.w3.org/1999/xhtml"
       xmlns:ui="http://java.sun.com/jsf/facelets"
       xmlns:h="http://java.sun.com/jsf/html"
       xmlns:f="http://java.sun.com/jsf/core"
       xmlns:s="http://jboss.com/products/seam/taglib">
  
      <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:panelGroup>
      </h:form>
  
  </div>
  
  
  



More information about the jboss-cvs-commits mailing list