|
|
@@ -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'
|
|
|
);
|
|
|
|
|
|
/**
|