Changeset 1050 for trunk/examples/testbed.html
- Timestamp:
- 10/03/08 13:35:33 (4 years ago)
- Files:
-
- 1 modified
-
trunk/examples/testbed.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/testbed.html
r999 r1050 22 22 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 23 23 <title>Example of Xinha</title> 24 <link rel="stylesheet" href="f ull_example.css" />24 <link rel="stylesheet" href="files/full_example.css" /> 25 25 26 26 <script type="text/javascript"> … … 89 89 // We can load an external stylesheet like this - NOTE : YOU MUST GIVE AN ABSOLUTE URL 90 90 // otherwise it won't work! 91 xinha_config.stylistLoadStylesheet(document.location.href.replace(/[^\/]*\.html/, ' stylist.css'));91 xinha_config.stylistLoadStylesheet(document.location.href.replace(/[^\/]*\.html/, 'files/stylist.css')); 92 92 93 93 // Or we can load styles directly
