This change-bundle adds facets to the declaration of the UIColumn
component.
SECTION: API CHANGES
M jsf-api/doc/standard-html-renderkit.xml
- add header and footer facets.
SECTION: API Diffs
Index: jsf-api/doc/standard-html-renderkit.xml
===================================================================
RCS file: /cvs/javaserverfaces-sources/jsf-api/doc/standard-html-renderkit.xml,v
retrieving revision 1.64
diff -u -r1.64 standard-html-renderkit.xml
--- jsf-api/doc/standard-html-renderkit.xml 26 Aug 2004 16:48:47 -0000 1.64
+++ jsf-api/doc/standard-html-renderkit.xml 25 Oct 2004 15:24:48 -0000
@@ -129,6 +129,13 @@
<component-type>javax.faces.Column</component-type>
<component-class>javax.faces.component.UIColumn</component-class>
+ <facet>
+ <facet-name>header</facet-name>
+ </facet>
+ <facet>
+ <facet-name>footer</facet-name>
+ </facet>
+
&uicolumn-props;
--
| ed.burns_at_sun.com | {home: 407 294 2468, office: 408 884 9519 OR x31640}
| homepage: | http://javaweb.sfbay.sun.com/~edburns/
| aim: edburns0sunw | iim: ed.burns_at_sun.com
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_javaserverfaces.dev.java.net
For additional commands, e-mail: dev-help_at_javaserverfaces.dev.java.net