Changeset 1597 for FCKeditor/trunk/_testcases/009.html
- Timestamp:
- 2008-02-24 13:05:24 (9 months ago)
- Files:
-
- 1 modified
-
FCKeditor/trunk/_testcases/009.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/_testcases/009.html
r1565 r1597 94 94 // This is usefull only for these samples. A real application should use something like this: 95 95 // oFCKeditor.BasePath = '/fckeditor/' ; // '/fckeditor/' is the default value. 96 var sBasePath = document.location. pathname.substring(0,document.location.pathname.lastIndexOf('_testcases')) ;96 var sBasePath = document.location.href.substring(0,document.location.href.lastIndexOf('_testcases')) ; 97 97 98 98 var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ;