Wijmo UI for the Web
nextBtnText Option

Default value: 'next'

The nextBtnText option defines the text for the wijwizard next button.

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

See Also

Reference

options type
wijwizard jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.