Wijmo UI for the Web
backBtnText Option

Default value: 'back'

The backBtnText option defines the text for the wizard back button.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijwizard("option", "backBtnText");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijwizard("option", "backBtnText", newValue);
        
});
Javascript (Specification) 
var backBtnText : string;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijwizard jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.