Loading...
Loading...
Main editor methods (editor.method())
يحتوي مُحرِّر النظام على النواة ($)، وهي المُحرك الداخلي الذي يُشغِّل جميع الأنظمة الفرعية. يُمكن الوصول إليها عبر editor.$ — على سبيل المثال: editor.$.store، وeditor.$.selection، وeditor.$.format، إلخ.
editor.isEmptyfcoptionalFrame context, if not present, currently selected frame context.
booleanplaceholder.resetOptionsnewOptionsOptions
voidAdd or reset option property (Editor is reloaded)
// Change toolbar buttons and height
editor.resetOptions({
buttonList: [['bold', 'italic'], ['image']],
height: '500px',
});changeFrameContextrootKeyRoot frame key.
voidChange the current root index.
// Switch to the 'body' frame in a multi-root editor
editor.changeFrameContext('body');
// Switch back to the 'header' frame
editor.changeFrameContext('header');destroyanyDestroy the suneditor