Back
Login
Register
Login
Register
Millisecond Forums
Home
»
Millisecond Forums
»
Inquisit 4
»
RE: How to show range values of a slider element?
How to show range values of a slider element?
Post Reply
Like
51
How to show range values of a slider element?
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
RSS Feed
Goto Topics Forum
Author
Message
SpoHo
SpoHo
posted 11 Years Ago
ANSWER
Topic Details
Share Topic
Group: Forum Members
Posts: 27,
Visits: 115
Hi!
I want to show the values of the slider element constantly, and not only in a tooltip.
I looked at the manual, and thought /showticks = true would helpt, but it doesn't.
Do you guys have a quick solution for that?
My code is:
<slider test>
/ caption="Public Viewing"
/ labels=("weak", "strong")
/ range = (-3, 3)
/ slidersize = (50%,15%)
/ increment = 1
/ showticks = true
</slider>
Reply
Like
51
Dave
Dave
posted 11 Years Ago
ANSWER
Post Details
Share Post
Group: Administrators
Posts: 13K,
Visits: 108K
No, that's not what /showticks is supposed to do (compare setting it to true vs false and observe the difference). You need to use the /labels attribute as in:
<slider test>
/ caption="Public Viewing"
/ labels=("weak~n-3","~n-2", "~n-1", "~n0", "~n+1", "~n+2" "strong~n+3")
/ range = (-3, 3)
/ slidersize = (50%,15%)
/ increment = 1
/ showticks = true
</slider>
Reply
Like
53
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Post Reply
Like
51
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Facebook
Explore
Messages
Mentions
Search