Two Quick Questions
Question
Hi @artf
- I have my editor templates like this :
I want to change the alignment and also add a back button to the corner left like this one :
- Don't know for what reason whenever I select text the ckeditor options always appear at the top :
I want it to appear besides the selected text like this :
Thanks
Answers (2)
- Check the Panels API or you can just append/remove stuff once the editor is loaded
editor.on('load', () => {
// change your DOM here
})
- 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
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.
Issue #1780
How to change extra dropdown for link change trait
Hello @artf , I want to give one more functionality to user like user can change any link with default links drop down. In above image i wa...
Issue #417
Add Setting button to custom component.
Hello, How can I create a setting or you can say edit button for my custom component? LIke 4th option on this image:
Issue #1294
How to add category for default block manager?
@artf I want put all default blocks to category named "Basic". But I can't find any documents about it. I use editor.BlockManager.getAll()....
Issue #1407
[QUESTIONS] EXTRA TBODY ADDED EVERY TIME I SAVED THE HTML DATA.
Hi @artf, I had an issue when I have tables in the editor and I add new rows then if my table is saved when is loaded again an extra tbody...
Paid Plugins That Match This Issue
Curated by issue keywords and label relevance to help you ship faster.
Loading paid plugin recommendations...
Browse Plugin Categories
Jump directly to plugin category pages on the marketplace.