eLabSDK.GUI.Dialog Class
Creates a GUI Dialog
Constructor
eLabSDK.GUI.Dialog
(
-
object
Parameters:
-
object
Object-
customActions
String -
title
String -
content
String -
width
Int -
height
Int
-
Example:
var dialog = new eLabSDK.GUI.Dialog({
customActions: "",
title: 'default_dialog_title',
content: '',
okOnEnter: false,
width: 250,
height: 200,
});