Sha256: 22b058216f169f552a3cb4d3188f33484c5722634f285fbb3dcce7ade8b89c4e
Contents?: true
Size: 1.03 KB
Versions: 34
Compression:
Stored size: 1.03 KB
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "xhtml11.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Highslide JS</title> <!-- 1 ) Reference to the files containing the JavaScript and CSS. These files must be located on your server. --> <script type="text/javascript" src="../highslide/highslide-with-html.js"></script> <link rel="stylesheet" type="text/css" href="../highslide/highslide.css" /> <!-- 2) Optionally override the settings defined at the top of the highslide.js file. The parameter hs.graphicsDir is important! --> <script type="text/javascript"> hs.graphicsDir = '../highslide/graphics/'; hs.outlineType = 'rounded-white'; hs.wrapperClassName = 'draggable-header'; </script> </head> <body> <div> <!-- 3) This is how you define the link opening the iframe popup. --> <a href="includes/include-short.htm" onclick="return hs.htmlExpand(this, { objectType: 'iframe' } )"> Content in iframe </a> </div> </body> </html>
Version data entries
34 entries across 34 versions & 1 rubygems