git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@13630
dcc99617-32d9-48b4-a31d-
7c20da2025e4
fmClass: this.grid.fmClass,
fmField: this.field,
widgetValue : val,
- readOnly : true,
- forceSync : true
+ readOnly : true
});
- //autoWidget.build();
+
+ var _this = this;
+ autoWidget.build(
+ function(w, ww) {
+ var node = _this.grid.getCell(_this.index).view.getCellNode(rowIndex, _this.index);
+ if(node) {
+ node.innerHTML = ww.getDisplayString();
+ }
+ }
+ );
+
return autoWidget.getDisplayString();
}
}