blob: d92bbe02a6f2c4223a740f3136c93de92b73c983 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
<element name="ChangePageAction">
<annotation>
<documentation>
When the button is pressed, the specified page is shown.
</documentation>
</annotation>
<complexType>
<attribute name="Cancel" type="YesNoType">
<annotation>
<documentation>
When set to 'yes', none of the variable changes made on the current page are saved.
</documentation>
</annotation>
</attribute>
<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="Page" type="xs:string" use="required">
<annotation>
<documentation>
The Name of the Page to show.
</documentation>
</annotation>
</attribute>
</complexType>
</element>
|