Skip to content
This repository has been archived by the owner on Nov 16, 2017. It is now read-only.

Commit

Permalink
RF-12933: Changed the tooltip defaultContent facet to loading
Browse files Browse the repository at this point in the history
  • Loading branch information
bleathem committed May 6, 2013
1 parent f66f501 commit a9f104c
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -63,7 +63,7 @@
This tool-tip will be <b>activated on a mouse click</b>, and has default content defined.
</p>
<rich:tooltip showEvent="click" mode="ajax" styleClass="tooltip" layout="block">
<f:facet name="defaultContent">
<f:facet name="loading">
<strong>Wait...</strong>
</f:facet>
<span style="white-space: nowrap">This tool-tip content was <strong>rendered on server</strong><br />
Expand All @@ -76,4 +76,4 @@
</rich:panel>
</h:form>
</h:panelGrid>
</ui:composition>
</ui:composition>

0 comments on commit a9f104c

Please sign in to comment.