HTML Controls[12]->HtmlInputText
The HtmlInputText control is a single-line input control that lets the user enter text. HtmlInputText supports two behaviors. If Type is Text, HtmlInputText operates as a standard text box. If Type is Password, the user's input is masked by the "*" character to keep it private.
The following sample illustrates using the HtmlInputText control in both Text and Password modes.
The following sample illustrates using the HtmlInputText control in both Text and Password modes.


浙公网安备 33010602011771号