Display Math Symbols In Ext.js / Sencha Touch
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
Solution 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
Post a Comment for "Display Math Symbols In Ext.js / Sencha Touch"