\TbModal

## Bootstrap modal widget.

Summary

Methods
Properties
Constants
init()
run()
$autoOpen
$fade
$options
$events
$htmlOptions
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$autoOpen

$autoOpen : boolean

Type

boolean — indicates whether to automatically open the modal when initialized. Defaults to 'false'.

$fade

$fade : boolean

Type

boolean — indicates whether the modal should use transitions. Defaults to 'true'.

$options

$options : array

Type

array — the options for the Bootstrap Javascript plugin.

$events

$events : string[]

Type

string[] — the Javascript event handlers.

$htmlOptions

$htmlOptions : array

Type

array — the HTML attributes for the widget container.

Methods

init()

init()

### .init()

Initializes the widget.

run()

run()

### .run()

Runs the widget.