Jelix 1.7.18

debugbarItemInfo
in package

information for a component a debug bar.

Tags
since
1.3

Table of Contents

$htmlLabel  : mixed
the HTML label to display in the debug bar.
$id  : mixed
an id. required.
$label  : mixed
a simple text label.
$popupContent  : mixed
the HTML content of the popup if the information needs a popup.
$popupOpened  : mixed
indicate if the popup should be opened or not at the startup.
__construct()  : mixed

Properties

$popupContent

the HTML content of the popup if the information needs a popup.

public mixed $popupContent = ''

$popupOpened

indicate if the popup should be opened or not at the startup.

public mixed $popupOpened = alse

Methods

__construct()

public __construct(string $id, string $label[, string $htmlLabel = '' ][, string $popupContent = '' ][, bool $isOpened = false ]) : mixed
Parameters
$id : string

an id

$label : string

a simple text label

$htmlLabel : string = ''

the HTML label to display in the debug bar

$popupContent : string = ''

the HTML content of the popup if the information needs a popup

$isOpened : bool = false

indicate if the popup should be opened or not at the startup

Return values
mixed

Search results