The Properties menu consists of the following tabs:
When using Fields, Methods or Controls on a View, the control linked to that component contains configurable properties that are specific to the control. See the Controls topic for more information on these properties.
Property Types (also known as data types) are automatically validated upon executing the CREATE or SAVE method on a SmartObject.
For example, if a user tries to CREATE a new record for a SmartObject property called Mobile with a data Type of type [Number], but with a value that is of type [Text], a server side message will be surfaced, stating that validation has failed.
When working with a View, property settings can be configured for the specific View.
Properties | ||
---|---|---|
Feature | Description | How to use it |
Name | The name of the View | Type a new name if required |
Spinners | Selected by default. Enables a spinner display on the View while the View is loading at runtime. | Deselect the option if a spinner should not be displayed. |
Delay | Represents the delay in milliseconds before the spinner is displayed at runtime. If Spinners = True and delay = 1000, then the spinner will appear after a second. This is useful for example when the View usually takes less than the delay specified to load, but you want to show that it’s busy if it takes longer than usual. | Type a number in milliseconds. |
Video | Links | Learn | Support |
No videos found for this article K2 on YouTube
No Additional links found for this article
No self-learning content for this article Try some scenarios...
No relevant support links available for this article
|