Author: SergeySmirnov
Date: 2007-07-20 21:15:28 -0400 (Fri, 20 Jul 2007)
New Revision: 1766
Added:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/commandButton.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/commandButton/
trunk/samples/richfaces-demo/src/main/webapp/richfaces/commandButton/source/
trunk/samples/richfaces-demo/src/main/webapp/richfaces/commandButton/source/usage.html
trunk/samples/richfaces-demo/src/main/webapp/richfaces/commandButton/source/usage.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/support.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/support/
trunk/samples/richfaces-demo/src/main/webapp/richfaces/support/source/
trunk/samples/richfaces-demo/src/main/webapp/richfaces/support/source/usage.html
trunk/samples/richfaces-demo/src/main/webapp/richfaces/support/source/usage.xhtml
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/form/usage.xhtml
Log:
support and commandButton
Added:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/commandButton/source/usage.html
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/commandButton/source/usage.html
(rev 0)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/commandButton/source/usage.html 2007-07-21
01:15:28 UTC (rev 1766)
@@ -0,0 +1 @@
+TODO: source should be added
\ No newline at end of file
Property changes on:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/commandButton/source/usage.html
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/commandButton/source/usage.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/commandButton/source/usage.xhtml
(rev 0)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/commandButton/source/usage.xhtml 2007-07-21
01:15:28 UTC (rev 1766)
@@ -0,0 +1 @@
+x
\ No newline at end of file
Property changes on:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/commandButton/source/usage.xhtml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/samples/richfaces-demo/src/main/webapp/richfaces/commandButton.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/commandButton.xhtml
(rev 0)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/commandButton.xhtml 2007-07-21
01:15:28 UTC (rev 1766)
@@ -0,0 +1,17 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html
xmlns="http://www.w3.org/1999/xhtml"
+
xmlns:ui="http://java.sun.com/jsf/facelets"
+
xmlns:h="http://java.sun.com/jsf/html"
+
xmlns:f="http://java.sun.com/jsf/core"
+
xmlns:rich="http://richfaces.ajax4jsf.org/rich">
+<ui:composition template="/templates/main.xhtml">
+ <ui:define name="title">RichFaces - Open Source Rich JSF Components -
Ajax Form</ui:define>
+ <ui:define name="body">
+ <rich:tabPanel switchType="server" styleClass="top_tab"
contentClass="content_tab" inactiveTabClass="inactive_tab"
activeTabClass="active_tab">
+ <rich:tab label="Usage">
+ <ui:include src="/richfaces/commandButton/usage.xhtml"/>
+ </rich:tab>
+ </rich:tabPanel>
+ </ui:define>
+</ui:composition>
+</html>
Property changes on:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/commandButton.xhtml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/form/usage.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/form/usage.xhtml 2007-07-21
01:14:57 UTC (rev 1765)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/form/usage.xhtml 2007-07-21
01:15:28 UTC (rev 1766)
@@ -86,23 +86,11 @@
</div>
<p>
- Note:You should not use a4j:form ajaxSubmit"true" if it contains other ajax
command components.
+ Note:You should not use a4j:form ajaxSubmit="true" if it contains other
ajax command components.
Also, due to the security reason, uploadFile form element cannot be convertable to
the be ajaxable.
</p>
-
-
-
-
- <f:verbatim>
-
- <code>
- This is a pure text <span>#</span>{mybean.hello}
- </code>
- </f:verbatim>
- <div class="sample-container">
- </div>
</ui:define>
<ui:define name="sources">
Here is a fragment of page sources for the given example:
Added: trunk/samples/richfaces-demo/src/main/webapp/richfaces/support/source/usage.html
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/support/source/usage.html
(rev 0)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/support/source/usage.html 2007-07-21
01:15:28 UTC (rev 1766)
@@ -0,0 +1 @@
+TODO: source should be added
\ No newline at end of file
Property changes on:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/support/source/usage.html
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/samples/richfaces-demo/src/main/webapp/richfaces/support/source/usage.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/support/source/usage.xhtml
(rev 0)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/support/source/usage.xhtml 2007-07-21
01:15:28 UTC (rev 1766)
@@ -0,0 +1 @@
+x
\ No newline at end of file
Property changes on:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/support/source/usage.xhtml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/samples/richfaces-demo/src/main/webapp/richfaces/support.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/support.xhtml
(rev 0)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/support.xhtml 2007-07-21
01:15:28 UTC (rev 1766)
@@ -0,0 +1,20 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html
xmlns="http://www.w3.org/1999/xhtml"
+
xmlns:ui="http://java.sun.com/jsf/facelets"
+
xmlns:h="http://java.sun.com/jsf/html"
+
xmlns:f="http://java.sun.com/jsf/core"
+
xmlns:rich="http://richfaces.ajax4jsf.org/rich">
+<ui:composition template="/templates/main.xhtml">
+ <ui:define name="title">RichFaces - Open Source Rich JSF Components -
Ajax Support</ui:define>
+ <ui:define name="body">
+ <ui:remove>
+ <rich:tabPanel switchType="server" styleClass="top_tab"
contentClass="content_tab" inactiveTabClass="inactive_tab"
activeTabClass="active_tab">
+ <rich:tab label="Usage">
+ <ui:include src="/richfaces/support/usage.xhtml"/>
+ </rich:tab>
+ </rich:tabPanel>
+ </ui:remove>
+ <ui:include src="/richfaces/support/usage.xhtml"/>
+ </ui:define>
+</ui:composition>
+</html>
Property changes on: trunk/samples/richfaces-demo/src/main/webapp/richfaces/support.xhtml
___________________________________________________________________
Name: svn:mime-type
+ text/plain