javascript - Display math symbols in Ext.js / Sencha Touch -


I find a way to display mathematical symbols and equations (as an example of latex) in Ext.js / Sencha Touch I'm using UI- component (especially buttons and textfield) I think "ext.draw.component" might be a good starting point for developing something suitable. Is there another way to display mathematics? What would be your choice? Has anybody made a problem with the solution of similar problem?

Any advice appreciated best, Thomas

If you If you want to do all the mathematical symbols / equations are displayed, then you just use a different library like you can output to the format that you want to display in one of the supported formats (Latex, Mathle etc.) And it changes it for you


Comments