Details
-
Type: Bug
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: 1.8.1, 1.8.2-RC1
-
Fix Version/s: None
-
Component/s: Documentation
-
Labels:None
-
Environment:all
Description
The documentation says for panelTooltip:
The following code shows how a draggable tooltip with a header can be created:
<ice:panelGroup panelTooltip="dynamicTooltip" >
<ice:outputText value="Hovering on this text will bring a panelTooltip" />
</ice:panelGroup>
<ice:panelPopup id="dynamicTooltip"
draggable="true"
hideOn="mousedown"
style="width: 300px; height: 200px;">
<f:facet name="header">
<h:panelGrid width="100%" cellpadding="0" cellspacing="0">
<h:outputText value="ICEfaces Popup Demo"/>
</h:panelGrid>
</f:facet>
<f:facet name="body">
<h:panelGrid width="100%" cellpadding="0" cellspacing="0" >
<h:outputText value="This Tooltip is draggable." />
</h:panelGrid>
</f:facet>
</ice:panelPopup>
It is <ice:panelTooltip not <ice:panelPopup
The following code shows how a draggable tooltip with a header can be created:
<ice:panelGroup panelTooltip="dynamicTooltip" >
<ice:outputText value="Hovering on this text will bring a panelTooltip" />
</ice:panelGroup>
<ice:panelPopup id="dynamicTooltip"
draggable="true"
hideOn="mousedown"
style="width: 300px; height: 200px;">
<f:facet name="header">
<h:panelGrid width="100%" cellpadding="0" cellspacing="0">
<h:outputText value="ICEfaces Popup Demo"/>
</h:panelGrid>
</f:facet>
<f:facet name="body">
<h:panelGrid width="100%" cellpadding="0" cellspacing="0" >
<h:outputText value="This Tooltip is draggable." />
</h:panelGrid>
</f:facet>
</ice:panelPopup>
It is <ice:panelTooltip not <ice:panelPopup