Documentation

message

shows a message box

void message(string text);

Parameters

textstringthe text to show

Example

webix.message("Some message");

Details

Supports many skins and configurations, check jsMessage for more details.

Back to top