Wijmo UI for the Web
title Option

Default value: ""

Specifies the title of the dialog.

Syntax
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) 
var title : string;
Example
$("#element").wijfilter({ title: "" });
Browser Compatibility
7
5
5

See Also

Reference

options type
wijfilter jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.