如何在Oracle Apex中隐藏交互式报表设置区域

时间:2019-07-18 10:44:34

标签: oracle-apex

enter image description here我要隐藏“交互式报表设置/过滤器”区域。

我发现在Interactive Grid Cookbook中隐藏了Interactive Grid的Report设置区域

function(config) {
config.reportSettingsArea = false;
// may want to disable the highlights feature. Comment out this code to make initial highlight settings
apex.util.getNestedObject(config, "views.grid.features").highlight = false;
return config;}

2 个答案:

答案 0 :(得分:0)

要完全删除交互式报告的设置区域,可以执行以下操作:

  1. 为您的Interactive Report区域提供一个静态ID(在您的区域属性下,滚动到“ 高级”上,然后在“ 静态ID ”上滚动);
  2. 在页面属性下(页面设计器模式左侧的第一个标签):

enter image description here

转到CSS部分,然后将以下代码粘贴到属性“ In line”中(假设您的静态ID “ IR_ORDERS”

>
#IR_ORDERS_control_panel{
     display:none;
}

答案 1 :(得分:0)

(如果您使用的是Ver 18.1以上版本)

转到属性,然后在搜索栏下找到 Finder下拉列表,并将其设置为