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

Catalogue Template

category.remove()

Removes an existing category node.

See Also

rb.catalogue.category.create()    rb.catalogue.category.modify()    rb.catalogue.category.get()   

Syntax

number = rb.catalogue.category.remove(nodeID)

Parameters

The 'category.remove' method takes 1 parameter:

Name Type/Value Range/Length Description
nodeIDnumberValid nodeID Required. Identifier of the existing category node to be removed.

Results

The 'category.remove' method returns number:

Type/Value Range/Length Description
number Old (invalid) nodeID, -1 Identifier of removed category node.

Remarks

Any category and item associations with the category node will be moved to its parent before deletion. All contact associations with the category node will be deleted.

Whitebeam release 1.3.36
(loadtime : 66ms)