iikoFront Api V6 Code Reference
iikoFront Api V6 Code Reference
Resto.Front.Api.UI
IViewManager Interface
IViewManager Methods
ChangeProgressBarMessage Method
ShowChooserPopup Method
ShowErrorPopup Method
ShowExtendedInputDialog Method
ShowInputDialog Method
ShowKeyboard Method
ShowOkPopup Method
ShowYesNoPopup Method
IViewManager
ShowInputDialog Method
Shows input dialog.
Namespace:
Resto.Front.Api.UI
Assembly:
Resto.Front.Api.V6 (in Resto.Front.Api.V6.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)