| 1 | <?php |
||
| 13 | class FormEditorLight extends FormEditor |
||
| 14 | { |
||
| 15 | protected $theme = 'light'; |
||
| 16 | |||
| 17 | protected $language="de"; |
||
| 18 | |||
| 19 | protected $languagePath="/js/tinymce-lang/"; |
||
| 20 | |||
| 21 | protected function additionalOptions() { |
||
| 28 | |||
| 29 | protected function additionalLanguageOptions(){ |
||
| 37 | |||
| 38 | /** |
||
| 39 | * Translations of "Job title" and "Subtitle" are directly made in the tinymce language files |
||
| 40 | * |
||
| 41 | * @param $language |
||
| 42 | */ |
||
| 43 | public function setLanguage($language) { |
||
| 46 | |||
| 47 | /** |
||
| 48 | * Sets the language path for tinyMCE language files |
||
| 49 | * |
||
| 50 | * @param $languagePath |
||
| 51 | */ |
||
| 52 | public function setLanguagePath($languagePath) { |
||
| 55 | } |
||
| 56 |