Highslide JS API Reference

Close Move
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam dapibus leo quis nisl. In lectus. Vivamus consectetuer pede in nisl. Mauris cursus pretium mauris. Suspendisse condimentum mi ac tellus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Donec sed enim. Ut vel ipsum. Cras consequat velit et justo. Donec mollis, mi at tincidunt vehicula, nisl mi luctus risus, quis scelerisque arcu nibh ac nisi. Sed risus. Curabitur urna. Aliquam vitae nisl. Quisque imperdiet semper justo. Pellentesque nonummy pretium tellus.
Resize

Object: hs

Variables

Functions

Events

Object: hs.Expander

Variables

Functions

Events



hs.Expander.prototype.resizeTo

Resizes the popup to a given width and height.
void hs.Expander.prototype.resizeTo ( int width, int height )
This operation does not move the upper left corner of the popup. The width and height values apply to the wrapper element of the popup. The graphic outline appears outside of the wrapper and is not affected by the width.

Details

Requires dragging
Type function
Returns void

Parameters

int width
The pixel width to resize to.
int height
The pixel height to resize to.

See also

New, Edit