You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Vladimir Kovalyuk (JIRA)" <ji...@apache.org> on 2009/04/30 09:15:30 UTC

[jira] Created: (WICKET-2249) add overridable wantUnloadConfirmation() method

add overridable wantUnloadConfirmation() method
-----------------------------------------------

                 Key: WICKET-2249
                 URL: https://issues.apache.org/jira/browse/WICKET-2249
             Project: Wicket
          Issue Type: Improvement
          Components: wicket-extensions
    Affects Versions: 1.4-RC2
            Reporter: Vladimir Kovalyuk
            Priority: Minor


currently if I want to disable the confirmation I have to add JS excerpt: Wicket.Window.unloadConfirmation = false;

For the sake of OOD it should be primarily controlled via component itself. So adding an overridable method makes sense.

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


[jira] Updated: (WICKET-2249) Modal Window: add overridable wantUnloadConfirmation() method

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

Vladimir Kovalyuk updated WICKET-2249:
--------------------------------------

    Summary: Modal Window: add overridable wantUnloadConfirmation() method  (was: add overridable wantUnloadConfirmation() method)

> Modal Window: add overridable wantUnloadConfirmation() method
> -------------------------------------------------------------
>
>                 Key: WICKET-2249
>                 URL: https://issues.apache.org/jira/browse/WICKET-2249
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>    Affects Versions: 1.4-RC2
>            Reporter: Vladimir Kovalyuk
>            Priority: Minor
>
> currently if I want to disable the confirmation I have to add JS excerpt: Wicket.Window.unloadConfirmation = false;
> For the sake of OOD it should be primarily controlled via component itself. So adding an overridable method makes sense.

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


[jira] Assigned: (WICKET-2249) Modal Window: add overridable wantUnloadConfirmation() method

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

Igor Vaynberg reassigned WICKET-2249:
-------------------------------------

    Assignee: Matej Knopp

> Modal Window: add overridable wantUnloadConfirmation() method
> -------------------------------------------------------------
>
>                 Key: WICKET-2249
>                 URL: https://issues.apache.org/jira/browse/WICKET-2249
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>    Affects Versions: 1.4-RC2
>            Reporter: Vladimir Kovalyuk
>            Assignee: Matej Knopp
>            Priority: Minor
>
> currently if I want to disable the confirmation I have to add JS excerpt: Wicket.Window.unloadConfirmation = false;
> For the sake of OOD it should be primarily controlled via component itself. So adding an overridable method makes sense.

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