##// END OF EJS Templates
Sending data back to python object after slider values change
Tarun Gaba -
Show More
@@ -77,6 +77,7 b' define(['
77 this.model.set('value', value, {updated_view: this});
77 this.model.set('value', value, {updated_view: this});
78 this.$slider.slider('option', 'value', value);
78 this.$slider.slider('option', 'value', value);
79 this.$readout.text(value);
79 this.$readout.text(value);
80 this.touch()
80
81
81 // Use the right CSS classes for vertical & horizontal sliders
82 // Use the right CSS classes for vertical & horizontal sliders
82 if (orientation=='vertical') {
83 if (orientation=='vertical') {
General Comments 0
You need to be logged in to leave comments. Login now