]> err.no Git - sope/blob - sope-appserver/WOExtensions/JSModalWindow.api
updated framework version
[sope] / sope-appserver / WOExtensions / JSModalWindow.api
1 <?xml version="1.0" standalone="yes"?> 
2
3 <wo class="JSModalWindow">
4   <binding name="action" passthrough="NO" defaults="Actions"/>
5   <binding name="pageName" passthrough="NO" defaults="Page Names"/>
6
7   <binding name="height" />
8   <binding name="width" />
9   <binding name="windowName" />
10   <binding name="isResizable" />
11   <binding name="showLocation" />
12   <binding name="showMenuBar" />
13   <binding name="showScrollbars" />
14   <binding name="showStatus" />
15   <binding name="showToolbar" />
16
17   <!-- SOPE -->
18   <binding name="href" />
19   <binding name="top" />
20   <binding name="left" />
21   <binding name="isCenter" />
22   <binding name="filename" />
23   <binding name="string" />
24   <binding name="framework" defaults="Frameworks"/>
25
26   <validation message="exactly one of &apos;action&apos;, &apos;pagename&apos;, or &apos;href&apos; may be bound">
27     <count test="!=1">
28       <bound name="action"/>
29       <bound name="pageName"/>
30       <bound name="href"/>
31     </count>
32   </validation>
33 </wo>