-
-
Notifications
You must be signed in to change notification settings - Fork 401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to integrate ckeditor in x-editable angular #751
Comments
I think you would have to add the |
ok, but can you tell me how to do that? have any examples? |
I think all you need to do is something like |
The only way I got it was by changing the xeditable.js file. But whenever I compile my project it downloads the repository version. Can you tell me if you can create an external directive and use it in xeditable? |
How do I create a custom directive without modifying the sources? |
Can you post some code on what it is you are trying to do. |
I need to change the textarea to accept the ckeditor formatting, how?
The text was updated successfully, but these errors were encountered: