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">««</f:facet> <f:facet name="fastRewind">«</f:facet> <f:facet name="fastForward">»</f:facet> <f:facet name="last">»»</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]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
