Class cGuiBackendHelpbox
The class cGuiBackendHelpbox allows to render help boxes (aka tooltips) to be displayed anywhere on a CONTENIDO backend page.
These help boxes contain a help text and may optionally contain an image.
If using this class please make sure that the atooltip.jquery.js and the atooltip.css are embedded in the pages template.
Package: Core\GUI
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Mischa Holz
Located at classes/gui/class.backendhelpbox.php
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Mischa Holz
Located at classes/gui/class.backendhelpbox.php
public
|
#
__construct( string $helpText, string $imageURL = '' )
Constructor to create an instance of this class. |
public
|
|
public
|
|
public
string|null
|
protected
string
|
$helpText |
|
#
Text that will be displayed in the help box. |
protected
string
|
$imageURL |
|
#
URL of the image that will appear in the help box. |