extjs4.1 - Showing loading icon on ExtJs 4.1.1 tree panels node when expanded -


i using extjs 4.1.1 tree panel.

  xtype: 'treepanel',                  id: 'tpanel',                  flex: 0.68,                  title: 'tree',                  displayfield: 'dataname',                  rootvisible: false,                  usearrows: true,                  hidden: true,                  store: 'mystore' 

this tree check tree (shows checkbox). looked following example of xml tree:

http://docs.sencha.com/extjs/4.1.1/#!/example/tree/xml-tree.html

when expand node of tree, shows loading icon.

axis showing loading icon

i want similar within tree panel not able in tree. please help


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -