![]() |
Previous | Next |
The scrolling attribute specifies or retrieves a value indicating whether the text scrolls.
Syntax
elementID.scrolling
Possible Values
This attribute is a read/write Boolean.
Value | Description |
true | Scrolling is enabled. |
false | Default. Scrolling is disabled. |
Remarks
The scrolling feature provides a two-space buffer between the end of the text and the beginning of the repeated line.
The justification attribute specifies where the text first appears before the scrolling begins.
Example
Please see the value attribute for a sample illustrating how the attributes of the TEXT element are used.
See Also
Previous | Next |