点击button0会出现新的弹框,里面的内容是通过button0什么三个控件值查询的 button的js: window.form = this.options.form; //当前的form赋值给全局变量 var clsbdh=_g().parameterEl.getWidgetByName('clsbdh').getValue(); //text为参数面板控件名称 var $iframe = $("<iframe id='inp' name='inp' width='100%' height='100%' scrolling='no' frameborder='0'>"); // iframe参数的命名及宽高等 $iframe.attr("src", "${servletURL}?viewlet=cgs/椭圆4.cpt&op=write&clsbdh=${clsbdh}"); //childtest.cpt为点击查询时,对话框中显示的子报表 var o = { title : "为你搜索到多条信息,请选择", width : 800,//调整对话框宽度 height: 300//调整对话框高度 }; FR.showDialog(o.title, o.width, o.height, $iframe,o); //弹出对话框 现在问题是怎么把三个控件值通过button传过去 |
最佳回答 |
||||
0
|
|