Author: ilya_shaikovsky
Date: 2009-01-12 09:17:15 -0500 (Mon, 12 Jan 2009)
New Revision: 12223
Modified:
trunk/samples/richfaces-demo/src/main/webapp/images/cn_componentControl.gif
trunk/samples/richfaces-demo/src/main/webapp/images/cn_contextMenu.gif
trunk/samples/richfaces-demo/src/main/webapp/images/cn_listShuttle.gif
trunk/samples/richfaces-demo/src/main/webapp/images/cn_orderingList.gif
trunk/samples/richfaces-demo/src/main/webapp/images/cn_recursiveTreeNodesAdaptor.gif
trunk/samples/richfaces-demo/src/main/webapp/images/cn_treeNodesAdaptor.gif
trunk/samples/richfaces-demo/src/main/webapp/richfaces/editor/examples/editor.xhtml
Log:
https://jira.jboss.org/jira/browse/RF-5621
Modified: trunk/samples/richfaces-demo/src/main/webapp/images/cn_componentControl.gif
===================================================================
(Binary files differ)
Modified: trunk/samples/richfaces-demo/src/main/webapp/images/cn_contextMenu.gif
===================================================================
(Binary files differ)
Modified: trunk/samples/richfaces-demo/src/main/webapp/images/cn_listShuttle.gif
===================================================================
(Binary files differ)
Modified: trunk/samples/richfaces-demo/src/main/webapp/images/cn_orderingList.gif
===================================================================
(Binary files differ)
Modified:
trunk/samples/richfaces-demo/src/main/webapp/images/cn_recursiveTreeNodesAdaptor.gif
===================================================================
(Binary files differ)
Modified: trunk/samples/richfaces-demo/src/main/webapp/images/cn_treeNodesAdaptor.gif
===================================================================
(Binary files differ)
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/editor/examples/editor.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/editor/examples/editor.xhtml 2009-01-12
14:09:59 UTC (rev 12222)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/editor/examples/editor.xhtml 2009-01-12
14:17:15 UTC (rev 12223)
@@ -34,11 +34,11 @@
<a4j:support event="onclick" reRender="editor"
requestDelay="500"
eventsQueue="settingsQueue" similarityGroupingId="settings"
/>
</h:selectOneRadio>
- <h:outputText value="Toggle Modes(Disables Preview)"
escape="false"/>
+ <h:outputText value="Toggle Modes" escape="false"/>
<h:selectOneRadio value="#{editorBean.viewMode}"
layout="pageDirection">
<f:selectItem itemLabel="WYSIWYG mode" itemValue="visual"
/>
- <f:selectItem itemLabel="Simple Text Area"
itemValue="source" />
+ <f:selectItem itemLabel="Text Area(Disables Preview)"
itemValue="source" />
<a4j:support event="onclick" reRender="editor"
requestDelay="500"
eventsQueue="settingsQueue" similarityGroupingId="settings"
/>
</h:selectOneRadio>