Class: free_html_Widget
Source Location: /blogs/inc/widgets/widgets/_free_html.widget.php
Class free_html_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/_free_html.widget.php [line 37] DataObject | --ComponentWidget | --free_html_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
| free_html_Widget | free_html_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 |
| string | get_short_desc() | Get a very short desc. Used in the widget list. |
[ Top ]
Properties
Methods
Constructor free_html_Widget [line 42]
|
Constructor
Parameters:| $db_row: |
[ Top ]
display [line 116]
|
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 79]
|
Get short description
Redefinition of:
- ComponentWidget::get_desc()
- Get desc of widget
[ Top ]
get_name [line 52]
|
Get name of widget
Redefinition of:
- ComponentWidget::get_name()
- Get name of widget
[ Top ]
get_param_definitions [line 91]
|
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 65]
|
Get a very short desc. Used in the widget list.
API Tags:
| Return: | The block title, the first 60 characters of the block content or an empty string. |
Redefinition of:
- ComponentWidget::get_short_desc()
- Get a very short desc. Used in the widget list.
[ Top ]
