Changeset 993
- Timestamp:
- 04/12/08 21:23:17 (5 years ago)
- Location:
- trunk/examples/files
- Files:
-
- 2 modified
-
Extended.html (modified) (1 diff)
-
ext_example-menu.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/files/Extended.html
r962 r993 3 3 <head> 4 4 <title>Settings</title> 5 <link rel="stylesheet" type="text/css" href="../ popups/popup.css" />5 <link rel="stylesheet" type="text/css" href="../../popups/popup.css" /> 6 6 <script type="text/javascript"> 7 7 -
trunk/examples/files/ext_example-menu.php
r962 r993 117 117 { 118 118 Dialog._return = action; 119 var r = window.showModalDialog(url, init, "dialogheight=10;dialogheight=10;scroll= no;resizable=yes");119 var r = window.showModalDialog(url, init, "dialogheight=10;dialogheight=10;scroll=yes;resizable=yes"); 120 120 } 121 121 else
