Wijmo UI for the Web
urlParamName Option

Default value: 'appviewpage'

Name of a parameter in a URL that specifies current appview page address

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

See Also

Reference

options type
wijappview jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.