Difference between revisions of "Page Center Section Attributes"

From Lianjapedia
Jump to: navigation, search
Line 26: Line 26:
 
{| class="wikitable" width="100%"
 
{| class="wikitable" width="100%"
 
!width="20%"|Attribute
 
!width="20%"|Attribute
!width="40%"|Description
+
!width="80%"|Description
!width="10%"|Desktop
+
!width="10%"|Web
+
!width="10%"|Tablet
+
!width="10%"|Phone
+
 
|-
 
|-
 
|valign="top"|[[Users and Roles|Create roles]]||A comma separated list of roles that can perform create operations on data in the section
 
|valign="top"|[[Users and Roles|Create roles]]||A comma separated list of roles that can perform create operations on data in the section
|N/A
 
|N/A
 
|N/A
 
|N/A
 
 
|-
 
|-
 
|valign="top"|[[Users and Roles|Read roles]]||A comma separated list of roles that can read (and view) the section
 
|valign="top"|[[Users and Roles|Read roles]]||A comma separated list of roles that can read (and view) the section
|style="background: green"| 
 
|style="background: red"| 
 
|style="background: red"| 
 
|style="background: red"| 
 
 
|-
 
|-
 
|valign="top"|[[Users and Roles|Update roles]]||A comma separated list of roles that can perform update operations on data in the section
 
|valign="top"|[[Users and Roles|Update roles]]||A comma separated list of roles that can perform update operations on data in the section
|N/A
 
|N/A
 
|N/A
 
|N/A
 
 
|-
 
|-
 
|valign="top"|[[Users and Roles|Delete roles]]||A comma separated list of roles that can perform delete operations on data in the section
 
|valign="top"|[[Users and Roles|Delete roles]]||A comma separated list of roles that can perform delete operations on data in the section
|N/A
 
|N/A
 
|N/A
 
|N/A
 
 
|-
 
|-
 
|}
 
|}

Revision as of 08:04, 20 May 2016

Details

Attribute Description
Name The name for this section (unique to the page)
Meta types A comma separated list of metatype names
Type The type of section: pagecenter (readonly)
Caption The section caption displayed in the section header

Header

Attribute Description
Hide header Hide section header at runtime(True | False)

Permissions and Roles

Attribute Description
Create roles A comma separated list of roles that can perform create operations on data in the section
Read roles A comma separated list of roles that can read (and view) the section
Update roles A comma separated list of roles that can perform update operations on data in the section
Delete roles A comma separated list of roles that can perform delete operations on data in the section

UI Presentation Rules

Attribute Description
Desktop Include this section in a Desktop client (True | False).
Web Include this section in a Web client (True | False).
Tablet Include this section in a Tablet client (True | False).
Phone Include this section in a Phone client (True | False).
UI States UI states that affect this section. Specify multiple states as a comma separated list.
Initial UI state The initial UI state for this section. This will be applied to the section and all its fields and gadgets.
Readonly when Section is readonly at runtime if specified expression evaluates to true.
Visible when Section is visible at runtime if specified expression evaluates to true.
Display orientation Display depending on mobile device orientation for Tablets and Phones. (Always | Portrait | Landscape)
Apply rules on change Apply UI presentation rules (Visible when and Readonly when) when data is changed interactively or when navigating records (True | False).
Apply rules on parent change Apply section UI presentation rules (Visible when and Readonly when) when parent data is changed by navigating records (True | False)