Click or drag to resize

IViewManagerShowInputPopup Method

Shows input dialog.

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

Parameters

title
Type: SystemString
Dialog title.
type
Type: Resto.Front.Api.V5.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