Juan Carlos Raña c0b931e6ff translate to spanish some files 15 роки тому
..
lang c0b931e6ff translate to spanish some files 15 роки тому
fckplugin.js d9b7d9391e [svn r21766] FS#2867 - The FCKEditor: Resizing some dialogs. 15 роки тому
index.html b11a6bd4e2 [svn r17432] fs#2867 12. Checking again: empty index.html in the editor's folders. 16 роки тому
license.txt 5bacadb859 [svn r17379] FS#2867 - FCKEditor: Adding a new plugin (pure source). 16 роки тому
readme.txt 5bacadb859 [svn r17379] FS#2867 - FCKEditor: Adding a new plugin (pure source). 16 роки тому
release-notes.txt 5bacadb859 [svn r17379] FS#2867 - FCKEditor: Adding a new plugin (pure source). 16 роки тому
youtube.gif fcd08cab61 [svn r17382] FS#2867 - FCKEditor: Activating the new plugin. 16 роки тому
youtube.html 46e525646b [svn r22497] FS#2867 - The online editor: Assigning styles to all dialogs for unification their appearance in different browsers. 15 роки тому
youtube.js 8ac80007b0 [svn r21769] FS#2867 - The FCKEditor: Modification of the "__flash__removeCallback" patch and other minor corrections. 15 роки тому
youtube_old.gif fcd08cab61 [svn r17382] FS#2867 - FCKEditor: Activating the new plugin. 16 роки тому
youtube_preview.html 8ac80007b0 [svn r21769] FS#2867 - The FCKEditor: Modification of the "__flash__removeCallback" patch and other minor corrections. 15 роки тому

readme.txt

=============================================================
=
=   YouTube Plugin For FCKeditor 2.5
=
= http://www.sukekun.com/
=      http://uprush.net/
=============================================================

Thank you for using YouTube Plugin For FCKeditor.

Install

1.Copy the extraced 'youtube' folder to fckeditor/editor/plugins

2.Add it to the end of fckeditor/fckconfig.js
FCKConfig.Plugins.Add( 'youtube', 'en,ja' ) ;

3.Modify fckeditor/fckconfig.js
Add YouTube button to the toolbar of fckeditor.
eg.
BEFORE:
FCKConfig.ToolbarSets["Default"] = [
['Image','Flash']
]

AFTER:
FCKConfig.ToolbarSets["Default"] = [
['Image','Flash','YouTube']
]


YouTube Plugin For FCKeditor をご利用いただき、有難うございます。

インストール手順

1.解凍された youtube フォルダを fckeditor/editor/plugins/ にコピーする

2.fckeditor/fckconfig.js の最後に追加する
  FCKConfig.Plugins.Add( 'youtube', 'en,ja' ) ;

3.fckeditor/fckconfig.js を修正する
  ツールバー設定のところに、YouTube ボタンを追加する。

  例)修正前
FCKConfig.ToolbarSets["Default"] = [
['Image','Flash']
]

  修正後
FCKConfig.ToolbarSets["Default"] = [
['Image','Flash','YouTube']
]