|
|
|
|
Functions
Events
Variables
Libraries
|
|
Syntax
| ticker_set_callback(tagName, callback) |
Parameters
| STRING | tagName | Name of an HTML tag containing the scrolling ticker
| | STRING | callback | Name of a javascript function to be called when the scrolling is completed |
Return value
No value is returned.
Description
You may need to refresh the content of the scrolling ticker when the scrolling is completed.
Call this function to define a JavaScript function to be called when the scrolling is completed.
You can update the text of the ticker with ticker_set_text |
|
|
|