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

rb.catalogue.category Object Description
(catalogue Template)

The rb.catalogue.category object represents nodes in a hierarchal structure of items in an on-line catalogue. Each category node can have any number of sub categories and items. Categories can easily be defined, maintained and browsed.

Methods

rb.catalogue.category.create() Creates a new category node.
rb.catalogue.category.modify() Modifies an existing category node.
rb.catalogue.category.remove() Removes an existing category node.
rb.catalogue.category.get() Returns an iterator for retrieving each category node matching the search criteria.
rb.catalogue.category.count() Gets a count of category nodes matching the search criteria.
rb.catalogue.category.linkItem() Associates an item with a parent category.
rb.catalogue.category.linkItems() Creates and removes associations between an item and categories in the catalogue.
rb.catalogue.category.unlinkItem() Removes an explicit link of an item to a category node.

Aggregate Types

rb.catalogue.category.categoryInfoType Category information.
rb.catalogue.category.categorySearchType Search criteria for category nodes.
Whitebeam release 1.3.36
(loadtime : 59ms)