TKList Class Reference
[Containers]

Represents an HTML list. More...

Inheritance diagram for TKList:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 __construct ($listType=self::LIST_DEFAULT)
 Creates a new list.

Static Public Member Functions

static createFromXML ($attrs, $contents, $node)
 INSERT BRIEF DESCRIPTION HERE.


Detailed Description

Represents an HTML list.

This corresponds to an HTML list more or less directly. Each component added to this container is a list item and gets its own <li>. When creating from XML, each component directly inside the TKList tag is added to the list in order as a list item. Nothing else (except for standard events and attributes) is used in the list.

Properties:
  • item_class array: CSS class for list items
  • item_style array: CSS style for each list item
  • list_type numeric: type of list (TKList::LIST_DEFAULT or TKList::LIST_NUMBERED)


Constructor & Destructor Documentation

TKList::__construct ( listType = self::LIST_DEFAULT  ) 

Creates a new list.

Parameters:
$listType [numeric]: type of list, either TKList::LIST_DEFAULT or TKList::LIST_NUMBERED


Member Function Documentation

static TKList::createFromXML ( attrs,
contents,
node 
) [static]

INSERT BRIEF DESCRIPTION HERE.

INSERT FULL DESCRIPTION HERE

Parameters:
$attrs [TYPE]: DESCRIPTION
$contents [TYPE]: DESCRIPTION
$node [TYPE]: DESCRIPTION
Returns:
[TYPE]: RETURN DESCRIPTION

Reimplemented from TKComponent.


The documentation for this class was generated from the following file:

Generated on Wed Nov 24 02:04:22 2010 for Common by  doxygen 1.5.6