ページへ戻る
印刷
ckeditor4 Version 0.33 リリース
をテンプレートにして作成 ::
XOOPS マニア
UsersWiki
:nao-pon/blog/2013-02-05 をテンプレートにして作成
開始行:
#navi
RIGHT:&rsslink(../);
#boxdate
* ckeditor4 Version 0.33 リリース
RIGHT:&tag(ckeditor4,XOOPS,XCL,モジュール);
ckeditor4 をアップデートして Version 0.33 としました。
X-update で更新、もしくは、[[mygithub-download:ckeditor4]...
主な更新内容は、テーマ下 CSS と テーマ下 プリロード(もど...
:テーマ下 CSS|
~themes/[ThemeName]/ckeditor4/ ディレクトリに "contents.c...
:テーマ下 プリロード(もどき)|
~themes/[ThemeName]/ckeditor4/ ディレクトリに "preload.cl...
~
#ref(site://modules/xelfinder/index.php/view/1584/Vfka.pn...
例えば、marine さんの [[tw_responsive テーマ:http://xoops...
~こんな感じで、テーマ下の preload.class.php で CKEditor ...
~preload.class.php の詳細については、[[mygithub:ckeditor4...
** 更新履歴
-[[892c8f9:https://github.com/nao-pon/ckeditor4/commit/89...
--
-[[a282c61:https://github.com/nao-pon/ckeditor4/commit/a2...
--
-[[c252cb1:https://github.com/nao-pon/ckeditor4/commit/c2...
--
-[[fa4bb57:https://github.com/nao-pon/ckeditor4/commit/fa...
--テーマ下 ckeditor4/contents.css が存在する場合は、編集...
~編集エリア用 CSS は body に対して定義を指定すると、編集...
-[[294b2bb:https://github.com/nao-pon/ckeditor4/commit/29...
--
-[[34a92b4:https://github.com/nao-pon/ckeditor4/commit/34...
--themes/[theme]/ckeditor4/preload.class.php が存在すれば...
~preload.class.php のクラス名は "ckeditor4_PreloadForThem...
setParams, preSetConfig, postSetConfig の3つの method を...
それぞれの method は必要な物だけでよい
#code(pre){{
@ param array $params Smarty プラグインから与えられたパラ...
@ param array $config CKEditor に与える config 配列
key(string): config 名
val(mixed) : 値 [] で括った文字列...
その他の値は json_enco...
}}
#code(php){{
class ckeditor4_PreloadForTheme
{
// Smarty プラグインがから渡されたパラメタをカスタム...
function setParams(& $params) {}
// ckeditor.config をカスタムする用
// (Params 解釈前: Smarty プラグインで指定した toolba...
は上書きできない)
function preSetConfig(& $config, $params) {}
// ckeditor.config をカスタムする用
// (最終段階: すべての config を上書きできる)
function postSetConfig(& $config, $params) {}
}
}}
-[[4e551d0:https://github.com/nao-pon/ckeditor4/commit/4e...
--
-[[09994e6:https://github.com/nao-pon/ckeditor4/commit/09...
RIGHT:&font(90%){&page_comments;};
#navi
終了行:
#navi
RIGHT:&rsslink(../);
#boxdate
* ckeditor4 Version 0.33 リリース
RIGHT:&tag(ckeditor4,XOOPS,XCL,モジュール);
ckeditor4 をアップデートして Version 0.33 としました。
X-update で更新、もしくは、[[mygithub-download:ckeditor4]...
主な更新内容は、テーマ下 CSS と テーマ下 プリロード(もど...
:テーマ下 CSS|
~themes/[ThemeName]/ckeditor4/ ディレクトリに "contents.c...
:テーマ下 プリロード(もどき)|
~themes/[ThemeName]/ckeditor4/ ディレクトリに "preload.cl...
~
#ref(site://modules/xelfinder/index.php/view/1584/Vfka.pn...
例えば、marine さんの [[tw_responsive テーマ:http://xoops...
~こんな感じで、テーマ下の preload.class.php で CKEditor ...
~preload.class.php の詳細については、[[mygithub:ckeditor4...
** 更新履歴
-[[892c8f9:https://github.com/nao-pon/ckeditor4/commit/89...
--
-[[a282c61:https://github.com/nao-pon/ckeditor4/commit/a2...
--
-[[c252cb1:https://github.com/nao-pon/ckeditor4/commit/c2...
--
-[[fa4bb57:https://github.com/nao-pon/ckeditor4/commit/fa...
--テーマ下 ckeditor4/contents.css が存在する場合は、編集...
~編集エリア用 CSS は body に対して定義を指定すると、編集...
-[[294b2bb:https://github.com/nao-pon/ckeditor4/commit/29...
--
-[[34a92b4:https://github.com/nao-pon/ckeditor4/commit/34...
--themes/[theme]/ckeditor4/preload.class.php が存在すれば...
~preload.class.php のクラス名は "ckeditor4_PreloadForThem...
setParams, preSetConfig, postSetConfig の3つの method を...
それぞれの method は必要な物だけでよい
#code(pre){{
@ param array $params Smarty プラグインから与えられたパラ...
@ param array $config CKEditor に与える config 配列
key(string): config 名
val(mixed) : 値 [] で括った文字列...
その他の値は json_enco...
}}
#code(php){{
class ckeditor4_PreloadForTheme
{
// Smarty プラグインがから渡されたパラメタをカスタム...
function setParams(& $params) {}
// ckeditor.config をカスタムする用
// (Params 解釈前: Smarty プラグインで指定した toolba...
は上書きできない)
function preSetConfig(& $config, $params) {}
// ckeditor.config をカスタムする用
// (最終段階: すべての config を上書きできる)
function postSetConfig(& $config, $params) {}
}
}}
-[[4e551d0:https://github.com/nao-pon/ckeditor4/commit/4e...
--
-[[09994e6:https://github.com/nao-pon/ckeditor4/commit/09...
RIGHT:&font(90%){&page_comments;};
#navi
ページ名: