Hide the showing application dialog. This method only delegates method call to PhloxDialog.hideDialog.
Initialize this service and bind it with the given phloxApp instance. All method calls of this
service will be delegate to the given application instance. Please note that this method is intended to be used internally by
PhloxUI framework. So, you should NOT use this method in normal situations.
Show the component dialog. This method only delegates method call to PhloxDialog.showComponentDialog.
Show the confirmation dialog. This method only delegates method call to PhloxDialog.showConfirmDialog.
Show the message dialog. This method only delegates method call to PhloxDialog.showMessageDialog.
Generated using TypeDoc
A
ngservice used for displayingapplicationmodal dialog on the screen. This service class only delegates method calls to PhloxApp component allowing you to control the dialog anywhere entire theapplication. For example, from the component loaded byrouterwhere the PhloxApp component instance could not be referred directly,thisservice will be helpful in allowing you to control the dialog viathisservice.shiorin, tee4cute
PhloxDialog
PhloxApp