Ignore:
Timestamp:
07/18/12 18:49:11 (13 years ago)
Author:
tjcschipper
Message:
  • AdaptiveForm? really isn't anything yet, but it's supposed to become a way to encapsulate forms that add/remove inputs based on other input's (selected) values.
  • Created a skeleton for the question editor. It's almost an exact copy of SurveyAdvanced?.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/rest-dojo-ui/client/rft/ui/_Page.js

    r354 r366  
    3636            /** Event fired before leaving the page. Return false to prevent */
    3737            onLeave: function(){
     38                debugger;
    3839                dijit.findWidgets(this.domNode).forEach(function(w){
    3940                    w.destroyRecursive(false);
    4041                });
     42                return true;
    4143            }
    4244        });
    43     });
     45});
Note: See TracChangeset for help on using the changeset viewer.