Hi everyone....might seem pretty straightforward but I can't get this to work. I want to connect to onMouseOver or onMouseLeave event of the dijit.form.Slider, but the assigned function will never get called, except the page load!
dojo.connect(dijit.byId('cxhorizontalSlider'), 'onMouseOver', showCxSliderVals());
this pieco of code is written to the end of the tag (of course within tag). Even if I change it to 'onChange' nothing happens...
Any ideas I'm doing wrong ? thank you all!
