问题
I'm looking for a way to display math symbols and equations (coming from Latex e.g.) in Ext.js / Sencha Touch UI-Components (specifically buttons and textfields). I grasp that "ext.draw.component" might be a good starting point to develop something appropriate. Is there another way to display math? What would be your choice? Anyone came up with a solution for a similar problem already?
Any advice appreciated. Best regards, Thomas
回答1:
If you all you want to do is display mathematical symbols / equations, then you could just use a separate library like MathJax. You output the thing you want to display in one of the supported formats (LaTeX, MathML etc) and it converts it for you
来源:https://stackoverflow.com/questions/26587012/display-math-symbols-in-ext-js-sencha-touch