Docs
API
  • scope

    Object

    Handler scope(not required).

    Example

    
    new FancyForm({
      ...
      events: [{
        init: function(form, o){
          
        },
        scope: {}// not required
      },{
        set: function(form, o){
          
        }
      }]
      ...
    });