jQuery.wijmo.wijgallery Namespace > options type : control Field |
Default value: ""
Determines the innerHTML of the custom control.
Javascript (Usage) | |
---|---|
var value; // Type: string value = jQuery.wijmo.wijgallery.options.control; |
Javascript (Specification) | |
---|---|
|
$("#element").wijgallery( { control: "<div>Blah</div>" } );