查询条件设置好之后可以隐藏吗,如图
控件隐藏吗?
是指让控件一开始就看不见?把这个取消勾选。
ar a= this.options.form.getWidgetByName("a"); //获取名为a的控件a.setVisible(true);//1秒后查看参数面板上的所有参数setTimeout(function() { $('.parameter-container').css('height', '160px'); $('#content-container').css('top', '160px'); }, 1000);
https://help.finereport.com/doc-view-2938.html
this.setEnable(false);