Search Type: Posts; User: editor

Search: Search took 0.02 seconds.

  1. if you have a function, say:


    someFunction: function(list, record, etc....) {
    list.deselectAll();
    }

    just put call it like that list.deselectAll(); and it works fine for me...
  2. Replies
    54
    Views
    6,645
    that's great, but can you provide maybe simple more detailed example (newbie level) for this all together ...
  3. I'm trying to make test app based on SenchaCon MVC video http://vimeo.com/33311074, exatcly the same code but I also get the same error ....

    Ext.define('Sencha.view.Viewport', {
    extend:...
Results 1 to 3 of 3