Definition of Whitebeam XML Tags

Site Map
 
Home
 
Application Guide
Reference
  Installation
  Configuration
  XML Markup
    authenticate
    block
    cachecontrol
    eval
    false
    header
    include
    insertblock
    insertdebug
    macrotag
    marksession
    nomacro
    noscript
    parser
    redirect
    repeatfor
    return
    script
    if
    test
    true
    xmp
    eval
    id
    marksession
    test
  JavaScript Classes
  ROM
  Templates
  Environment
  Dev Process
  Tools
  External Links
  Example libraries
Community
Contact Whitebeam
To-Do
Download
Credits
Licence
Whitebeam Users
 
 
 

Definition of Whitebeam XML Tags

rb:repeatfor

Repeat a block of XML multiple times

Body

The body of this tag comprises the XML that is to be repeated by in the generated document. Any XML/HTML is valid

Attributes

Attribute Required Description

expr

required

The loop control expression. This has the same format as the controlling expression for a JavaScript 'for' loop.

Remarks

Use of this tag will evaluate the JavaScript expression contained in the 'expr' attribute and repeat the tag for each property defined by expr. See rb:block for sn example of its use.

Whitebeam release 1.3.36
(loadtime : 16ms)