-
27 Jul 2010 4:12 AM #1
Selected item in select (dropdown menu).
Selected item in select (dropdown menu).
I have a simple dropdown menu and I want the selected item to be something else than the first item. So how can I change the selection? I have already tried to add activeItem to it, but it doesn't seem to work.
Code:xtype: 'select', name: 'autoUpdateTime', options: [{ text: 'Never', value: 'Never' }, { text: '1 minute', value: refreshTime1, }, { text: '20 minutes', value: refreshTime2, }, { text: '30 minutes', value: refreshTime3, }]
Similar Threads
-
How to identify the selected menu item?
By gvargas in forum Ext 2.x: Help & DiscussionReplies: 2Last Post: 12 Jun 2009, 7:37 AM -
Keep a Menu Adapter item with a Combo from being hidden when Combo List item selected
By lmartinho in forum Ext 2.x: Help & DiscussionReplies: 3Last Post: 16 Feb 2009, 4:44 AM -
Set selected menu item
By Gunmen in forum Ext 2.x: Help & DiscussionReplies: 1Last Post: 2 Jul 2008, 8:23 AM -
How to select some particular item in combobox selected by default?
By Royan in forum Ext 2.x: Help & DiscussionReplies: 2Last Post: 4 Dec 2007, 1:28 AM


Reply With Quote