Let’s say that the component in question has id my-comp
. Load the page with the component, open Firebug, Console tab, and type:
1 |
Ext.util.Observable.capture(Ext.getCmp('my-comp'), console.info) |
Now do some actions with the component and watch the Firebug output.
saki
I'm a well seasoned developer, consultant and educator of web applications based mainly on Sencha libraries, PHP, MySQL and Node.js. Besides (Apple) computers, I love photography and mountain biking.
Latest posts by saki (see all)
- Ext, Angular, React, and Vue - June 27, 2019
- The Site Resurgence - February 11, 2018
- Configuring ViewModel Hierarchy - June 19, 2015
Good little trick. Thanks for passing it on.
You’re welcome. Hopefully more of such are to come… 😉
Saki,
The amount of time you have saved me over the last few months is immense – thanks very much, you are great.
Doug
weri guud!!
Just what I needed! Thank you once again Saki
can you please write an example for demonstrating Ext.panel.Panel