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

The path to the directory where your graphics are.

If you use graphic outlines, the Highslide expander will not load until hs.graphicsDir is correct and the graphic outlines are found. The setting should end with a slash. If the graphicsDir starts with a slash, the path is relative to the root of your webserver. If it doesn't, it is relative to the web page.

This setting tells Highslide where to find the graphic outline and the cursors. All other graphic paths are defined in highslide.css and highslide-ie6.css, so if you are using a custom directory structure and some graphic is missing, be sure to check all paths there.

Details

Type string
Default value
Overrideable inline No

Example

Put this in your head section
<script type="text/javascript">
	hs.graphicsDir = 'highslide/graphics/';
</script>

See also

New, Edit