Search Type: Posts; User: zeroprg
Search: Search took 0.01 seconds.
-
28 Jul 2012 3:31 PM
- Replies
- 3
- Views
- 714
After this operation I have my object looks like this:
Ext.define('MyApp.store.LoginJsonStore', {
extend: 'Ext.data.Store',
config: {
storeId: 'LoginJsonStore',
... -
28 Jul 2012 3:30 PM
- Replies
- 3
- Views
- 714
I clicked on "Filters" in Store , then I select "MyFilter", then I created property as you instructed and still doesn't work
-
29 May 2012 9:50 AM
Jump to post Thread: AjaxProxy actionMethods by zeroprg
- Replies
- 5
- Views
- 1,541
How to POST my "request" parameter ? Is my guessing right?
Ext.define('MyApp.store.ERPXmlStore', {
extend: 'Ext.data.Store',
requires: [
'MyApp.model.ERPModel'
],
... -
29 May 2012 9:23 AM
- Replies
- 3
- Views
- 6,133
I tried to find EXT.Ajax object in Architect but failed. How to wire Ajax.request to AjaxProxy or other visual object. I want to make Ajax.request in Sencha Architect 2.
Results 1 to 4 of 4
