forms - MouseOver item combobox extjs 4 -


i'm trying sort of temporary form autocomplete on mouse on of combobox item. combobox has remote store , on item hover other fields of form compiled other information combo store while mouse on item. there isn't mouseover event comboboxes items how can it?

you can attach mouseover listener div element wrapping combobox so:

mycombo.bodyel.on('mouseover', function(e, t, eopts) {     //do }); 

Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -