Threaded View
-
20 Mar 2009 10:01 AM #7
You should change the baseparams and set the loadingstate to false just after the user value has been changed
the next time the menu is shown it will be forced to reload the itemconfig.PHP Code:var msm = Ext.getCmp('myStoreMenu');
msm.baseParams = {userTXT: userValue, mailTXT : emailValue};
msm.loaded=false;
Extensions:
Ext.ux.DatePickerPlus (Multimonth,Multiselect,...)
Ext.ux.menu.StoreMenu - Ajax Store as menu-item config
Extended Window - Aero Shadows, nested grayscaled modal windows
Ext.MessageBox.promptCombo/promptRadio/promptCheckbox
Ext.ux.plugin.triggerfieldTooltip (for Comboboxes, Datefields...)
Ext.util.MD5
Ext.util.Utf8 (encode/decode)
Ext.util.base64 (encode/decode)
Using:
ExtJS 3.4.1.1/4.2
XPsp3/W7sp1
IE8/9/10
FF 20
Chrome 26


Reply With Quote