File: WOText.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 (24 lines) | stat: -rw-r--r-- 868 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
<?xml version="1.0" standalone="yes"?> 

<wo class="WOTextField">
  <binding name="name"/>
  <binding name="value" settable="YES" required="YES"/>
  <binding name="disabled" passthrough="NO" defaults="YES/NO"/>

  <!-- SOPE -->
  <binding name="rows" passthrough="NO"/>
  <binding name="cols" passthrough="NO"/>
  <binding name="numberformat" passthrough="NO" defaults="Number Format Strings"/>
  <binding name="dateformat" passthrough="NO" defaults="Date Format Strings"/>
  <binding name="formatter" passthrough="NO"/>

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

  <validation message="no more than one of &apos;dateFormat&apos;, &apos;numberFormat&apos;, or &apos;formatter&apos; may be bound">
    <count test="&gt;1">
      <bound name="numberformat"/>
      <bound name="dateformat"/>
      <bound name="formatter"/>
    </count>
  </validation>
</wo>