-
-
Notifications
You must be signed in to change notification settings - Fork 316
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
Remove all tag in table when press "backspace" #393
Comments
Hi, @tranchem |
Oh. Thank you so much ! |
I have a question that may related to this: |
You can use the functions.insertHTML |
This way remove all tag in my <style></style> |
|
Is this any way to remove dom editor before insertHTML ? |
|
Sorry. My english is not good |
What is your want? |
I want to initial value |
You can use "setContents" to change the entire contents of the editor. You can also put content inside the textarea element. <textarea>html</textarea> |
The 2.30.0 version has been updated. |
It has been resolved. Thank you very much! |
[Hi.](url
issue_table.txt
)
I have a template email with many tag table in table. I copy it, paste to "codeview" and come back editor . I choose text "Hello" and "backspace" it, every tag in table disappear.
I think it's a bug. Can you help me?
I'm using option "codeMirror"
The text was updated successfully, but these errors were encountered: