Hi,

Please give more details what exactly is the problem.


On Thu, Dec 5, 2013 at 8:30 AM, Marieke Vandamme <marieke.vanda...@tvh.be>wrote:

> Dear wicket users,
>
> We are using the Generic busy indicator found on the wiki to have a busy
> indicator for every ajax event.
>
> https://cwiki.apache.org/confluence/display/WICKET/Generic+Busy+Indicator+%28for+both+Ajax+and+non-Ajax+submits%29#
>
> In that article on the wiki, it's also described how to override that
> functionality for a specific ajax event.
> /var clickedElement = (window.event) ? event.srcElement :
> eventData.target;/
> Afterwards the clickedElement can be checked to see if the indicator needs
> to be shown or not.
> This is all working fine, but now we have a case where we want to use
> AjaxSelfUpdatingTimerBehavior. Then we have no clickedElement.
> Would somebody have an idea on how it's possible to retrieve the element
> that needs to be updated in the javascript functions for busy indicator?
>
> Thanks !! Kind regards, Marieke
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Generic-busy-indicator-override-for-AjaxSelfUpdatingTimerBehavior-tp4662800.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to