Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法可以在不使用 js 功能的情况下使用敏捷工具包?我知道我们可以禁用 js lib (jUI) 但我想要正常的 CRUD 和网格(没有 jquery)
换句话说,我们可以像使用其他框架一样使用敏捷吗?
是的,这是可能的,但您将无法使用 Agile Toolkit 的某些功能(包括 CRUD)。
这通常用于前端开发。例如,您可能希望拥有自己的 Lister(或 CompleteLister)模板,该模板将直接链接到编辑页面:
将js_widgetForm 的属性设置为null以禁用 JS 增强。这种方式敏捷表单将正常提交,没有 AJAX。您需要在内部isSubmitted()检查中采取相应的行动。
js_widget
isSubmitted()
CRUD、Popovers 和许多其他功能都不起作用,但是其他框架也不向您提供它们。
也可以看看: