Changeset 2264
- Timestamp:
- 07/23/08 11:34:16 (5 years ago)
- Location:
- FCKeditor/branches/features/new_samples/_samples/html
- Files:
-
- 10 added
- 9 deleted
- 5 edited
-
assets (added)
-
assets/sample06.config.js (added)
-
assets/sample11_frame.html (added)
-
assets/sample14.config.js (added)
-
assets/sample14.styles.css (added)
-
assets/sample15.config.js (added)
-
assets/sample16.config.js (added)
-
assets/sample16.fla (added)
-
assets/sample16.swf (added)
-
assets/swfobject.js (added)
-
sample06.config.js (deleted)
-
sample06.html (modified) (1 diff)
-
sample11.html (modified) (1 diff)
-
sample11_frame.html (deleted)
-
sample14.config.js (deleted)
-
sample14.html (modified) (1 diff)
-
sample14.styles.css (deleted)
-
sample15.config.js (deleted)
-
sample15.html (modified) (1 diff)
-
sample16.config.js (deleted)
-
sample16.fla (deleted)
-
sample16.html (modified) (3 diffs)
-
sample16.swf (deleted)
-
swfobject.js (deleted)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/branches/features/new_samples/_samples/html/sample06.html
r1957 r2264 58 58 59 59 // Set the custom configurations file path (in this way the original file is mantained). 60 oFCKeditor.Config['CustomConfigurationsPath'] = sBasePath + '_samples/html/ sample06.config.js' ;60 oFCKeditor.Config['CustomConfigurationsPath'] = sBasePath + '_samples/html/assets/sample06.config.js' ; 61 61 62 62 // Let's use a custom toolbar for this sample. -
FCKeditor/branches/features/new_samples/_samples/html/sample11.html
r1565 r2264 39 39 <div id="xToolbar"></div> 40 40 <hr /> 41 <iframe src=" sample11_frame.html" width="100%" height="300"></iframe>41 <iframe src="assets/sample11_frame.html" width="100%" height="300"></iframe> 42 42 </body> 43 43 </html> -
FCKeditor/branches/features/new_samples/_samples/html/sample14.html
r1957 r2264 53 53 // Instruct the editor to load our configurations from a custom file, leaving the 54 54 // original configuration file untouched. 55 oFCKeditor.Config['CustomConfigurationsPath'] = sBasePath + '_samples/html/ sample14.config.js' ;55 oFCKeditor.Config['CustomConfigurationsPath'] = sBasePath + '_samples/html/assets/sample14.config.js' ; 56 56 57 57 oFCKeditor.Height = 300 ; -
FCKeditor/branches/features/new_samples/_samples/html/sample15.html
r2047 r2264 53 53 // Instruct the editor to load our configurations from a custom file, leaving the 54 54 // original configuration file untouched. 55 oFCKeditor.Config['CustomConfigurationsPath'] = sBasePath + '_samples/html/ sample15.config.js' ;55 oFCKeditor.Config['CustomConfigurationsPath'] = sBasePath + '_samples/html/assets/sample15.config.js' ; 56 56 57 57 oFCKeditor.Height = 300 ; -
FCKeditor/branches/features/new_samples/_samples/html/sample16.html
r2260 r2264 29 29 <link href="../sample.css" rel="stylesheet" type="text/css" /> 30 30 <script type="text/javascript" src="../../fckeditor.js"></script> 31 <script type="text/javascript" src=" swfobject.js"></script>31 <script type="text/javascript" src="assets/swfobject.js"></script> 32 32 <script type="text/javascript"> 33 33 function sendToFlash() … … 40 40 function init() 41 41 { 42 var so = new SWFObject("sample16.swf", "fckFlash", "550", "400", "8", "#ffffff") ; 42 var so = new SWFObject("assets/sample16.swf", "fckFlash", "550", "400", "8", "#ffffff") ; 43 so.addParam("wmode", "transparent"); 43 44 so.write("fckFlashContainer") ; 44 45 } … … 73 74 // Instruct the editor to load our configurations from a custom file, leaving the 74 75 // original configuration file untouched. 75 oFCKeditor.Config['CustomConfigurationsPath'] = sBasePath + '_samples/html/ sample16.config.js' ;76 oFCKeditor.Config['CustomConfigurationsPath'] = sBasePath + '_samples/html/assets/sample16.config.js' ; 76 77 oFCKeditor.Height = 400 ; 77 78 oFCKeditor.Width = '100%' ;
Note: See TracChangeset
for help on using the changeset viewer.
