语境
我知道http://closure-library.googlecode.com/svn/trunk/closure/goog/demos/editor/equationeditor.html#
但是,当我尝试它时,它对我不起作用。
问题:
是否有 Google Closure 方程编辑器的工作演示?我知道它可能有效,因为它可以在 Google Docs 内部工作,但是,我找不到示例代码来查看如何使用 EquationEditor。
谢谢!
我知道http://closure-library.googlecode.com/svn/trunk/closure/goog/demos/editor/equationeditor.html#
但是,当我尝试它时,它对我不起作用。
是否有 Google Closure 方程编辑器的工作演示?我知道它可能有效,因为它可以在 Google Docs 内部工作,但是,我找不到示例代码来查看如何使用 EquationEditor。
谢谢!
如果您阅读源文件,您会看到许多库引用是硬编码的,例如
goog.ui.equation.ImageRenderer.SERVER_NAME_ = 'https://www.google.com';
如果您想在不依赖谷歌的情况下使用它,或者如果您想自定义行为,您似乎必须复制粘贴相当多的代码。基本用法很简单:
http://closure-library.googlecode.com/svn/trunk/closure/goog/demos/editor/equationeditor.js