Wijmo UI for the Web
control Option

Default value: ""

Determines the innerHTML of the custom control.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijgallery("option", "control");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijgallery("option", "control", newValue);
        
});
Javascript (Specification) 
var control : string;
Example
$("#element").wijgallery( { control: "<div>Blah</div>" } );
Browser Compatibility
7
5
5

See Also

Reference

options type
wijgallery jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.