|
|
|
|
Functions
Events
Variables
Libraries
|
|
Syntax
| ticker_set_text(tagName, HTML) |
Parameters
| STRING | tagName | Name of an HTML tag containing the scrolling ticker
| | STRING | HTML | Content of the scrolling ticker - Full HTML is supported. |
Return value
No value is returned.
Description
Call this function to update the content of the scrolling ticker when required.
The content of the scrolling ticker can be build with the function ticker_get_scrolling_text.
You should wait before the scrolling is completed before updating it. See ticker_set_callback
|
|
|
|