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

Open a HTML expander from the onclick attribute of an element.
boolean hs.htmlExpand( DOMElement element [, Object overrides [, Object custom]] )

The hs.htmlExpand function is a special case of the hs.expand function that opens an expander with HTML content instead of image content. In hs.htmlExpand, the contentId option is used to refer to a div containing the HTML content (see hs.contentId for examples). If contentId is omitted, from version 3.3 a self rendering content wrapper will be used. This only makes sense when you are using Ajax content, Iframe content or Flash content, where extended content is written into the content div.

See the documentation under AJAX content, Iframe content and Flash content for further explanation. Also see hs.objectType and hs.swfObject.

Note: If you're using forms in Highslide popups in ASP.NET pages, see hs.onActivate.

Details

Requires html
Type function
Returns boolean

Parameters

See also

New, Edit