]> err.no Git - sope/blob - sope-appserver/NGObjWeb/DynamicElements/WOVBScript.api
started TAL element builder
[sope] / sope-appserver / NGObjWeb / DynamicElements / WOVBScript.api
1 <?xml version="1.0" standalone="yes"?> 
2
3 <wo class="WOVBScript">
4   <binding name="hideInComment" passthrough="NO" defaults="YES/NO"/>
5   <binding name="scriptSource" passthrough="NO"/>
6   <binding name="scriptString" passthrough="NO"/>
7   <binding name="scriptFile" passthrough="NO"/>
8   <binding name="otherTagString" passthrough="NO"/>
9
10   <validation message="one of &apos;scriptFile&apos;, &apos;scriptSource&apos;, or &apos;scriptString&apos; must be bound">
11     <count test="!=1">
12       <bound name="scriptFile"/>
13       <bound name="scriptSource"/>
14       <bound name="scriptString"/>
15     </count>
16   </validation>
17 </wo>