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

qaBuilder.remove()

Remove a page or question from a questionnaire.

Syntax

number = qaBuilder.remove(ID)

Parameters

The 'qaBuilder.remove' method takes 1 parameter:

Name Type/Value Range/Length Description
IDstring  Required. The unique ID of a page or a question.

Results

The 'qaBuilder.remove' method returns number:

Type/Value Range/Length Description
number   The pageID/questionID of the removed item, or -1 for failure.

Remarks

This method removes the identified element. If a page is removed, all of its questions are also lost.

Questionaire version number is incremented by one.

Whitebeam release 1.3.36
(loadtime : 9ms)