Whitebeam Object Definition

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 Object Definition

Method Description

MessageGroup.threadPrev()

Gets the previous message in the thread

Syntax

MessageGroup.message = MessageGroup.threadPrev()

Parameters

The 'MessageGroup.threadPrev' method takes no parameters

Results

The 'MessageGroup.threadPrev' method returns structure:

Type/Value Range/Length Description
struct MessageGroup.message see definitionThe previous sequential message in this thread, or null if this is the first, or only message in the thread.

Remarks

Given a valid threaded message, threadPrev() finds the previous message which was also a reply to the same parent.

Whitebeam release 1.3.36
(loadtime : 9ms)