jQuery.wijmo Namespace : wijsuperpanel type |
Javascript (Usage) | |
---|---|
var instance = new jQuery.wijmo.wijsuperpanel(); |
Javascript (Specification) | |
---|---|
|
Object
jQuery.wijmo.wijsuperpanel
Name | Description | |
---|---|---|
![]() | wijsuperpanel Constructor |
Name | Description | |
---|---|---|
![]() | defaultElement | |
![]() | namespace | |
![]() | options | |
![]() | widgetEventPrefix | |
![]() | widgetFullName | |
![]() | widgetName |
Name | Description | |
---|---|---|
![]() | destroy | Destroys wijsuperpanel widget and reset the DOM element. |
![]() | disable | |
![]() | enable | |
![]() | getContentElement | Gets the content element of wijsuperpanel. |
![]() | hScrollTo | Scroll to horizontal position. |
![]() | needToScroll | Determine whether scoll the child DOM element to view need to scroll the scroll bar |
![]() | option | |
![]() | paintPanel | Refreshes wijsuperpanel. Needs to be called after content being changed. |
![]() | refresh | Refreshes wijsuperpanel. Needs to be called after content being changed. |
![]() | scrollChildIntoView | Scroll children DOM element to view. |
![]() | scrollPxToValue | Convert pixel to scroll value. For example, wijsuperpanel scrolled 50px which is value 1 after conversion. |
![]() | scrollTo | Scroll to the specified position. which is value 1 after conversion. |
![]() | vScrollTo | Scroll to vertical position. |
![]() | widget | Returns a jQuery object containing the original element or other relevant generated element. |