Show
Ignore:
Timestamp:
2008-07-23 11:34:16 (6 months ago)
Author:
fredck
Message:

Fixed errors in the config file of sample15.
On sample16, the about dialog box was under the flash.
Created the "assets" folder to make the html sample folder clearer.
The margins of <ul> and <ol> elements where actually removing the bullets in IE.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/branches/features/new_samples/_samples/html/sample16.html

    r2260 r2264  
    2929        <link href="../sample.css" rel="stylesheet" type="text/css" /> 
    3030        <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> 
    3232        <script type="text/javascript"> 
    3333function sendToFlash() 
     
    4040function init() 
    4141{ 
    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"); 
    4344        so.write("fckFlashContainer") ; 
    4445} 
     
    7374// Instruct the editor to load our configurations from a custom file, leaving the 
    7475// original configuration file untouched. 
    75 oFCKeditor.Config['CustomConfigurationsPath'] = sBasePath + '_samples/html/sample16.config.js' ; 
     76oFCKeditor.Config['CustomConfigurationsPath'] = sBasePath + '_samples/html/assets/sample16.config.js' ; 
    7677oFCKeditor.Height = 400 ; 
    7778oFCKeditor.Width = '100%' ;