| |
Text EditUsage | Design-relevant Attributes | Related Controls
UsageUse the text edit control to allow users to edit multiple line of text. The text is restricted to a single font, size and style unless set with HTML commands. The text edit control has a frame. The size of the frame is defined by the rows and cols attributes. A vertical scrollbar is displayed permanently. The scrollbar is enabled when the number of text lines exceeds the number of visible lines. AlignmentThere are two possible ways to align the text edit control:
Place the text edit below the field group if it is used as the main information, whereas the fields above it provide only the context for the information in the text edit control. Example: A problem description when sending an problem message to a service center Place the text edit field within the field group if the information is just one piece of information among other information, and the text edit control is used as a freeform multiple-line input field. Example: A customer enters his or her preferences when registering for an online shop Design-relevant AttributesThe text edit control can be influenced through a number of attributes:
For details see the Control API page for the text edit control. Related Controls |