Is it possible to create a CKEditor plugin that embeds a simple text input into the editor toolbar, without the use of a dialog?
We're using inline mode and sometimes have editable textareas that are nested in an anchor tag which the user needs to be able to set to a specific url. Currently we create a separate div with the input that floats above the location of the editor toolbar, and update the wrapping anchor's href when the save icon is clicked, but it's kinda messy.
Thanks!
Anyone?
Anyone?
There's no native way to do
There's no native way to do it. You probably can but it would require a considerable amount of hacking. Fortunately for you CKEditor is an Open Source application... ;)
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Thanks
That's what I figured. Bummer. Thank you! :)