Mioplanet Documentation Center
Resources and Help
HomeProductsMioScriptJavaScriptTechNotesPHP
   Home | JavaScript | scrollingTicker.js SEARCH    

scrollingTicker.js

  Functions
ticker_add
ticker_get_scrolling_text
ticker_scroll_restart
ticker_set_callback
ticker_set_text
ticker_start
ticker_staticMessage

  Variables
TICKER_PAUSED
TICKER_SCROLL_RATES
TICKER_SCROLL_STEPS

  Libraries
alertEngineEx.js
channels.js
gui.k
mioEngine.js
optionsMenu.js
popupAlert.kLIB
popupAlertEx.js
scrollingTicker.js
stats.js
window_resizable.k
xmlFeed.js
xmlSettings.js

  TechNotes
Adding a Login feature
Get the real size of a web page
How to create a Business Card
How to create a Desktop Alert
How to create a Desktop Ticker
How to create a Scrolling Alert Software
How to create a Scrolling Ticker
How to create a simple RSS Reader
How to debug
LCD Monitor Chart: Screen Resolution, Size, Pitch, Display Area
Managing read marks
Measuring Elements in JavaScript
Media center remote control
Statistics: How to track users and actions
XML Configuration File Format

Library
scrollingTicker.js

Language: JavaScript
Product: MioFactory


The purpose of this library is to display one or several scrolling tickers in DIV tags.

You can call ticker_add several times to create your scrolling tickers.
Once created, you can control them using the name of the DIV tag as ID.



JavaScript Sample Code

<DIV ID="TICKER" 
    style="margin-top:4px; overflow:hidden; width:100%; height:23px;"
    valign=center
>This is the scrolling ticker area</DIV>

<SCRIPT>

ticker_add("TICKER", 1, false)
ticker_start("TICKER", "I'm scrolling!")

</SCRIPT>



Library scrollingTicker.js

Functions

ticker_add  |  ticker_get_scrolling_text  |  ticker_scroll_restart  |  ticker_set_callback  |  ticker_set_text  |  ticker_start  |  ticker_staticMessage

Variables

TICKER_PAUSED  |  TICKER_SCROLL_RATES  |  TICKER_SCROLL_STEPS