问题
I have configured CKEditor 4 and I have following things on my page.
- I have one CKEditor in page.
- Two options to set values.
- These two options themselves options two ajax based popups each.
- These ajax based popups contains CKEditor.
Now I have following issues:
- I have integrated MathJax.
- Main page's CKEditor properly shows entered mathematical formulas.
- CKEditors in ajax based popups first time properly save mathematical formulas but when I reopen those ajax based popups and try to fill saved data (data was save in HTML form) in CKEditor again then no values are shown.
- I would like to show these mathematical formulas of MathJax to other HTML tags like
li
. - Even facing issues displaying mathematical formulas in same page after saving equations in ajax based popups.
Any help will be appreciated.
来源:https://stackoverflow.com/questions/27547100/mathjax-ckeditor-4-ckeditor-in-ajax-based-popup