0

[Solved] Slider Tooltip

asked 2014-03-10 13:50:11 +0800

IngoB gravatar image IngoB flag of Germany
256 6

updated 2014-03-11 07:51:53 +0800

Hi,

i got a Slider and I do NOT want a slidingtext. How do I disable the slidingtext?

http://www.zkoss.org/zkdemo/input/slider

if you slide the slider a number appears underneath and i don't want that number. I tried in ZUL File tooltip="" and slidingtext="" but it is not working.

Any Idea? Thank you

P.S.: Im using ZK 7.0.1

delete flag offensive retag edit

2 Answers

Sort by ยป oldest newest most voted
1

answered 2014-03-11 06:52:12 +0800

RaymondChao gravatar image RaymondChao
386 1 4
ZK Team

Hi IngoB,

The workaround to remove sliding text is to change the slider popup CSS. For example:

.z-slider-popup {
    display:none !important;
}
link publish delete flag offensive edit
0

answered 2014-03-11 07:51:38 +0800

IngoB gravatar image IngoB flag of Germany
256 6

Thank you :) It's working.

link publish delete flag offensive edit
Your answer
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow
1 follower

RSS

Stats

Asked: 2014-03-10 13:50:11 +0800

Seen: 24 times

Last updated: Mar 11 '14

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More