alfhabetagama Posted March 28, 2013 Posted March 28, 2013 Hi, all How can i do, selecting data on dblookupCombobox by typing, not on click. thank before Quote
jeans_larghi Posted April 9, 2013 Posted April 9, 2013 in the properties unidblookupComboBox click on ClientEvents -> uniEvents double click on function onAfterCreate function OnAfterCreate(sender) { sender.editable = true; } other functions http://docs.sencha.com/ext-js/4-1/#!/api/Ext.form.field.ComboBox 1 Quote
knopix Posted April 11, 2013 Posted April 11, 2013 I have done but have not been able to? there another solution? Regards Quote
alfhabetagama Posted April 12, 2013 Author Posted April 12, 2013 in the properties unidblookupComboBox click on ClientEvents -> uniEvents double click on function onAfterCreate function OnAfterCreate(sender) { sender.editable = true; } other functions http://docs.sencha.com/ext-js/4-1/#!/api/Ext.form.field.ComboBox in the properties unidblookupComboBox click on ClientEvents -> uniEvents double click on function onAfterCreate function OnAfterCreate(sender) { sender.editable = true; } other functions http://docs.sencha.com/ext-js/4-1/#!/api/Ext.form.field.ComboBox Thank you very much...jeans_largi, very helpful. with so much simpler this way, before I use the combobox then enter the data from the database into the combobox, to replace the function DBLookUpCombobox Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.