File: JSModalWindow.api

package info (click to toggle)
sope 5.12.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,588 kB
  • sloc: objc: 169,223; sh: 3,823; ansic: 3,409; javascript: 446; python: 318; makefile: 185
file content (33 lines) | stat: -rw-r--r-- 982 bytes parent folder | download | duplicates (10)
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
31
32
33
<?xml version="1.0" standalone="yes"?> 

<wo class="JSModalWindow">
  <binding name="action" passthrough="NO" defaults="Actions"/>
  <binding name="pageName" passthrough="NO" defaults="Page Names"/>

  <binding name="height" />
  <binding name="width" />
  <binding name="windowName" />
  <binding name="isResizable" />
  <binding name="showLocation" />
  <binding name="showMenuBar" />
  <binding name="showScrollbars" />
  <binding name="showStatus" />
  <binding name="showToolbar" />

  <!-- SOPE -->
  <binding name="href" />
  <binding name="top" />
  <binding name="left" />
  <binding name="isCenter" />
  <binding name="filename" />
  <binding name="string" />
  <binding name="framework" defaults="Frameworks"/>

  <validation message="exactly one of &apos;action&apos;, &apos;pagename&apos;, or &apos;href&apos; may be bound">
    <count test="!=1">
      <bound name="action"/>
      <bound name="pageName"/>
      <bound name="href"/>
    </count>
  </validation>
</wo>