mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Fix positions for html editor bullist and numlist actions
This commit is contained in:
parent
94877851c1
commit
19c7162274
@ -451,8 +451,8 @@ var et2_htmlarea = /** @class */ (function (_super) {
|
|||||||
* @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 removeformat forecolor backcolor | " +
|
||||||
"alignleft aligncenter alignright alignjustify | numlist " +
|
"alignleft aligncenter alignright alignjustify | bullist " +
|
||||||
"bullist 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
|
||||||
@ -465,8 +465,8 @@ var et2_htmlarea = /** @class */ (function (_super) {
|
|||||||
* @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 strikethrough forecolor backcolor | " +
|
||||||
"alignleft aligncenter alignright alignjustify | numlist " +
|
"alignleft aligncenter alignright alignjustify | bullist " +
|
||||||
"bullist 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";
|
||||||
/**
|
/**
|
||||||
* font size formats
|
* font size formats
|
||||||
* @constant
|
* @constant
|
||||||
|
@ -113,8 +113,8 @@ export class et2_htmlarea extends et2_editableWidget implements et2_IResizeable
|
|||||||
* @constant
|
* @constant
|
||||||
*/
|
*/
|
||||||
public static readonly TOOLBAR_SIMPLE : string = "undo redo|formatselect fontselect fontsizeselect | bold italic removeformat forecolor backcolor | "+
|
public static readonly TOOLBAR_SIMPLE : string = "undo redo|formatselect fontselect fontsizeselect | bold italic removeformat forecolor backcolor | "+
|
||||||
"alignleft aligncenter alignright alignjustify | numlist "+
|
"alignleft aligncenter alignright alignjustify | bullist "+
|
||||||
"bullist outdent indent| link image pastetext | table";
|
"numlist outdent indent| link image pastetext | table";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* arranged toolbars as extended mode
|
* arranged toolbars as extended mode
|
||||||
@ -129,8 +129,8 @@ export class et2_htmlarea extends et2_editableWidget implements et2_IResizeable
|
|||||||
* @constant
|
* @constant
|
||||||
*/
|
*/
|
||||||
public static readonly TOOLBAR_ADVANCED : string = "undo redo| formatselect | fontselect fontsizeselect | bold italic strikethrough forecolor backcolor | "+
|
public static readonly TOOLBAR_ADVANCED : string = "undo redo| formatselect | fontselect fontsizeselect | bold italic strikethrough forecolor backcolor | "+
|
||||||
"alignleft aligncenter alignright alignjustify | numlist "+
|
"alignleft aligncenter alignright alignjustify | bullist "+
|
||||||
"bullist 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";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* font size formats
|
* font size formats
|
||||||
|
Loading…
Reference in New Issue
Block a user