在web数据分析里写了
var sheet = this.options.form.getWidgetByName("sheet").getValue();
然后报获取不了控件名
是不是在startload里不能获取控件名?
参数面板内控件:
_g().parameterEl.getWidgetByName(' 控件名').getValue();
单元格内控件:
_g().getWidgetByName(' 控件名').getValue();