ExtJS: Add Single Click Action To A Node In A TreePanel

Posted by FluidFoundation on Stack Overflow See other posts from Stack Overflow or by FluidFoundation
Published on 2009-04-07T13:07:56Z Indexed on 2010/05/05 14:28 UTC
Read the original article Hit count: 262

Filed under:
|

[revised] I'm creating a TreePanel in ExtJs that is loading its children from a JSON file. I'm having trouble adding a click action to the nodes. I'm not sure whether it's added in the script creating the tree, or if its added as a property in the JSON, and if so, what the syntax would be. Any help would be appreciated! Please provide an example if possible.

© Stack Overflow or respective owner

Related posts about extjs

Related posts about treeview