参数绑定控件,给控件赋值就行
上个问题已经回答了你
加载结束事件
$(".x-table td").mousemove(function() {
_g().parameterEl.getWidgetByName("text").setValue($(this).text())
});