Author: smukhina
Date: 2008-05-22 08:02:24 -0400 (Thu, 22 May 2008)
New Revision: 8690
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/form/usage.xhtml
Log:
http://jira.jboss.com/jira/browse/RF-398
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/form/usage.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/form/usage.xhtml 2008-05-22
11:50:22 UTC (rev 8689)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/form/usage.xhtml 2008-05-22
12:02:24 UTC (rev 8690)
@@ -9,16 +9,16 @@
<ui:define name="sample">
<style type="text/css">
- .viewcodeexamplepanel {
- padding:10px;
- width:100%;
- overflow:auto;
- border-width:0;
- background-color:#FFFFFF;
- }
- .viewsourcebody {
- padding:0;
- }
+ .viewcodeexamplepanel {
+ padding:10px;
+ width:100%;
+ overflow:auto;
+ border-width:0;
+ background-color:#FFFFFF;
+ }
+ .viewsourcebody {
+ padding:0;
+ }
</style>
<p>a4j:form functionality is similar to the standard h:form component except two
additional features:
@@ -39,8 +39,8 @@
<fieldset class="demo_fieldset">
<legend class="demo_legend">Code Example</legend>
- <rich:panel styleClass="viewcodeexamplepanel"
bodyClass="viewsourcebody rich-laguna-panel-no-header">
- <rich:insert src="/richfaces/form/snippets/commandLinkProblem.xhtml"
highlight="xhtml"/>
+ <rich:panel styleClass="viewcodeexamplepanel"
bodyClass="viewsourcebody rich-laguna-panel-no-header">
+ <rich:insert src="/richfaces/form/snippets/commandLinkProblem.xhtml"
highlight="xhtml"/>
</rich:panel>
</fieldset>
@@ -50,8 +50,8 @@
When ajaxSubmit="true", all standard action components on this form become
ajaxable. This
approach is similar to the one AjaxAnywhere framework uses. If a form works in an ajax
mode,
the standard ajax attribute such as reRender, eventQueue, requestDelay can be used.
The
- following example demonstates the difference between partial and full-page
refreshing.
- In both cases, the regular h:commandButton is used for the form submision.
+ following example shows the difference between partial and full-page refreshing.
+ In both cases, the regular h:commandButton is used for the form submission.
</p>
<fieldset class="demo_fieldset">