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

XmlTag.deleteAt()

Remove an XML element at a specific index.

Syntax

void = XmlTag.deleteAt(index)

Parameters

The 'XmlTag.deleteAt' method takes 1 parameter:

Name Type/Value Range/Length Description
indexnumber  Required. Zero based index of the child XML element to delete. The selected element is removed from this tag and the subsequent elements moved down to fill the gaps.

Results

The 'XmlTag.deleteAt' method returns no useful information.

Remarks

This operation allows a Presentation Page to remove the XML element at a specific index within it's parent.

Whitebeam release 1.3.36
(loadtime : 12ms)