onNext

fires when a user clicks the Next button or completes the action of the current step

void onNext(number step);
stepnumberthe number of the step

Example

$$("hint").attachEvent("onNext", function(step){
    webix.message("This is the next step.");
})

See also
Back to top