Gets or sets a value indicating whether the user is allowed to re-enter literal values.

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

Syntax

JavaScript
function get_skipLiterals();
function set_skipLiterals(value);

Remarks

Returns true to allow literals to be reentered; otherwise, false to prevent the user from overwriting literal characters. The default is true. Masks can contain literal and editable characters. If an attempt is made to add an input character to the position in a mask occupied by a literal, the value of the SkipLiterals property determines the result.

See Also