[jboss-cvs] jboss-seam/src/ui/META-INF ...
Gavin King
gavin.king at jboss.com
Tue Nov 14 00:20:42 EST 2006
User: gavin
Date: 06/11/14 00:20:42
Modified: src/ui/META-INF taglib.tld
Log:
jsp support for s:button
Revision Changes Path
1.21 +911 -654 jboss-seam/src/ui/META-INF/taglib.tld
(In the diff below, changes in quantity of whitespace are not shown.)
Index: taglib.tld
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/src/ui/META-INF/taglib.tld,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- taglib.tld 14 Nov 2006 04:59:39 -0000 1.20
+++ taglib.tld 14 Nov 2006 05:20:42 -0000 1.21
@@ -79,8 +79,8 @@
<rtexprvalue>false</rtexprvalue>
<type>java.lang.String</type>
<description>
- Every component may have an unique id. Automatically
- created if omitted.
+ Every component may have an unique id. Automatically created if
+ omitted.
</description>
</attribute>
<attribute>
@@ -125,8 +125,8 @@
<rtexprvalue>false</rtexprvalue>
<type>java.lang.String</type>
<description>
- Every component may have an unique id. Automatically
- created if omitted.
+ Every component may have an unique id. Automatically created if
+ omitted.
</description>
</attribute>
<attribute>
@@ -208,8 +208,8 @@
<rtexprvalue>false</rtexprvalue>
<type>java.lang.String</type>
<description>
- Every component may have an unique id. Automatically
- created if omitted.
+ Every component may have an unique id. Automatically created if
+ omitted.
</description>
</attribute>
<attribute>
@@ -385,6 +385,267 @@
</tag>
<tag>
+ <name>button</name>
+ <tag-class>org.jboss.seam.ui.tag.ButtonTag</tag-class>
+ <body-content>JSP</body-content>
+
+ <attribute>
+ <name>value</name>
+ <required>false</required>
+ <rtexprvalue>false</rtexprvalue>
+ </attribute>
+
+ <attribute>
+ <name>action</name>
+ <required>false</required>
+ <rtexprvalue>false</rtexprvalue>
+ </attribute>
+
+ <attribute>
+ <name>view</name>
+ <required>false</required>
+ <rtexprvalue>false</rtexprvalue>
+ </attribute>
+
+ <attribute>
+ <name>fragment</name>
+ <required>false</required>
+ <rtexprvalue>false</rtexprvalue>
+ </attribute>
+
+ <attribute>
+ <name>taskInstance</name>
+ <required>false</required>
+ <rtexprvalue>false</rtexprvalue>
+ </attribute>
+
+ <attribute>
+ <name>disabled</name>
+ <required>false</required>
+ <rtexprvalue>false</rtexprvalue>
+ </attribute>
+
+ <attribute>
+ <name>propagation</name>
+ <required>false</required>
+ <rtexprvalue>false</rtexprvalue>
+ </attribute>
+
+ <attribute>
+ <name>pageflow</name>
+ <required>false</required>
+ <rtexprvalue>false</rtexprvalue>
+ </attribute>
+
+ <!-- UIComponent attributes -->
+ <attribute>
+ <name>id</name>
+ <required>false</required>
+ <rtexprvalue>false</rtexprvalue>
+ <type>java.lang.String</type>
+ <description>
+ Every component may have an unique id. Automatically created if
+ omitted.
+ </description>
+ </attribute>
+ <attribute>
+ <name>rendered</name>
+ <required>false</required>
+ <rtexprvalue>false</rtexprvalue>
+ <type>java.lang.String</type>
+ <description>
+ If false, this component will not be rendered.
+ </description>
+ </attribute>
+ <attribute>
+ <name>binding</name>
+ <required>false</required>
+ <rtexprvalue>false</rtexprvalue>
+ <type>java.lang.String</type>
+ <description>Component binding.</description>
+ </attribute>
+
+ <!-- HTML 4.0 universal attributes -->
+ <attribute>
+ <name>dir</name>
+ <required>false</required>
+ <rtexprvalue>false</rtexprvalue>
+ </attribute>
+ <attribute>
+ <name>lang</name>
+ <required>false</required>
+ <rtexprvalue>false</rtexprvalue>
+ </attribute>
+ <attribute>
+ <name>style</name>
+ <required>false</required>
+ <rtexprvalue>false</rtexprvalue>
+ </attribute>
+ <attribute>
+ <name>title</name>
+ <required>false</required>
+ <rtexprvalue>false</rtexprvalue>
+ </attribute>
+ <attribute>
+ <name>styleClass</name>
+ <required>false</required>
+ <rtexprvalue>false</rtexprvalue>
+ <description>
+ Corresponds to the HTML class attribute.
+ </description>
+ </attribute>
+
+ <!-- HTML 4.0 event-handler attributes -->
+ <attribute>
+ <name>onclick</name>
+ <required>false</required>
+ <rtexprvalue>false</rtexprvalue>
+ </attribute>
+ <attribute>
+ <name>ondblclick</name>
+ <required>false</required>
+ <rtexprvalue>false</rtexprvalue>
+ </attribute>
+ <attribute>
+ <name>onmousedown</name>
+ <required>false</required>
+ <rtexprvalue>false</rtexprvalue>
+ </attribute>
+ <attribute>
+ <name>onmouseup</name>
+ <required>false</required>
+ <rtexprvalue>false</rtexprvalue>
+ </attribute>
+ <attribute>
+ <name>onmouseover</name>
+ <required>false</required>
+ <rtexprvalue>false</rtexprvalue>
+ </attribute>
+ <attribute>
+ <name>onmousemove</name>
+ <required>false</required>
+ <rtexprvalue>false</rtexprvalue>
+ </attribute>
+ <attribute>
+ <name>onmouseout</name>
+ <required>false</required>
+ <rtexprvalue>false</rtexprvalue>
+ </attribute>
+ <attribute>
+ <name>onkeypress</name>
+ <required>false</required>
+ <rtexprvalue>false</rtexprvalue>
+ </attribute>
+ <attribute>
+ <name>onkeydown</name>
+ <required>false</required>
+ <rtexprvalue>false</rtexprvalue>
+ </attribute>
+ <attribute>
+ <name>onkeyup</name>
+ <required>false</required>
+ <rtexprvalue>false</rtexprvalue>
+ </attribute>
+
+ <!-- HTML 4.0 button attributes -->
+ <attribute>
+ <name>accesskey</name>
+ <required>false</required>
+ <rtexprvalue>false</rtexprvalue>
+ <type>java.lang.String</type>
+ <description>
+ HTML: Sets the access key for this element.
+ </description>
+ </attribute>
+ <attribute>
+ <name>alt</name>
+ <required>false</required>
+ <rtexprvalue>false</rtexprvalue>
+ <type>java.lang.String</type>
+ <description>
+ HTML: Specifies alternative text that can be used by a browser
+ that can't show this element.
+ </description>
+ </attribute>
+ <attribute>
+ <name>onblur</name>
+ <required>false</required>
+ <rtexprvalue>false</rtexprvalue>
+ <type>java.lang.String</type>
+ <description>
+ HTML: Specifies a script to be invoked when the element loses
+ focus.
+ </description>
+ </attribute>
+ <attribute>
+ <name>onfocus</name>
+ <required>false</required>
+ <rtexprvalue>false</rtexprvalue>
+ <type>java.lang.String</type>
+ <description>
+ HTML: Specifies a script to be invoked when the element receives
+ focus.
+ </description>
+ </attribute>
+ <attribute>
+ <name>onselect</name>
+ <required>false</required>
+ <rtexprvalue>false</rtexprvalue>
+ <type>java.lang.String</type>
+ <description>
+ HTML: Specifies a script to be invoked when the element is
+ selected.
+ </description>
+ </attribute>
+ <attribute>
+ <name>onchange</name>
+ <required>false</required>
+ <rtexprvalue>false</rtexprvalue>
+ <type>java.lang.String</type>
+ <description>
+ HTML: Specifies a script to be invoked when the element is
+ modified.
+ </description>
+ </attribute>
+ <attribute>
+ <name>tabindex</name>
+ <required>false</required>
+ <rtexprvalue>false</rtexprvalue>
+ <type>java.lang.String</type>
+ <description>
+ HTML: Specifies the position of this element within the tab
+ order of the document.
+ </description>
+ </attribute>
+ <attribute>
+ <name>type</name>
+ <required>false</required>
+ <rtexprvalue>false</rtexprvalue>
+ <type>java.lang.String</type>
+ <description>
+ HTML: A hint to the user agent about the content type of the
+ linked resource.
+ </description>
+ </attribute>
+ <attribute>
+ <name>size</name>
+ <required>false</required>
+ <rtexprvalue>false</rtexprvalue>
+ <type>java.lang.String</type>
+ <description>The initial width of this control.</description>
+ </attribute>
+ <!-- HtmlCommandButton attributes -->
+ <attribute>
+ <name>image</name>
+ <required>false</required>
+ <rtexprvalue>false</rtexprvalue>
+ <description>
+ HTML: The URL of an image that renders in place of the button.
+ </description>
+ </attribute>
+ </tag>
+
+ <tag>
<name>message</name>
<tag-class>org.jboss.seam.ui.tag.MessageTag</tag-class>
<body-content>JSP</body-content>
@@ -396,8 +657,8 @@
<rtexprvalue>false</rtexprvalue>
<type>java.lang.String</type>
<description>
- Every component may have an unique id. Automatically
- created if omitted.
+ Every component may have an unique id. Automatically created if
+ omitted.
</description>
</attribute>
<attribute>
@@ -430,8 +691,8 @@
<rtexprvalue>false</rtexprvalue>
<type>java.lang.String</type>
<description>
- Indicates whether the summary of the associated
- message(s) should be displayed. Default is: true
+ Indicates whether the summary of the associated message(s)
+ should be displayed. Default is: true
</description>
</attribute>
<attribute>
@@ -440,8 +701,8 @@
<rtexprvalue>false</rtexprvalue>
<type>java.lang.String</type>
<description>
- Indicates whether the detail of the associated
- message(s) should be displayed. Default is: false
+ Indicates whether the detail of the associated message(s) should
+ be displayed. Default is: false
</description>
</attribute>
@@ -598,8 +859,8 @@
<required>false</required>
<rtexprvalue>false</rtexprvalue>
<description>
- If true, the message summary will be rendered as a
- tooltip (i.e. HTML title attribute).
+ If true, the message summary will be rendered as a tooltip (i.e.
+ HTML title attribute).
</description>
</attribute>
@@ -607,9 +868,7 @@
<tag>
<name>convertDateTime</name>
- <tag-class>
- org.jboss.seam.ui.tag.ConvertDateTimeTag
- </tag-class>
+ <tag-class>org.jboss.seam.ui.tag.ConvertDateTimeTag</tag-class>
<body-content>empty</body-content>
<attribute>
<name>dateStyle</name>
@@ -651,9 +910,7 @@
<tag>
<name>secure</name>
- <tag-class>
- org.jboss.seam.ui.tag.SecureTag
- </tag-class>
+ <tag-class>org.jboss.seam.ui.tag.SecureTag</tag-class>
<body-content>JSP</body-content>
<attribute>
<name>roles</name>
More information about the jboss-cvs-commits
mailing list