Difference between revisions of "UI Presentation Rules"

From Lianjapedia
Jump to: navigation, search
Line 56: Line 56:
 
|valign="top"|Phone||-
 
|valign="top"|Phone||-
 
|-
 
|-
|valign="top"|UI States||
+
|valign="top"|UI States||UI States are supported on the Desktop client only.
 
|-
 
|-
|valign="top"|Initial UI state||
+
|valign="top"|Initial UI state||The Initial UI State is supported on the Desktop client only.
 
|-
 
|-
 
|valign="top"|Readonly when||
 
|valign="top"|Readonly when||

Revision as of 06:36, 15 April 2016

Under Construction

Desktop

The Desktop attribute determines whether this container/control should be included in a Desktop client or not.

Web

The Web attribute determines whether this container/control should be included in a Web client or not.

Tablet

The Tablet attribute determines whether this container/control should be included in a Tablet client or not.

Phone

The Phone attribute determines whether this container/control should be included in a Phone client or not.

UI States

The UI States attribute specifies the UI states that affect this container/control.

  • Multiple states should be specified as a comma separated list.
  • See UI States.

Initial UI state

The Initial UI state attribute specifies the starting UI state for this container/control.

Readonly when

The Readonly when attribute specifies an expression to be evaluated. If the expression evaluates to True, the container/control is readonly (not editable).

  • The Readonly when attribute expression is evaluated at runtime only.

Visible when

The Visible when attribute specifies an expression to be evaluated. If the expression evaluates to True, the container/control is visible.

  • The Visible when attribute expression is evaluated at runtime only.

Page transition effect

The Page transition effect attribute specifies the page transition effect to use when navigating to this page on the Web/Mobile client. (None | Fade | Pop | Flip | Turn | Flow | SlideFade | Slide | SlideUp | SlideDown).

Display orientation

Display depending on mobile device orientation for Tablets and Phones. (Always | Portrait | Landscape).

Apply rules on change

Apply page 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 page UI presentation rules (Visible when and Readonly when) when parent data is changed by navigating records (True | False).

Notes on Client Support

Attribute Notes
Desktop -
Web -
Tablet -
Phone -
UI States UI States are supported on the Desktop client only.
Initial UI state The Initial UI State is supported on the Desktop client only.
Readonly when
Visible when
Page transition effect The Page transition effect is ignored on the Desktop client.
Display orientation The Display orientation is ignored on the Desktop client and fixed orientation devices.
Apply rules on change
Apply rules on parent change