Public Member Functions | |
__construct ($widgetId, $widgetInstanceId, $pageId) | |
initWidget () | |
For widget initialization. | |
getCommonHTML () | |
For retrieving the widget output which is common for all instances of same widget. | |
getHTML () | |
For retrieving the widget output. | |
Data Fields | |
$type | |
$pageurl | |
$color | |
$show_face | |
$width | |
$height | |
$layout | |
$stream | |
$header | |
$makeunique | |
$divid | |
$divclass | |
$globaldisable |
Definition at line 22 of file widget.class.php.
__construct | ( | $ | widgetId, | |
$ | widgetInstanceId, | |||
$ | pageId | |||
) |
Definition at line 38 of file widget.class.php.
getCommonHTML | ( | ) |
For retrieving the widget output which is common for all instances of same widget.
Reimplemented from widgetFramework.
Definition at line 168 of file widget.class.php.
getHTML | ( | ) |
For retrieving the widget output.
Reimplemented from widgetFramework.
Definition at line 171 of file widget.class.php.
initWidget | ( | ) |
For widget initialization.
Reimplemented from widgetFramework.
Definition at line 150 of file widget.class.php.
Definition at line 26 of file widget.class.php.
$divclass |
Definition at line 35 of file widget.class.php.
$divid |
Definition at line 34 of file widget.class.php.
$globaldisable |
Definition at line 36 of file widget.class.php.
$header |
Definition at line 32 of file widget.class.php.
$height |
Definition at line 29 of file widget.class.php.
$layout |
Definition at line 30 of file widget.class.php.
$makeunique |
Definition at line 33 of file widget.class.php.
$pageurl |
Definition at line 25 of file widget.class.php.
$show_face |
Definition at line 27 of file widget.class.php.
$stream |
Definition at line 31 of file widget.class.php.
$type |
Definition at line 24 of file widget.class.php.
$width |
Definition at line 28 of file widget.class.php.