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

@@ -250,6 +250,7 @@
<xs:attribute name="initial" type="xs:integer" default="0"/>
<xs:attribute name="page-size" type="xs:integer" default="10"/>
<xs:attribute name="vertical" type="bool" default="true"/>
<xs:attribute name="link" type="xs:token"/>
<xs:attributeGroup ref="rect-size"/>
</xs:complexType>
</xs:element>
@@ -326,5 +327,9 @@
<xs:selector xpath='*'/>
<xs:field xpath='@name'/>
</xs:unique>
<xs:keyref name="sliderLink" refer="uniqueID">
<xs:selector xpath="slider"/>
<xs:field xpath="@link"/>
</xs:keyref>
</xs:element>
</xs:schema>