Changeset 1597
- Timestamp:
- 2008-02-24 13:05:24 (8 months ago)
- Location:
- FCKeditor/trunk/_testcases
- Files:
-
- 10 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/_testcases/001.html
r1565 r1597 61 61 // This is usefull only for these samples. A real application should use something like this: 62 62 // oFCKeditor.BasePath = '/fckeditor/' ; // '/fckeditor/' is the default value. 63 var sBasePath = document.location. pathname.substring(0,document.location.pathname.lastIndexOf('_testcases')) ;63 var sBasePath = document.location.href.substring(0,document.location.href.lastIndexOf('_testcases')) ; 64 64 65 65 var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ; -
FCKeditor/trunk/_testcases/002.html
r1565 r1597 61 61 // This is usefull only for these samples. A real application should use something like this: 62 62 // oFCKeditor.BasePath = '/fckeditor/' ; // '/fckeditor/' is the default value. 63 var sBasePath = document.location. pathname.substring(0,document.location.pathname.lastIndexOf('_testcases')) ;63 var sBasePath = document.location.href.substring(0,document.location.href.lastIndexOf('_testcases')) ; 64 64 65 65 var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ; -
FCKeditor/trunk/_testcases/003.html
r1565 r1597 61 61 // This is usefull only for these samples. A real application should use something like this: 62 62 // oFCKeditor.BasePath = '/fckeditor/' ; // '/fckeditor/' is the default value. 63 var sBasePath = document.location. pathname.substring(0,document.location.pathname.lastIndexOf('_testcases')) ;63 var sBasePath = document.location.href.substring(0,document.location.href.lastIndexOf('_testcases')) ; 64 64 65 65 var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ; -
FCKeditor/trunk/_testcases/004.html
r1565 r1597 85 85 // This is usefull only for these samples. A real application should use something like this: 86 86 // oFCKeditor.BasePath = '/fckeditor/' ; // '/fckeditor/' is the default value. 87 var sBasePath = document.location. pathname.substring(0,document.location.pathname.lastIndexOf('_testcases')) ;87 var sBasePath = document.location.href.substring(0,document.location.href.lastIndexOf('_testcases')) ; 88 88 89 89 var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ; -
FCKeditor/trunk/_testcases/005.html
r1565 r1597 57 57 // This is usefull only for these samples. A real application should use something like this: 58 58 // oFCKeditor.BasePath = '/fckeditor/' ; // '/fckeditor/' is the default value. 59 var sBasePath = document.location. pathname.substring(0,document.location.pathname.lastIndexOf('_testcases')) ;59 var sBasePath = document.location.href.substring(0,document.location.href.lastIndexOf('_testcases')) ; 60 60 61 61 var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ; -
FCKeditor/trunk/_testcases/006.html
r1565 r1597 63 63 // This is usefull only for these samples. A real application should use something like this: 64 64 // oFCKeditor.BasePath = '/fckeditor/' ; // '/fckeditor/' is the default value. 65 var sBasePath = document.location. pathname.substring(0,document.location.pathname.lastIndexOf('_testcases')) ;65 var sBasePath = document.location.href.substring(0,document.location.href.lastIndexOf('_testcases')) ; 66 66 67 67 var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ; -
FCKeditor/trunk/_testcases/007.html
r1565 r1597 54 54 // This is usefull only for these samples. A real application should use something like this: 55 55 // oFCKeditor.BasePath = '/fckeditor/' ; // '/fckeditor/' is the default value. 56 var sBasePath = document.location. pathname.substring(0,document.location.pathname.lastIndexOf('_testcases')) ;56 var sBasePath = document.location.href.substring(0,document.location.href.lastIndexOf('_testcases')) ; 57 57 58 58 var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ; -
FCKeditor/trunk/_testcases/008.html
r1565 r1597 74 74 // This is usefull only for these samples. A real application should use something like this: 75 75 // oFCKeditor.BasePath = '/fckeditor/' ; // '/fckeditor/' is the default value. 76 var sBasePath = document.location. pathname.substring(0,document.location.pathname.lastIndexOf('_testcases')) ;76 var sBasePath = document.location.href.substring(0,document.location.href.lastIndexOf('_testcases')) ; 77 77 78 78 var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ; -
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' ) ; -
FCKeditor/trunk/_testcases/010.html
r1565 r1597 79 79 // This is usefull only for these samples. A real application should use something like this: 80 80 // oFCKeditor.BasePath = '/fckeditor/' ; // '/fckeditor/' is the default value. 81 var sBasePath = document.location. pathname.substring(0,document.location.pathname.lastIndexOf('_testcases')) ;81 var sBasePath = document.location.href.substring(0,document.location.href.lastIndexOf('_testcases')) ; 82 82 83 83 var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ;