Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property enables or disables the display of action buttons at the bottom of forms, affecting user interaction with form submissions. |
| What area does it affect? |
Form user interface |
| What does the default mean? |
The default value is "true", which means this behavior is enabled by default. |
| When should you review it? |
Review this property when designing forms or optimizing user workflows. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.ui.buttons_bottom |
| Sys ID |
aeafec0c0a96001a014fcc96da1b16ef |
| Type |
boolean |
| Application |
Global |
| Default value |
true |
| Description |
Show buttons at end of form (Submit, Update, etc.) |
| Updated |
2024-05-25 03:39:07 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... Specifies how many choices will be shown in the condition builder breadcrumb. • Type: integer • Default value: 10 • Location: Add the property to the System Property [sys_properties] table. glide.ui.buttons_bottom Controls whether UI actions appear at both the bottom and top of the form (true) or only at the top (false). This property only works in a deprecated version of ...
Related properties