Hello all,
I'm experimenting with Trinidad on this moment, but I'm stuck...
I want to use a panelPopup which is positioned somewhere around my
mousepointer click. But I only get the popup on top of my page. I thought
I should use the xoffset and yoffset, but this didn't do the trick. Could
someone help me out on this one?
Thanks!
My jsp looks something like this:
----------------------------------------------------------------------------------------------
<tr:table id="foobar">
<tr:column>
<f:facet name="header">
<tr:outputText value="foo" />
</f:facet>
<tr:outputText value="foo"/>
</tr:column>
<tr:column>
<f:facet name="header">
<tr:outputText value="bar" />
</f:facet>
<tr:panelFormLayout maxColumns="2" rows="2">
...
<tr:panelPopup text="popupTest" title="popuptest"
modal="true"
xoffset="0" yoffset="0">
<tr:panelGroupLayout>
<tr:panelFormLayout rows="4"
maxColumns="1" labelWidth="20%"
rendered="true" fieldWidth="80%" >
<tr:inputText id="test"
label="test"/>
</tr:panelFormLayout>
</tr:panelGroupLayout>
</tr:panelPopup>
</tr:panelFormLayout>
</tr:column>
</tr:table>
----------------------------------------------------------------------------------------------
--
View this message in context:
http://www.nabble.com/-TRINIDAD--panelPopup-positioning-tp17735420p17735420.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.