Sencha Touch ListView IndexBar + selectfield -


i new sencha , have indexbar option listview launched selectfield. tried

defaulttabletpickerconfig:  {   listeners:    {     painted: function(panel)      {       var list = panel.down('list');       list.setindexbar(true);     }   } } 

but code doesn't work, please help.

if new sencha please not use defaulttabletpickerconfig setting. please describe more want get, share more code have written.


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -