Mioplanet Documentation Center
Resources and Help
HomeProductsMioScriptJavaScriptTechNotesPHP
   Home | MioScript | dialog.close SEARCH    

  Functions
dialog.close
dialog.html
dialog.isVisible
dialog.show
dialog.text

  MioScript Reference
> Statements
app...
browser...
dialog...
disk...
draw...
extern...
filename...
keyboard...
menu...
mio...
mouse...
num...
path...
pushButton...
reg...
RS232...
sci...
screen...
shortcut...
sound...
str...
system...
time...
var...
window...

Function
dialog.close

Language: MioScript
Product: MioFactory


Syntax

dialog.close()


Parameters

None.


Return value

No value is returned.


Description

Call this function to close immediatly the dialog box currently opened.

See also: dialog.text, dialog.html.

This function can be called from JavaScript with mio_dialog_close.