Gets or sets a value that determines how a space input character should be handled.

Namespace:  C1.Web.UI.Controls.C1Input
Assembly:  C1InputClient (in C1InputClient.dll)

Syntax

JavaScript
function get_resetOnSpace();
function set_resetOnSpace(value);

Remarks

Returns true if the space input character causes the current editable position in the mask to be reset; otherwise, false to indicate that it is to be processed as a normal input character. The default is true. ResetOnSpace is useful when assigning text that was saved excluding the prompt, where the prompt is replaced with a space. Before restoring such a string, setting ResetOnSpace to True will reset the prompt characters at the positions occupied by spaces in the input string.

See Also