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

Object
      wijmo.superpanel.wijsuperpanel

Browser Compatibility
7
5
5
Constructors
 NameDescription
public Constructorwijsuperpanel Constructor  
Top
Methods
 NameDescription
public MethoddestroyDestroys wijsuperpanel widget and reset the DOM element.  
public MethodgetContentElementGets the content element of wijsuperpanel.  
public MethodhScrollToScroll to horizontal position.  
public MethodneedToScrollDetermine whether scoll the child DOM element to view need to scroll the scroll bar  
public MethodpaintPanelRefreshes wijsuperpanel. Needs to be called after content being changed.  
public MethodrefreshRefreshes wijsuperpanel. Needs to be called after content being changed.  
public MethodscrollChildIntoViewScroll children DOM element to view.  
public MethodscrollPxToValueConvert pixel to scroll value. For example, wijsuperpanel scrolled 50px which is value 1 after conversion.  
public MethodscrollToScroll to the specified position. which is value 1 after conversion.  
public MethodvScrollToScroll to vertical position.  
public MethodwidgetReturns a jQuery object containing the original element or other relevant generated element.  
Top
See Also

Reference

wijmo.superpanel Namespace

 

 


© 2013 All Rights Reserved.

Send comments on this topic.