NAVIGATION
This shows you the differences between two versions of the page.
|
deutsch:andere-erweiterungen:hacks:filebrowser-window-width-height [2011/07/07 12:17] Knut Heermann (flip-flop) |
deutsch:andere-erweiterungen:hacks:filebrowser-window-width-height [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 44: | Line 44: | ||
| <code php> | <code php> | ||
| // CUSTOM KH: 07.07.2011 FileBrowser width/height | // CUSTOM KH: 07.07.2011 FileBrowser width/height | ||
| - | $phpwcms['FileBrowser_Width'] = 800; // phpwcms Filebrowser window weight | + | $phpwcms['FileBrowser_Width'] = 800; // phpwcms Filebrowser window width |
| $phpwcms['FileBrowser_Height']= 900; // phpwcms Filebrowser window height | $phpwcms['FileBrowser_Height']= 900; // phpwcms Filebrowser window height | ||
| </code> | </code> | ||
| Line 58: | Line 58: | ||
| Eingefügt wird vor dem schließenden **</head>**: | Eingefügt wird vor dem schließenden **</head>**: | ||
| <code html> | <code html> | ||
| + | <script src="include/inc_js/filebrowser_enhanced.js" type="text/javascript"></script> | ||
| <SCRIPT language=JavaScript> | <SCRIPT language=JavaScript> | ||
| // 07.07.2011 KH: Enhanced for width/height windows | // 07.07.2011 KH: Enhanced for width/height windows | ||
| Line 71: | Line 72: | ||
| <code html> | <code html> | ||
| + | <script src="include/inc_js/filebrowser_enhanced.js" type="text/javascript"></script> | ||
| <SCRIPT language=JavaScript> | <SCRIPT language=JavaScript> | ||
| // 07.07.2011 KH: Enhanced for width/height windows | // 07.07.2011 KH: Enhanced for width/height windows | ||
| Line 83: | Line 85: | ||
| <code html> | <code html> | ||
| + | <script src="include/inc_js/filebrowser_enhanced.js" type="text/javascript"></script> | ||
| <SCRIPT language=JavaScript> | <SCRIPT language=JavaScript> | ||
| // 07.07.2011 KH: Enhanced for width/height window | // 07.07.2011 KH: Enhanced for width/height window | ||