Sencha

May 3, 2012
Digital Transformation Group LinkedIn

Creating a dynamic TabPanel that contains dynamic GridPanels (Ext JS 4.x)

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 […]
May 2, 2012
Digital Transformation Group LinkedIn

Adding columns dynamically to a GridPanel (Ext JS 4.x)

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 […]
May 1, 2012
Digital Transformation Group LinkedIn

Calculating the scrollbar height of an iFrame (Ext JS 4.x)

First you need to get the DOM element of the iFrame,  so assuming you have an iframe like ths following: var panel = Ext.create('Ext.form.Panel', { title: […]
April 30, 2012
Digital Transformation Group LinkedIn

Writing an asynchronous task that takes a parameter (Ext JS 4.x)

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 […]
April 27, 2012
Digital Transformation Group LinkedIn

Displaying an iFrame at 100% height and width in a dynamic Panel (Ext JS 4.x)

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 […]
April 26, 2012
Digital Transformation Group LinkedIn

What to include in app.js (Ext JS 4.x)

The following should be specified above the Ext.application declaration in app.js: Ext.Loader.setConfig({enabled:true}); Ext.require([             'Ext.data.Store',             'Ext.data.StoreManager',             'Ext.data.HasManyAssociation',             'Ext.data.BelongsToAssociation',             'Ext.container.Viewport',             'Ext.grid.*',             'Ext.util.*',             'Ext.state.*',             'Ext.form.*'         ]);   Ext.application({    name: […]
April 11, 2012
Digital Transformation Group LinkedIn

What’s Next After Flex? Well….Sencha!

I wanted to take a moment to announce AppFoundation’s move to the Sencha product base. At AppFoundation, we have been developing Adobe Flex applications since 2005 […]
April 11, 2012
Digital Transformation Group LinkedIn

Developing an Enterprise Sencha Application Strategy

     If your business has invested in traditional application development platforms such as Adobe Flex or Adobe AIR; maybe it is time to look into Sencha. […]
//]]>