You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Thomas Mäder (JIRA)" <ji...@apache.org> on 2007/10/03 10:02:50 UTC

[jira] Created: (WICKET-1034) Allow Custom Javascript on AJAX Busy Indication

Allow Custom Javascript on AJAX Busy Indication
-----------------------------------------------

                 Key: WICKET-1034
                 URL: https://issues.apache.org/jira/browse/WICKET-1034
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 1.3.0-beta3
            Reporter: Thomas Mäder
            Priority: Minor


Wicket allows to show/hide a component around an AJAX call. I could imagine a couple of neat things to do to show busy status, like graying out the page, showing a javascript animation, etc, etc. It would be nice if one could specify a couple of scripts for busy/not busy status changes.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WICKET-1034) Allow Custom Javascript on AJAX Busy Indication

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-1034.
-----------------------------------

       Resolution: Invalid
    Fix Version/s: 1.3.0-beta4
         Assignee: Igor Vaynberg

This is already possible locally via IAjaxCallDecorator and globally via Wicket.Ajax.registerPre/Post/FailureCallHandler() javascript hooks

> Allow Custom Javascript on AJAX Busy Indication
> -----------------------------------------------
>
>                 Key: WICKET-1034
>                 URL: https://issues.apache.org/jira/browse/WICKET-1034
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.3.0-beta3
>            Reporter: Thomas Mäder
>            Assignee: Igor Vaynberg
>            Priority: Minor
>             Fix For: 1.3.0-beta4
>
>
> Wicket allows to show/hide a component around an AJAX call. I could imagine a couple of neat things to do to show busy status, like graying out the page, showing a javascript animation, etc, etc. It would be nice if one could specify a couple of scripts for busy/not busy status changes.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.