Tools - Text box in the form
This tool is used to create and edit a text box in the form ( TEXTAREA tag). You can run the tool from The main menu / Tools / Forms / Text pane in the form, or from the bar Tables and forms. The command icon is shown next to it. Name
Specify the name of the text box. This is necessary to identify the item when processing data from the form to the server. Columns,Rows
Enter the size of the text box (number of columns and rows of text). Read-only
Check this option if the window is to be read-only (e.g., for the presentation of text, without the ability to change it) Disabled
Check this option if the window is to be blocked ( disabled="disabled" attribute). Line wrapping
Choose how you want to wrap lines in the text pane:
- off - text will not be wrapped (default)
- physical - the text will be wrapped in the window and sent to the server in the same form.
- virtual - text will be wrapped only in the window, to the server will be sent without wrapping
Default text
Enter the default text to be placed in the text box. Element style
This group allows you to specify the style for the tag. Here you will find three fields that allow you to specify: Style definition
In this field you define the style for the element placed in the document. The button next to it launches the style editor tool to create a style definition in a user-friendly and convenient way. By clicking there you can also modify an existing style. Class selection
In this field you specify the class identifier assigned to the tag. The drop-down list allows you to access classes defined in the current document and in external style sheets attached to it. The button next to it launches the tool for creating a new class. Item ID
Here you provide a unique identifier for this element in the document. These identifiers can be used, for example, when making jumps to specific parts of the page or in scripts. "Events and Attributes" button
The "Events and Attributes" button allows you to open the Events and Other Attributes window. This window allows you to specify additional attributes of the edited tag that do not have their counterparts in the tool window. There you can also specify events for scripting languages that allow you to achieve various special effects.
|