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

Christian Bauer christian at hibernate.org
Sat Sep 1 04:42:48 EDT 2007


  User: cbauer  
  Date: 07/09/01 04:42:48

  Added:       examples/wiki/view/plugins/clearBackground  plugin.xhtml
  Log:
  UI improvements
  
  Revision  Changes    Path
  1.1      date: 2007/09/01 08:42:48;  author: cbauer;  state: Exp;jboss-seam/examples/wiki/view/plugins/clearBackground/plugin.xhtml
  
  Index: plugin.xhtml
  ===================================================================
  <wiki:plugin id="clearBackgroundPlugin"
          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:a="https://ajax4jsf.dev.java.net/ajax"
          xmlns:wiki="http://jboss.com/products/seam/wiki"
          xmlns:s="http://jboss.com/products/seam/taglib">
  
      <script type="text/javascript">jQuery(function() {
          clearDocumentBackground();
      });</script>
      
  </wiki:plugin>
  
  



More information about the jboss-cvs-commits mailing list