Click or drag to resize

IViewManagerShowExtendedNumericInputPopup Method

Shows phone input dialog.

Namespace:  Resto.Front.Api.V5.UI
Assembly:  Resto.Front.Api.V5 (in Resto.Front.Api.V5.dll)
Syntax
C#
IInputResult ShowExtendedNumericInputPopup(
	string title,
	string hint,
	ExtendedInputSettings settings
)

Parameters

title
Type: SystemString
Dialog title.
hint
Type: SystemString
Hint to show to user.
settings
Type: Resto.Front.Api.V5.UIExtendedInputSettings
Input types and hints to them.

Return Value

Type: IInputResult
Input result.
See Also