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. |
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.
array
: CSS class for list items array
: CSS style for each list item numeric
: type of list (TKList::LIST_DEFAULT or TKList::LIST_NUMBERED)
TKList::__construct | ( | $ | listType = self::LIST_DEFAULT |
) |
Creates a new list.
$listType | [numeric]: type of list, either TKList::LIST_DEFAULT or TKList::LIST_NUMBERED |
static TKList::createFromXML | ( | $ | attrs, | |
$ | contents, | |||
$ | node | |||
) | [static] |
INSERT BRIEF DESCRIPTION HERE.
INSERT FULL DESCRIPTION HERE
$attrs | [TYPE]: DESCRIPTION | |
$contents | [TYPE]: DESCRIPTION | |
$node | [TYPE]: DESCRIPTION |
Reimplemented from TKComponent.