Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/angularjs/21.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Angularjs jsDevExpress:dxTextArea-onFocusOut时如何获取文本区域值?_Angularjs - Fatal编程技术网

Angularjs jsDevExpress:dxTextArea-onFocusOut时如何获取文本区域值?

Angularjs jsDevExpress:dxTextArea-onFocusOut时如何获取文本区域值?,angularjs,Angularjs,我正在使用jsDevExpress和AngularJS,当用户离开小部件时,有没有办法获取dxTextArea的值?我知道如何使用onValueChanged:function(ovc){}实现这一点,但我对onFocusOut特别感兴趣 $('<div/>').dxTextArea({ value: "", height: 90, valueChangeEvent: "change", onFocusOut: function (ofo) { ??

我正在使用jsDevExpress和AngularJS,当用户离开小部件时,有没有办法获取dxTextArea的值?我知道如何使用onValueChanged:function(ovc){}实现这一点,但我对onFocusOut特别感兴趣

$('<div/>').dxTextArea({
  value: "",
  height: 90,
  valueChangeEvent: "change",
  onFocusOut: function (ofo) {
        ?? ofo.value // not found
  }
$('').dxTextArea({
值:“”,
身高:90,
valueChangeEvent:“更改”,
onFocusOut:函数(ofo){
??ofo.value//未找到
}
使用dxDataGrid在列中的每个记录中重复textarea