Name | Description | Type | Additional information |
---|---|---|---|
message |
Use this property to control the message shown to the user when a form is successfully submitted to the web service. |
string |
None. |
error |
Use this property to control the message shown to the user when an error occur when submitting a form. |
string |
None. |
formId |
Use this property to specify the form template UUID the page is associated with. |
string |
None. |
id |
Dynamic Page Unique Identifier. |
string |
None. |
title |
Use this property to set the display title of a dynamic page. |
string |
None. |
disabled |
This property is used to disable a page from been published. |
boolean |
None. |
columns |
Page column layout |
ColumnLayout |
None. |
category |
Category associated to a page. |
PageCategory |
None. |
privateLobby |
Use this property to specify that this page is meant to be the lobby or home page while in the private (authenticated) section of the application. |
boolean |
None. |
publicLobby |
Use this property to mark this page as the Home page or Lobby for an application. |
boolean |
None. |
content | Collection of ContentItem |
None. |
|
bkColor |
Use this property to specify the background color of a page. The format should be an comma delimited rgba value all elements within 0-1 range. for example: 1,1,1,1 The example above would specify the color white. |
string |
None. |
properties |
Use this property to store additional UI View information. Examples of values been stored as page properties are background Image, Page Inserts (Margin) and much more. |
Collection of ContentSetting |
None. |