YaWK
24.1
Yet another WebKit
|
Embed Bubbl.us Presentations on your pages. More...
Public Member Functions | |
__construct ($db) | |
Load all widget settings from database and fill object. More... | |
init () | |
Embed any BubblUs mindmaps. More... | |
printObject () | |
Print all object data. More... | |
setProperties () | |
Set widget properties from database and fill object params. More... | |
Public Attributes | |
$bubblusHeading = '' | |
$bubblusHeadline = '' | |
$bubblusHeight = '370' | |
$bubblusSubtext = '' | |
$bubblusUrl = '' | |
$bubblusWidth = '100%' | |
$widget = '' | |
Embed Bubbl.us Presentations on your pages.
Embed any bubbl.us mindmap on your page.
Bubbl.us is a service, where you can create mindmaps and share them with your friends and the web. With this widget, you are able to embed any public Bubbl.us mindmaps. Simply enter the URL of your mindmap and a view settings. Embedding and sharing mindmaps has never been easier.
Definition at line 16 of file bubblus.php.
YAWK\WIDGETS\BUBBLUS\MINDMAP\bubblus::__construct | ( | $db | ) |
Load all widget settings from database and fill object.
object | $db | Database Object |
Load all widget settings on object init.
Definition at line 38 of file bubblus.php.
References $db, $settings, $value, and YAWK\widget\getWidgetSettingsArray().
YAWK\WIDGETS\BUBBLUS\MINDMAP\bubblus::init | ( | ) |
Embed any BubblUs mindmaps.
This method does the setup and embed job
Definition at line 95 of file bubblus.php.
References YAWK\WIDGETS\BUBBLUS\MINDMAP\bubblus\setProperties().
YAWK\WIDGETS\BUBBLUS\MINDMAP\bubblus::printObject | ( | ) |
Print all object data.
(for development and testing purpose)
Definition at line 52 of file bubblus.php.
YAWK\WIDGETS\BUBBLUS\MINDMAP\bubblus::setProperties | ( | ) |
Set widget properties from database and fill object params.
Load all widget settings.
Definition at line 63 of file bubblus.php.
Referenced by YAWK\WIDGETS\BUBBLUS\MINDMAP\bubblus\init().
YAWK\WIDGETS\BUBBLUS\MINDMAP\bubblus::$bubblusHeading = '' |
string | Heading |
Definition at line 27 of file bubblus.php.
YAWK\WIDGETS\BUBBLUS\MINDMAP\bubblus::$bubblusHeadline = '' |
string | Headline HTML Markup |
Definition at line 31 of file bubblus.php.
YAWK\WIDGETS\BUBBLUS\MINDMAP\bubblus::$bubblusHeight = '370' |
string | Height in px |
Definition at line 25 of file bubblus.php.
YAWK\WIDGETS\BUBBLUS\MINDMAP\bubblus::$bubblusSubtext = '' |
string | Subtext |
Definition at line 29 of file bubblus.php.
YAWK\WIDGETS\BUBBLUS\MINDMAP\bubblus::$bubblusUrl = '' |
string | URL of your bubblus presentation |
Definition at line 21 of file bubblus.php.
YAWK\WIDGETS\BUBBLUS\MINDMAP\bubblus::$bubblusWidth = '100%' |
string | Width in percent |
Definition at line 23 of file bubblus.php.
YAWK\WIDGETS\BUBBLUS\MINDMAP\bubblus::$widget = '' |
object | global widget object data |
Definition at line 19 of file bubblus.php.