页面导航上的 AJAX 加载程序 - Oracle Apex 4

发布于 2024-11-17 14:25:39 字数 199 浏览 4 评论 0原文

我对 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

甜是你 2024-11-24 14:25:39

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文