@syncfusion/ej2-richtexteditor 18.4.39 → 18.4.42-70943
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +782 -728
- package/README.md +67 -67
- package/dist/ej2-richtexteditor.umd.min.js +1 -10
- package/dist/ej2-richtexteditor.umd.min.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es2015.js +249 -145
- package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es5.js +371 -267
- package/dist/es6/ej2-richtexteditor.es5.js.map +1 -1
- package/helpers/e2e/index.js +3 -3
- package/license +9 -9
- package/package.json +76 -75
- package/src/common/interface.d.ts +6 -6
- package/src/editor-manager/base/classes.d.ts +1 -1
- package/src/editor-manager/base/classes.js +1 -1
- package/src/editor-manager/base/editor-manager.d.ts +3 -3
- package/src/editor-manager/base/editor-manager.js +3 -3
- package/src/editor-manager/base/interface.d.ts +7 -7
- package/src/editor-manager/base/types.d.ts +1 -1
- package/src/editor-manager/plugin/alignments.d.ts +2 -2
- package/src/editor-manager/plugin/alignments.js +2 -2
- package/src/editor-manager/plugin/clearformat-exec.d.ts +2 -2
- package/src/editor-manager/plugin/clearformat-exec.js +2 -2
- package/src/editor-manager/plugin/clearformat.d.ts +1 -1
- package/src/editor-manager/plugin/clearformat.js +1 -1
- package/src/editor-manager/plugin/dom-node.d.ts +34 -34
- package/src/editor-manager/plugin/dom-node.js +34 -34
- package/src/editor-manager/plugin/formats.d.ts +2 -2
- package/src/editor-manager/plugin/formats.js +2 -2
- package/src/editor-manager/plugin/image.d.ts +3 -3
- package/src/editor-manager/plugin/image.js +5 -4
- package/src/editor-manager/plugin/indents.d.ts +2 -2
- package/src/editor-manager/plugin/indents.js +2 -2
- package/src/editor-manager/plugin/insert-methods.d.ts +4 -4
- package/src/editor-manager/plugin/insert-methods.js +4 -4
- package/src/editor-manager/plugin/insert-text.d.ts +2 -2
- package/src/editor-manager/plugin/insert-text.js +2 -2
- package/src/editor-manager/plugin/inserthtml-exec.d.ts +2 -2
- package/src/editor-manager/plugin/inserthtml-exec.js +2 -2
- package/src/editor-manager/plugin/inserthtml.d.ts +2 -2
- package/src/editor-manager/plugin/inserthtml.js +16 -12
- package/src/editor-manager/plugin/isformatted.d.ts +8 -8
- package/src/editor-manager/plugin/isformatted.js +8 -8
- package/src/editor-manager/plugin/link.d.ts +2 -2
- package/src/editor-manager/plugin/link.js +8 -8
- package/src/editor-manager/plugin/lists.d.ts +2 -2
- package/src/editor-manager/plugin/lists.js +8 -4
- package/src/editor-manager/plugin/ms-word-clean-up.d.ts +1 -1
- package/src/editor-manager/plugin/ms-word-clean-up.js +23 -7
- package/src/editor-manager/plugin/nodecutter.d.ts +6 -6
- package/src/editor-manager/plugin/nodecutter.js +6 -6
- package/src/editor-manager/plugin/selection-commands.d.ts +2 -1
- package/src/editor-manager/plugin/selection-commands.js +35 -4
- package/src/editor-manager/plugin/selection-exec.d.ts +2 -2
- package/src/editor-manager/plugin/selection-exec.js +2 -2
- package/src/editor-manager/plugin/table.d.ts +2 -2
- package/src/editor-manager/plugin/table.js +4 -3
- package/src/editor-manager/plugin/toolbar-status.d.ts +2 -2
- package/src/editor-manager/plugin/toolbar-status.js +2 -2
- package/src/editor-manager/plugin/undo.d.ts +6 -6
- package/src/editor-manager/plugin/undo.js +6 -6
- package/src/global.d.ts +1 -0
- package/src/markdown-parser/base/interface.d.ts +10 -10
- package/src/markdown-parser/base/markdown-parser.d.ts +3 -3
- package/src/markdown-parser/base/markdown-parser.js +3 -3
- package/src/markdown-parser/base/types.d.ts +1 -1
- package/src/markdown-parser/plugin/clearformat.d.ts +2 -2
- package/src/markdown-parser/plugin/clearformat.js +2 -2
- package/src/markdown-parser/plugin/formats.d.ts +2 -2
- package/src/markdown-parser/plugin/formats.js +2 -2
- package/src/markdown-parser/plugin/link.d.ts +2 -2
- package/src/markdown-parser/plugin/link.js +2 -2
- package/src/markdown-parser/plugin/markdown-selection.d.ts +14 -14
- package/src/markdown-parser/plugin/markdown-selection.js +14 -14
- package/src/markdown-parser/plugin/md-selection-formats.d.ts +2 -2
- package/src/markdown-parser/plugin/md-selection-formats.js +2 -2
- package/src/markdown-parser/plugin/table.d.ts +3 -3
- package/src/markdown-parser/plugin/table.js +3 -3
- package/src/markdown-parser/plugin/undo.d.ts +6 -6
- package/src/markdown-parser/plugin/undo.js +6 -6
- package/src/rich-text-editor/actions/base-quick-toolbar.d.ts +9 -9
- package/src/rich-text-editor/actions/base-quick-toolbar.js +9 -9
- package/src/rich-text-editor/actions/base-toolbar.d.ts +3 -3
- package/src/rich-text-editor/actions/base-toolbar.js +3 -3
- package/src/rich-text-editor/actions/color-picker.d.ts +2 -2
- package/src/rich-text-editor/actions/color-picker.js +2 -2
- package/src/rich-text-editor/actions/count.d.ts +3 -3
- package/src/rich-text-editor/actions/count.js +3 -3
- package/src/rich-text-editor/actions/dropdown-buttons.d.ts +2 -2
- package/src/rich-text-editor/actions/dropdown-buttons.js +2 -2
- package/src/rich-text-editor/actions/full-screen.d.ts +3 -3
- package/src/rich-text-editor/actions/full-screen.js +3 -3
- package/src/rich-text-editor/actions/html-editor.d.ts +3 -3
- package/src/rich-text-editor/actions/html-editor.js +3 -3
- package/src/rich-text-editor/actions/keyboard-model.d.ts +13 -13
- package/src/rich-text-editor/actions/keyboard.d.ts +1 -1
- package/src/rich-text-editor/actions/keyboard.js +22 -21
- package/src/rich-text-editor/actions/markdown-editor.d.ts +2 -2
- package/src/rich-text-editor/actions/markdown-editor.js +2 -2
- package/src/rich-text-editor/actions/paste-clean-up.d.ts +1 -1
- package/src/rich-text-editor/actions/paste-clean-up.js +1 -1
- package/src/rich-text-editor/actions/quick-toolbar.d.ts +9 -9
- package/src/rich-text-editor/actions/quick-toolbar.js +9 -9
- package/src/rich-text-editor/actions/toolbar.d.ts +13 -13
- package/src/rich-text-editor/actions/toolbar.js +13 -13
- package/src/rich-text-editor/actions/xhtml-validation.d.ts +1 -1
- package/src/rich-text-editor/actions/xhtml-validation.js +1 -1
- package/src/rich-text-editor/base/classes.d.ts +103 -103
- package/src/rich-text-editor/base/classes.js +103 -103
- package/src/rich-text-editor/base/constant.d.ts +112 -107
- package/src/rich-text-editor/base/constant.js +112 -107
- package/src/rich-text-editor/base/enum.d.ts +1 -1
- package/src/rich-text-editor/base/enum.js +1 -1
- package/src/rich-text-editor/base/interface.d.ts +40 -40
- package/src/rich-text-editor/base/interface.js +1 -1
- package/src/rich-text-editor/base/rich-text-editor-model.d.ts +701 -701
- package/src/rich-text-editor/base/rich-text-editor.d.ts +51 -51
- package/src/rich-text-editor/base/rich-text-editor.js +88 -66
- package/src/rich-text-editor/base/util.d.ts +1 -1
- package/src/rich-text-editor/base/util.js +1 -1
- package/src/rich-text-editor/formatter/formatter.d.ts +8 -8
- package/src/rich-text-editor/formatter/formatter.js +8 -8
- package/src/rich-text-editor/formatter/html-formatter.d.ts +2 -2
- package/src/rich-text-editor/formatter/html-formatter.js +15 -15
- package/src/rich-text-editor/formatter/markdown-formatter.d.ts +2 -2
- package/src/rich-text-editor/formatter/markdown-formatter.js +15 -15
- package/src/rich-text-editor/models/iframe-settings-model.d.ts +21 -21
- package/src/rich-text-editor/models/iframe-settings.js +19 -19
- package/src/rich-text-editor/models/inline-mode-model.d.ts +9 -9
- package/src/rich-text-editor/models/inline-mode.js +19 -19
- package/src/rich-text-editor/models/toolbar-settings-model.d.ts +328 -328
- package/src/rich-text-editor/models/toolbar-settings.js +19 -19
- package/src/rich-text-editor/renderer/content-renderer.d.ts +6 -6
- package/src/rich-text-editor/renderer/content-renderer.js +6 -6
- package/src/rich-text-editor/renderer/dialog-renderer.d.ts +2 -2
- package/src/rich-text-editor/renderer/dialog-renderer.js +2 -2
- package/src/rich-text-editor/renderer/iframe-content-renderer.d.ts +4 -4
- package/src/rich-text-editor/renderer/iframe-content-renderer.js +17 -17
- package/src/rich-text-editor/renderer/image-module.d.ts +2 -1
- package/src/rich-text-editor/renderer/image-module.js +21 -7
- package/src/rich-text-editor/renderer/link-module.d.ts +1 -1
- package/src/rich-text-editor/renderer/link-module.js +1 -1
- package/src/rich-text-editor/renderer/markdown-renderer.d.ts +6 -6
- package/src/rich-text-editor/renderer/markdown-renderer.js +6 -6
- package/src/rich-text-editor/renderer/popup-renderer.d.ts +5 -5
- package/src/rich-text-editor/renderer/popup-renderer.js +5 -5
- package/src/rich-text-editor/renderer/render.d.ts +2 -2
- package/src/rich-text-editor/renderer/render.js +2 -2
- package/src/rich-text-editor/renderer/table-module.d.ts +1 -1
- package/src/rich-text-editor/renderer/table-module.js +7 -2
- package/src/rich-text-editor/renderer/toolbar-renderer.d.ts +8 -8
- package/src/rich-text-editor/renderer/toolbar-renderer.js +8 -8
- package/src/rich-text-editor/renderer/view-source.d.ts +6 -6
- package/src/rich-text-editor/renderer/view-source.js +6 -6
- package/src/rich-text-editor/services/renderer-factory.d.ts +3 -3
- package/src/rich-text-editor/services/renderer-factory.js +3 -3
- package/src/rich-text-editor/services/service-locator.d.ts +3 -3
- package/src/rich-text-editor/services/service-locator.js +3 -3
- package/src/selection/selection.d.ts +22 -22
- package/src/selection/selection.js +22 -22
- package/styles/_all.scss +2 -2
- package/styles/bootstrap-dark.css +13 -1
- package/styles/bootstrap.css +13 -1
- package/styles/bootstrap4.css +13 -1
- package/styles/bootstrap5-dark.css +0 -0
- package/styles/bootstrap5-dark.scss +0 -0
- package/styles/bootstrap5.css +0 -0
- package/styles/bootstrap5.scss +0 -0
- package/styles/fabric-dark.css +13 -1
- package/styles/fabric.css +13 -1
- package/styles/highcontrast-light.css +13 -1
- package/styles/highcontrast.css +13 -1
- package/styles/material-dark.css +13 -1
- package/styles/material.css +13 -1
- package/styles/rich-text-editor/_all.scss +2 -2
- package/styles/rich-text-editor/_bootstrap-dark-definition.scss +151 -151
- package/styles/rich-text-editor/_bootstrap-definition.scss +184 -184
- package/styles/rich-text-editor/_bootstrap4-definition.scss +307 -307
- package/styles/rich-text-editor/_fabric-dark-definition.scss +150 -150
- package/styles/rich-text-editor/_fabric-definition.scss +148 -148
- package/styles/rich-text-editor/_highcontrast-definition.scss +148 -148
- package/styles/rich-text-editor/_highcontrast-light-definition.scss +148 -148
- package/styles/rich-text-editor/_layout.scss +1416 -1404
- package/styles/rich-text-editor/_material-dark-definition.scss +151 -151
- package/styles/rich-text-editor/_material-definition.scss +150 -150
- package/styles/rich-text-editor/_theme.scss +499 -499
- package/styles/rich-text-editor/bootstrap-dark.css +13 -1
- package/styles/rich-text-editor/bootstrap.css +13 -1
- package/styles/rich-text-editor/bootstrap4.css +13 -1
- package/styles/rich-text-editor/fabric-dark.css +13 -1
- package/styles/rich-text-editor/fabric.css +13 -1
- package/styles/rich-text-editor/highcontrast-light.css +13 -1
- package/styles/rich-text-editor/highcontrast.css +13 -1
- package/styles/rich-text-editor/icons/_bootstrap-dark.scss +289 -289
- package/styles/rich-text-editor/icons/_bootstrap.scss +288 -288
- package/styles/rich-text-editor/icons/_bootstrap4.scss +288 -288
- package/styles/rich-text-editor/icons/_fabric-dark.scss +288 -288
- package/styles/rich-text-editor/icons/_fabric.scss +288 -288
- package/styles/rich-text-editor/icons/_highcontrast-light.scss +288 -288
- package/styles/rich-text-editor/icons/_highcontrast.scss +288 -288
- package/styles/rich-text-editor/icons/_material-dark.scss +288 -288
- package/styles/rich-text-editor/icons/_material.scss +288 -288
- package/styles/rich-text-editor/material-dark.css +13 -1
- package/styles/rich-text-editor/material.css +13 -1
- package/styles/tailwind-dark.css +0 -0
- package/styles/tailwind-dark.scss +0 -0
- package/styles/tailwind.css +0 -0
- package/styles/tailwind.scss +0 -0
- package/dist/global/ej2-richtexteditor.min.js +0 -11
- package/dist/global/ej2-richtexteditor.min.js.map +0 -1
- package/dist/global/index.d.ts +0 -14
|
@@ -526,6 +526,10 @@
|
|
|
526
526
|
margin-left: 6px;
|
|
527
527
|
}
|
|
528
528
|
|
|
529
|
+
.e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
|
|
530
|
+
height: auto;
|
|
531
|
+
}
|
|
532
|
+
|
|
529
533
|
.e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
530
534
|
margin-left: 0;
|
|
531
535
|
margin-right: 6px;
|
|
@@ -541,6 +545,7 @@
|
|
|
541
545
|
|
|
542
546
|
.e-richtexteditor .e-rte-toolbar,
|
|
543
547
|
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar {
|
|
548
|
+
position: inherit;
|
|
544
549
|
z-index: 101;
|
|
545
550
|
}
|
|
546
551
|
|
|
@@ -1177,6 +1182,10 @@
|
|
|
1177
1182
|
margin: 0;
|
|
1178
1183
|
}
|
|
1179
1184
|
|
|
1185
|
+
.e-img-caption.e-rte-img-caption.e-imgbreak {
|
|
1186
|
+
display: block;
|
|
1187
|
+
}
|
|
1188
|
+
|
|
1180
1189
|
.e-rte-table {
|
|
1181
1190
|
border-collapse: collapse;
|
|
1182
1191
|
empty-cells: show;
|
|
@@ -2036,7 +2045,10 @@
|
|
|
2036
2045
|
}
|
|
2037
2046
|
|
|
2038
2047
|
.e-hide.e-rte-quick-popup-hide {
|
|
2039
|
-
|
|
2048
|
+
border: 0;
|
|
2049
|
+
height: 0;
|
|
2050
|
+
position: absolute;
|
|
2051
|
+
width: 0;
|
|
2040
2052
|
}
|
|
2041
2053
|
|
|
2042
2054
|
.e-rte-popup-hide {
|
|
@@ -544,6 +544,10 @@
|
|
|
544
544
|
margin-left: 6px;
|
|
545
545
|
}
|
|
546
546
|
|
|
547
|
+
.e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
|
|
548
|
+
height: auto;
|
|
549
|
+
}
|
|
550
|
+
|
|
547
551
|
.e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
548
552
|
margin-left: 0;
|
|
549
553
|
margin-right: 6px;
|
|
@@ -559,6 +563,7 @@
|
|
|
559
563
|
|
|
560
564
|
.e-richtexteditor .e-rte-toolbar,
|
|
561
565
|
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar {
|
|
566
|
+
position: inherit;
|
|
562
567
|
z-index: 101;
|
|
563
568
|
}
|
|
564
569
|
|
|
@@ -1195,6 +1200,10 @@
|
|
|
1195
1200
|
margin: 0;
|
|
1196
1201
|
}
|
|
1197
1202
|
|
|
1203
|
+
.e-img-caption.e-rte-img-caption.e-imgbreak {
|
|
1204
|
+
display: block;
|
|
1205
|
+
}
|
|
1206
|
+
|
|
1198
1207
|
.e-rte-table {
|
|
1199
1208
|
border-collapse: collapse;
|
|
1200
1209
|
empty-cells: show;
|
|
@@ -2054,7 +2063,10 @@
|
|
|
2054
2063
|
}
|
|
2055
2064
|
|
|
2056
2065
|
.e-hide.e-rte-quick-popup-hide {
|
|
2057
|
-
|
|
2066
|
+
border: 0;
|
|
2067
|
+
height: 0;
|
|
2068
|
+
position: absolute;
|
|
2069
|
+
width: 0;
|
|
2058
2070
|
}
|
|
2059
2071
|
|
|
2060
2072
|
.e-rte-popup-hide {
|
|
@@ -665,6 +665,10 @@
|
|
|
665
665
|
margin-left: 6px;
|
|
666
666
|
}
|
|
667
667
|
|
|
668
|
+
.e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
|
|
669
|
+
height: auto;
|
|
670
|
+
}
|
|
671
|
+
|
|
668
672
|
.e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
669
673
|
margin-left: 0;
|
|
670
674
|
margin-right: 6px;
|
|
@@ -680,6 +684,7 @@
|
|
|
680
684
|
|
|
681
685
|
.e-richtexteditor .e-rte-toolbar,
|
|
682
686
|
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar {
|
|
687
|
+
position: inherit;
|
|
683
688
|
z-index: 101;
|
|
684
689
|
}
|
|
685
690
|
|
|
@@ -1316,6 +1321,10 @@
|
|
|
1316
1321
|
margin: 0;
|
|
1317
1322
|
}
|
|
1318
1323
|
|
|
1324
|
+
.e-img-caption.e-rte-img-caption.e-imgbreak {
|
|
1325
|
+
display: block;
|
|
1326
|
+
}
|
|
1327
|
+
|
|
1319
1328
|
.e-rte-table {
|
|
1320
1329
|
border-collapse: collapse;
|
|
1321
1330
|
empty-cells: show;
|
|
@@ -2175,7 +2184,10 @@
|
|
|
2175
2184
|
}
|
|
2176
2185
|
|
|
2177
2186
|
.e-hide.e-rte-quick-popup-hide {
|
|
2178
|
-
|
|
2187
|
+
border: 0;
|
|
2188
|
+
height: 0;
|
|
2189
|
+
position: absolute;
|
|
2190
|
+
width: 0;
|
|
2179
2191
|
}
|
|
2180
2192
|
|
|
2181
2193
|
.e-rte-popup-hide {
|
|
@@ -526,6 +526,10 @@
|
|
|
526
526
|
margin-left: 4px;
|
|
527
527
|
}
|
|
528
528
|
|
|
529
|
+
.e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
|
|
530
|
+
height: auto;
|
|
531
|
+
}
|
|
532
|
+
|
|
529
533
|
.e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
530
534
|
margin-left: 0;
|
|
531
535
|
margin-right: 4px;
|
|
@@ -541,6 +545,7 @@
|
|
|
541
545
|
|
|
542
546
|
.e-richtexteditor .e-rte-toolbar,
|
|
543
547
|
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar {
|
|
548
|
+
position: inherit;
|
|
544
549
|
z-index: 101;
|
|
545
550
|
}
|
|
546
551
|
|
|
@@ -1177,6 +1182,10 @@
|
|
|
1177
1182
|
margin: 0;
|
|
1178
1183
|
}
|
|
1179
1184
|
|
|
1185
|
+
.e-img-caption.e-rte-img-caption.e-imgbreak {
|
|
1186
|
+
display: block;
|
|
1187
|
+
}
|
|
1188
|
+
|
|
1180
1189
|
.e-rte-table {
|
|
1181
1190
|
border-collapse: collapse;
|
|
1182
1191
|
empty-cells: show;
|
|
@@ -2036,7 +2045,10 @@
|
|
|
2036
2045
|
}
|
|
2037
2046
|
|
|
2038
2047
|
.e-hide.e-rte-quick-popup-hide {
|
|
2039
|
-
|
|
2048
|
+
border: 0;
|
|
2049
|
+
height: 0;
|
|
2050
|
+
position: absolute;
|
|
2051
|
+
width: 0;
|
|
2040
2052
|
}
|
|
2041
2053
|
|
|
2042
2054
|
.e-rte-popup-hide {
|
|
@@ -526,6 +526,10 @@
|
|
|
526
526
|
margin-left: 4px;
|
|
527
527
|
}
|
|
528
528
|
|
|
529
|
+
.e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
|
|
530
|
+
height: auto;
|
|
531
|
+
}
|
|
532
|
+
|
|
529
533
|
.e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
530
534
|
margin-left: 0;
|
|
531
535
|
margin-right: 4px;
|
|
@@ -541,6 +545,7 @@
|
|
|
541
545
|
|
|
542
546
|
.e-richtexteditor .e-rte-toolbar,
|
|
543
547
|
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar {
|
|
548
|
+
position: inherit;
|
|
544
549
|
z-index: 101;
|
|
545
550
|
}
|
|
546
551
|
|
|
@@ -1177,6 +1182,10 @@
|
|
|
1177
1182
|
margin: 0;
|
|
1178
1183
|
}
|
|
1179
1184
|
|
|
1185
|
+
.e-img-caption.e-rte-img-caption.e-imgbreak {
|
|
1186
|
+
display: block;
|
|
1187
|
+
}
|
|
1188
|
+
|
|
1180
1189
|
.e-rte-table {
|
|
1181
1190
|
border-collapse: collapse;
|
|
1182
1191
|
empty-cells: show;
|
|
@@ -2036,7 +2045,10 @@
|
|
|
2036
2045
|
}
|
|
2037
2046
|
|
|
2038
2047
|
.e-hide.e-rte-quick-popup-hide {
|
|
2039
|
-
|
|
2048
|
+
border: 0;
|
|
2049
|
+
height: 0;
|
|
2050
|
+
position: absolute;
|
|
2051
|
+
width: 0;
|
|
2040
2052
|
}
|
|
2041
2053
|
|
|
2042
2054
|
.e-rte-popup-hide {
|
|
@@ -526,6 +526,10 @@
|
|
|
526
526
|
margin-left: 5px;
|
|
527
527
|
}
|
|
528
528
|
|
|
529
|
+
.e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
|
|
530
|
+
height: auto;
|
|
531
|
+
}
|
|
532
|
+
|
|
529
533
|
.e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
530
534
|
margin-left: 0;
|
|
531
535
|
margin-right: 5px;
|
|
@@ -541,6 +545,7 @@
|
|
|
541
545
|
|
|
542
546
|
.e-richtexteditor .e-rte-toolbar,
|
|
543
547
|
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar {
|
|
548
|
+
position: inherit;
|
|
544
549
|
z-index: 101;
|
|
545
550
|
}
|
|
546
551
|
|
|
@@ -1177,6 +1182,10 @@
|
|
|
1177
1182
|
margin: 0;
|
|
1178
1183
|
}
|
|
1179
1184
|
|
|
1185
|
+
.e-img-caption.e-rte-img-caption.e-imgbreak {
|
|
1186
|
+
display: block;
|
|
1187
|
+
}
|
|
1188
|
+
|
|
1180
1189
|
.e-rte-table {
|
|
1181
1190
|
border-collapse: collapse;
|
|
1182
1191
|
empty-cells: show;
|
|
@@ -2036,7 +2045,10 @@
|
|
|
2036
2045
|
}
|
|
2037
2046
|
|
|
2038
2047
|
.e-hide.e-rte-quick-popup-hide {
|
|
2039
|
-
|
|
2048
|
+
border: 0;
|
|
2049
|
+
height: 0;
|
|
2050
|
+
position: absolute;
|
|
2051
|
+
width: 0;
|
|
2040
2052
|
}
|
|
2041
2053
|
|
|
2042
2054
|
.e-rte-popup-hide {
|
|
@@ -526,6 +526,10 @@
|
|
|
526
526
|
margin-left: 5px;
|
|
527
527
|
}
|
|
528
528
|
|
|
529
|
+
.e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
|
|
530
|
+
height: auto;
|
|
531
|
+
}
|
|
532
|
+
|
|
529
533
|
.e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
530
534
|
margin-left: 0;
|
|
531
535
|
margin-right: 5px;
|
|
@@ -541,6 +545,7 @@
|
|
|
541
545
|
|
|
542
546
|
.e-richtexteditor .e-rte-toolbar,
|
|
543
547
|
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar {
|
|
548
|
+
position: inherit;
|
|
544
549
|
z-index: 101;
|
|
545
550
|
}
|
|
546
551
|
|
|
@@ -1177,6 +1182,10 @@
|
|
|
1177
1182
|
margin: 0;
|
|
1178
1183
|
}
|
|
1179
1184
|
|
|
1185
|
+
.e-img-caption.e-rte-img-caption.e-imgbreak {
|
|
1186
|
+
display: block;
|
|
1187
|
+
}
|
|
1188
|
+
|
|
1180
1189
|
.e-rte-table {
|
|
1181
1190
|
border-collapse: collapse;
|
|
1182
1191
|
empty-cells: show;
|
|
@@ -2036,7 +2045,10 @@
|
|
|
2036
2045
|
}
|
|
2037
2046
|
|
|
2038
2047
|
.e-hide.e-rte-quick-popup-hide {
|
|
2039
|
-
|
|
2048
|
+
border: 0;
|
|
2049
|
+
height: 0;
|
|
2050
|
+
position: absolute;
|
|
2051
|
+
width: 0;
|
|
2040
2052
|
}
|
|
2041
2053
|
|
|
2042
2054
|
.e-rte-popup-hide {
|