Karl Tiedt | 16 Jan 08:14
Picon
Gravatar

Re: How to determine in which direction a wizard pane is left

If your validation is fring everytime (back and forwards...) I would have to say its a bug based on this text:

    _checkPass: function() {
        // summary:
        //        Called when the user presses the "next" button.
        //        Calls passFunction to see if it's OK to advance to next panel, and
        //        if it isn't, then display error.
        //        Returns true to advance, false to not advance.

If thats the case, you should file a bug at http://trac.dojotoolkit.org

-Karl

On 1/14/07, Achim Höffmann <achim.hoeffmann <at> online.de> wrote:
the passfunction of a wizard pane is called for both the next and the previous
button. Typically, only for the next button some kind of processing (validation,
...) is necessary. So, I'm looking for something like
... if (<wizard's pane next button is clicked> ) ... to extend my passfunctions.

_______________________________________________
Dojo FAQ: http://dojo.jot.com/FAQ
Dojo Book: http://manual.dojotoolkit.org/DojoDotBook
Dojo-interest <at> dojotoolkit.org
http://dojotoolkit.org/mailman/listinfo/dojo-interest



--
-Karl Tiedt
_______________________________________________
Dojo FAQ: http://dojo.jot.com/FAQ
Dojo Book: http://manual.dojotoolkit.org/DojoDotBook
Dojo-interest <at> dojotoolkit.org
http://dojotoolkit.org/mailman/listinfo/dojo-interest

Gmane