Hello,

is it possible to show a popup over a datascroller arrow?
I tried this, but the result was that there was no "arrow first" rendered.

    <h:panelGrid>
      <t:dataScroller ...>
        <t:popup id="popup_datascroller_first" styleClass="popup"
          ...>
          <f:facet name="first">
            <t:graphicImage url="images/arrow-first.gif" border="1" />
          </f:facet>
          <f:facet name="popup">
            <h:outputText
              value="Go to first page" />
          </f:facet>
      </t:popup>
      ...

-- 
View this message in context: 
http://www.nabble.com/Popup-over-Datascroller-arrows-tf2126867.html#a5868562
Sent from the MyFaces - Users forum at Nabble.com.

Reply via email to