Show:

ia.ScrollBox Class

Defined in: ia\ui\ScrollBox.js:1
Module: ia

A utility class for creating scroll boxes.

Constructor

ia.ScrollBox

(
  • container
)

Parameters:

  • container Object

    The scrollbox container.

Item Index

Properties

Methods

_resize

() private

Refreshed scroll bars when content resized.

refresh

()

Refreshes scroll bars when content changes.

scrollToElement

()

Refreshes scroll bars when content changes.

Properties

container

JQUERY Element

The container that holds the object.

isScrolling

Boolean

Indicates if scrolling is taking place. Can be used by children to prevent default events during scrolling

Default: false