Difference between revisions of "Repeater Properties"

From Mea Wiki
Jump to navigation Jump to search
(307104)
(307104)
Line 20: Line 20:
 
== Context ==
 
== Context ==
 
The Context tab is used to set the [[Context]] of the Repeater. A "Default" context value defined here will be used in the repeated items in case the Repeater isn't able to find the context variable references needed by the items from the Repeater's data source.
 
The Context tab is used to set the [[Context]] of the Repeater. A "Default" context value defined here will be used in the repeated items in case the Repeater isn't able to find the context variable references needed by the items from the Repeater's data source.
 +
 +
{{MBDAddingRepeater}}
  
 
[[Category: QPR MobileDashboard]]
 
[[Category: QPR MobileDashboard]]

Revision as of 05:53, 27 June 2017

Properties

In the Repeater Properties, you can define the Name and Description of the Repeater.

Presentation

The Repeater's Presentation tab contains the following settings:

  • Aspect ratio flex: Decimal number determining how much the repeater content's aspect ratio (width divided by height) is allowed to vary. Note that this setting doesn't affect the aspect ratio of the repeater itself in a panel (it's determined in the panel designer), but only its contents.
    • Repeater has a design aspect ratio which is determined by how presentation objects are arranged in the repeater designer. Note that the whole available design area doesn't matter - only the actual presentation objects determine the shown area and the design aspect ratio.
    • Aspect ratio calculation rule: If design aspect ratio is A and aspect ratio flex is B, repeater's aspect ratio is allowed to change between A/B and A*B. Example: If design aspect ratio is 2 and aspect ratio flex is 4, repeater's aspect ratio is allowed to vary between 0.5 and 8 (2/4=0.5 and 2*4=8).
    • Repeater contents always take all available space horizontally. If the aspect ratio's lower limit is reached (i.e. repeater contents is not allowed use all available space vertically), there may be empty space in the bottom of the repeater. If the aspect ratio's higher limit is reached (i.e. repeater contents doesn't fit vertically), the repeater has a vertical scrollbar.
    • The aspect ratio flex is useful e.g. for presentation objects which don't work properly if the aspect ratio stretches to too extreme.
  • Item minimum width (px): The smallest width, in pixels, that a single repeated item should have.
  • Item maximum width (px): The biggest width, in pixels, that a single repeated item should have.
  • Vertical centering: Selecting this will center the repeated items vertically inside the Repeater.
  • Horizontal centering: Selecting this will center the repeated items horizontally inside the Repeater.
  • Background color: Background color of the Repeater content area.

Data Source

On the Data Source tab, you can select the Data Grid or table from which the Repeater will read its data.

Context

The Context tab is used to set the Context of the Repeater. A "Default" context value defined here will be used in the repeated items in case the Repeater isn't able to find the context variable references needed by the items from the Repeater's data source.

Template:MBDAddingRepeater