Default value: 'next'
The nextBtnText option defines the text for the wijwizard next button.
Syntax
$(function () {
// Get value
var returnsValue; // Type: string
returnsValue = $(".selector").wijwizard("option", "nextBtnText");
// Set value
var newValue; // Type: string
$(".selector").wijwizard("option", "nextBtnText", newValue);
});
var nextBtnText : string;
See Also