Wijmo UI for the Web
title Option
wijmo.filter.wijfilter Namespace > options type : title Option

Default value: ""

Specifies the title of the dialog.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijfilter("option", "title");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijfilter("option", "title", newValue);
        
});
var title : string;
Example
$("#element").wijfilter({ title: "" });
See Also

Reference

options type
wijfilter Method