luci-base: implement a range slider input/control
authorPaul Donald <[email protected]>
Fri, 25 Apr 2025 18:24:17 +0000 (20:24 +0200)
committerPaul Donald <[email protected]>
Tue, 24 Jun 2025 13:20:50 +0000 (15:20 +0200)
commit3c16c590075eb8bdc9f019258a2357160ac5a912
tree591ba7e4a13cc457bb352996f8f024e7e5a2638b
parent855e38245eb49c5f54df35334f4221f33642bcbf
luci-base: implement a range slider input/control

This control is used to set values within a predefined range, and uses
the HTML 'input' element of type 'range' supported in all browsers.

Signed-off-by: Paul Donald <[email protected]>
modules/luci-base/htdocs/luci-static/resources/form.js
modules/luci-base/htdocs/luci-static/resources/ui.js