file

file, tile type

The file tile displays the contents of an Ionic file stored in BigFiles. Only the listed columns are shown; other columns are ignored.

Example

show file "Configuration" file:"/manual/config.ion" with
  "MaxValue" as "Maximum" editable: true
  "MinValue" as "Minimum" editable: true
  "Label" { cellBackground: #CCC }
  "Category" { cellBackground: #CCC }

Tile-level options

Column-level options

Remarks

The file option must be a scalar text literal and must point to an .ion file. Columns are declared as scalar text literals and must be unique. Use as to override the column header label and StyleCode to format columns. If editable is not provided, the column is read-only. Edits are saved back to the same file path when the user clicks save.

StyleCode

For generic StyleCode rules, see stylecode.

User Contributed Notes
0 notes + add a note