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.moveTo

Moves the popup to a given page position
void hs.Expander.prototype.moveTo ( int pageX, int pageY )
The position applies to the upper left corner of the wrapper element. The graphic outline appears outside the wrapper, and is positioned relative to the wrapper. This means that if you move the popup to 10, 10, and the graphic outline is 10px wide, the upper left corner of the outline will be at 0, 0. The reason for this is that outlines often are used for drop shadow, so there is no fixed edge.

Details

Requires dragging
Type function
Returns void

See also

New, Edit