mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 02:43:22 +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
|
* arranged toolbars as simple mode
|
||||||
* @constant
|
* @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 " +
|
"alignleft aligncenter alignright alignjustify | bullist " +
|
||||||
"numlist outdent indent| link image pastetext | table";
|
"numlist outdent indent| link image pastetext | table";
|
||||||
/**
|
/**
|
||||||
* arranged toolbars as extended mode
|
* arranged toolbars as extended mode
|
||||||
* @constant
|
* @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 " +
|
"link | alignleft aligncenter alignright alignjustify | numlist " +
|
||||||
"bullist outdent indent | removeformat | image | fullscreen | table";
|
"bullist outdent indent | removeformat | image | fullscreen | table";
|
||||||
/**
|
/**
|
||||||
* arranged toolbars as advanced mode
|
* arranged toolbars as advanced mode
|
||||||
* @constant
|
* @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 " +
|
"alignleft aligncenter alignright alignjustify | bullist " +
|
||||||
"numlist outdent indent ltr rtl | removeformat code| link image pastetext | searchreplace | fullscreen | table";
|
"numlist outdent indent ltr rtl | removeformat code| link image pastetext | searchreplace | fullscreen | table";
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user