Vitex Software's Ease Twitter Bootstrap4

WebPage extends WebPage
in package

Stránka TwitterBootstrap4.

Tags
author

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

copyright

2017 Vitex@vitexsoftware.cz (G)

see
http://twitter.github.com/bootstrap/index.html

Table of Contents

$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
__construct()  : mixed
Page with support for twitter bootstrap.
addToFooter()  : mixed
addToHeader()  : mixed
addToMain()  : mixed
finalize()  : void

Properties

$bootstrapCSS

Where to look for bootstrap stylesheet.

public string $bootstrapCSS = 'https://stackpath.bootstrapcdn.com/bootstrap/4.6.2/css/bootstrap.min.css'

path or url

$bootstrapJavaScript

Where to look for bootstrap stylesheet scripts.

public string $bootstrapJavaScript = 'https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.2/js/bootstrap.bundle.js'

path or url

$bootstrapThemeCSS

Where to look for bootstrap stylesheet theme.

public string $bootstrapThemeCSS = ''

path or url

Methods

__construct()

Page with support for twitter bootstrap.

public __construct([string $pageTitle = '' ]) : mixed
Parameters
$pageTitle : string = ''
Return values
mixed

addToFooter()

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

addToHeader()

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

addToMain()

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

finalize()

public finalize() : void
Return values
void

Search results