IViewManagerShowYesNoCancelPopup Method |
Shows "Yes"/"No"/"Cancel" dialog.
Namespace: Resto.Front.Api.UIAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntaxbool? ShowYesNoCancelPopup(
string title,
string message,
string yesBtnText = null,
string noBtnText = null,
string cancelBtnText = null
)
Parameters
- title String
- Dialog title.
- message String
- Message text.
- yesBtnText String (Optional)
- Yes button text.
- noBtnText String (Optional)
- No button text.
- cancelBtnText String (Optional)
- Cancel button text.
Return Value
NullableBooleantrue if "Yes",
false if "No",
null if "Cancel".
See Also