OpenWGA 7.0 - WebTML reference

WebTML tags » groupchange

<tml:groupchange id ="tag-id">

Purpose:

The use of the attribute "id" (available for all tags) is obligatory for group change.

Value(s):

id des foreach-tags ??

Examples:

<tml:collection>

    <tml:query id="formulaquery" type="formula">_Type = "Articel" </tml:query>
    <tml:foreach sortorder="descending" sortexpression="_date">
      <tml:groupchange id="groupchange" expression="_date">
        <b><tml:taginfo sourcetag="groupchange" name="currentValue" /></b>
      </tml:groupchange>

      <tml:metadata name="Title"/>
      <br>
      <tml:item name="_ShortStory"/>
    </tml:foreach>
</tml:collection>