| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Summary view] [Print] [Text view]
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 24 hs.graphicsDir = '../highslide/graphics/'; 25 hs.outlineType = 'rounded-white'; 26 hs.wrapperClassName = 'draggable-header'; 27 28 </script> 29 30 </head> 31 32 <body> 33 34 <div> 35 AJAX requesting the body of a HTML page, 36 <a href="../index.htm" 37 onclick="return hs.htmlExpand(this, { objectType: 'ajax'} )"> 38 click here. 39 </a> 40 <br/> 41 42 AJAX requesting a specific id in an external HTML page, 43 <a href="includes/ajax.htm#intro" onclick="return hs.htmlExpand(this, { objectType: 'ajax'} )"> 44 intro</a>, 45 <a href="includes/ajax.htm#div3" onclick="return hs.htmlExpand(this, { objectType: 'ajax'} )"> 46 div3</a>. 47 48 49 </div> 50 </body> 51 </html>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Mon Jul 9 18:01:44 2012 | Cross-referenced by PHPXref 0.7 |