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.modify()

Modifies an existing category node.

See Also

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

Syntax

number = rb.catalogue.category.modify(modifiedCategory)

Parameters

The 'category.modify' method takes 1 parameter:

Name Type/Value Range/Length Description
modifiedCategorystruct category.categoryInfoTypesee definition Required. Revised category details.

Results

The 'category.modify' method returns number:

Type/Value Range/Length Description
number nodeID, -1 Identifier of modified category node.

Remarks

Modify the category with the specified attributes only. A change to the parent id may cause the old and new parent contentsMkrs to be altered.

Whitebeam release 1.3.36
(loadtime : 74ms)