Class: coll_tag_cloud_Widget
Source Location: /blogs/inc/widgets/widgets/_coll_tag_cloud.widget.php
Class coll_tag_cloud_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_tag_cloud.widget.php [line 37] DataObject | --ComponentWidget | --coll_tag_cloud_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_tag_cloud_Widget | coll_tag_cloud_Widget() | Constructor |
| 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 |
| void | get_short_desc() | Get a very short desc. Used in the widget list. |
| void | load_from_Request() | Load params |
| void | tag_cloud_cmp() |
[ Top ]
Properties
Methods
Constructor coll_tag_cloud_Widget [line 42]
|
Constructor
Parameters:| $db_row: |
[ Top ]
display [line 157]
|
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 85]
|
Get short description
Redefinition of:
- ComponentWidget::get_desc()
- Get desc of widget
[ Top ]
get_name [line 67]
|
Get name of widget
Redefinition of:
- ComponentWidget::get_name()
- Get name of widget
[ Top ]
get_param_definitions [line 97]
|
Get definitions for editable params
Parameters:| local | $params: | params like 'for_editing' => true |
API Tags:
| See: | Plugin::GetDefaultSettings() |
Redefinition of:
- ComponentWidget::get_param_definitions()
- Get definitions for editable params
[ Top ]
get_short_desc [line 76]
|
Get a very short desc. Used in the widget list.
Redefinition of:
- ComponentWidget::get_short_desc()
- Get a very short desc. Used in the widget list.
[ Top ]
load_from_Request [line 52]
|
Load params
Redefinition of:
- ComponentWidget::load_from_Request()
- Load params
[ Top ]
