wijmo.gallery.wijgallery Namespace > options type : control Option |
Default value: ""
Determines the innerHTML of the custom control.
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) | |
---|---|
|
$("#element").wijgallery( { control: "<div>Blah</div>" } );