ソースを参照

ZF-10457: add new dijit.Editor plugins from 1.5 series

- Adds support for several dijit.Editor plugins added in the Dojo 1.5 series.

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@23894 44c647ce-9c0f-0410-b52a-842ac1e357ba
matthew 14 年 前
コミット
b1deb56428
1 ファイル変更8 行追加1 行削除
  1. 8 1
      library/Zend/Dojo/View/Helper/Editor.php

+ 8 - 1
library/Zend/Dojo/View/Helper/Editor.php

@@ -57,7 +57,14 @@ class Zend_Dojo_View_Helper_Editor extends Zend_Dojo_View_Helper_Dijit
         'fontSize' => 'FontChoice',
         'formatBlock' => 'FontChoice',
         'foreColor' => 'TextColor',
-        'hiliteColor' => 'TextColor'
+        'hiliteColor' => 'TextColor',
+        'enterKeyHandling' => 'EnterKeyHandling',
+        'fullScreen' => 'FullScreen',
+        'newPage' => 'NewPage',
+        'print' => 'Print',
+        'tabIndent' => 'TabIndent',
+        'toggleDir' => 'ToggleDir',
+        'viewSource' => 'ViewSource'
     );
 
     /**