<column> (Template Tag)


Description


The <column> tag is the vertical building block of a table. Several columns create the table.

This tag defines specific columns of the table.

The <column> tag lets you define the width attribute of a column.


Example


 <?xml version="1.0" encoding="utf-8"?>

. . .

   <table style="small;debug">

     <row style="small">

       <columns>

         <column width="1.0"></column>

         <column width="6.0"></column>

       </columns>

     </row>

   </table>

. . .


Attributes



Attribute

Description

width

This attribute is required.

The attribute defines a width of a column.

The <column> tag can contain the width attribute only.



Child elements permitted


<cell>


Parent elements permitted


<columns>