2016-03-19 63 views

回答

4

因爲defaultBindPropertyhtmlhtmleditor情況下,你需要使用:

bind: { value: '{user.name}' } 

代替:

bind: '{user.name}' 

工作例如:https://fiddle.sencha.com/#fiddle/17f0

+0

謝謝你的解決方案解決了我的問題。 – josei