4.9Bluage Repeater

4.9.1The Repeater tag

Description

Allows managment an iteration list on a page.

Example:

Rendering

output_html_m3333601e.png


XHTML

settings


<bluage:Repeater id="rpt_friend" instancename="listFriend" listtype="Friend" layout="simple" source="generic" >

Friend

<bluage:DynamicText id="lbl_friend_id" tablefield="Friend.id">

</bluage:DynamicText>

:

<bluage:DynamicText id="lbl_friend_label" tablefield="Friend.label">

</bluage:DynamicText>

<br/>

</bluage:Repeater>

Screen    activity    diagramN/A
Entities    DiagramN/A
Service    activity    diagramN/A

Tag attributes: reference

TagRepeater
DescriptionAllows management of a list iteration.

Tag attributes: description

AttributeRequiredDescription
IdYItem ID
InstancenameYName of the list bound to the iteration.
parentinstancenameNIf the list corresponding to the iteration is populated by service return (BO), the attribute must be filled in by the name of the instance of the latter.
ListtypeYThe object list type
scopeNinstance scope (« list » object in use)
LayoutN

Allows to define the rendering :

  • simple : (default value)no specific rendering
  • unorderedList: bulleted list rendering
  • orderedList : numbered list rendering
SourceNList source (instancename), service : to get it back from a service, generic : (default) to get back all the objects list

BLU AGE is a registered trademark of NETFECTIVE TECHNOLOGY S.A. - Trademarks are property of their respective owners
Do not copy or divulge without written permission