Author: akazakov
Date: 2009-06-02 18:18:23 -0400 (Tue, 02 Jun 2009)
New Revision: 15660
Added:
trunk/jst/plugins/org.jboss.tools.jst.web.kb/taglibs/Ajax4jsf.xml
trunk/jst/plugins/org.jboss.tools.jst.web.kb/taglibs/JsfCore.xml
trunk/jst/plugins/org.jboss.tools.jst.web.kb/taglibs/JsfHtmlBasic.xml
trunk/jst/plugins/org.jboss.tools.jst.web.kb/taglibs/Richfaces.xml
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web.kb/resources/kbCustomTagLibSchema-1.0.dtd
trunk/jst/plugins/org.jboss.tools.jst.web.kb/taglibs/componentExtension.xml
Log:
https://jira.jboss.org/jira/browse/JBIDE-2808
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web.kb/resources/kbCustomTagLibSchema-1.0.dtd
===================================================================
---
trunk/jst/plugins/org.jboss.tools.jst.web.kb/resources/kbCustomTagLibSchema-1.0.dtd 2009-06-02
18:48:18 UTC (rev 15659)
+++
trunk/jst/plugins/org.jboss.tools.jst.web.kb/resources/kbCustomTagLibSchema-1.0.dtd 2009-06-02
22:18:23 UTC (rev 15660)
@@ -14,7 +14,6 @@
-->
<!ELEMENT tag-lib (component*, componentExtension?) >
-<!ATTLIST tag-lib uri CDATA #REQUIRED>
<!ATTLIST schema dafault-prefix CDATA #IMPLIED>
<!--
@@ -24,11 +23,13 @@
name - name of component
closeTag - "true" - Component can have a body.
"false" - Component cannot have a body. Used by default.
+ extended - "true" - Component is relevant only if this component exists in
other tag-libs (tld, faclets, ...). Set to "true" by default.
-->
<!ELEMENT component (attribute*) >
<!ATTLIST component name CDATA #REQUIRED>
-<!ATTLIST component closeTag %Boolean #IMPLIED>
+<!ATTLIST component closeTag %Boolean; #IMPLIED>
+<!ATTLIST component extended %Boolean; #IMPLIED>
<!--
Describes attribute of component.
@@ -36,12 +37,14 @@
name - Name of attribute type.
required - "true" - attribute of element is required. "false" by
default.
defaultValue - default value of attribute.
+ extended - "true" - Attribute is relevant only if this attribute exists in
other tag-libs (tld, faclets, ...). Set to "true" by default.
-->
<!ELEMENT attribute (proposal*) >
<!ATTLIST attribute name CDATA #REQUIRED>
-<!ATTLIST attribute required %Boolean #REQUIRED>
+<!ATTLIST attribute required %Boolean; #REQUIRED>
<!ATTLIST attribute defaultValue CDATA #IMPLIED>
+<!ATTLIST attribute extended %Boolean; #IMPLIED>
<!--
Describe content assist proposal for value of attribute.
Added: trunk/jst/plugins/org.jboss.tools.jst.web.kb/taglibs/Ajax4jsf.xml
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.kb/taglibs/Ajax4jsf.xml
(rev 0)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.kb/taglibs/Ajax4jsf.xml 2009-06-02 22:18:23
UTC (rev 15660)
@@ -0,0 +1,214 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE tag-lib PUBLIC "-//Red Hat, Inc//DTD Knowledge Base 2.0//EN"
"http://anonsvn.jboss.org/repos/jbosstools/trunk/jst/plugins/org.jboss.tools.jst.web.kb/resources/kbCustomTagLibSchema-1.0.dtd">
+<tag-lib defaultPrefix="a4j">
+ <customExtension>
+ <attribute name="ajaxSingle">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="bypassUpdates">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="ignoreDupResponses">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="limitToList">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="selfRendered">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="ajaxRendered">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ </customExtension>
+
+ <component name="actionparam">
+ <attribute name="noEscape">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="commandButton">
+ <attribute name="image">
+ <proposal type="file">
+ <param name="extensions" value="%image%" />
+ <param name="pathType" value="absolute" />
+ <param name="pathAddition"
+ value="#{facesContext.externalContext.requestContextPath}" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="commandLink">
+ <attribute name="shape">
+ <proposal type="enumeration">
+ <param value="default" />
+ <param value="rect" />
+ <param value="circle" />
+ <param value="poly" />
+ </proposal>
+ </attribute>
+ <attribute name="value" required="true" />
+ </component>
+ <component body-content="allowed" name="form">
+ <attribute name="ajaxSubmit">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ </component>
+ <component body-content="allowed" name="htmlCommandLink">
+ <attribute name="shape">
+ <proposal type="enumeration">
+ <param value="default" />
+ <param value="rect" />
+ <param value="circle" />
+ <param value="poly" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="include">
+ <attribute name="keepTransient">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="layout">
+ <proposal type="enumeration">
+ <param value="block" />
+ <param value="inline" />
+ <param value="none" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="keepAlive">
+ <attribute name="ajaxOnly">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="loadStyle">
+ <attribute name="media">
+ <proposal type="enumeration">
+ <param value="all" />
+ <param value="screen" />
+ <param value="print" />
+ <param value="projection" />
+ <param value="braille" />
+ <param value="speech" />
+ </proposal>
+ </attribute>
+ <attribute name="src" required="true" />
+ </component>
+ <component name="log">
+ <attribute name="level">
+ <proposal type="enumeration">
+ <param value="FATAL" />
+ <param value="ERROR" />
+ <param value="WARN" />
+ <param value="INFO" />
+ <param value="DEBUG" />
+ <param value="ALL" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="mediaOutput">
+ <attribute name="align">
+ <proposal type="enumeration">
+ <param value="bottom" />
+ <param value="middle" />
+ <param value="top" />
+ </proposal>
+ </attribute>
+ <attribute name="cacheable">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="session">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="shape">
+ <proposal type="enumeration">
+ <param value="default" />
+ <param value="rect" />
+ <param value="circle" />
+ <param value="poly" />
+ </proposal>
+ </attribute>
+ </component>
+ <component body-content="allowed" name="outputPanel">
+ <attribute name="keepTransient">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="layout">
+ <proposal type="enumeration">
+ <param value="block" />
+ <param value="inline" />
+ <param value="none" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="queue">
+ <attribute name="sizeExceededBehavior">
+ <proposal type="enumeration">
+ <param value="dropNext" />
+ <param value="dropNew" />
+ <param value="fireNext" />
+ <param value="fireNew" />
+ </proposal>
+ </attribute>
+ </component>
+ <component body-content="allowed" name="region">
+ <attribute name="renderRegionOnly">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ </component>
+ <component body-content="allowed" name="status">
+ <attribute name="forceId">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="layout">
+ <proposal type="enumeration">
+ <param value="block" />
+ <param value="inline" />
+ </proposal>
+ </attribute>
+ </component>
+</tag-lib>
\ No newline at end of file
Property changes on: trunk/jst/plugins/org.jboss.tools.jst.web.kb/taglibs/Ajax4jsf.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jst/plugins/org.jboss.tools.jst.web.kb/taglibs/JsfCore.xml
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.kb/taglibs/JsfCore.xml
(rev 0)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.kb/taglibs/JsfCore.xml 2009-06-02 22:18:23
UTC (rev 15660)
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE tag-lib PUBLIC "-//Red Hat, Inc//DTD Knowledge Base 2.0//EN"
"http://anonsvn.jboss.org/repos/jbosstools/trunk/jst/plugins/org.jboss.tools.jst.web.kb/resources/kbCustomTagLibSchema-1.0.dtd">
+<tag-lib defaultPrefix="f">
+ <component closeTag="true" name="convertDateTime">
+ <attribute name="dateStyle" required="false">
+ <proposal type="enumeration">
+ <param value="default" />
+ <param value="short" />
+ <param value="medium" />
+ <param value="long" />
+ <param value="full" />
+ </proposal>
+ </attribute>
+ <attribute name="timeStyle" required="false">
+ <proposal type="enumeration">
+ <param value="default" />
+ <param value="short" />
+ <param value="medium" />
+ <param value="long" />
+ <param value="full" />
+ </proposal>
+ </attribute>
+ <attribute name="type" required="false">
+ <proposal type="enumeration">
+ <param value="date" />
+ <param value="time" />
+ <param value="both" />
+ </proposal>
+ </attribute>
+ </component>
+ <component closeTag="true" name="convertNumber">
+ <attribute name="groupingUsed" required="false">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="integerOnly" required="false">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="type" required="false">
+ <proposal type="enumeration">
+ <param value="number" />
+ <param value="currency" />
+ <param value="percentage" />
+ </proposal>
+ </attribute>
+ </component>
+
+ <component closeTag="true" name="selectItem">
+ <attribute name="itemDisabled" required="false">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ </component>
+</tag-lib>
\ No newline at end of file
Property changes on: trunk/jst/plugins/org.jboss.tools.jst.web.kb/taglibs/JsfCore.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jst/plugins/org.jboss.tools.jst.web.kb/taglibs/JsfHtmlBasic.xml
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.kb/taglibs/JsfHtmlBasic.xml
(rev 0)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.kb/taglibs/JsfHtmlBasic.xml 2009-06-02
22:18:23 UTC (rev 15660)
@@ -0,0 +1,252 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE tag-lib PUBLIC "-//Red Hat, Inc//DTD Knowledge Base 2.0//EN"
"http://anonsvn.jboss.org/repos/jbosstools/trunk/jst/plugins/org.jboss.tools.jst.web.kb/resources/kbCustomTagLibSchema-1.0.dtd">
+<tag-lib defaultPrefix="h">
+ <component closeTag="true" name="commandButton">
+ <attribute name="action" required="true" />
+ <attribute name="value" required="true" />
+ <attribute name="image">
+ <proposal type="file">
+ <param name="extensions" value="%image%" />
+ <param name="pathType" value="absolute" />
+ <param name="pathAddition"
+ value="#{facesContext.externalContext.requestContextPath}" />
+ </proposal>
+ </attribute>
+ <attribute name="type" required="false">
+ <proposal type="enumeration">
+ <param value="submit" />
+ <param value="reset" />
+ </proposal>
+ </attribute>
+ </component>
+
+ <component closeTag="true" name="commandLink">
+ <attribute name="action" required="true" />
+ <attribute name="value" required="true" />
+ <attribute name="shape">
+ <proposal type="enumeration">
+ <param value="default" />
+ <param value="rect" />
+ <param value="circle" />
+ <param value="poly" />
+ </proposal>
+ </attribute>
+ </component>
+
+ <component name="dataTable">
+ <attribute name="frame">
+ <proposal type="enumeration">
+ <param value="none" />
+ <param value="above" />
+ <param value="below" />
+ <param value="hsides" />
+ <param value="vsides" />
+ <param value="lhs" />
+ <param value="rhs" />
+ <param value="box" />
+ <param value="border" />
+ </proposal>
+ </attribute>
+ <attribute name="rules">
+ <proposal type="enumeration">
+ <param value="none" />
+ <param value="groups" />
+ <param value="rows" />
+ <param value="cols" />
+ <param value="all" />
+ </proposal>
+ </attribute>
+ </component>
+
+ <component closeTag="true" name="graphicImage">
+ <attribute name="url">
+ <proposal type="file">
+ <param name="extensions" value="%image%" />
+ </proposal>
+ </attribute>
+ <attribute name="value" required="true">
+ <proposal type="file">
+ <param name="extensions" value="%image%" />
+ </proposal>
+ </attribute>
+ <attribute name="ismap">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ </component>
+
+ <component closeTag="true" name="inputHidden">
+ <attribute name="value" required="true" />
+ </component>
+
+ <component closeTag="true" name="inputSecret">
+ <attribute name="value" required="true" />
+ <attribute name="redisplay">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ </component>
+
+ <component closeTag="true" name="inputText">
+ <attribute name="value" required="true" />
+ </component>
+
+ <component closeTag="true" name="inputTextarea">
+ <attribute name="value" required="true" />
+ </component>
+
+ <component closeTag="true" name="message">
+ <attribute name="showDetail">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="showSummary">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="tooltip">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ </component>
+
+ <component closeTag="true" name="messages">
+ <attribute name="globalOnly">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="showDetail">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="showSummary">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="tooltip">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="layout">
+ <proposal type="enumeration">
+ <param value="horizontal" />
+ <param value="vertical" />
+ </proposal>
+ </attribute>
+ </component>
+
+ <component closeTag="true" name="outputFormat">
+ <attribute name="value" required="true" />
+ </component>
+
+ <component closeTag="true" name="outputLabel">
+ <attribute name="value" required="true" />
+ </component>
+
+ <component name="outputLink">
+ <attribute name="shape">
+ <proposal type="enumeration">
+ <param value="default" />
+ <param value="rect" />
+ <param value="circle" />
+ <param value="poly" />
+ </proposal>
+ </attribute>
+ </component>
+
+ <component closeTag="true" name="outputText">
+ <attribute name="value" required="true" />
+ </component>
+
+ <component name="panelGrid">
+ <attribute name="frame">
+ <proposal type="enumeration">
+ <param value="none" />
+ <param value="above" />
+ <param value="below" />
+ <param value="hsides" />
+ <param value="vsides" />
+ <param value="lhs" />
+ <param value="rhs" />
+ <param value="box" />
+ <param value="border" />
+ </proposal>
+ </attribute>
+ <attribute name="rules">
+ <proposal type="enumeration">
+ <param value="none" />
+ <param value="groups" />
+ <param value="rows" />
+ <param value="cols" />
+ <param value="all" />
+ </proposal>
+ </attribute>
+ </component>
+
+ <component name="panelGroup">
+ <attribute name="layout">
+ <proposal type="enumeration">
+ <param value="horizontal" />
+ <param value="vertical" />
+ </proposal>
+ </attribute>
+ </component>
+
+ <component closeTag="true" name="selectBooleanCheckbox">
+ <attribute name="value" required="true" />
+ </component>
+
+ <component name="selectManyCheckbox">
+ <attribute name="value" required="true" />
+ <attribute name="layout">
+ <proposal type="enumeration">
+ <param value="pageDirection" />
+ <param value="lineDirection" />
+ </proposal>
+ </attribute>
+ </component>
+
+ <component name="selectManyListbox">
+ <attribute name="value" required="true" />
+ </component>
+
+ <component name="selectManyMenu">
+ <attribute name="value" required="true" />
+ </component>
+
+ <component name="selectOneListbox">
+ <attribute name="value" required="true" />
+ </component>
+
+ <component name="selectOneMenu">
+ <attribute name="value" required="true" />
+ </component>
+
+ <component name="selectOneRadio">
+ <attribute name="value" required="true" />
+ <attribute name="layout">
+ <proposal type="enumeration">
+ <param value="pageDirection" />
+ <param value="lineDirection" />
+ </proposal>
+ </attribute>
+ </component>
+</tag-lib>
\ No newline at end of file
Property changes on:
trunk/jst/plugins/org.jboss.tools.jst.web.kb/taglibs/JsfHtmlBasic.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jst/plugins/org.jboss.tools.jst.web.kb/taglibs/Richfaces.xml
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.kb/taglibs/Richfaces.xml
(rev 0)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.kb/taglibs/Richfaces.xml 2009-06-02 22:18:23
UTC (rev 15660)
@@ -0,0 +1,923 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE tag-lib PUBLIC "-//Red Hat, Inc//DTD Knowledge Base 2.0//EN"
"http://anonsvn.jboss.org/repos/jbosstools/trunk/jst/plugins/org.jboss.tools.jst.web.kb/resources/kbCustomTagLibSchema-1.0.dtd">
+<tag-lib defaultPrefix="rich">
+ <customExtension>
+ <attribute name="disableDefault">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="ignoreDupResponses">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="limitToList">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="bypassUpdates">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="ajaxSingle">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="limitToList">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ </customExtension>
+ <component name="extendedDataTable">
+ <attribute name="align">
+ <proposal type="enumeration">
+ <param value="left" />
+ <param value="center" />
+ <param value="right" />
+ </proposal>
+ </attribute>
+ <attribute name="frame">
+ <proposal type="enumeration">
+ <param value="void" />
+ <param value="above" />
+ <param value="below" />
+ <param value="hsides" />
+ <param value="lhs" />
+ <param value="rhs" />
+ <param value="vsides" />
+ <param value="box" />
+ <param value="lhs" />
+ <param value="border" />
+ </proposal>
+ </attribute>
+ <attribute name="sortMode">
+ <proposal type="enumeration">
+ <param value="single" />
+ <param value="multi" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="hotKey">
+ <attribute name="checkParent">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="disableInInput">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="disableInInputTypes">
+ <proposal type="enumeration">
+ <param value="buttons" />
+ <param value="texts" />
+ <param value="all" />
+ </proposal>
+ </attribute>
+ <attribute name="timing">
+ <proposal type="enumeration">
+ <param value="immediate" />
+ <param value="onload" />
+ <param value="onregistercall" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="calendar">
+ <attribute name="direction">
+ <proposal type="enumeration">
+ <param value="top-right" />
+ <param value="top-left" />
+ <param value="bottom-right" />
+ <param value="bottom-left" />
+ <param value="auto" />
+ </proposal>
+ </attribute>
+ <attribute name="enableManualInput">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="mode">
+ <proposal type="enumeration">
+ <param value="ajax" />
+ <param value="client" />
+ </proposal>
+ </attribute>
+ <attribute name="showApplyButton">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="showFooter">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="showHeader">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="showInput">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="showWeekDaysBar">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="showWeeksBar">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="column">
+ <attribute name="selfSorted">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="sortOrder">
+ <proposal type="enumeration">
+ <param value="ASCENDING" />
+ <param value="DESCENDING" />
+ <param value="UNSORTED" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="columnGroup">
+ <attribute name="selfSorted">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="sortOrder">
+ <proposal type="enumeration">
+ <param value="ASCENDING" />
+ <param value="DESCENDING" />
+ <param value="UNSORTED" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="columns">
+ <attribute name="end">
+ <proposal type="enumeration">
+ <param value="LTR" />
+ <param value="RTL" />
+ </proposal>
+ </attribute>
+ <attribute name="selfSorted">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="sortOrder">
+ <proposal type="enumeration">
+ <param value="ASCENDING" />
+ <param value="DESCENDING" />
+ <param value="UNSORTED" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="comboBox">
+ <attribute name="align">
+ <proposal type="enumeration">
+ <param value="left" />
+ <param value="center" />
+ <param value="right" />
+ <param value="justify" />
+ </proposal>
+ </attribute>
+ <attribute name="enableManualInput">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="contextMenu">
+ <attribute name="attached">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="submitMode">
+ <proposal type="enumeration">
+ <param value="ajax" />
+ <param value="server" />
+ <param value="none" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="dataGrid">
+ <attribute name="align">
+ <proposal type="enumeration">
+ <param value="left" />
+ <param value="center" />
+ <param value="right" />
+ </proposal>
+ </attribute>
+ <attribute name="frame">
+ <proposal type="enumeration">
+ <param value="void" />
+ <param value="above" />
+ <param value="below" />
+ <param value="hsides" />
+ <param value="lhs" />
+ <param value="rhs" />
+ <param value="vsides" />
+ <param value="box" />
+ <param value="lhs" />
+ <param value="border" />
+ </proposal>
+ </attribute>
+ <attribute name="rules">
+ <proposal type="enumeration">
+ <param value="none" />
+ <param value="groups" />
+ <param value="rows" />
+ <param value="cols" />
+ <param value="all" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="dataTable">
+ <attribute name="align">
+ <proposal type="enumeration">
+ <param value="left" />
+ <param value="center" />
+ <param value="right" />
+ <param value="justify" />
+ </proposal>
+ </attribute>
+ <attribute name="frame">
+ <proposal type="enumeration">
+ <param value="void" />
+ <param value="above" />
+ <param value="below" />
+ <param value="hsides" />
+ <param value="lhs" />
+ <param value="rhs" />
+ <param value="vsides" />
+ <param value="box" />
+ <param value="lhs" />
+ <param value="border" />
+ </proposal>
+ </attribute>
+ <attribute name="rules">
+ <proposal type="enumeration">
+ <param value="none" />
+ <param value="groups" />
+ <param value="rows" />
+ <param value="cols" />
+ <param value="all" />
+ </proposal>
+ </attribute>
+ <attribute name="sortMode">
+ <proposal type="enumeration">
+ <param value="single" />
+ <param value="multi" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="datascroller">
+ <attribute name="align">
+ <proposal type="enumeration">
+ <param value="left" />
+ <param value="center" />
+ <param value="right" />
+ </proposal>
+ </attribute>
+ <attribute name="boundaryControls">
+ <proposal type="enumeration">
+ <param value="show" />
+ <param value="hide" />
+ <param value="auto" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="dropDownMenu">
+ <attribute name="direction">
+ <proposal type="enumeration">
+ <param value="top-right" />
+ <param value="top-left" />
+ <param value="bottom-right" />
+ <param value="bottom-left" />
+ <param value="auto" />
+ </proposal>
+ </attribute>
+ <attribute name="submitMode">
+ <proposal type="enumeration">
+ <param value="ajax" />
+ <param value="server" />
+ <param value="none" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="editor">
+ <attribute name="autoResize">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="useSeamText">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="effect">
+ <attribute name="type">
+ <proposal type="enumeration">
+ <param value="Fade" />
+ <param value="Blind" />
+ <param value="BlindUp" />
+ <param value="Opacity" />
+ <param value="SwitchOff" />
+ <param value="DropOut" />
+ <param value="Highlight" />
+ <param value="Fold" />
+ <param value="Squish" />
+ <param value="Appear" />
+ <param value="BlindDown" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="gmap">
+ <attribute name="showGLargeMapControl">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="showGMapTypeControl">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="showGScaleControl">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="inplaceInput">
+ <attribute name="showControls">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="validator">
+ <proposal type="beanMethodBySignature">
+ <param name="returnType" value="void" />
+ <param name="paramType"
value="javax.faces.context.FacesContext" />
+ <param name="paramType"
value="javax.faces.component.UIComponent" />
+ <param name="paramType" value="java.lang.Object" />
+ </proposal>
+ </attribute>
+ <attribute name="valueChangeListener">
+ <proposal type="beanMethodBySignature">
+ <param name="returnType" value="void" />
+ <param name="paramType"
value="javax.faces.event.ValueChangeEvent" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="inplaceSelect">
+ <attribute name="showControls">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="validator">
+ <proposal type="beanMethodBySignature">
+ <param name="returnType" value="void" />
+ <param name="paramType"
value="javax.faces.context.FacesContext" />
+ <param name="paramType"
value="javax.faces.component.UIComponent" />
+ <param name="paramType" value="java.lang.Object" />
+ </proposal>
+ </attribute>
+ <attribute name="valueChangeListener">
+ <proposal type="beanMethodBySignature">
+ <param name="returnType" value="void" />
+ <param name="paramType"
value="javax.faces.event.ValueChangeEvent" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="inputNumberSlider">
+ <attribute name="orientation">
+ <proposal type="enumeration">
+ <param value="vertical" />
+ <param value="horizontal" />
+ </proposal>
+ </attribute>
+ <attribute name="enableManualInput">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="showBoundaryValues">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="showInput">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="showToolTip">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="inputNumberSpinner">
+ <attribute name="enableManualInput">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="jQuery">
+ <attribute name="query" required="true" />
+ <attribute name="timing">
+ <proposal type="enumeration">
+ <param value="immediate" />
+ <param value="onload" />
+ <param value="onJScall" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="listShuttle">
+ <attribute name="showButtonLabels">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="sourceRequired">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="switchByClick">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="menuGroup">
+ <attribute name="direction">
+ <proposal type="enumeration">
+ <param value="right" />
+ <param value="left" />
+ <param value="auto" />
+ <param value="left-down" />
+ <param value="left-up" />
+ <param value="right-down" />
+ <param value="right-up" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="menuItem">
+ <attribute name="submitMode">
+ <proposal type="enumeration">
+ <param value="ajax" />
+ <param value="server" />
+ <param value="none" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="message">
+ <attribute name="showSummary">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="messages">
+ <attribute name="showDetail">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="showSummary">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="modalPanel">
+ <attribute name="showWhenRendered">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="orderingList">
+ <attribute name="showButtonLabels">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="paint2D">
+ <attribute name="align">
+ <proposal type="enumeration">
+ <param value="bottom" />
+ <param value="middle" />
+ <param value="top" />
+ <param value="left" />
+ <param value="right" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="panelMenu">
+ <attribute name="expandMode">
+ <proposal type="enumeration">
+ <param value="ajax" />
+ <param value="server" />
+ <param value="none" />
+ </proposal>
+ </attribute>
+ <attribute name="expandSingle">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="mode">
+ <proposal type="enumeration">
+ <param value="ajax" />
+ <param value="server" />
+ <param value="node" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="panelMenuGroup">
+ <attribute name="align">
+ <proposal type="enumeration">
+ <param value="left" />
+ <param value="center" />
+ <param value="right" />
+ <param value="justify" />
+ </proposal>
+ </attribute>
+ <attribute name="expandMode">
+ <proposal type="enumeration">
+ <param value="ajax" />
+ <param value="server" />
+ <param value="none" />
+ </proposal>
+ </attribute>
+ <attribute name="expanded">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="panelMenuItem">
+ <attribute name="mode">
+ <proposal type="enumeration">
+ <param value="ajax" />
+ <param value="server" />
+ <param value="node" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="pickList">
+ <attribute name="showButtonsLabel">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="switchByClick">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="progressBar">
+ <attribute name="mode">
+ <proposal type="enumeration">
+ <param value="ajax" />
+ <param value="client" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="recursiveTreeNodesAdaptor">
+ <attribute name="included">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="includedNode">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="includedRoot">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="scrollableDataTable">
+ <attribute name="bypassUpdates">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="hideWhenScrolling">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="sortMode">
+ <proposal type="enumeration">
+ <param value="single" />
+ <param value="multi" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="separator">
+ <attribute name="align">
+ <proposal type="enumeration">
+ <param value="left" />
+ <param value="center" />
+ <param value="right" />
+ </proposal>
+ </attribute>
+ <attribute name="lineType">
+ <proposal type="enumeration">
+ <param value="beveled" />
+ <param value="dotted" />
+ <param value="dashed" />
+ <param value="double" />
+ <param value="solid" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="simpleTogglePanel">
+ <attribute name="opened">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="switchType">
+ <proposal type="enumeration">
+ <param value="client" />
+ <param value="server" />
+ <param value="ajax" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="subTable">
+ <attribute name="selfSorted">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="sortMode">
+ <proposal type="enumeration">
+ <param value="single" />
+ <param value="multi" />
+ </proposal>
+ </attribute>
+ <attribute name="sortOrder">
+ <proposal type="enumeration">
+ <param value="ASCENDING" />
+ <param value="DESCENDING" />
+ <param value="UNSORTED" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="suggestionbox">
+ <attribute name="frame">
+ <proposal type="enumeration">
+ <param value="void" />
+ <param value="above" />
+ <param value="below" />
+ <param value="hsides" />
+ <param value="lhs" />
+ <param value="rhs" />
+ <param value="vsides" />
+ <param value="box" />
+ <param value="lhs" />
+ <param value="border" />
+ </proposal>
+ </attribute>
+ <attribute name="rules">
+ <proposal type="enumeration">
+ <param value="none" />
+ <param value="groups" />
+ <param value="rows" />
+ <param value="cols" />
+ <param value="all" />
+ </proposal>
+ </attribute>
+ <attribute name="usingSuggestObjects">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="width" required="true" />
+ </component>
+ <component name="tab">
+ <attribute name="switchType">
+ <proposal type="enumeration">
+ <param value="client" />
+ <param value="server" />
+ <param value="ajax" />
+ <param value="page" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="tabPanel">
+ <attribute name="headerAlignment">
+ <proposal type="enumeration">
+ <param value="left" />
+ <param value="right" />
+ </proposal>
+ </attribute>
+ <attribute name="switchType">
+ <proposal type="enumeration">
+ <param value="client" />
+ <param value="server" />
+ <param value="ajax" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="togglePanel">
+ <attribute name="switchType">
+ <proposal type="enumeration">
+ <param value="client" />
+ <param value="server" />
+ <param value="ajax" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="toolBar">
+ <attribute name="itemSeparator">
+ <proposal type="enumeration">
+ <param value="none" />
+ <param value="line" />
+ <param value="square" />
+ <param value="disc" />
+ <param value="grid" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="toolBarGroup">
+ <attribute name="itemSeparator">
+ <proposal type="enumeration">
+ <param value="none" />
+ <param value="line" />
+ <param value="square" />
+ <param value="disc" />
+ <param value="grid" />
+ </proposal>
+ </attribute>
+ <attribute name="location">
+ <proposal type="enumeration">
+ <param value="left" />
+ <param value="right" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="toolTip">
+ <attribute name="attached">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="direction">
+ <proposal type="enumeration">
+ <param value="top-right" />
+ <param value="top-left" />
+ <param value="bottom-right" />
+ <param value="bottom-left" />
+ <param value="auto" />
+ </proposal>
+ </attribute>
+ <attribute name="followMouse">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="mode">
+ <proposal type="enumeration">
+ <param value="ajax" />
+ <param value="client" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="tree">
+ <attribute name="ajaxSubmitSelection">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="preserveDataInRequest">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="preserveModel">
+ <proposal type="enumeration">
+ <param value="state" />
+ <param value="request" />
+ <param value="none" />
+ </proposal>
+ </attribute>
+ <attribute name="showConnectingLines">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="switchType">
+ <proposal type="enumeration">
+ <param value="client" />
+ <param value="server" />
+ <param value="ajax" />
+ </proposal>
+ </attribute>
+ <attribute name="toggleOnClick">
+ <proposal type="enumeration">
+ <param value="false" />
+ <param value="true" />
+ </proposal>
+ </attribute>
+ </component>
+ <component name="treeNode">
+ <attribute name="ajaxSubmitSelection">
+ <proposal type="enumeration">
+ <param value="inherit" />
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ </component>
+</tag-lib>
\ No newline at end of file
Property changes on: trunk/jst/plugins/org.jboss.tools.jst.web.kb/taglibs/Richfaces.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Modified: trunk/jst/plugins/org.jboss.tools.jst.web.kb/taglibs/componentExtension.xml
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.kb/taglibs/componentExtension.xml 2009-06-02
18:48:18 UTC (rev 15659)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.kb/taglibs/componentExtension.xml 2009-06-02
22:18:23 UTC (rev 15660)
@@ -1,55 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE customExtension PUBLIC "-//Red Hat, Inc//DTD Knowledge Base
2.0//EN"
"http://anonsvn.jboss.org/repos/jbosstools/trunk/jst/plugins/org.jboss.tools.jst.web.kb/resources/kbCustomTagLibSchema-1.0.dtd">
<customExtension>
- <attribute name="action">
- <proposal type="viewActions"/>
- </attribute>
- <attribute name="immediate">
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </attribute>
- <attribute name="rendered">
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </attribute>
- <attribute name="dir">
- <proposal type="enumeration">
- <param value="LTR"/>
- <param value="RTL"/>
- </proposal>
- </attribute>
- <attribute name="disabled">
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </attribute>
- <attribute name="readonly">
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </attribute>
- <attribute name="required">
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </attribute>
- <attribute name="readonly">
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </attribute>
- <attribute name="escape">
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </attribute>
+ <attribute name="action">
+ <proposal type="viewActions" />
+ </attribute>
+ <attribute name="immediate">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="rendered">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="dir">
+ <proposal type="enumeration">
+ <param value="LTR" />
+ <param value="RTL" />
+ </proposal>
+ </attribute>
+ <attribute name="disabled">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="enabled">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="readonly">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="required">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
+ <attribute name="escape">
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute>
</customExtension>
\ No newline at end of file