Skip to end of banner
Go to start of banner

list wikiinput

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Defines a column as a wiki-text input.

See Example 3 and Example 11.

Parameters

parameter

Mandatory?

Default

Description

Comments

heading

yes


The heading of the column


text area character width

yes


The number of columns in the text area when editing the value


rows

no

1

The number of rows in the text area when editing the value


storage type

no

rows

Determines where to store the value. Use rows to store the values for this column into the pages representing each row (metadata value name is <Column Heading>), or checklist to store the values into the page containing the checklist (metadata value name is <Column Heading>.<Space Key>:<Row page title>)

store=checklist not supported with Comala Boards

sorttype

no

S

Type of value to be used to sort the table by this column. Values could be any of A: Already sorted; C: Currency; D: Date; F: Float; I: Integer; S: String


width

no


Width of the column


readonly

no

false

Whether or not the column is read-only


class

no


The style sheet (CSS) class to use for the cells


  • No labels