[jboss-user] [JBoss Messaging] - dataScroller javascript events

James G do-not-reply at jboss.com
Thu Mar 10 09:43:16 EST 2011


James G [http://community.jboss.org/people/jgoodfellow] created the discussion

"dataScroller javascript events"

To view the discussion, visit: http://community.jboss.org/message/592460#592460

--------------------------------------------------------------
I'm upgrading an application from 3.3.3 to 4.0.0 and I've noticed the callbacks that we use in the client for the dataScroller to show an animation during an ajax event don't seem to be called anymore.  Is there another way to accomplish this in 4.0.0?  The parameters are onpagechange and oncomplete.

         <rich:dataScroller id="thePagerControl"
                   align="center"
                   for="theGrid"
                   page="#{entity['currentPage']}"
                   maxPages="#{entity['maxPages']}"
                   boundaryControls="show" 
                             fastControls="show"
                             fastStep="1"
                             stepControls="hide"
                             onpagechange="showLoading( true );"
                             oncomplete="showLoading( false );" 
                             render="thePagerDescription buttonsHeader thePagerLinks"
                             tableStyleClass="sortPanelHeader" 
                             inactiveStyleClass="pagerInactive"
                             selectedStyleClass="pagerActive">
     <f:facet name="first">&#xAB;&#xAB;</f:facet>
     <f:facet name="fastRewind">&#xAB;</f:facet>
     <f:facet name="fastForward">&#xBB;</f:facet>
     <f:facet name="last">&#xBB;&#xBB;</f:facet>
    </rich:dataScroller>
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/592460#592460]

Start a new discussion in JBoss Messaging at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2042]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110310/bdb2dd64/attachment-0001.html 


More information about the jboss-user mailing list