我正在使用jsDevExpress和AngularJS,有没有办法在用户离开小部件时获取dxTextArea的值?我知道要使用onValueChanged: function (ovc) {}
执行此操作,但我对onFocusOut
$('<div/>').dxTextArea({
value: "",
height: 90,
valueChangeEvent: "change",
onFocusOut: function (ofo) {
?? ofo.value // not found
}
使用dxDataGrid在列中的每个记录中重复textarea。