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

Returns an iterator for retrieving each category node matching the search criteria.

See Also

rb.catalogue.category.count()   

Syntax

category.categoryInfoTypeIterator = rb.catalogue.category.get(nodeSearch)

Parameters

The 'category.get' method takes 1 parameter:

Name Type/Value Range/Length Description
nodeSearchstruct category.categorySearchTypesee definition

Results

The 'category.get' method returns an iterator of structure:

Type/Value Range/Length Description
struct category.categoryInfoType see definition Category nodes satisfying search criteria may be absent.

Remarks

Category nodes matching the search criteria can be obtained using the iterator methods.

Whitebeam release 1.3.36
(loadtime : 69ms)