blob: cb39d9ee3f7777c2f4b1f62d71b1db03a80b7062 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<element name="BrowseDirectoryAction">
<annotation>
<documentation>
When the button is pressed, a directory browser dialog is shown.
</documentation>
</annotation>
<complexType>
<attribute name="Condition" type="xs:string">
<annotation>
<documentation>
The condition that determines if the parent control will execute this action.
</documentation>
</annotation>
</attribute>
<attribute name="VariableName" type="xs:string" use="required">
<annotation>
<documentation>
The name of the variable to update when the user selects a directory from the dialog.
</documentation>
</annotation>
</attribute>
</complexType>
</element>
|