zkoss / jquery4j

Automatically exported from code.google.com/p/jquery4j
0 stars 2 forks source link

Make org.zkoss.jquery4j.jqueryui.slider.Slider.SliderEvents public #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Public access to the nested class 
org.zkoss.jquery4j.jqueryui.slider.Slider.SliderEvents would allow its event 
name constants to be used when adding EventListeners to a Slider in a similar 
fashion org.zkoss.zk.ui.event.Events does, i.e.:

someSlider.addEventListener(SliderEvents.ON_CHANGE, someListener);

Original issue reported on code.google.com by andiklei...@gmail.com on 9 Nov 2011 at 9:18