0

我正在尝试实现一个 ExtJS TreeEditor,但是每当我编辑一个叶子时,显示屏上的值就会发生变化,但我无法弄清楚新输入值在 ExtJS 对象中的保存位置。

我已经跟踪了文档,并且正在使用 Firebug,但找不到适合我生活的新价值观。

提前感谢您的帮助!

4

1 回答 1

0

The TreeEditor updates the text attribute of the edited node.

You can also access the new value by listening to the 'complete' event on the TreeEditor.

于 2011-04-18T19:00:00.190 回答