Fix positions for html editor bullist and numlist actions

This commit is contained in:
Hadi Nategh 2021-04-12 11:29:18 +02:00
parent 94877851c1
commit 19c7162274
2 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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