php - WIRIS Editor save as img src instead of mathml in ckeditor -
i using wiris editor plugin in ckeditor.
the equations type saved .png in wiris_plugin/cache_folder.
is there way call images img src tag , store in database
by default, our plugins work in full mathml mode (http://www.wiris.com/plugins/docs/full-mathml-mode) storing formulas mathml in database. however, if prefer, can store them html img tags changing wiriseditorsavemode=image in configuration.ini file detailed in documentation link provided earlier.
Comments
Post a Comment