INPUT /  OUTPUT /  LANGUAGE






tabRow tag

Category: presentation container tag

Creates a row of content inside a table tag.

Sample usage

<table
    <tabRow {A},{B},{C}>
    <tabRow  1,  2,  3 >
>
— creates a table with 2 rows and 3 columns. The top row contains A B C and the bottom row contains 1 2 3.

Fields

Primary field

Category: presentation container field

A list of values and/or presentation tags. Each item corresponds to a different column within the table row.

Secondary fields