I tried to ask this before, but I don't think I was specific enough in regard to what I wanted so I'm going to give it another try...
In the Fields Builder, when editing the items, there are several types available, including Number and Range. I want to create items that are Number types, but I want the user to select that number on a slider, instead of having to type it in or push up and down arrows. For example, the user selects a specific number between 0 and 10, such as 6. I know this is possible because the default jQuery slider, which can be seen at http://jqueryui.com/slider/, works like this. How do I change the Number type to display as a single handle slider instead of how Dolphin has it setup?
Just so there's no confusion, I do not want to use a range. I know the Range type has a slider, but I want the user to select a specific number. Hopefully this all makes sense. Thanks!
P.S. At a minimum, if someone can direct me to the code where the jQuery widgets are being called and parameters for them specified, I can probably figure it out from there. I just haven't been able to locate it on my own yet.