Table of Contents
Overview

EO.Web MaskedEdit offers masked edit textbox that restricts the kind of text that can be entered. Unlike most other MaskedEdit contol on the market that only support a single segment or a few fixed masks, EO.Web MaskedEdit control supports multiple segments with each of them having any of the following segment types:

  • Static. Literal segment are read-only segment in the textbox;
  • Number. Use number segment to enter numeric values;
  • Choice. Use choice segment to enter choice values;
  • Mask. Use mask segment to specify a mask value;
  • Regex. Use regular expression to validate user input;
By combining segments of various types together, EO.Web MaskedEdit is capable of handling much more sophisticated patterns.