API Docs for: 0.0.1
Show:

window Class

Creating floating Panel-nodes which can be shown and hidden.

Copyright (c) 2014 ITSA - https://github.com/itsa New BSD License - http://choosealicense.com/licenses/bsd-3-clause/

Methods

getHeight

() Number

Defined in src/window-ext/lib/sizes.js:105

Available since 0.0.1

Gets the height of the window.

Returns:

Number:

width in pixels

getScrollLeft

() Number

Defined in src/window-ext/lib/sizes.js:75

Available since 0.0.1

Gets the left-scroll offset of the window.

Returns:

Number:

left-offset in pixels

getScrollTop

() Number

Defined in src/window-ext/lib/sizes.js:85

Available since 0.0.1

Gets the top-scroll offset of the window.

Returns:

Number:

top-offset in pixels

getWidth

() Number

Defined in src/window-ext/lib/sizes.js:95

Available since 0.0.1

Gets the width of the window.

Returns:

Number:

width in pixels