FileTag

Navigation:  Development > InformationSet > Definitions >

FileTag

Previous pageReturn to chapter overviewNext page

Creates File input box. See below example:

 

<field name="imagethumb">
    <title>Thumnail</title>
    <type>fileTag</type>
    <hints>*.jpg, *.gif, *.png (120px × 100px)</hints>
    <validation />
   <parameters />
   <db-attribute>
      <attribute name="type">varchar</attribute>
      <attribute name="length">100</attribute>
      <attribute name="null"></attribute>
      <attribute name="default"></attribute>
   </db-attribute>            
   <tag-attributes>
      <attribute name="id">imagethumb</attribute>
    </tag-attributes>
</field>