Author: matzew
Date: Wed Aug 2 22:17:18 2006
New Revision: 428241
URL: http://svn.apache.org/viewvc?rev=428241&view=rev
Log:
setting some more svn properties (still pending)
Modified:
incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/group.jspx
(props changed)
incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/inputColor.jspx
(contents, props changed)
incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/inputDate.jspx
(contents, props changed)
incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/navigationPane.jspx
(props changed)
incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/outputDocument.jspx
(props changed)
incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a2b1.jspx
(contents, props changed)
incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_include.jspx
(contents, props changed)
incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/convertValidate/clientConvert.jspx
(props changed)
incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/demos/panelPageSkinDemo.jspx
(props changed)
incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/index.jspx
(contents, props changed)
Propchange:
incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/group.jspx
------------------------------------------------------------------------------
svn:eol-style = native
Modified:
incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/inputColor.jspx
URL:
http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/inputColor.jspx?rev=428241&r1=428240&r2=428241&view=diff
==============================================================================
---
incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/inputColor.jspx
(original)
+++
incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/inputColor.jspx
Wed Aug 2 22:17:18 2006
@@ -1,56 +1,56 @@
-<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
-<!--
- Copyright 2006 The Apache Software Foundation.
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
- xmlns:f="http://java.sun.com/jsf/core"
- xmlns:tr="http://myfaces.apache.org/trinidad" >
- <jsp:directive.page contentType="text/html;charset=utf-8"/>
- <f:view>
- <tr:document title="InputColor Demo">
- <tr:form>
- <tr:panelGroupLayout layout="vertical">
- <f:facet name="separator">
- <tr:separator/>
- </f:facet>
- <tr:commandLink immediate="true" text="Component Guide"
- action="guide"/>
-
- <tr:commandButton text="Submit"/>
- <tr:outputFormatted styleUsage="instruction" value="<b>A
inputColor using inline chooseColor - Update its properties from the table
below</b>"/>
- <tr:inputColor id="sic1" chooseId="cp1"
- binding="#{editor.component}"
- label="Enter or select color from palette below"
- value="#{color.colorValue2}">
- <f:facet name="help">
- <tr:outputText value="Use format (#RRGGBB) or (r,g,b)"/>
- </f:facet>
- </tr:inputColor>
- <tr:chooseColor id="cp1"
- colorData="#{requestContext.colorPalette.default49}"/>
- <jsp:directive.include file="editor.jspf" />
- <tr:outputFormatted styleUsage="instruction" value="<b>A
inputColor</b>"/>
- <tr:inputColor id="sic3"
- label="Enter or select color" value="#{color.colorValue3}" >
- <f:facet name="help">
- <tr:outputText value="Use format (#RRGGBB) or (r,g,b)"/>
- </f:facet>
- </tr:inputColor>
-
- </tr:panelGroupLayout>
- </tr:form>
- </tr:document>
- </f:view>
-</jsp:root>
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+<!--
+ Copyright 2006 The Apache Software Foundation.
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
+ xmlns:f="http://java.sun.com/jsf/core"
+ xmlns:tr="http://myfaces.apache.org/trinidad" >
+ <jsp:directive.page contentType="text/html;charset=utf-8"/>
+ <f:view>
+ <tr:document title="InputColor Demo">
+ <tr:form>
+ <tr:panelGroupLayout layout="vertical">
+ <f:facet name="separator">
+ <tr:separator/>
+ </f:facet>
+ <tr:commandLink immediate="true" text="Component Guide"
+ action="guide"/>
+
+ <tr:commandButton text="Submit"/>
+ <tr:outputFormatted styleUsage="instruction" value="<b>A
inputColor using inline chooseColor - Update its properties from the table
below</b>"/>
+ <tr:inputColor id="sic1" chooseId="cp1"
+ binding="#{editor.component}"
+ label="Enter or select color from palette below"
+ value="#{color.colorValue2}">
+ <f:facet name="help">
+ <tr:outputText value="Use format (#RRGGBB) or (r,g,b)"/>
+ </f:facet>
+ </tr:inputColor>
+ <tr:chooseColor id="cp1"
+ colorData="#{requestContext.colorPalette.default49}"/>
+ <jsp:directive.include file="editor.jspf" />
+ <tr:outputFormatted styleUsage="instruction" value="<b>A
inputColor</b>"/>
+ <tr:inputColor id="sic3"
+ label="Enter or select color" value="#{color.colorValue3}" >
+ <f:facet name="help">
+ <tr:outputText value="Use format (#RRGGBB) or (r,g,b)"/>
+ </f:facet>
+ </tr:inputColor>
+
+ </tr:panelGroupLayout>
+ </tr:form>
+ </tr:document>
+ </f:view>
+</jsp:root>
Propchange:
incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/inputColor.jspx
------------------------------------------------------------------------------
svn:eol-style = native
Modified:
incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/inputDate.jspx
URL:
http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/inputDate.jspx?rev=428241&r1=428240&r2=428241&view=diff
==============================================================================
---
incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/inputDate.jspx
(original)
+++
incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/inputDate.jspx
Wed Aug 2 22:17:18 2006
@@ -1,75 +1,75 @@
-<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
-<!--
- Copyright 2006 The Apache Software Foundation.
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
- xmlns:f="http://java.sun.com/jsf/core"
- xmlns:tr="http://myfaces.apache.org/trinidad" >
- <jsp:directive.page contentType="text/html;charset=utf-8"/>
- <f:view>
- <tr:document title="InputDate Demo">
- <tr:form>
- <tr:commandLink immediate="true" text="Component Guide"
- action="guide"/>
- <tr:separator/>
- <tr:panelPage>
- <tr:messages/>
- <tr:panelHeader text="InputDate Demo">
- <tr:panelGroupLayout layout="vertical">
- <f:facet name="separator">
- <tr:separator/>
- </f:facet>
- <tr:outputFormatted styleUsage="instruction"
- value="<b>A basic inputDate, no converter
</b>"/>
- <tr:inputDate binding="#{editor.component}" id="mdf1"
value="#{date.date1}"
- label="no converter"/>
-
- <jsp:directive.include file="editor.jspf" />
-
- <tr:outputFormatted styleUsage="instruction"
- value="<b>A inputDate with a converter
attached that has dateStyle set to 'long' </b>"/>
- <tr:inputDate id="mdf2" value="#{date.date2}"
- label="has converter">
- <f:convertDateTime dateStyle="long"/>
- </tr:inputDate>
- <tr:outputFormatted styleUsage="instruction"
- value="<b>A inputDate with a validator
that sets a maximum date</b>"/>
- <tr:inputDate id="mdf3" value="#{date.date3}"
- label="max validator">
- <tr:validateDateTimeRange maximum="#{date.maxDate}"/>
- </tr:inputDate>
- <tr:outputFormatted styleUsage="instruction"
- value="<b>A inputDate with a validator
that sets a minimum date</b>"/>
- <tr:inputDate id="mdf4" value="#{date.date4}"
- label="min validator" >
- <tr:validateDateTimeRange minimum="#{date.minDate}"/>
- </tr:inputDate>
-
- <tr:outputFormatted styleUsage="instruction"
- value="<b>A inputDate with a converter attached
- that has pattern as 'yyyy/M/d' and secondary pattern as
'd/M/yyyy' </b>"/>
- <tr:inputDate id="mdf5" value="2004/09/06"
- label="attached converter">
- <tr:convertDateTime secondaryPattern="d/M/yyyy"
pattern="yyyy/M/d" />
- </tr:inputDate>
-
- </tr:panelGroupLayout>
- </tr:panelHeader>
- <tr:commandButton text="Submit"/>
- </tr:panelPage>
- </tr:form>
- </tr:document>
- </f:view>
-</jsp:root>
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+<!--
+ Copyright 2006 The Apache Software Foundation.
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
+ xmlns:f="http://java.sun.com/jsf/core"
+ xmlns:tr="http://myfaces.apache.org/trinidad" >
+ <jsp:directive.page contentType="text/html;charset=utf-8"/>
+ <f:view>
+ <tr:document title="InputDate Demo">
+ <tr:form>
+ <tr:commandLink immediate="true" text="Component Guide"
+ action="guide"/>
+ <tr:separator/>
+ <tr:panelPage>
+ <tr:messages/>
+ <tr:panelHeader text="InputDate Demo">
+ <tr:panelGroupLayout layout="vertical">
+ <f:facet name="separator">
+ <tr:separator/>
+ </f:facet>
+ <tr:outputFormatted styleUsage="instruction"
+ value="<b>A basic inputDate, no converter
</b>"/>
+ <tr:inputDate binding="#{editor.component}" id="mdf1"
value="#{date.date1}"
+ label="no converter"/>
+
+ <jsp:directive.include file="editor.jspf" />
+
+ <tr:outputFormatted styleUsage="instruction"
+ value="<b>A inputDate with a converter
attached that has dateStyle set to 'long' </b>"/>
+ <tr:inputDate id="mdf2" value="#{date.date2}"
+ label="has converter">
+ <f:convertDateTime dateStyle="long"/>
+ </tr:inputDate>
+ <tr:outputFormatted styleUsage="instruction"
+ value="<b>A inputDate with a validator
that sets a maximum date</b>"/>
+ <tr:inputDate id="mdf3" value="#{date.date3}"
+ label="max validator">
+ <tr:validateDateTimeRange maximum="#{date.maxDate}"/>
+ </tr:inputDate>
+ <tr:outputFormatted styleUsage="instruction"
+ value="<b>A inputDate with a validator
that sets a minimum date</b>"/>
+ <tr:inputDate id="mdf4" value="#{date.date4}"
+ label="min validator" >
+ <tr:validateDateTimeRange minimum="#{date.minDate}"/>
+ </tr:inputDate>
+
+ <tr:outputFormatted styleUsage="instruction"
+ value="<b>A inputDate with a converter attached
+ that has pattern as 'yyyy/M/d' and secondary pattern as
'd/M/yyyy' </b>"/>
+ <tr:inputDate id="mdf5" value="2004/09/06"
+ label="attached converter">
+ <tr:convertDateTime secondaryPattern="d/M/yyyy"
pattern="yyyy/M/d" />
+ </tr:inputDate>
+
+ </tr:panelGroupLayout>
+ </tr:panelHeader>
+ <tr:commandButton text="Submit"/>
+ </tr:panelPage>
+ </tr:form>
+ </tr:document>
+ </f:view>
+</jsp:root>
Propchange:
incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/inputDate.jspx
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/navigationPane.jspx
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/outputDocument.jspx
------------------------------------------------------------------------------
svn:eol-style = native
Modified:
incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a2b1.jspx
URL:
http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a2b1.jspx?rev=428241&r1=428240&r2=428241&view=diff
==============================================================================
---
incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a2b1.jspx
(original)
+++
incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a2b1.jspx
Wed Aug 2 22:17:18 2006
@@ -1,62 +1,62 @@
-<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
-<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
- xmlns:f="http://java.sun.com/jsf/core"
- xmlns:tr="http://myfaces.apache.org/trinidad">
- <jsp:directive.page contentType="text/html;charset=utf-8"/>
- <f:view>
- <tr:document title="Page Hierarchy Demo">
- <tr:form>
- <tr:panelGroupLayout layout="vertical">
- <tr:commandLink immediate="true" text="Component Guide"
- action="guide"/>
- <tr:separator/>
- <tr:page var="foo" value="#{menuModel.model}">
- <f:facet name="nodeStamp">
- <tr:commandNavigationItem text="#{foo.label}"
- action="#{foo.getOutcome}" icon="#{foo.ico}"/>
- </f:facet>
- <f:facet name="appAbout">
- <tr:outputText value="appAbout facet"/>
- </f:facet>
- <f:facet name="appCopyright">
- <tr:outputText value="appCopyright facet"/>
- </f:facet>
- <f:facet name="appPrivacy">
- <tr:outputText value="appPrivacy facet"/>
- </f:facet>
- <f:facet name="branding">
- <tr:outputFormatted styleUsage="instruction"
- value="branding facet"/>
- </f:facet>
- <f:facet name="infoFootnote">
- <tr:outputFormatted styleUsage="instruction"
- value="infoFootnote facet"/>
- </f:facet>
- <f:facet name="infoReturn">
- <tr:outputFormatted styleUsage="instruction"
- value="infoReturn facet"/>
- </f:facet>
- <f:facet name="infoStatus">
- <tr:outputFormatted styleUsage="instruction"
- value="infoStatus facet"/>
- </f:facet>
- <f:facet name="infoUser">
- <tr:outputFormatted styleUsage="instruction"
- value="infoUser facet"/>
- </f:facet>
- <f:facet name="search">
- <tr:outputFormatted styleUsage="instruction"
- value="search facet"/>
- </f:facet>
- <tr:panelHeader text="Title attribute">
- <tr:outputFormatted styleUsage="instruction"
- value="This group of demo pages uses one of
2 components to lay out the page, 'page' or 'panelPage'. This particular page
uses the <b>'page'</b> component."/>
- <jsp:include page="/components/pageContent_include.jspx"/>
- </tr:panelHeader>
- <tr:commandButton text="Start Process" action="guide.page_p1"/>
- </tr:page>
- </tr:panelGroupLayout>
- </tr:form>
- </tr:document>
- </f:view>
-</jsp:root>
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
+ xmlns:f="http://java.sun.com/jsf/core"
+ xmlns:tr="http://myfaces.apache.org/trinidad">
+ <jsp:directive.page contentType="text/html;charset=utf-8"/>
+ <f:view>
+ <tr:document title="Page Hierarchy Demo">
+ <tr:form>
+ <tr:panelGroupLayout layout="vertical">
+ <tr:commandLink immediate="true" text="Component Guide"
+ action="guide"/>
+ <tr:separator/>
+ <tr:page var="foo" value="#{menuModel.model}">
+ <f:facet name="nodeStamp">
+ <tr:commandNavigationItem text="#{foo.label}"
+ action="#{foo.getOutcome}" icon="#{foo.ico}"/>
+ </f:facet>
+ <f:facet name="appAbout">
+ <tr:outputText value="appAbout facet"/>
+ </f:facet>
+ <f:facet name="appCopyright">
+ <tr:outputText value="appCopyright facet"/>
+ </f:facet>
+ <f:facet name="appPrivacy">
+ <tr:outputText value="appPrivacy facet"/>
+ </f:facet>
+ <f:facet name="branding">
+ <tr:outputFormatted styleUsage="instruction"
+ value="branding facet"/>
+ </f:facet>
+ <f:facet name="infoFootnote">
+ <tr:outputFormatted styleUsage="instruction"
+ value="infoFootnote facet"/>
+ </f:facet>
+ <f:facet name="infoReturn">
+ <tr:outputFormatted styleUsage="instruction"
+ value="infoReturn facet"/>
+ </f:facet>
+ <f:facet name="infoStatus">
+ <tr:outputFormatted styleUsage="instruction"
+ value="infoStatus facet"/>
+ </f:facet>
+ <f:facet name="infoUser">
+ <tr:outputFormatted styleUsage="instruction"
+ value="infoUser facet"/>
+ </f:facet>
+ <f:facet name="search">
+ <tr:outputFormatted styleUsage="instruction"
+ value="search facet"/>
+ </f:facet>
+ <tr:panelHeader text="Title attribute">
+ <tr:outputFormatted styleUsage="instruction"
+ value="This group of demo pages uses one of
2 components to lay out the page, 'page' or 'panelPage'. This particular page
uses the <b>'page'</b> component."/>
+ <jsp:include page="/components/pageContent_include.jspx"/>
+ </tr:panelHeader>
+ <tr:commandButton text="Start Process" action="guide.page_p1"/>
+ </tr:page>
+ </tr:panelGroupLayout>
+ </tr:form>
+ </tr:document>
+ </f:view>
+</jsp:root>
Propchange:
incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_a2b1.jspx
------------------------------------------------------------------------------
svn:eol-style = native
Modified:
incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_include.jspx
URL:
http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_include.jspx?rev=428241&r1=428240&r2=428241&view=diff
==============================================================================
---
incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_include.jspx
(original)
+++
incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_include.jspx
Wed Aug 2 22:17:18 2006
@@ -1,63 +1,63 @@
-<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
-<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
- xmlns:f="http://java.sun.com/jsf/core"
- xmlns:tr="http://myfaces.apache.org/trinidad">
- <jsp:directive.page contentType="text/html;charset=utf-8"/>
- <f:view>
- <tr:document title="Page Hierarchy Demo">
- <tr:form>
- <tr:panelGroupLayout layout="vertical">
- <tr:commandLink immediate="true" text="Component Guide"
- action="guide"/>
- <tr:separator/>
- <tr:page var="foo" value="#{menuModel.model}"
- shortDesc="Select Tab">
- <f:facet name="nodeStamp">
- <tr:commandNavigationItem
- text="#{foo.label}" action="#{foo.getOutcome}"
- icon="#{foo.ico}"/>
- </f:facet>
- <f:facet name="appAbout">
- <tr:outputText value="appAbout facet"/>
- </f:facet>
- <f:facet name="appCopyright">
- <tr:outputText value="appCopyright facet"/>
- </f:facet>
- <f:facet name="appPrivacy">
- <tr:outputText value="appPrivacy facet"/>
- </f:facet>
- <f:facet name="branding">
- <tr:outputFormatted styleUsage="instruction"
- value="branding facet"/>
- </f:facet>
- <f:facet name="infoFootnote">
- <tr:outputFormatted styleUsage="instruction"
- value="infoFootnote facet"/>
- </f:facet>
- <f:facet name="infoReturn">
- <tr:outputFormatted styleUsage="instruction"
- value="infoReturn facet"/>
- </f:facet>
- <f:facet name="infoStatus">
- <tr:outputFormatted styleUsage="instruction"
- value="infoStatus facet"/>
- </f:facet>
- <f:facet name="infoUser">
- <tr:outputFormatted styleUsage="instruction"
- value="infoUser facet"/>
- </f:facet>
- <f:facet name="search">
- <tr:outputFormatted styleUsage="instruction"
- value="search facet"/>
- </f:facet>
- <tr:panelHeader text="Title attribute">
- <tr:outputFormatted styleUsage="instruction"
- value="This group of demo pages uses one of
2 components to lay out the page, 'page' or 'panelPage'. This particular page
uses the <b>'page'</b> component."/>
- <jsp:include page="/components/pageContent_include.jspx"/>
- </tr:panelHeader>
- </tr:page>
- </tr:panelGroupLayout>
- </tr:form>
- </tr:document>
- </f:view>
-</jsp:root>
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
+ xmlns:f="http://java.sun.com/jsf/core"
+ xmlns:tr="http://myfaces.apache.org/trinidad">
+ <jsp:directive.page contentType="text/html;charset=utf-8"/>
+ <f:view>
+ <tr:document title="Page Hierarchy Demo">
+ <tr:form>
+ <tr:panelGroupLayout layout="vertical">
+ <tr:commandLink immediate="true" text="Component Guide"
+ action="guide"/>
+ <tr:separator/>
+ <tr:page var="foo" value="#{menuModel.model}"
+ shortDesc="Select Tab">
+ <f:facet name="nodeStamp">
+ <tr:commandNavigationItem
+ text="#{foo.label}" action="#{foo.getOutcome}"
+ icon="#{foo.ico}"/>
+ </f:facet>
+ <f:facet name="appAbout">
+ <tr:outputText value="appAbout facet"/>
+ </f:facet>
+ <f:facet name="appCopyright">
+ <tr:outputText value="appCopyright facet"/>
+ </f:facet>
+ <f:facet name="appPrivacy">
+ <tr:outputText value="appPrivacy facet"/>
+ </f:facet>
+ <f:facet name="branding">
+ <tr:outputFormatted styleUsage="instruction"
+ value="branding facet"/>
+ </f:facet>
+ <f:facet name="infoFootnote">
+ <tr:outputFormatted styleUsage="instruction"
+ value="infoFootnote facet"/>
+ </f:facet>
+ <f:facet name="infoReturn">
+ <tr:outputFormatted styleUsage="instruction"
+ value="infoReturn facet"/>
+ </f:facet>
+ <f:facet name="infoStatus">
+ <tr:outputFormatted styleUsage="instruction"
+ value="infoStatus facet"/>
+ </f:facet>
+ <f:facet name="infoUser">
+ <tr:outputFormatted styleUsage="instruction"
+ value="infoUser facet"/>
+ </f:facet>
+ <f:facet name="search">
+ <tr:outputFormatted styleUsage="instruction"
+ value="search facet"/>
+ </f:facet>
+ <tr:panelHeader text="Title attribute">
+ <tr:outputFormatted styleUsage="instruction"
+ value="This group of demo pages uses one of
2 components to lay out the page, 'page' or 'panelPage'. This particular page
uses the <b>'page'</b> component."/>
+ <jsp:include page="/components/pageContent_include.jspx"/>
+ </tr:panelHeader>
+ </tr:page>
+ </tr:panelGroupLayout>
+ </tr:form>
+ </tr:document>
+ </f:view>
+</jsp:root>
Propchange:
incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/page_include.jspx
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/convertValidate/clientConvert.jspx
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/demos/panelPageSkinDemo.jspx
------------------------------------------------------------------------------
svn:eol-style = native
Modified:
incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/index.jspx
URL:
http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/index.jspx?rev=428241&r1=428240&r2=428241&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/index.jspx
(original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/index.jspx
Wed Aug 2 22:17:18 2006
@@ -1,60 +1,60 @@
-<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
-<!--
- Copyright 2006 The Apache Software Foundation.
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
- xmlns:f="http://java.sun.com/jsf/core"
- xmlns:tr="http://myfaces.apache.org/trinidad" >
- <jsp:directive.page contentType="text/html;charset=utf-8"/>
- <f:view>
- <tr:document title="Apache Trinidad Demo Index">
- <tr:form>
-
- <tr:panelPage>
- <tr:messages/>
- <tr:panelHeader text="Welcome to the Apache Trinidad Demos">
- <tr:panelHeader text="Basics">
- <tr:panelGroupLayout layout="vertical">
- <tr:commandLink text="Component Guide" action="guide" />
- </tr:panelGroupLayout>
- </tr:panelHeader>
-
- <tr:panelHeader text="Simple Demos">
- <tr:panelGroupLayout layout="vertical">
- <tr:commandLink text="Feature Demos"
- action="demos" />
- </tr:panelGroupLayout>
- </tr:panelHeader>
-
- <tr:panelHeader text="Sample Applications">
- <tr:panelGroupLayout layout="vertical">
- <tr:panelGroupLayout>
- <tr:commandLink text="Email" action="emaildemo" />
- <tr:outputText styleClass="AFInstructionText" value=" -
Trinidad Email Demo"/>
- </tr:panelGroupLayout>
- <tr:panelGroupLayout>
- <tr:commandLink text="Survey" action="survey" />
- <tr:outputText styleClass="AFInstructionText" value=" - simple
application"/>
- </tr:panelGroupLayout>
-
- </tr:panelGroupLayout>
- </tr:panelHeader>
- </tr:panelHeader>
- </tr:panelPage>
-
- </tr:form>
- </tr:document>
- </f:view>
-</jsp:root>
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+<!--
+ Copyright 2006 The Apache Software Foundation.
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
+ xmlns:f="http://java.sun.com/jsf/core"
+ xmlns:tr="http://myfaces.apache.org/trinidad" >
+ <jsp:directive.page contentType="text/html;charset=utf-8"/>
+ <f:view>
+ <tr:document title="Apache Trinidad Demo Index">
+ <tr:form>
+
+ <tr:panelPage>
+ <tr:messages/>
+ <tr:panelHeader text="Welcome to the Apache Trinidad Demos">
+ <tr:panelHeader text="Basics">
+ <tr:panelGroupLayout layout="vertical">
+ <tr:commandLink text="Component Guide" action="guide" />
+ </tr:panelGroupLayout>
+ </tr:panelHeader>
+
+ <tr:panelHeader text="Simple Demos">
+ <tr:panelGroupLayout layout="vertical">
+ <tr:commandLink text="Feature Demos"
+ action="demos" />
+ </tr:panelGroupLayout>
+ </tr:panelHeader>
+
+ <tr:panelHeader text="Sample Applications">
+ <tr:panelGroupLayout layout="vertical">
+ <tr:panelGroupLayout>
+ <tr:commandLink text="Email" action="emaildemo" />
+ <tr:outputText styleClass="AFInstructionText" value=" -
Trinidad Email Demo"/>
+ </tr:panelGroupLayout>
+ <tr:panelGroupLayout>
+ <tr:commandLink text="Survey" action="survey" />
+ <tr:outputText styleClass="AFInstructionText" value=" - simple
application"/>
+ </tr:panelGroupLayout>
+
+ </tr:panelGroupLayout>
+ </tr:panelHeader>
+ </tr:panelHeader>
+ </tr:panelPage>
+
+ </tr:form>
+ </tr:document>
+ </f:view>
+</jsp:root>
Propchange:
incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/index.jspx
------------------------------------------------------------------------------
svn:eol-style = native