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 | |
$configs | |
$timeformat | |
$globaldisable | |
$date | |
$event | |
$format |
Definition at line 22 of file widget.class.php.
__construct | ( | $ | widgetId, | |
$ | widgetInstanceId, | |||
$ | pageId | |||
) |
Definition at line 31 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 77 of file widget.class.php.
getHTML | ( | ) |
For retrieving the widget output.
Converting to proper format
Reimplemented from widgetFramework.
Definition at line 143 of file widget.class.php.
initWidget | ( | ) |
For widget initialization.
Reimplemented from widgetFramework.
Definition at line 69 of file widget.class.php.
$configs |
Definition at line 24 of file widget.class.php.
$date |
Definition at line 27 of file widget.class.php.
$event |
Definition at line 28 of file widget.class.php.
$format |
Definition at line 29 of file widget.class.php.
$globaldisable |
Definition at line 26 of file widget.class.php.
$timeformat |
Definition at line 25 of file widget.class.php.