Author: ilya_shaikovsky
Date: 2008-03-29 11:07:22 -0400 (Sat, 29 Mar 2008)
New Revision: 7410
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/simpleTogglePanel/examples/difftypes.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/simpleTogglePanel/usage.xhtml
Log:
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/simpleTogglePanel/examples/difftypes.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/simpleTogglePanel/examples/difftypes.xhtml 2008-03-29
14:53:09 UTC (rev 7409)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/simpleTogglePanel/examples/difftypes.xhtml 2008-03-29
15:07:22 UTC (rev 7410)
@@ -14,9 +14,9 @@
</rich:simpleTogglePanel>
<rich:simpleTogglePanel switchType="ajax" label="Ajax Switch
Type">
- This type allows to perform the partual view update instead of the
- whole page reloading. You also can point to other areas of the view
- to be re-rendered while the panel content is toggled.
+ This type allows to perform the partial view update instead of the
+ whole page reloading. You also can reRender other components
+ while the panel content is toggled.
</rich:simpleTogglePanel>
<rich:simpleTogglePanel switchType="client" label="Client Switch
Type">
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/simpleTogglePanel/usage.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/simpleTogglePanel/usage.xhtml 2008-03-29
14:53:09 UTC (rev 7409)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/simpleTogglePanel/usage.xhtml 2008-03-29
15:07:22 UTC (rev 7410)
@@ -11,8 +11,8 @@
.tpanels {
width:33%;
padding: 10px;
- vertical-align:top;
- height:140px;
+ vertical-align:top;
+ height:160px;
}
</style>
<p>SimpleTogglePanel represents a panel with a base text label at the top and
additional
Show replies by date