Difference between revisions of "UI Presentation Rules"

From Lianjapedia
Jump to: navigation, search
Line 29: Line 29:
  
 
==Page transition effect==
 
==Page transition effect==
The page transition effect when navigating between pages on Web/Tablet/Phone. (None | Fade | Pop | Flip | Turn | Flow | SlideFade | Slide | SlideUp | SlideDown).
+
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).
 +
* Applies to [[Page Attributes|Pages]] only.
  
 
==Display orientation==
 
==Display orientation==

Revision as of 09:41, 14 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.

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
Initial UI state
Readonly when
Visible when
Page transition effect
Display orientation
Apply rules on change
Apply rules on parent change