suneditor 2.43.6 → 2.43.9
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/README.md +1 -0
- package/dist/suneditor.min.js +2 -2
- package/package.json +1 -1
- package/src/lib/constructor.js +16 -11
- package/src/lib/core.js +168 -63
- package/src/lib/util.d.ts +13 -0
- package/src/lib/util.js +44 -1
- package/src/plugins/dialog/audio.js +9 -5
- package/src/plugins/dialog/image.js +9 -5
- package/src/plugins/dialog/video.js +9 -5
- package/src/plugins/submenu/font.js +1 -12
package/README.md
CHANGED
|
@@ -442,6 +442,7 @@ toolbarContainer: A custom HTML selector placing the toolbar inside.
|
|
|
442
442
|
stickyToolbar : Top offset value of "sticky toolbar".
|
|
443
443
|
Set to 0, '0px', '50px'...
|
|
444
444
|
If set to -1 or false or null to turn off. default: 0 {Number|String|Boolean}
|
|
445
|
+
hideToolbar : The toolbar is rendered hidden. default: false {Boolean}
|
|
445
446
|
fullScreenOffset: Top offset value of "full Screen".
|
|
446
447
|
Set to 0, '0px', '50px'... default: 0 {Number|String}
|
|
447
448
|
iframe : Content will be placed in an iframe and isolated from the rest of the page. default: false {Boolean}
|