Author: ilya_shaikovsky
Date: 2010-10-31 13:38:22 -0400 (Sun, 31 Oct 2010)
New Revision: 19805
Modified:
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/tooltip/tooltip.xhtml
Log:
https://jira.jboss.org/browse/RF-9583
Modified:
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/tooltip/tooltip.xhtml
===================================================================
---
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/tooltip/tooltip.xhtml 2010-10-31
17:35:36 UTC (rev 19804)
+++
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/tooltip/tooltip.xhtml 2010-10-31
17:38:22 UTC (rev 19805)
@@ -5,7 +5,18 @@
xmlns:ui="http://java.sun.com/jsf/facelets">
<ui:composition>
- <p>DESC</p>
+ <p>ToolTip is a small non-modal pop-up that could be used to
+ display additional information, that is usually hidden.<br />
+ </p>
+ <p>Major toolTip features:</p>
+ <ul>
+ <li>Tool-tip content may be <b>pre-rendered</b> on a page (client
+ mode) or <b>loaded on separate Ajax request</b> (ajax mode)</li>
+ <li>In "ajax" mode <b>default content</b> could be shown
while
+ request is executed</li>
+ <li>Tooltip <b>look is fully customizable</b> using both -
+ Richfaces skins and CSS style classes</li>
+ </ul>
<ui:include src="#{demoNavigator.sampleIncludeURI}" />
<ui:include src="/templates/includes/source-view.xhtml">