Description
Supported Script Types: Interface Scripts • Client Entity Scripts • Avatar Scripts
TheDialogsMamnager
API provides facilities to work with some key dialogs.Methods
Name | Return Value | Summary |
---|---|---|
hideAddressBar
|
None |
Hides the "Goto" dialog. |
showAddressBar
|
None |
Shows the "Goto" dialog. |
showFeed
|
None |
Currently performs no action. |
showLoginDialog
|
None |
Shows the login dialog. |
Signals
Name | Summary |
---|---|
addressBarShown
|
Triggered when the "Goto" dialog is opened or closed. Warning: Currently isn't always triggered. |
Method Details
(static) hideAddressBar( ) |
---|
Hides the "Goto" dialog. |
(static) showAddressBar( ) |
---|
Shows the "Goto" dialog. |
(static) showFeed( ) |
---|
Currently performs no action. |
(static) showLoginDialog( ) |
---|
Shows the login dialog. |
Signal Details
addressBarShown(
visible
)
Returns: Signal |
||||||
---|---|---|---|---|---|---|
Triggered when the "Goto" dialog is opened or closed. Warning: Currently isn't always triggered. Parameters
|