- Posts: 23
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
<script type="text/javascript" charset="utf-8"> $(document).ready(function() { setTimeout(function() { $('#question{QID} input[type="text"]').bootstrapSlider('setAttribute', 'reversed', true); $('#question{QID} input[type="text"]').bootstrapSlider('refresh'); }, 100); }); </script>
Reverse the vertical slider scale. Not from horizontal to vertical. How should that be done without the approach Tpartner is showing?DenisChenu wrote: No need extra system / hacking etc .... Maybe just some css
As I suggested, perhaps it should be a question setting. That way it could be included in the slider initiation function instead of applied after initiation (thus avoiding the small time delay). Of course, if it was a question setting, we would also need to handle the slider max/min and left/right text positions.How should that be done without the approach Tpartner is showing?
Yep, seems broken currently. But : any idea for the best place ?tpartner wrote: But you'd also need to handle the max/min text and left/right text positions (which don't seem to work very well in vertical anyway.)
I second that.tpartner wrote: My opinion for the text positioning in vertical sliders would be:
Min/Max text - To the left of the slider
Left/Right text - Above and below the slider