Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试实现一个 ExtJS TreeEditor,但是每当我编辑一个叶子时,显示屏上的值就会发生变化,但我无法弄清楚新输入值在 ExtJS 对象中的保存位置。
我已经跟踪了文档,并且正在使用 Firebug,但找不到适合我生活的新价值观。
提前感谢您的帮助!
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.