gpt4 book ai didi

javascript - Oracle Apex 5.0 : Can you use the action menu buttons on an Interactive report when the action bar is set to not show?

转载 作者:行者123 更新时间:2023-12-03 08:09:59 24 4
gpt4 key购买 nike

在使用交互式报告的 Apex 5.0 中,我能够从操作菜单按钮中获取功能并在按钮中使用它们。我使用的代码是:

javascript:$("#CloseoutReport_actions_menu").menu("find","irDownload").action()

CloseoutReport 是我的交互式报告的静态 ID,我选择使用的操作是下载功能。现在,当我将操作菜单设置为显示时,此方法有效,但当我隐藏操作菜单时,此方法不再有效。当我隐藏操作栏时是否可以执行我正在尝试的操作?我只想显示一个带有下载选项的按钮。感谢您的任何评论或回答。

最佳答案

您的问题有更多解决方案,但我认为最简单的解决方案是将 display:none 添加到操作栏的类中。

像这样:

.a-IRR-toolbar  {
display: none;
}

将项目设置为 display: none 和将操作栏设置为不显示之间的区别在于,在第二种情况下,数据库不会将操作栏的任何 javascript 发送到您的浏览器,因此您无法使用其功能,但在第一种情况下,您可以获得所有功能,但隐藏它们。

关于javascript - Oracle Apex 5.0 : Can you use the action menu buttons on an Interactive report when the action bar is set to not show?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34185328/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com