Function | Ends a dialog started with method s10dialog() | ||||||
Example | s10exitdialog( ). | ||||||
Format |
data: myresult type string. s10exitdialog( myresult ). |
||||||
Parameters |
|
||||||
Description |
s10exitdialog() terminates a modal dialog started by
s10dialog(). The string given as parameter "result" is returned as the result of s10dialog(). | ||||||
Components | S10 Framework |