IViewManagerShowKeyboard Method |
Shows "Keyboard" dialog.
Namespace: Resto.Front.Api.UIAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntaxstring ShowKeyboard(
string title,
string initialText = "",
bool isMultiline = true,
int maxLength = 2147483647,
bool capitalize = false,
bool isPassword = false,
string okBtnText = null,
string cancelBtnText = null
)
Parameters
- title String
- Dialog title.
- initialText String (Optional)
- Initial text.
- isMultiline Boolean (Optional)
- Is multiline input supported.
- maxLength Int32 (Optional)
- Max input length.
- capitalize Boolean (Optional)
- Automatic words capitalization.
- isPassword Boolean (Optional)
- Input is password.
- okBtnText String (Optional)
- Ok button text.
- cancelBtnText String (Optional)
- Cancel button text.
Return Value
StringEntered string or
null if cancelled.
See Also