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
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.