File: WOIFrame.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 (31 lines) | stat: -rw-r--r-- 1,170 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
<?xml version="1.0" standalone="yes"?> 

<wo class="WOIFrame">
  <binding name="pageName" passthrough="NO" defaults="Page Names"/>
  <binding name="src"/>
  <binding name="value" passthrough="NO"/>
  <binding name="filename" passthrough="NO"/>
  <binding name="directActionName" passthrough="NO" defaults="Direct Actions"/>
  <binding name="actionClass" passthrough="NO" defaults="Direct Action Classes"/>

  <binding name="queryDictionary" passthrough="NO"/>
  <binding name="otherTagString" passthrough="NO"/>

  <validation message="either one of &apos;pageName&apos;, &apos;src&apos;, &apos;value&apos; or &apos;directActionName&apos; may be bound, or either or both of &apos;actionClass&apos; and &apos;directActionName&apos;, or both of &apos;value&apos; and &apos;filename&apos; may be bound">
    <count test="!=1">
      <bound name="pageName"/>
      <bound name="src"/>
      <bound name="value"/>
      <bound name="directActionName"/>
      <or>
        <bound name="actionClass"/>
        <bound name="directActionName"/>
      </or>
      <or>
        <bound name="value"/>
        <bound name="filename"/>
      </or>
    </count>
  </validation>

</wo>