Initializing help system before first use

vdl-column

A vertical column to control layout of a custom view. A vdl-row is split up into 12 columns and each vdl-column can be sized between 1 and 12 of these.

Required parent element

Must be contained within one of the following elements:

Example

<vdl-section>
  <vdl-row>
    <vdl-column size="6" offset="6" heading="Column Title">
      <!-- Any VDL, HTML or text content -->
    </vdl-column>
  </vdl-row>
</vdl-section>

Attributes

heading Adds a heading title to the column.
heading-level If specified can alter the size of the heading. Uses the same numbers (1-6) as the HTML heading tag. Defaults to size 4.
offset If the column needs to start further away from the left hand margin of the VDL page, specify an offset using the same numbers as the size attribute.
size The width of the column 1-12

Element contents

Markup allowed

Any VDL, HTML or text content

© 2001-2020 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.