XpressEngine Core  1.11.2
 All Classes Namespaces Files Functions Variables Pages
editor.api.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (C) NAVER <http://www.navercorp.com> */
8 class editorAPI extends editor
9 {
10  function dispEditorSkinColorset(&$oModule)
11  {
12  $oModule->add('colorset', Context::get('colorset'));
13  }
14 }
15 /* End of file editor.api.php */
16 /* Location: ./modules/editor/editor.api.php */
dispEditorSkinColorset(&$oModule)
Definition: editor.api.php:10
high class of the editor odule
Definition: editor.class.php:8