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