You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2014/11/03 14:28:34 UTC

[jira] [Resolved] (WICKET-5746) Fire an event once all JS event listeners are registered

     [ https://issues.apache.org/jira/browse/WICKET-5746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov resolved WICKET-5746.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 6.19.0
                   7.0.0-M5

Can be used with:
{code}
Wicket.Event.subscribe(Wicket.Event.Topic.AJAX_HANDLERS_BOUND, function() {
	// do something here
});
{code}

> Fire an event once all JS event listeners are registered
> --------------------------------------------------------
>
>                 Key: WICKET-5746
>                 URL: https://issues.apache.org/jira/browse/WICKET-5746
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 6.18.0
>            Reporter: Martin Grigorov
>            Assignee: Martin Grigorov
>            Priority: Minor
>             Fix For: 7.0.0-M5, 6.19.0
>
>
> Fire a global event once all Wicket.Ajax.ajax() calls have been executed.
> See http://markmail.org/message/i662uiv6eiiqh72x



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)