editor colorset 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4792 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2008-11-07 10:47:24 +00:00
parent b36a63192b
commit fbd6020d07
13 changed files with 147 additions and 80 deletions

View file

@ -0,0 +1,13 @@
<?php
/**
* @class editorAPI
* @author SOL군 (ngleader.com)
* @brief
**/
class editorAPI extends editor {
function dispEditorAdminSkinColorset(&$oModule) {
$oModule->add('colorset', Context::get('colorset'));
}
}
?>