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.
请求完全完成后,我可以让 formRemote 调用控制器操作吗?最好在 onComplete 中,但是如何?
<g:formRemote onComplete="doTheMonkey();" onSuccess="withMe()"> </g:formRemote>
所有可能的事件都列在文档页面上,请查看它们。