Wijmo UI for the Web
control Option
wijmo.gallery.wijgallery Namespace > options type : control Option

Default value: ""

Determines the innerHTML of the custom control.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijgallery("option", "control");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijgallery("option", "control", newValue);
        
});
var control : string;
Example
$("#element").wijgallery( { control: "<div>Blah</div>" } );
See Also

Reference

options type
wijgallery jQuery Widget