iikoFront Api V4 Code Reference
iikoFront Api V4 Code Reference
Resto.Front.Api.V4.UI
IViewManager Interface
IViewManager Methods
ShowChooserPopup Method
ShowExtendedNumericInputPopup Method
ShowInputPopup Method
ShowYesNoPopup Method
IViewManager
ShowInputPopup Method
Shows input dialog.
Namespace:
Resto.Front.Api.V4.UI
Assembly:
Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax
C#
Copy
IInputResult
ShowInputPopup
(
string
title
,
InputTypes
type
,
Nullable
<
int
>
initialValue
=
null
)
Parameters
title
Type:
System
String
Dialog title.
type
Type:
Resto.Front.Api.V4.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.V4.UI Namespace