wijmo.filter.wijfilter Namespace > options type : title Option |
Default value: ""
Specifies the title of the dialog.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijfilter("option", "title"); // Set value var newValue; // Type: string $(".selector").wijfilter("option", "title", newValue); }); |
Javascript (Specification) | |
---|---|
|
$("#element").wijfilter({ title: "" });