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:return

Specify the HTTP return code for this Pattern Page

Body

The body of this tag is always empty.

Attributes

Attribute Required Description

code

required

The HTTP return code to send to the waiting client browser.

text

required

Text result to send to the waiting browser.

Remarks

This tag allows a Pattern Page to specify an HTTP return code to be sent back to to the client browser. By default the browser sends code 200 (which mean everything OK). Use this tag to specify another value. This tag is equivalent to the rb.page.HTTPreturn() JavaScript method.

Whitebeam release 1.3.36
(loadtime : 10ms)