Author: dsakovich
Date: 2007-10-22 11:56:28 -0400 (Mon, 22 Oct 2007)
New Revision: 4413
Modified:
trunk/common/plugins/org.jboss.tools.common.kb/schemas/tld/Richfaces3_1.xml
Log:
http://jira.jboss.com/jira/browse/JBIDE-1132 Add RichFaces jQuery template
Modified: trunk/common/plugins/org.jboss.tools.common.kb/schemas/tld/Richfaces3_1.xml
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.kb/schemas/tld/Richfaces3_1.xml 2007-10-22
15:56:24 UTC (rev 4412)
+++ trunk/common/plugins/org.jboss.tools.common.kb/schemas/tld/Richfaces3_1.xml 2007-10-22
15:56:28 UTC (rev 4413)
@@ -10065,7 +10065,7 @@
<attribute type="boundaryDatesMode"/>
</element-type>
<element-type body-content="allowed" content="mixed"
- end-tag="required" name="treeNodes"
start-tag="required">
+ end-tag="required" name="treeNodesAdaptor"
start-tag="required">
<description/>
<attribute-type name="active" required="false">
<description>active</description>
@@ -10114,7 +10114,7 @@
<attribute type="id"/>
</element-type>
<element-type body-content="allowed" content="mixed"
- end-tag="required" name="recursiveTreeNodes"
start-tag="required">
+ end-tag="required" name="recursiveTreeNodesAdaptor"
start-tag="required">
<description/>
<attribute-type name="active" required="false">
<description>active</description>
@@ -10973,5 +10973,58 @@
<description>Every component may have a unique id that is automatically
created if omitted</description>
</attribute-type>
<attribute type="id"/>
+ </element-type>
+ <element-type body-content="refused" content="mixed"
+ end-tag="required" name="jQuery"
start-tag="required">
+ <description/>
+ <attribute-type name="name" required="false">
+ <description>The name of the function that will be generated to
+execute the query.
+</description>
+ </attribute-type>
+ <attribute type="name"/>
+ <attribute-type name="query" required="false">
+ <description>The query string that will be executed for given
+selector.
+</description>
+ </attribute-type>
+ <attribute type="query"/>
+ <attribute-type name="selector" required="false">
+ <description>Selector for query.</description>
+ </attribute-type>
+ <attribute type="selector"/>
+ <attribute-type name="timing" required="false">
+ <description>When to peform the query.</description>
+ <proposal type="enumeration">
+ <param value="immediate"/>
+ <param value="onload"/>
+ <param value="onJScall"/>
+ </proposal>
+ </attribute-type>
+ <attribute type="timing"/>
+ <attribute-type name="rendered" required="false">
+ <description>If "false", this component is not
rendered</description>
+ <proposal type="beanProperty"/>
+ <proposal type="bundleProperty"/>
+ <proposal type="jsfVariables"/>
+ <proposal type="enumeration">
+ <param value="true"/>
+ <param value="false"/>
+ </proposal>
+ </attribute-type>
+ <attribute type="rendered"/>
+ <attribute-type name="binding" required="false">
+ <description>The attribute takes a value-binding expression for a
component property of
+a backing bean</description>
+ <proposal type="jsfVariables"/>
+ <proposal type="beanProperty">
+ <param name="type"
value="javax.faces.component.UIComponent"/>
+ </proposal>
+ </attribute-type>
+ <attribute type="binding"/>
+ <attribute-type name="id" required="false">
+ <description>Every component may have a unique id that is automatically
created if omitted</description>
+ </attribute-type>
+ <attribute type="id"/>
</element-type>
</schema>