Wijmo UI for the Web
wijsuperpanel type
wijmo.superpanel Namespace : wijsuperpanel type
Syntax
$(function () {
    var options; // Type:  wijmo.superpanel.wijsuperpanel.options
     
    $(".selector").wijsuperpanel(options);
});
function wijsuperpanel;
Inheritance Hierarchy

Object
      wijmo.superpanel.wijsuperpanel

Constructors
 NameDescription
public Constructor  
Top
Methods
 NameDescription
public MethodDestroys wijsuperpanel widget and reset the DOM element.  
public MethodGets the content element of wijsuperpanel.  
public MethodScroll to horizontal position.  
public MethodDetermine whether scoll the child DOM element to view need to scroll the scroll bar  
public MethodRefreshes wijsuperpanel. Needs to be called after content being changed.  
public MethodRefreshes wijsuperpanel. Needs to be called after content being changed.  
public MethodScroll children DOM element to view.  
public MethodConvert pixel to scroll value. For example, wijsuperpanel scrolled 50px which is value 1 after conversion.  
public MethodScroll to the specified position. which is value 1 after conversion.  
public MethodConvert scroll value to pixel. For example, scroll value is 1 which makes wijsuperpanel scrolled 50px after conversion.  
public MethodScroll to vertical position.  
public MethodReturns a jQuery object containing the original element or other relevant generated element.  
Top
See Also

Reference

wijmo.superpanel Namespace