Search Type: Posts; User: cgiamett
Search: Search took 0.02 seconds.
-
10 Jun 2012 9:17 AM
Jump to post Thread: Various Ext4 blogs by cgiamett
- Replies
- 7
- Views
- 1,273
The following should be specified above the Ext.application declaration in app.js:
Ext.Loader.setConfig({enabled:true}); Ext.require([ 'Ext.data.Store', ... -
10 Jun 2012 9:16 AM
Jump to post Thread: Various Ext4 blogs by cgiamett
- Replies
- 7
- Views
- 1,273
Combo boxes don’t work like grids, in that you just can call the combo box “getStore().loadData” function and pass in the JSON data. I eventually found that you have to do several things in order to...
-
10 Jun 2012 9:15 AM
Jump to post Thread: Various Ext4 blogs by cgiamett
- Replies
- 7
- Views
- 1,273
This ended up being pretty tricky. As it turns out you can use the html width attribute for the iFrame tag to set its width to 100%, however this won’t work for the height. For the height you have to...
-
10 Jun 2012 9:14 AM
Jump to post Thread: Various Ext4 blogs by cgiamett
- Replies
- 7
- Views
- 1,273
I couldn’t actually find an example of how to do this in any of the documentation, forums, or the rest of the internet so I resorted to looking at the source code for Ext.util.TaskRunner. I was able...
-
10 Jun 2012 9:13 AM
Jump to post Thread: Various Ext4 blogs by cgiamett
- Replies
- 7
- Views
- 1,273
Getting the height though is more tricky business, because the actual height is not available until after the content is loaded into the iframe. Just listen for the onload event right, no. Even after...
-
10 Jun 2012 9:12 AM
Jump to post Thread: Various Ext4 blogs by cgiamett
- Replies
- 7
- Views
- 1,273
This was a little confusing to figure out because doing this is very different in the various versions of Ext JS. In this example there is a GridPanel with columns A,B,C,D and at some point within...
-
10 Jun 2012 9:11 AM
Jump to post Thread: Various Ext4 blogs by cgiamett
- Replies
- 7
- Views
- 1,273
This was in a case where the data needed to be displayed in a tab for each category, so tab A had grid A, tab B had grid B, and so on. The TabPanel was also only displayed in certain cases, which...
-
10 Jun 2012 9:09 AM
Jump to post Thread: Various Ext4 blogs by cgiamett
- Replies
- 7
- Views
- 1,273
I had a case where I wanted to be able to click on an image and have it execute a transition within the Ext JS MVC framework. I originally looked into just using a regular button, but ran into...
Results 1 to 8 of 8
