iikoFront Api V5 Code Reference
iikoFront Api V5 Code Reference
Resto.Front.Api.V5.UI
IViewManager Interface
IViewManager Methods
ShowChooserPopup Method
ShowExtendedNumericInputPopup Method
ShowInputPopup Method
ShowKeyboard Method
ShowYesNoPopup Method
IViewManager
ShowInputPopup Method
Shows input dialog.
Namespace:
Resto.Front.Api.V5.UI
Assembly:
Resto.Front.Api.V5 (in Resto.Front.Api.V5.dll)
Syntax
C#
Copy
IInputResult
ShowInputPopup
(
string
title
,
InputTypes
type
,
int
?
initialValue
=
null
)
Parameters
title
Type:
System
String
Dialog title.
type
Type:
Resto.Front.Api.V5.Data.View
InputTypes
Input types. Can be used as flags.
initialValue
(Optional)
Type:
System
Nullable
Int32
Initial value. Used if
type
contains
Number
flag.
Return Value
Type:
IInputResult
Input result.
See Also
Reference
IViewManager Interface
Resto.Front.Api.V5.UI Namespace