Column Set Code Block

A column-set can be specified in the definitions block for reuse in multiple pages.

Here is a high level view of the syntax of a column-set.

  column-set id = <string> { 
    take-parameter <string> 
    <column> 
    <column> { 
      expand <label string> { 
        <column> 
        <column> 
        ... 
      } 
    } 
  } 
  ... 
  column-set id = <string> { 
    pass-parameter <string> <value> 
  } 

See also: