Class: coll_category_list_Widget
Source Location: /blogs/inc/widgets/widgets/_coll_category_list.widget.php
Class coll_category_list_Widget
Class Overview
|
ComponentWidget Class A ComponentWidget is a displayable entity that can be placed into a Container on a web page. Located in /blogs/inc/widgets/widgets/_coll_category_list.widget.php [line 39] DataObject | --ComponentWidget | --coll_category_list_WidgetAuthor(s):
|
[ Top ]
Inherited Properties, Constants, and Methods
| Inherited Properties | Inherited Methods | Inherited Constants |
|---|---|---|
|
Inherited From ComponentWidget Inherited From DataObject |
Inherited From ComponentWidget
Inherited From DataObject
|
[ Top ]
Method Summary
| coll_category_list_Widget | coll_category_list_Widget() | Constructor |
| string | cat_after_level() | Generate code when exiting from a level |
| string | cat_before_level() | Generate code when entering a new level |
| string | cat_line() | Generate category line when it has children |
| string | cat_no_children() | Generate category line when it has no children |
| void | display() | Display the widget! |
| void | get_desc() | Get short description |
| void | get_name() | Get name of widget |
| void | get_param_definitions() | Get definitions for editable params |
[ Top ]
Properties
Methods
Constructor coll_category_list_Widget [line 44]
|
Constructor
Parameters:| $db_row: |
[ Top ]
cat_after_level [line 368]
|
Generate code when exiting from a level
Parameters:| int | $level: | level of the category in the recursive tree |
API Tags:
| Return: | HTML |
[ Top ]
cat_before_level [line 352]
|
Generate code when entering a new level
Parameters:| int | $level: | level of the category in the recursive tree |
API Tags:
| Return: | HTML |
[ Top ]
cat_line [line 279]
|
Generate category line when it has children
Parameters:| Chapter | $Chapter: | generic category we want to display |
| int | $level: | level of the category in the recursive tree |
API Tags:
| Return: | HTML |
[ Top ]
cat_no_children [line 339]
|
Generate category line when it has no children
Parameters:| Chapter | $Chapter: | generic category we want to display |
| int | $level: | level of the category in the recursive tree |
API Tags:
| Return: | HTML |
[ Top ]
display [line 126]
|
Display the widget!
Parameters:| array | $params: | MUST contain at least the basic display params |
Redefinition of:
- ComponentWidget::display()
- Display the widget!
[ Top ]
get_desc [line 63]
|
Get short description
Redefinition of:
- ComponentWidget::get_desc()
- Get desc of widget
[ Top ]
get_name [line 54]
|
Get name of widget
Redefinition of:
- ComponentWidget::get_name()
- Get name of widget
[ Top ]
get_param_definitions [line 79]
|
Get definitions for editable params
Parameters:| array | $params: |
local params
|
API Tags:
| See: | Plugin::GetDefaultSettings() |
Redefinition of:
- ComponentWidget::get_param_definitions()
- Get definitions for editable params
[ Top ]
