Docs
API
  • init(form:Object)

    function

    Form init event.

    Example

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