iikoFront Api V7 Code Reference
iikoFront Api V7 Code Reference
Resto.Front.Api.UI
IViewManager Interface
IViewManager Methods
ChangeProgressBarMessage Method
ShowCalendarPopup Method
ShowCheckPermissionPopup Method
ShowCheckPermissionsPopup Method
ShowChooserPopup Method
ShowClosePopup Method
ShowDateNumpadPopup Method
ShowDateTimePopup Method
ShowErrorPopup Method
ShowExtendedInputDialog Method
ShowExtendedKeyboardDialog Method
ShowInputDialog Method
ShowKeyboard Method
ShowOkCancelPopup Method
ShowOkPopup Method
ShowQuantityChangerPopup Method
ShowRetryCancelPopup Method
ShowRetryIgnoreCancelPopup Method
ShowYesNoCancelPopup Method
ShowYesNoPopup Method
IViewManager
ShowInputDialog Method
Shows input dialog.
Namespace:
Resto.Front.Api.UI
Assembly:
Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
Copy
IInputDialogResult
ShowInputDialog
(
string
title
,
InputDialogTypes
type
,
int
?
initialValue
=
null
)
Parameters
title
Type:
System
String
Dialog title.
type
Type:
Resto.Front.Api.Data.View
InputDialogTypes
Input types. Can be used as flags.
initialValue
(Optional)
Type:
System
Nullable
Int32
Initial value. Used if
type
contains
Number
flag.
Return Value
Type:
IInputDialogResult
Dialog result. Depending on
type
argument and user input it could be
CardInputDialogResult
or
NumberInputDialogResult
.
See Also
Reference
IViewManager Interface
Resto.Front.Api.UI Namespace
IViewManager
ShowExtendedInputDialog(String, String, ExtendedInputDialogSettings)