Returned 4 Results for "richfaces" Ordered By Relevance

JSF RichFaces - Get Page Name [relevance: 2.79]


2007-11-19 Digg! icurtain Delcious icurtain Technorati icurtain


to get the page ID of the current page = #{facesContext.viewRoot.viewId}


Tag Library Descriptor - TLD files for Java Editors [relevance: 1.83]


2007-12-04 Digg! icurtain Delcious icurtain Technorati icurtain


xmlns:s="http://jboss.com/products/seam/taglib"
seam-ui.tld
xmlns:ui="http://java.sun.com/jsf/facelets"
jsf-ui.tld
xmlns:f="http://java.sun.com/jsf/core"
myfaces_core.tld
xmlns:h="http://java.sun.com/jsf/html"
myfaces_html.tld
xmlns:rich="http://richfaces.ajax4jsf.org/rich"
rich.tld
xmls:a4j="https://ajax4jsf.dev.java.net/ajax"
a4j.tld

drop-down box in RichFaces [relevance: 1.54]


2007-10-30 Digg! icurtain Delcious icurtain Technorati icurtain


  1. <div style="float:left;"> 
  2.    <input type="button" onclick="hideDiv({duration:0.7})" value="Hide" /> 
  3.    <input type="button" onclick="showDiv()" value="Show" /> 
  4.    <rich:effect   name="hideDiv"   for="bubox" type="BlindUp" /> 
  5.    <rich:effect   name="showDiv"   for="bubox" type="BlindDown" /> 
  6. </div> 
  7.                       
  8. <div style="float:left;width:200px;height36px;background-color:#DD0022;"> 
  9.    <rich:panel id="bubox" styleClass="box"> 
  10.       <f:facet name="header">BlindUp Effect</f:facet> 
  11.       <rich:effect event="onclick" type="BlindUp" params="duration:0.8" /> 
  12.       <rich:effect event="onclick"   for="bubox" type="BlindUp" params="delay:3.0,duration:0.5" /> 
  13.       <h:outputText value="Click to Activate" /> 
  14.    </rich:panel> 
  15. </div> 

Setting up JBOSS Seam [relevance: 1.03]


2007-11-30 Digg! icurtain Delcious icurtain Technorati icurtain


from a command prompt/shell within the jboss-seam directory type the following:

seam new-project

seam generate-entities