pentaho cde popup弹出框口
程序员文章站
2022-05-11 16:30:35
...
弹出窗口在pentaho cde里面相对比较容易,不过还是记录一下,以防时间久了,忘记关键参数。
先看一下效果图:
画出自己想要在弹出框展示的图形,把他的HtmlObject设置成弹出窗口,如图:
然后再button的Expression方法中设置点击弹窗时间
如图:
至于这个render_popup1是哪里来的呢?
答案在这里:
Note that when you create a component with name 'popup1' CDE will generate a js variable 'named render_popup1'
先看一下效果图:
画出自己想要在弹出框展示的图形,把他的HtmlObject设置成弹出窗口,如图:
然后再button的Expression方法中设置点击弹窗时间
function f(e){ render_popup1.popup($(e.target)); }
如图:
至于这个render_popup1是哪里来的呢?
答案在这里:
Note that when you create a component with name 'popup1' CDE will generate a js variable 'named render_popup1'
上一篇: Python基本数据类型的介绍
下一篇: SSH框架学习
推荐阅读
-
Popup弹出框添加数据实现方法
-
Windows Phone 7 定制控件 - 可重用的弹出框容器(Popup Container)
-
详解angularjs popup-table 弹出框表格指令
-
WPF---->自定义控件添加Popup弹出框
-
React confim popup components 弹出确认框组件的实现
-
百度Popup.js弹出框进化版 拖拽小框架发布 兼容IE6/7/8,Firefox,Chrome_javascript技巧
-
pentaho cde popup弹出框口
-
pentaho cde数据联动,下拉框,文本框,图形
-
pentaho cde数据联动,下拉框,文本框,图形
-
pentaho cde popup弹出框口