Advertisement
Guest User

Untitled

a guest
Aug 31st, 2015
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. console.log("store : ");
  2. console.log(store);
  3. console.log("store length :");
  4. console.log(store.data.length);
  5.  
  6. store :
  7. _data: Ext.apply.create.Class
  8. _model: ()
  9. _modelDefaults: Ext.Object.classify.objectClass
  10. _params: Ext.Object.classify.objectClass
  11. _proxy: Ext.apply.create.Class
  12. _remoteFilter: false
  13. _remoteGroup: false
  14. _remoteSort: false
  15. _storeId: "Indicator_Value"
  16. _syncRemovedRecords: false
  17. config: Ext.Object.classify.objectClass
  18. data: Ext.apply.create.Class
  19. _autoFilter: true
  20. _autoSort: true
  21. _filterRoot: "data"
  22. _sortRoot: "data"
  23. all: Array[2]
  24. config: Ext.Object.classify.objectClass
  25. dirtyIndices: false
  26. getKey: (record)
  27. indices: Object
  28. initConfig: ()
  29. initialConfig: Object
  30. items: Array[2]
  31. keys: Array[2]
  32. length: 2
  33. map: Object
  34. __proto__: Ext.util.Collection#constructor
  35. dateFirst: Mon Aug 31 2015 14:47:36 GMT+0200 (Paris, Madrid (heure d’été))
  36. dateLast: Mon Aug 31 2015 15:02:48 GMT+0200 (Paris, Madrid (heure d’été))
  37. emptyNext: false
  38. emptyPrevious: false
  39. eventDispatcher: Ext.apply.create.Class
  40. getEventDispatcher: ()
  41. getId: ()
  42. getObservableId: ()
  43. getUniqueId: ()
  44. graphType: 1
  45. id: "myapp-store-indicator_value-1"
  46. indicatorId: 262
  47. initConfig: ()
  48. initialConfig: Object
  49. initialized: true
  50. managedListeners: Object
  51. observableId: "#myapp-store-indicator_value-1"
  52. period: "H"
  53. removed: Array[0]
  54. titleIndicatorValue: "Duration in FTC"
  55. usedSelectors: Array[1]
  56. __proto__: Object
  57.  
  58.  
  59. store length :
  60. 14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement