Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 17.0 (current version)Version 16.0Version 15.0Version 14.0Version 13.0Version 12.0Version 11.0Version 10.0Version 2.0

On this page

alert

Summary

Generates a KeymanWeb alert window.

Syntax

keyman.util.alert(msg, fn)

Parameters

msg
Type: string
Alert message text.
fn
Type: function() optional
Function to be called upon alert dismissal.

Return Value

undefined

Description

The optional second parameter specifies a function to be called when the window is dismissed.