Class Index | File Index

Classes


Class Qww.Basket.Item

Represents an item in the Basket.

Defined in: <JavaScript\QWW\QwwJs_BasketMgr.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Constructs a new Qww.Basket.Item instance.
Field Summary
Field Attributes Field Name and Description
 
Number of instances of this item in the basket.
 
ID
Unique ID or product code of this item witin the catalogue.
 
Reference to the object which represents the item.
Class Detail
Qww.Basket.Item()
Constructs a new Qww.Basket.Item instance.
Field Detail
{Int} Count
Number of instances of this item in the basket.

{String} ID
Unique ID or product code of this item witin the catalogue.

{Object} Item
Reference to the object which represents the item. This JavaScript object is case specific and is implemented by the developer building the web pagee.