Wijmo UI for the Web
wijpopup type
Syntax
Javascript (Usage) 
$(function () {
    var options; // Type:  wijmo.popup.wijpopup.options
     
    $(".selector").wijpopup(options);
});
Javascript (Specification) 
function wijpopup;
Inheritance Hierarchy

Object
   wijmo.JQueryUIWidget
      wijmo.popup.wijpopup

Browser Compatibility
7
5
5
Constructors
 NameDescription
public Constructorwijpopup Constructor  
Top
Methods
 NameDescription
public MethoddestroyRemove the functionality completely. This will return the element back to its pre-init state.  
public MethodhideHides the element.  
public MethodisVisibleDetermines whether the element is visible.  
public MethodshowPops up the element. Position is an optional argument, and is the options object used in jquery.ui.position.  
public MethodshowAtPopups the element at specified absolute position related to document.  
public MethodwidgetReturns a jQuery object containing the original element or other relevant generated element.  
Top
See Also

Reference

wijmo.popup Namespace

 

 


© 2013 All Rights Reserved.

Send comments on this topic.