IViewManagerShowClosePopup Method |
Shows dialog with single "Close" button.
Namespace: Resto.Front.Api.UIAssembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxvoid ShowClosePopup(
string title,
string message,
string closeBtnText = null
)
Parameters
- title String
- Dialog title.
- message String
- Message text.
- closeBtnText String (Optional)
- Close button text.
See Also