| Methods |
protected
|
init(): void
Called when view becomes part of render tree. You can override it but avoid
placing any "heavy processing" here.
Called when view becomes part of render tree. You can override it but avoid
placing any "heavy processing" here.
Overrides
|
#
|
public
|
set(
Closure($this, mixed, mixed, mixed, mixed, mixed, mixed, mixed, mixed, mixed, mixed): void $fx = null,
array $fxArgs = [],
)
Set callback function of virtual page.
Set callback function of virtual page.
Overrides
|
#
|
public
|
isTriggered(): bool
Is virtual page active?
|
#
|
public
|
getUrl(string $mode = 'callback'): string
Returns URL which you can load directly in the browser location, open in a new tab,
new window or inside iframe. This…
Returns URL which you can load directly in the browser location, open in a new tab,
new window or inside iframe. This URL will contain HTML for a new page.
|
#
|
public
|
getJsUrl(string $mode = 'callback'): string
Return URL that is designed to be loaded from inside JavaScript and contain JSON code.
This is useful for dynamically…
Return URL that is designed to be loaded from inside JavaScript and contain JSON code.
This is useful for dynamically loaded Modal, Tabs or Loader.
|
#
|
public
|
getHtml(): string
VirtualPage is not rendered normally. It's invisible. Only when
it is triggered, it will exclusively output it's…
VirtualPage is not rendered normally. It's invisible. Only when
it is triggered, it will exclusively output it's content.
Overrides
|
#
|