Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/extjs/3.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
Javascript 将网格行值绑定到htmleditor_Javascript_Extjs_Binding_Extjs5 - Fatal编程技术网

Javascript 将网格行值绑定到htmleditor

Javascript 将网格行值绑定到htmleditor,javascript,extjs,binding,extjs5,Javascript,Extjs,Binding,Extjs5,是否可以将网格行值绑定到htmleditor Fiddle:因为defaultBindProperty是html在htmleditor的情况下,您需要使用: bind: { value: '{user.name}' } 而不是: bind: '{user.name}' 工作示例:因为defaultBindProperty是html在htmleditor的情况下,您需要使用: bind: { value: '{user.name}' } 而不是: bind: '{user.name}' 工

是否可以将网格行值绑定到htmleditor


Fiddle:

因为
defaultBindProperty
html
htmleditor
的情况下,您需要使用:

bind: { value: '{user.name}' }
而不是:

bind: '{user.name}'

工作示例:

因为
defaultBindProperty
html
htmleditor
的情况下,您需要使用:

bind: { value: '{user.name}' }
而不是:

bind: '{user.name}'
工作示例: