KoolReport's Forum

Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines

Some RangerSlider about RangerSlider #619

Open Eugene opened this topic on on Jan 25, 2019 - 3 comments

Eugene commented on Jan 25, 2019

in the title I meant some questions...

Hi, I created a slider in my view php file

RangeSlider::create(array(
          "name" => "lengthInput",
          "handles" => 1,
          "length" => "420px",
          "ranges" => array(
               "min" => 2,
               "max" => 20,
          ),
               "scale" => 1,
               "step" => 1,
                        ));

I have 3 questions

  1. As I understand the scale is shown as 0-100 (or I did something wrong?) Is it possible to show the real values of ranges min and max?

  2. Is it possible to show the values - something like marks on the scale - it is almost impossible to understand the current value now and set for example 17

  3. Does this control generate any events that could be used in JS to update the current value and show it somewhere? Same like in the example at your site but make it life and update with every change.

KoolReport commented on Jan 26, 2019

I have worked with dev.team and it seems there is the bug with slider range. It has been fixed so would you like us to send over the email or you want to wait for new version of KoolReport (probably next week)

Eugene commented on Jan 26, 2019

I can wait till next week but if it could take longer please send me the update by email.

KoolReport commented on Jan 26, 2019

Sure!

Build Your Excellent Data Report

Let KoolReport help you to make great reports. It's free & open-source released under MIT license.

Download KoolReport View demo
help needed

Inputs