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 を使用していますが、生涯にわたって新しい値を見つけることができません。
助けてくれてありがとう!
TreeEditor は、編集されたノードのテキスト属性を更新します。
TreeEditor の「complete」イベントをリッスンして、新しい値にアクセスすることもできます。