Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleText Box 'alias' datatype
linenumberstrue
<textbox>
        <id>IssuedOnAlias</id>
        <name>Issued On</id>    
        <value>[[notNull,java.lang.String,date1,java.lang.String,date2]]</value>
        <datapath>issuedOn</datapath>
        <datatype>alias</datatype>
</textbox>

Text box with url

Image Removed 

Code Block
titleText box with url
linenumberstrue
<textbox>
    <id>txtCode</id>
    <datapath>code</datapath>
    <url>page.do?xml=products/products&amp;act=summary</url>
</textbox>