We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I'm using tinymce as text editor.
I got some issue with span in content so I will I prevent user to enter span in content to not break the display, which other htlm tag should I avoid?
I got issue with ahref and fixed it by tinymce settings
In both case the content are displayed in the title box instead of the content box.
I'm using this code
$(function() { $('#nt-example2-infos .infos-hour').html($('#nt-example2 li:first span').html()); $('#nt-example2-infos .infos-text').html($('#nt-example2 li:first').data('infos')); });
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I'm using tinymce as text editor.
I got some issue with span in content so I will I prevent user to enter span in content to not break the display, which other htlm tag should I avoid?
I got issue with ahref and fixed it by tinymce settings
In both case the content are displayed in the title box instead of the content box.
I'm using this code
The text was updated successfully, but these errors were encountered: