默认情况一下,设置C3文本控件不可用;
在C3控件中增加编辑后事件:
var aa=this.getValue();//获取当前值
var location = this.options.location;//获取当前控件的位置
var lc = FR.cellStr2ColumnRow(location);
var c = lc.col; //列号
var r = lc.row; //行号
if(aa="true")
{contentPane.getWidgetByCell(FR.columnRow2CellStr({col:c+1,row:r})).
setEnable(true);
contentPane.getWidgetByCell(FR.columnRow2CellStr({col:c+1,row:r})).
setVisible(true);}