Whitebeam Template Reference Documentation

Site Map
 
Home
 
Application Guide
Reference
  Installation
  Configuration
  XML Markup
  JavaScript Classes
  ROM
  Templates
  Environment
  Dev Process
  Tools
  External Links
  Example libraries
Community
Contact Whitebeam
To-Do
Download
Credits
Licence
Whitebeam Users
 
 
 

Whitebeam Template Reference Documentation

System Template

readSet()

Read a number of sections from the database for this site.

See Also

rb.site.write()   

Syntax

MetaData Object = rb.site.readSet(section)

Parameters

The 'readSet' method takes 1 parameter:

Name Type/Value Range/Length Description
sectionarray of strings 

Results

The 'readSet' method returns a JavaScript object containing arbitrary attributes (Meta Value):

Type/Value Range/Length Description
MetaData Name of a section JavaScript structure holding saved site data or an empty object if the section does not yet exist.

Remarks

Return the content of the site area. If the 'read' string is the empty string default then the template returns a wrapper object containing all sections stored against this client/instance.

Note if the section requested does not exist then an empty string is returned.

Whitebeam release 1.3.36
(loadtime : 59ms)