Ext.draw.Text要素でテキストを動的に変更する方法は?
this.textLabel = Ext.create "Ext.draw.Text"
type : 'text',
text : me.curValue,
font : '24px Arial',
width : 100,
height: 30,
x : 100
y : 120
この方法は機能しません:
this.textLabel.setText("new text")
どうやってやるの?