Search Type: Posts; User: rossmurphy
Search: Search took 0.03 seconds.
-
13 Mar 2012 8:43 PM
- Replies
- 1
- Views
- 415
I have an app that uses a tab panel layout to display a products tab and account tab. In the products tab panel I have a login button in the toolbar which will change the panel to the account panel....
-
12 Mar 2012 7:07 PM
- Replies
- 4
- Views
- 1,882
I have a category list and a product list. When the category list is clicked, a new panel with a list of products is displayed which is paged. When a back button is clicked back to categories, the...
-
8 Mar 2012 2:34 PM
- Replies
- 2
- Views
- 920
Thanks Mitchell. I do understand this, however, I am wondering if there is a specific way to modify the lists without custom CSS. Such as changing a SASS variable or setting a config option in the...
-
8 Mar 2012 2:55 AM
- Replies
- 2
- Views
- 920
I would like to style a list component similar to the below:
32498
I understand I can create a custom CSS file which would overwrite default styles. But I am wondering if there is a specific... -
1 Mar 2012 1:55 PM
- Replies
- 7
- Views
- 1,256
Mitchell, Can you confirm this also works in 1.x
??
Thanks. -
29 Feb 2012 9:06 PM
- Replies
- 1
- Views
- 302
I've also noticed while playing around with the above that using the following to clear the store, does not reset the paging params (page, start).
this.list.store.data.clear();
Is there a... -
29 Feb 2012 8:07 PM
- Replies
- 1
- Views
- 302
I am using the following for my list. The first set of results display correctly. There are only 4 results and the pagesize is set to 6. The problem is, the paging loader keeps loading and will not...
-
29 Feb 2012 3:51 PM
- Replies
- 7
- Views
- 1,256
I would also like to see the json reponse data being sent back Mitchell. Do you think you could post this for us?
I am having a similar issue where the list paging plugin constantly loads, even... -
29 Feb 2012 12:29 PM
- Replies
- 2
- Views
- 641
Thank you Mitchell. Just what I was looking for.
-
29 Feb 2012 2:18 AM
- Replies
- 2
- Views
- 641
I have the following code. I am trying to add a marker for the uses current location. The onLocationUpdate function is being called successfully and I can access the geo data in this function.
... -
28 Feb 2012 7:45 PM
- Replies
- 3
- Views
- 740
Thanks Mitchell, could you provide an example if possible?
-
28 Feb 2012 6:38 PM
- Replies
- 3
- Views
- 740
I have the below form panel. Currently I'm using the getCmp method to access components of the form from listeners. I have read that getCmp should not be used, but am yet to find a different...
-
20 Feb 2012 7:34 PM
- Replies
- 2
- Views
- 1,091
Anyone had experience with sessions etc?
-
9 Feb 2012 4:05 PM
- Replies
- 3
- Views
- 1,464
I have a tab panel with multiple items like so:
store.App = Ext.extend(Ext.TabPanel, { fullscreen: true,
tabBar: {
ui: 'gray',
dock: 'bottom',
layout: {... -
1 Feb 2012 4:29 PM
- Replies
- 3
- Views
- 514
So can you confirm it is best practice to use a different store for each of these data instances?
-
31 Jan 2012 8:54 PM
- Replies
- 3
- Views
- 514
I have 3 list views that display the same templates, I also have 3 stores, 1 for each of the list views, I then have a single model shared between the three stores.
... -
30 Jan 2012 2:12 PM
Jump to post Thread: Proxy in Model vs. Store by rossmurphy
- Replies
- 3
- Views
- 939
It would be nice if the documentation explained things like this :)
-
30 Jan 2012 2:31 AM
Jump to post Thread: Proxy in Model vs. Store by rossmurphy
- Replies
- 3
- Views
- 939
Does anyone know the difference between using a proxy in a model vs. using a proxy in a store?
Ext.regModel('User', {
fields: ['id', 'name'],
hasMany: {model: 'Order', name:... -
29 Jan 2012 5:45 PM
- Replies
- 1
- Views
- 375
Would I be best to add a function to the store which is called on load and plots items in the map?
Any help would be greatly appreciated. -
26 Jan 2012 7:56 PM
- Replies
- 1
- Views
- 375
I have the following store:
Ext.regStore('NearbyShopsStore', {
model: 'Shop',
sorters: 'suburb',
autoLoad: true,
pageSize: 15,
clearOnPageLoad: false, -
25 Jan 2012 3:12 PM
- Replies
- 2
- Views
- 619
Just to confirm, you mean like the following:
Ext.regStore('NearHomeStore', {
model: 'Pub',
sorters: 'suburb',
autoLoad: true,
pageSize: 15,
clearOnPageLoad: false, -
24 Jan 2012 8:34 PM
- Replies
- 2
- Views
- 619
I have a deal store that uses a proxy to get it's data from an api.
At the moment, there are 3 different lists that each pass a deal type id to the deal store which uses it in it's api and returns... -
20 Dec 2011 2:34 AM
Jump to post Thread: Nested objects in a model? by rossmurphy
- Replies
- 2
- Views
- 500
I receive the below from an api call. Is it possible to use nested objects in a model? If so, how would I use the regModel to register the below hierarchy?
Thanks.
{
"Store": {... -
18 Dec 2011 12:13 PM
Jump to post Thread: Ext.Application vs Ext.Setup by rossmurphy
- Replies
- 4
- Views
- 1,605
Sencha Touch 1.1.1
-
17 Dec 2011 9:26 PM
Jump to post Thread: Ext.Application vs Ext.Setup by rossmurphy
- Replies
- 4
- Views
- 1,605
Can someone explain the difference between using Ext.Application and then the launch property versus using Ext.Setup and the onReady property?
I've seen many tutorials each using different methods...
Results 1 to 25 of 26
