Click or drag to resize

IViewManagerShowInputPopup Method

Shows input dialog.

Namespace:  Resto.Front.Api.V4.UI
Assembly:  Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax
C#
IInputResult ShowInputPopup(
	string title,
	InputTypes type,
	Nullable<int> initialValue = null
)

Parameters

title
Type: SystemString
Dialog title.
type
Type: Resto.Front.Api.V4.Data.ViewInputTypes
Input types. Can be used as flags.
initialValue (Optional)
Type: SystemNullableInt32
Initial value. Used if type contains Number flag.

Return Value

Type: IInputResult
Input result.
See Also