[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/sites/all/libraries/highslide/examples/ -> iframe.html (source)

   1  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "xhtml11.dtd">
   2  <html>
   3  <head>
   4  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   5  
   6  <title>Highslide JS</title>
   7  
   8  <!--
   9      1 ) Reference to the files containing the JavaScript and CSS.
  10      These files must be located on your server.
  11  -->
  12  
  13  <script type="text/javascript" src="../highslide/highslide-with-html.js"></script>
  14  <link rel="stylesheet" type="text/css" href="../highslide/highslide.css" />
  15  
  16  
  17  <!--
  18      2) Optionally override the settings defined at the top
  19      of the highslide.js file. The parameter hs.graphicsDir is important!
  20  -->
  21  
  22  <script type="text/javascript">
  23  hs.graphicsDir = '../highslide/graphics/';
  24  hs.outlineType = 'rounded-white';
  25  hs.wrapperClassName = 'draggable-header';
  26  
  27  </script>
  28  
  29  </head>
  30  
  31  <body>
  32  <div>
  33  
  34  <!--
  35      3) This is how you define the link opening the iframe popup.
  36  -->
  37  
  38  <a href="includes/include-short.htm" onclick="return hs.htmlExpand(this, { objectType: 'iframe' } )">
  39      Content in iframe
  40  </a>
  41  
  42  </div>
  43  </body>
  44  </html>


Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7