GrapesJS / ckeditor

This plugin replaces the default Rich Text Editor with the one from CKEditor
BSD 3-Clause "New" or "Revised" License
105 stars 103 forks source link

CKEditor Dock at bottom of IFrame/Viewing Area #50

Open SnowOwl27 opened 3 years ago

SnowOwl27 commented 3 years ago

We are trying to dock/pin the CKEditor to the bottom of the IFrame/Viewing area of grapesjs, the problem is we don't have id's for grapesJS at the time we are going through and initializing the editor and configuring toolbar via the plug-in options as the Ids of the text box included seem to be auto generated.

Here are pictures of our typescript component implementation and some pictures of the divs of each editor, so I cannot figure out how to get sharedSpaces: { top: 'id', bottom: 'id' }, toolbarLocation: 'bottom'

Let me know if you have any suggestions or need anything else to help. CKEditor text box 1 CKEditor text box 2 GrapesJS Ckeditor HTML implementation GrapesJs CKEditor Initialization-Setup GrapesJS IFrame Position is default no changes to SharedSpaces or ToolbarLocation