Changeset 1128 for trunk/examples/Newbie.html
- Timestamp:
- 11/21/08 21:15:44 (5 years ago)
- Files:
-
- 1 modified
-
trunk/examples/Newbie.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/Newbie.html
r1000 r1128 6 6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 7 7 8 <script type="text/javascript"> 9 _editor_url = "../" // (preferably absolute) URL (including trailing slash) where Xinha is installed 10 _editor_lang = "en"; // And the language we need to use in the editor. 11 _editor_skin = "silva"; // If you want use skin, add the name here 8 <script type="text/javascript" src="../XinhaLoader.js?lang=en&skin=silva"> 9 _editor_icons = "Tango" // You can pass arguments via the script URL or embed them here. 12 10 </script> 13 <script type="text/javascript" src="../XinhaLoader.js"></script>14 11 <script type="text/javascript" src="XinhaConfig.js"></script> 15 12 </head>
