Tutorial talk:Extending Ext Class (Legacy)
This version of our Learning Center is unmaintained.
This article may be out-of-date or contain incorrect information.
Please visit the new Sencha Learning Center for up-to-date material.
From Sencha - Learn
How would one create private properties in Ext JS 1.1.1? The normal object pattern doesn't work with Ext.extend. --DotnetCarpenter 04:49, 8 May 2008 (EDT)
Can someone verify that this example works with ext-2.0-rc1 closer to today's date, 22 Nov. 2007? I get a nice German flag, but the drop down list is empty in both IE7 and FF2. I can get to the data by typing into the box, however, so it's there somewhere. I'm using the code at the bottom of the page, which should be the final version.
Corrected the missing <tpl>
I added the <tpl for="."> to the "final version" to fix an issue where the flag shows up as the current selection but no child members show up in the drop window.
I'm using Ext version 2.1 if that matters. The code didn't work for me in either Firefox or IE without that modification.
