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 | |
$images | |
$slidertype | |
$width | |
$height | |
$speed | |
$effect | |
$gjs | |
$makeunique | |
$divid | |
$divclass | |
$ulclass | |
$ulid |
Definition at line 25 of file widget.class.php.
__construct | ( | $ | widgetId, | |
$ | widgetInstanceId, | |||
$ | pageId | |||
) |
Definition at line 41 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 167 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 151 of file widget.class.php.
$configs |
Definition at line 27 of file widget.class.php.
$divclass |
Definition at line 37 of file widget.class.php.
$divid |
Definition at line 36 of file widget.class.php.
$effect |
Definition at line 33 of file widget.class.php.
$gjs |
Definition at line 34 of file widget.class.php.
$height |
Definition at line 31 of file widget.class.php.
$images |
Definition at line 28 of file widget.class.php.
$makeunique |
Definition at line 35 of file widget.class.php.
$slidertype |
Definition at line 29 of file widget.class.php.
$speed |
Definition at line 32 of file widget.class.php.
$ulclass |
Definition at line 38 of file widget.class.php.
$ulid |
Definition at line 39 of file widget.class.php.
$width |
Definition at line 30 of file widget.class.php.