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