Changeset 1000 for trunk/examples
- Timestamp:
- 05/01/08 13:10:21 (4 years ago)
- Location:
- trunk/examples
- Files:
-
- 2 modified
-
Newbie.html (modified) (1 diff)
-
XinhaConfig.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/Newbie.html
r999 r1000 8 8 <script type="text/javascript"> 9 9 _editor_url = "../" // (preferably absolute) URL (including trailing slash) where Xinha is installed 10 _editor_lang = " de"; // And the language we need to use in the editor.10 _editor_lang = "en"; // And the language we need to use in the editor. 11 11 _editor_skin = "silva"; // If you want use skin, add the name here 12 12 </script> -
trunk/examples/XinhaConfig.js
r999 r1000 39 39 'CharacterMap', 40 40 'ContextMenu', 41 { plugin: 'SmartReplace',url: '/xff3/xSmartReplace/smart-replace.js' }, 42 //'SmartReplace', 41 'SmartReplace', 43 42 'Stylist', 44 43 'Linker', 45 44 'SuperClean', 46 'TableOperations', 47 'SetId', 48 'FullScreen' 45 'TableOperations' 49 46 ]; 50 47
