Hello,
We have an AppFuse 1.9.4 JSF application and the <t:popup> tag does not
place the popup at the desired position within the jsf page. The same tag
works ok in a non-appfuse application.
Here is the css for popup class:
.popup {
background-color:rgb(255,255,255);
color: #000000;
border: 1px solid #CCCCCC;
font-size:smaller;
padding: 5px;
}
.popup table {
font-size:smaller;
}
Here is the tag:
<t:popup displayAtDistanceX="10" displayAtDistanceY="20" >
<h:outputText value="This is Popup Example" />
<f:facet name="popup">
<h:panelGrid columns="2">
<h:outputText value="POPUP TEXT" />
<h:outputText value="POPUP TEXT" />
</h:panelGrid>
</f:facet>
</t:popup>
--
View this message in context:
http://www.nabble.com/t%3Apopup-tag-does-not-work-properly-in-AppFuse-1.9.4-tf4192891s2369.html#a11923791
Sent from the AppFuse - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]