implements |
JsExpressionable |
|---|---|
uses |
DiContainerTrait |
Create Fomantic-UI Toast using JS.
Example output: $('body').toast({options}).
| Methods | ||
|---|---|---|
public
|
__construct(array<string, mixed>|string $settings = null)
|
# |
public
|
setMessage(string $msg): $this
|
# |
public
|
jsRender(): string
|
# |
| Methods used from Atk4\Core\DiContainerTrait |
|---|
setDefaults(), setMissingProperty(), assertInstanceOf(), _fromSeedPrecheck(), fromSeed(), fromSeedUnsafe() |
| Properties | |||
|---|---|---|---|
public
|
array<string, mixed>
|
$settings = []
|
# |
public
|
string
|
$defaultCss = 'success'
|
# |