Pentaho 中的 RequireJS

Posted

技术标签:

【中文标题】Pentaho 中的 RequireJS【英文标题】:RequireJS in Pentaho 【发布时间】:2018-08-07 00:35:33 【问题描述】:

在不禁用 RequireJS 的情况下,如何使用 Click Action 在 Pentaho 中使用弹出组件进行向下钻取?我启用了 RequireJS 并使用了以下代码,但它不起作用。

function f(e)
   var color = this.pvMark.fillStyle();
   dashboard.fireChange('product', e.vars.category.value);
   dashboard.fireChange('param3_color',color.color);
   render_PopUpComp.popup($(this.event.target));

任何人都可以通过启用 RequireJS 来帮助我进行深入研究吗?

【问题讨论】:

【参考方案1】:

改用 this.dashboard.fireChange。

阅读这篇文章,它回答了所有其他关于由于 requireJS 的更改的问题。

【讨论】:

以上是关于Pentaho 中的 RequireJS的主要内容,如果未能解决你的问题,请参考以下文章

Pentaho 中的授权

pentaho 社区版中的重启能力

Pentaho 报表设计器中的参数对齐

比较两个表的 xml [PENTAHO]

Pentaho中的Mongodb输入

如何从 Pentaho 的 javascript 步骤中的另一行读取?