IViewManagerShowOkCancelPopup Method |
Shows "OK"/"Cancel" dialog.
Namespace: Resto.Front.Api.UIAssembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxbool ShowOkCancelPopup(
string title,
string message,
string okBtnText = null,
string cancelBtnText = null
)
Parameters
- title String
- Dialog title.
- message String
- Message text.
- okBtnText String (Optional)
- Ok button text.
- cancelBtnText String (Optional)
- Cancel button text.
Return Value
Booleantrue if "OK".
See Also