mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 08:53:37 +01:00
add compiled js file for commit 89507d1f2b
This commit is contained in:
parent
89507d1f2b
commit
de2c406c76
@ -455,21 +455,21 @@ var et2_htmlarea = /** @class */ (function (_super) {
|
||||
* arranged toolbars as simple mode
|
||||
* @constant
|
||||
*/
|
||||
et2_htmlarea.TOOLBAR_SIMPLE = "undo redo|formatselect fontselect fontsizeselect | bold italic removeformat forecolor backcolor | " +
|
||||
et2_htmlarea.TOOLBAR_SIMPLE = "undo redo|formatselect fontselect fontsizeselect | bold italic underline removeformat forecolor backcolor | " +
|
||||
"alignleft aligncenter alignright alignjustify | bullist " +
|
||||
"numlist outdent indent| link image pastetext | table";
|
||||
/**
|
||||
* arranged toolbars as extended mode
|
||||
* @constant
|
||||
*/
|
||||
et2_htmlarea.TOOLBAR_EXTENDED = "fontselect fontsizeselect | bold italic strikethrough forecolor backcolor | " +
|
||||
et2_htmlarea.TOOLBAR_EXTENDED = "fontselect fontsizeselect | bold italic underline strikethrough forecolor backcolor | " +
|
||||
"link | alignleft aligncenter alignright alignjustify | numlist " +
|
||||
"bullist outdent indent | removeformat | image | fullscreen | table";
|
||||
/**
|
||||
* arranged toolbars as advanced mode
|
||||
* @constant
|
||||
*/
|
||||
et2_htmlarea.TOOLBAR_ADVANCED = "undo redo| formatselect | fontselect fontsizeselect | bold italic strikethrough forecolor backcolor | " +
|
||||
et2_htmlarea.TOOLBAR_ADVANCED = "undo redo| formatselect | fontselect fontsizeselect | bold italic underline strikethrough forecolor backcolor | " +
|
||||
"alignleft aligncenter alignright alignjustify | bullist " +
|
||||
"numlist outdent indent ltr rtl | removeformat code| link image pastetext | searchreplace | fullscreen | table";
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user