Vitex Software's Ease Twitter Bootstrap5

WebPage extends WebPage
in package

Stránka TwitterBootstrap5.

Tags
author

Vítězslav Dvořák vitex@hippy.cz

copyright

2022-2024 info@vitexsoftware.cz (G)

see
https://getbootstrap.com/docs/5.2/getting-started/introduction/

Table of Contents

Properties

$bootstrapCSS  : string
Where to look for bootstrap stylesheet.
$bootstrapJavaScript  : string
Where to look for bootstrap stylesheet scripts.
$bootstrapThemeCSS  : string
Where to look for bootstrap stylesheet theme.
$footer  : FooterTag
$header  : HeaderTag
$main  : MainTag

Methods

__construct()  : mixed
Stránka s podporou pro twitter bootstrap.
addToFooter()  : mixed
addToHeader()  : mixed
addToMain()  : mixed
finalize()  : void
Assembly page.

Properties

$bootstrapCSS

Where to look for bootstrap stylesheet.

public string $bootstrapCSS = 'https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css'

path or url

$bootstrapJavaScript

Where to look for bootstrap stylesheet scripts.

public string $bootstrapJavaScript = 'https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js'

path or url

$bootstrapThemeCSS

Where to look for bootstrap stylesheet theme.

public string $bootstrapThemeCSS = ''

path or url

Methods

__construct()

Stránka s podporou pro twitter bootstrap.

public __construct([string $pageTitle = null ]) : mixed
Parameters
$pageTitle : string = null

addToFooter()

public addToFooter(mixed $content) : mixed
Parameters
$content : mixed

addToHeader()

public addToHeader(mixed $content) : mixed
Parameters
$content : mixed

addToMain()

public addToMain(mixed $content) : mixed
Parameters
$content : mixed

finalize()

Assembly page.

public finalize() : void

        
On this page

Search results