How to model the Classic Slider in TW5

I’m looking for a TW5 feature to model the Classic TW slider. I’m doing worked examples in shell scripting. The narrative sounds like:

  • do this, which produces
  • these results, which suggests
  • this, or that,
  • etc…

I’ve tried <<tabs … >>, both horizontal and vertical, but I’d prefer being able to have 2 or 3 slider visible at once. I recall seeing discussions about the slider’s being absorbed in a new feature, but have lost track of what happened.

You might want to look at

1 Like

Thanks. looks “spot on”.

That’s good, but I hope you didn’t miss that TW5 has “sliders” natively built in also, i.e the RevealWidget (scroll down to “Accordion or Slider”). It is a rather complex construct… but it is native.

1 Like

You can also try a DETAILS element…

Initial text to view Additional text to view when initial summary text is clicked

<details>
    <summary>
        Initial text to view
    </summary>
   Additional text to view when initial summary text is clicked    
</details>

Thanks all. I’ve bookmarked and will sample all approaches. Use of the RevealWidget suggests a macro, which I’ll work on. In another life, I was a huge M4 proponent.