Download List

Project Description

Japanese does not merely localize "CKEditor" which is succession of Javascript HTML WYSIWYG editor "FCKeditor" that there are many users by Movable Type Open Souce, WordPress, MODx, NucleusCMS, ZenCart, MediaWiki various net systems, and include it to core hack and original plug in development, and the developers who used CKEditor in each CMS gather, and it is a project to gather result.

System Requirements

System requirement is not defined

Released at 2009-11-08 07:31
CKEditor3.01ja 1.0 (1 files Hide)

Release Notes

■概要

CKEditor3.0.1の"ckeditor/ckeditor.js"を日本語ローカライズしたものです。

■修正点

下記3カ所

▼フォントサイズを絶対から相対への変更

フォントサイズを"px"から、"%"に変更しました。

◇元ソース
i.fontSize_sizes='8/8px;9/9px;10/10px;11/11px;12/12px;14/14px;16/16px;18/18px;20/20px;22/22px;24/24px;26/26px;28/28px;36/36px;48/48px;72/72px';

◇修正ソース
i.fontSize_sizes='80%/80%;90%/90%;100%/100%;110%/110%;120%/120%;130%/130%;140%/140%;150%/150%;160%/160%;170%/170%;180%/180%;190%/190%;200%/200%';

▼日本語書体の追加

日本語環境で主に使われる下記の書体を追加しました。

* MS UI Gothic/MS UI Gothic, Meiryo, Meiryo UI, Osaka
* MS ゴシック/MS Gothic, Osaka-Mono
* MS Pゴシック/MS PGothic, Osaka
* MS P明朝/MS PMincho, Saimincho

◇元ソース
i.font_names='Arial/Arial, Helvetica, sans-serif;Comic Sans MS/Comic Sans MS, cursive;Courier New/Courier New, Courier, monospace;Georgia/Georgia, serif;Lucida Sans Unicode/Lucida Sans Unicode, Lucida Grande, sans-serif;Tahoma/Tahoma, Geneva, sans-serif;Times New Roman/Times New Roman, Times, serif;Trebuchet MS/Trebuchet MS, Helvetica, sans-serif;Verdana/Verdana, Geneva, sans-serif';

◇修正ソース
i.font_names='MSゴシック/MS Gothic, Osaka-Mono, monospace; MS Pゴシック/MS PGothic, Osaka, sans-serif; MS UI Gothic/MS UI Gothic, Meiryo, Meiryo UI, Osaka, sans-serif; MS P明朝/MS PMincho, Saimincho, serif; Arial/Arial, Helvetica, sans-serif;Comic Sans MS/Comic Sans MS, cursive;Courier New/Courier New, Courier, monospace;Georgia/Georgia, serif;Lucida Sans Unicode/Lucida Sans Unicode, Lucida Grande, sans-serif;Tahoma/Tahoma, Geneva, sans-serif;Times New Roman/Times New Roman, Times, serif;Trebuchet MS/Trebuchet MS, Helvetica, sans-serif;Verdana/Verdana, Geneva, sans-serif';

▼非推奨要素を推奨要素に変更

strike→del
u→ins

■修正方法

元ソースは触らず、ckeditor.jsの末尾に下記ソースを加えて、視認性、カスタマイズ性を高めてあります。

CKEDITOR.config.fontSize_sizes='80%/80%;90%/90%;100%/100%;110%/110%;120%/120%;130%/130%;140%/140%;150%/150%;160%/160%;170%/170%;180%/180%;190%/190%;200%/200%';
CKEDITOR.config.font_names='MSゴシック/MS Gothic, Osaka-Mono, monospace; MS Pゴシック/MS PGothic, Osaka, sans-serif; MS UI Gothic/MS UI Gothic, Meiryo, Meiryo UI, Osaka, sans-serif; MS P明朝/MS PMincho, Saimincho, serif; Arial/Arial, Helvetica, sans-serif;Comic Sans MS/Comic Sans MS, cursive;Courier New/Courier New, Courier, monospace;Georgia/Georgia, serif;Lucida Sans Unicode/Lucida Sans Unicode, Lucida Grande, sans-serif;Tahoma/Tahoma, Geneva, sans-serif;Times New Roman/Times New Roman, Times, serif;Trebuchet MS/Trebuchet MS, Helvetica, sans-serif;Verdana/Verdana, Geneva, sans-serif';
CKEDITOR.dtd.del = CKEDITOR.dtd.strike;
CKEDITOR.dtd.ins = CKEDITOR.dtd.u;
CKEDITOR.config.coreStyles_underline = { element : 'ins' };
CKEDITOR.config.coreStyles_strike = { element : 'del' };

■使い方

解凍したできたフォルダー内の"ckeditor.js"をCKEditor3.0.1の"ckeditor/ckeditor.js"と入れ替えてください。それだけです。

利用者各自の責任においてお使いください。

Changelog

■変更歴

2009年11月08日(日)07:31 CKEditor3.01ja1.0をリリースしました。