Skip to content

Grid editor

Allows to introduce a grid in the form with a column for a description.

There are a list of elements can be configured in the fieldlet:

Section to view

Indicates where the fieldlet will be in the Summary view of the Topic.

  • Header - Shows the fiedlet in the middle of the page.
  • More info - Shows the fiedlet in a new tab 'More info' in the bottom of the page.

Row width

Allows to personalize the anchor of the fieldlet in Edit topic.

The maximum allowed value is 12 (100% width of the tab).

Row height

Allows to personalize the height of the fieldlet in Edit topic.

The maximum allowed value is 12.

Hidden from view mode

Indicates if the field will be hidden from the view mode.

Hidden from edit mode

Indicates if the field will be hidden from the edit mode.

Mandatory field

Check if you want the field as mandatory.

Columns

Set the columns and the format table.

Names of columns should be separated by ;

After name of column, we need to set the column type:

Example:

Sub-task,textfield,250;Status,combo_dbl,,New,New#In progress#Done;Date,datefield;Active,cbox

In this example we set four columns. First one is a text column called Sub-task, limited to 250 characters.

The second column call Status, is a combobox (type combo_dbl) with a value (New) as default option but with two more options you can set in the combo.

The third one, Date, is a date field which allows you to choose from a calendar a date.

The last one, Active, is a checkbox, so you can choose between two options, active and inactive.

         Sub-Task  |    Status    |    Date     |   Active
       ------------------------------------------------------
        <textarea> | <combo-box>  | <datefield> | <checkbox>