Wijmo UI for the Web
widget type
Syntax
Javascript (Usage) 
$(function () {
    var options; // Type:  jQuery.wijmo.widget.options
    
    // Create a new widget widget
    $(".selector").widget(options);
    
    // Get a previously created widget widget instance
    var widgetInstance; // Type:  jQuery.wijmo.widget
    widgetInstance = $(".selector").data("wijmo-widget");
});
Javascript (Specification) 
function widget;
Inheritance Hierarchy

Object
   jQuery.wijmo.widget

Browser Compatibility
7
5
5
Constructors
 NameDescription
public Constructorwidget Constructor  
Top
Methods
 NameDescription
public MethoddestroyRemoves the dialog functionality completely. This will return the element back to its pre-init state.  
public Methoddisable  
public Methodenable  
public Methodoption  
public MethodwidgetReturns a jQuery object containing the original element or other relevant generated element.  
Top
See Also

Reference

jQuery.wijmo Namespace

 

 


© 2013 All Rights Reserved.

Send comments on this topic.