Skip to content

Commit a8fc4b8

Browse files
committed
Add keywords and description + fix screenshots layout
1 parent 9ce0290 commit a8fc4b8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pages/working-with-projects/field-properties-pane.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: Field properties pane
33
linkTitle: Field properties
44
slug: help/working-with-projects/field-properties-pane
5+
description: The field properties pane in AppGini allows you to configure the properties of fields in your tables.
6+
keywords: field properties, field properties pane, appgini field properties, appgini field properties pane, media tab, lookup field, options list, calculated field, data format, technical documentation
57
---
68

79
# Field properties pane
@@ -50,11 +52,13 @@ The field will be read-only and its value set automatically by the app.
5052
### Read Only
5153
If checked, this field will be displayed in the detail view but not editable.
5254
This is useful in many scenarios, including forcing a default value (or automatic value), calculated fields, fields that are populated using custom code or a third party app, .. etc.
55+
5356
![AppGini_rlaTzMBsVl](https://github.com/bigprof-software/appgini-docs/assets/168858457/781c5ba8-d657-426c-a6b7-65e74ae2e713)
5457

5558
### Primary key
5659
If you check this option, the current field will be the primary key of the current table.
5760
In AppGini, Every table must have a single primary key field in order to uniquely identify records of the table (multi-field primary keys are not supported by AppGini).
61+
5862
![AppGini_bI8MW1vvBU](https://github.com/bigprof-software/appgini-docs/assets/168858457/2f3e5609-4633-42ef-a93c-6cb138acef64)
5963

6064
### Zero Fill
@@ -70,6 +74,7 @@ If you set the field as read-only, auto-increment or hidden in detail view, this
7074

7175
### Rich (HTML) area
7276
If checked, this field will be displayed as a rich area in the detail view. A rich area provides advanced formatting features not available in a normal text area. For example, you can change the font/font size, colors, add links, add photos, ... etc.
77+
7378
![AppGini_BNj6i82r3r](https://github.com/bigprof-software/appgini-docs/assets/168858457/3e5ee5eb-79b7-4bf9-833b-97d3f2e1e7f6)
7479

7580
### Auto increment
@@ -78,6 +83,7 @@ While defining the properties for the ID field (likely named "id"), look for an
7883
### Unique
7984
The data values in this field cannot be repeated if you check this property. This is similar to the Primary key property except that unique fields can be empty (null).
8085
If a user tries to enter a value that already exists into a unique field, they'll see an error message like the one below.
86+
8187
![AppGini_d3pskp8FXm](https://github.com/bigprof-software/appgini-docs/assets/168858457/3e5f90a8-6750-4f47-9eb8-cf9ba275d2ac)
8288

8389
### Show column sum
@@ -244,7 +250,7 @@ To hide the 'None' option, set the field as required.
244250
### Data format > Format this field as
245251
Use this option if you want to apply a special format to the data stored in this field.
246252
Examples of special formats include currency formats, Date/time formats, ... etc.
247-
You can add or edit data formats by editing the file 'C:\Program Files\AppGini\add-ons\dataFormats.cfg' in a text editor.
253+
You can add or edit data formats by editing the file `C:\Program Files\AppGini\add-ons\dataFormats.cfg` in a text editor.
248254
Rules: Each data format on a separate line. The line begins with the description of the data format, followed by a semi-colon (;) and a space, followed by the format code (written in MySQL syntax). The description of the data format can't include semi-colons.
249255

250256
![AppGini_8lyktlLxci](https://github.com/bigprof-software/appgini-docs/assets/168858457/2358b9fa-2c47-4956-b632-31d568611fb3)

0 commit comments

Comments
 (0)