Documentation

Dialog extends Base
in package

Table of Contents

Properties

$fd  : mixed

Methods

__construct()  : mixed
button()  : mixed
Renders a dialog button
getTemplate()  : mixed
Central method to generate a new theme object so that we can centralize and inject variables into the library
init()  : mixed
Initializes dialog on the site

Properties

$fd

protected mixed $fd = null

Methods

__construct()

public __construct(mixed $fd) : mixed
Parameters
$fd : mixed

button()

Renders a dialog button

public button(mixed $title[, mixed $type = 'default' ][, mixed $options = [] ]) : mixed
Parameters
$title : mixed
$type : mixed = 'default'
$options : mixed = []
Tags
since
1.0.0
access

public

getTemplate()

Central method to generate a new theme object so that we can centralize and inject variables into the library

public getTemplate() : mixed
Tags
since
1.0.0
access

public

init()

Initializes dialog on the site

public init() : mixed
Tags
since
1.1.2
access

public


        
On this page

Search results