Add linked element to scrollbars

The linked element will be updated dynamically as the scrollbar's value changes.
Also: Added long-missing hasControl() method to cDialog
This commit is contained in:
2015-10-02 22:08:16 -04:00
parent f7daba4ead
commit 4aea031914
11 changed files with 72 additions and 4 deletions

View File

@@ -220,6 +220,9 @@ from 0 to `max` inclusive. Defaults to 0.
* `max` - Specifies the maximum value of the slider. This attribute is required.
* `page-size` - Specifies how much the slider should scroll when clicking
between the thumb and the arrow button. Defaults to 10.
* `link` - If present, the control with this ID will have its text set
to the slider's value whenever it changes. It works best if the referenced
control appears before the slider control in the definition.
The `<stack>` tag
-----------------