Mioplanet Documentation Center
Resources and Help
HomeProductsMioScriptJavaScriptTechNotesPHP
   Home | MioScript | popupAlert.klib | popupAlert.kLIB SEARCH    

popupAlert.klib

  Functions
popupAlert.add
popupAlert.hide
popupAlert.init
popupAlert.show

  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
popupAlert.kLIB

Language: MioScript
Product: MioFactory


The purpose of this library is to display popup alerts, or to animate a window as a popup alert.

A popup alert is a window displayed at the bottom-right of the screen aimed to prompt a message to the user.

Automatic popup alert


With the help of the JavaScript library alertEngineEx.js, a popup can be displayed when an alert is found in an XML file.

This library can create for you the alert window and the browser object.
The alert window can be shown, hidden and can close automatically.
The window is auto-sizable.

Full HTML is supported.

More info: alertEngineEx.js