Changeset 686 for trunk/examples/ext_example-body.html
- Timestamp:
- 01/22/07 15:06:18 (6 years ago)
- Files:
-
- 1 modified
-
trunk/examples/ext_example-body.html (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/ext_example-body.html
r677 r686 12 12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 13 13 <title>Example of Xinha</title> 14 <link rel="stylesheet" href="full_example.css" />14 <link rel="stylesheet" type="text/css" href="full_example.css" /> 15 15 16 16 <script type="text/javascript"> … … 28 28 // in this example we do a little regular expression to find the absolute path. 29 29 _editor_url = document.location.href.replace(/examples\/ext_example-body\.html.*/, '') 30 //moved _editor_lang & _editor_skin to init function because of error thrown when frame document not ready 30 //moved _editor_lang & _editor_skin to init function because of error thrown when frame document not ready 31 31 </script> 32 32 … … 153 153 } 154 154 155 if(typeof InsertPicture != 'undefined') {156 // Path for InsertPicture plugin157 InsertPicture.PicturePath = '/schmal/pictures/';158 }159 160 155 if(typeof Filter != 'undefined') { 161 156 xinha_config.Filters = ["Word", "Paragraph"];
