- Timestamp:
- 10/09/08 21:22:20 (8 weeks ago)
- Location:
- trunk/app/webroot/js/fckeditor
- Files:
-
- 4 added
- 1 modified
-
editor/plugins/youtube (added)
-
editor/plugins/youtube/fckplugin.js (added)
-
editor/plugins/youtube/license.txt (added)
-
editor/plugins/youtube/youtube.gif (added)
-
fckconfig.js (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/webroot/js/fckeditor/fckconfig.js
r717 r802 52 52 53 53 // FCKConfig.Plugins.Add( 'autogrow' ) ; 54 // FCKConfig.Plugins.Add( 'dragresizetable' ); 54 FCKConfig.Plugins.Add( 'dragresizetable' ); 55 FCKConfig.Plugins.Add( 'youtube', 'en,ja' ) ; 55 56 FCKConfig.AutoGrowMax = 400 ; 56 57 … … 109 110 ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'], 110 111 ['Link','Unlink','Anchor'], 111 ['Image','Flash',' Table','Rule','Smiley','SpecialChar','PageBreak'],112 ['Image','Flash','YouTube','Table','Rule','Smiley','SpecialChar','PageBreak'], 112 113 '/', 113 114 ['Style','FontFormat','FontName','FontSize'], … … 125 126 ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'], 126 127 ['Link','Unlink','Anchor'], 127 ['Image','Flash',' Table','Rule','Smiley','SpecialChar'],128 ['Image','Flash','YouTube','Table','Rule','Smiley','SpecialChar'], 128 129 '/', 129 130 ['Style','FontFormat','FontName','FontSize'],
