Issue #457Opened October 28, 2017by mekamleshk0 reactions

Two Quick Questions

Question

Hi @artf

  1. I have my editor templates like this : 1

I want to change the alignment and also add a back button to the corner left like this one : 2

  1. Don't know for what reason whenever I select text the ckeditor options always appear at the top : capture

I want it to appear besides the selected text like this : capture1

Thanks

Answers (2)

artfOctober 30, 20170 reactions
  1. Check the Panels API or you can just append/remove stuff once the editor is loaded
editor.on('load', () => {
     // change your DOM here
})
  1. Just tried it the demo and works as expected, probably you have multiple nested text components, where in that case the toolbar appears on top of the highest editable component
lock[bot]September 18, 20190 reactions

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Related Questions and Answers

Continue research with similar issue discussions.

Paid Plugins That Match This Issue

Curated by issue keywords and label relevance to help you ship faster.

View all plugins

Loading paid plugin recommendations...

Browse Plugin Categories

Jump directly to plugin category pages on the marketplace.