页面导航上的 AJAX 加载程序 - Oracle Apex 4
我对 apex 开发还很陌生,并且很难找到有关 AJAX 实现的文档。我有一些导航到不同页面的按钮。其中一些页面运行非常昂贵的 sql 语句,并且需要一段时间才能加载。我想添加一个ajax加载器只是为了给用户一些系统当前正在加载下一页的反馈。
我怎样才能做这样的事情? Apex 4 是否包含 AJAX 还是我需要加载 JQuery 等框架?任何帮助或指导将不胜感激。
I am pretty new to apex development and am having trouble finding documentation on AJAX implementation. I have a few buttons that navigate to different pages. Some of these pages run very expensive sql statements and it takes a while to load. I would like to add an ajax loader just to give the user some feedback that the system is currently loading the next page.
How can I do something like this? Does Apex 4 include AJAX or do I need to load a framework such as JQuery? Any help or direction would greatly be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Apex 4.0 包含 jQuery。它还有一个名为 动态操作将使您能够非常轻松地实现您的要求。
Apex 4.0 includes jQuery. It also has a concept called Dynamic Actions that would enable you to achieve your requirement very easily.