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