Syntax
| ticker_add(tagName, scrollSpeed, leftToRight) |
Parameters
| STRING | tagName | Name of an HTML tag
| | INT | scrollSpeed | Speed of the scrolling. 1: slow 2: medium 3: fast
| | STRING | leftToRight | Optional. Default is false. Set to true if you want the scrolling to go from left to right instead of right to left (for arabic language for example). |
Return value
No value is returned.
Description
Creates a new scrolling ticker in the specified HTML tag.
It is possible to add several scrolling tickers in a single window.
When created, you can start the scrolling and set the text with ticker_start. |
|