Replies: 1 comment 1 reply
-
With the cmp.parent().append('...', { at: cmp.index() }) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Sorry for my english.
I want to insert HTML just before, or just after the selected element.
But today, I find just one solution :
editor.getSelected().parent().append('<label>Azerty</label>');
But not perfect
Have you got an other solution ?
I want to insert a label before an input, or a price's span after an input
Thank's
J
Beta Was this translation helpful? Give feedback.
All reactions