-1

I am using Wiris editor plugin in ckeditor.

The Equations i type are saved as .png in wiris_plugin/cache_folder.

is there any way to call this images as img src tag and store it in database

Kavin Smk
  • 808
  • 11
  • 37

1 Answers1

1

By default, our plugins work in full MathML mode (http://www.wiris.com/plugins/docs/full-mathml-mode) storing formulas as MathML in the database. However, if you prefer, you can store them as HTML img tags changing wiriseditorsavemode=image in your configuration.ini file as detailed in the documentation link provided earlier.

Wiris Support
  • 450
  • 2
  • 7
  • i tried this but it only stores the data of `data-mathml` attributes value in database. but when i print before send it to database. it works with image tag. – Kavin Smk Jan 27 '16 at 11:54
  • We do not fully understand your issue. Please send us an e-mail to support@wiris.com with further details and/or screenshots so we can better help you. – Wiris Support Jan 27 '16 at 16:15
  • @WIRISmathsupportteam what did not you get...your editor is saving data as a img format we have to disable it how can i do it – Rajesh Patel Oct 25 '16 at 12:20
  • You may be using an old plugin, versions older than 3.50 stored formulas as img in the database, if you rather store formulas as MathML please update to the latest plugin version – Wiris Support Oct 26 '16 at 10:22