| Posted: 05 May 2009 23:14 | |
|
Administrator |
Posts: 16 Join Date: May 2009 |
|
Use the following code to create a simple dialog
Code:
var dlg = new Window('dialog',"Dialog Title",undefined); dlg.show(); The Window class has 3 constructors type of window(dialog,window or palette),Title,Bounds of dialog. the show method of the Window class, sets-up the layout of the dialog and shows it on the screen. |
|
| Posted: 02 Jul 2009 13:01 | |
|
Registered User Currently Offline |
Posts: 6 Join Date: May 2009 |
| To display tree view all javascript files in script folder nd if i click the script i want to execute How? | |