checkList

Description: A check list component with status feedback on each item.

JavaDoc: Click here

Body content: JSP content. (non CheckItem tags will be ignored)

Attributes:

Name Description Data type Required Default value
autoNumberPrefix Auto-inserts numbered prefixes to each item (taking into account subItem numbering. Boolean No False
autoBreak Auto-inserts line breaks after each subItem group. Boolean No False
mandatoryNote If one of the sub Itens is mandatory the message in this attribute will appear below the last sub item. String No -

Examples:

<dif:document>
        <dif:checkList>
        <dif:checkListItem title="Open the car" status="true" tip="It is not locked" />
        <dif:checkListItem title="Enter the car" helpID="You must always remember to fasten your seat belt" />
        <dif:checkListItem title="Start the car" status="false" error="You forgot the key" />
        <dif:checkListItem title="Drive away" status="false" />
    </dif:checkList>
    ...
</dif:document>

See also:

Back to tag reference