Wijmo UI for the Web
options type
wijmo.superpanel.wijsuperpanel Namespace : options type
Inheritance Hierarchy

Object
   wijmo.superpanel.wijsuperpanel.options

Fields
 NameDescription
public Option

Default value: false

The value determines whether the wijsuperpanel can be resized.

 
public Option

Type: wijmo.superpanel.superpanel_animation

The animationOptions function determines whether or not the animation is shown. If true, it defines the animation effect and controls other aspects of the widget's animation, such as duration, queue, and easing.

 
public Option

Default value: false

This value determines whether wijsuperpanel is automatically refreshed when the content size or wijsuperpanel size are changed. Set this value to true if you load images in the wijsuperpanel without specifying their sizes.

 
public Option

Default value: true

This value determines whether to raise the mouse wheel event when wijsuperpanel is scrolled to the end.

 
public Option

Default value: false

Determines if use custom scrolling.

 
public Option

Type: wijmo.superpanel.superpanel_hscroller

This option contains horizontal scroller settings.

 
public Option

Default value: false

This value determines whether wijsuperpanel provides keyboard scrolling support.

 
public Option

Default value: 100

This value determines the time interval to call the scrolling function when doing continuous scrolling.

 
public Option

Default value: false

Determines if the native scroll events should be listened.

 
public Option

Default value: true

This value determines whether wijsuperpanel has mouse wheel support.

 
public Option

This option determines the behavior of the resizable widget. See the JQuery UI resizable options document for more information.

 
public Option

Default value: true

This value determines whether to show the rounded corner of wijsuperpanel.

 
public Option

Type: wijmo.superpanel.superpanel_vscroller

This option contains vertical scroller settings.

 
Top
Events
 NameDescription
public EventThis function gets called when the user stops dragging the thumb buttons of the scrollbars.  
public EventThe hScrollerActivating event handler. A function called when horizontal scrollbar is activating.  
public EventThis function gets called after panel is painted.  
public EventResized event handler. This function gets called when the resized event is fired.  
public EventScroll event handler. This function is called before scrolling occurs.  
public EventScrolled event handler. This function gets called after scrolling occurs.  
public EventScrolling event handler. A function called before scrolling occurs.  
public EventA function called when the vertical scrollbar is activating.  
Top
See Also

Reference

wijmo.superpanel.wijsuperpanel Namespace