Pages
Users
Angelina Jolie
angelinajolie@left4code.com
Angelina Jolie
angelinajolie@left4code.com
Denzel Washington
denzelwashington@left4code.com
Russell Crowe
russellcrowe@left4code.com
Products
Nike Tanjun
Sport & Outdoor
Nikon Z6
Photography
Sony Master Series A9G
Electronic
Nike Tanjun
Sport & Outdoor
Notifications
Angelina Jolie
01:10 PM
Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 20
Angelina Jolie
01:10 PM
Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 20
Denzel Washington
01:10 PM
There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomi
Russell Crowe
01:10 PM
There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomi
John Travolta
05:09 AM
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500
-
Angelina JolieDevOps Engineer
-
- Profile
- Add Account
- Reset Password
- Help
-
- Logout
CKEditor
Document Editor
Content of the editor.
HTMLOpenTagdiv class="editor document-editor"HTMLCloseTag HTMLOpenTagdiv class="document-editor__toolbar"HTMLCloseTagHTMLOpenTag/divHTMLCloseTag HTMLOpenTagdiv class="document-editor__editable-container"HTMLCloseTag HTMLOpenTagdiv class="document-editor__editable"HTMLCloseTag HTMLOpenTagpHTMLCloseTagContent of the editor.HTMLOpenTag/pHTMLCloseTag HTMLOpenTag/divHTMLCloseTag HTMLOpenTag/divHTMLCloseTag HTMLOpenTag/divHTMLCloseTag
import DocumentEditor from "@ckeditor/ckeditor5-build-decoupled-document"; $(".editor").each(function () { const el = this; DocumentEditor.create($(el).find(".document-editor__editable")[0]) .then((editor) =HTMLCloseTag { $(el) .closest(".editor") .find(".document-editor__toolbar") .append(editor.ui.view.toolbar.element); }) .catch((error) =HTMLCloseTag { console.error(error); }); });