Differences

This shows you the differences between two versions of the page.

english:other-enhancements:backend:custom-links-in-home:filebrowserx [2010/08/23 16:06]
Knut Heermann (flip-flop)
english:other-enhancements:backend:custom-links-in-home:filebrowserx [2018/06/03 18:09] (current)
Line 3: Line 3:
====== FilebrowserX ====== ====== FilebrowserX ======
-**A enhanced //(passive)// filebrowser with with several display options. **+**A enhanced //(passive)// filebrowser with several display options. ** (//For people who want a quick and compact overview)//.
-{{:english:other-enhancements:backend:custom-links-in-home:filebrowser_be01_en_1.gif|}}+This can be useful if, for example, the ID or the hash value is used in TAGs like [[http://www.phpwcms-docu.de/system_tags.phtml|[download=ID]...[/download]]] or [[http://www.phpwcms-docu.de/image_tags.phtml|[img=ID]...[/img]]] ... .
-Best call is the done from the file startup.php. -> [[english/other-enhancements/backend/custom-links-in-home]] 
-**JavaScript:**  +{{:english:other-enhancements:backend:custom-links-in-home:filebrowser_be01_en_1.gif|}}
- +
-**image browser:** +
-<code js>onclick="tmt_winOpen('filebrowserX.php?opt=0','imageBrowser','width=720,height=550,left=8,top=8,scrollbars=yes,resizable=yes,status=yes',1)"</code> +
-**media browser:** +
-<code js>onclick="tmt_winOpen('filebrowserX.php?opt=2','imageBrowser','width=720,height=550,left=8,top=8,scrollbars=yes,resizable=yes,status=yes',1)"</code> +
-**file browser:** +
-<code js>onclick="tmt_winOpen('filebrowserX.php?opt=4','imageBrowser','width=720,height=550,left=8,top=8,scrollbars=yes,resizable=yes,status=yes',1)"</code>+
\\ \\
Line 27: Line 19:
**CMS Version:** >= 1.4x \\ **CMS Version:** >= 1.4x \\
**Version:** V0.9 //(09.04.2010)// \\ **Version:** V0.9 //(09.04.2010)// \\
 +**Update:** V1.0 //(11.11.2010)// \\
**Folder:** / * \\ **Folder:** / * \\
**File:** filebrowserX.php \\ **File:** filebrowserX.php \\
Line 35: Line 28:
\\ \\
 +
 +
 +====== Program calling ======
 +
 +
 +**The JavaScript call:**
 +
 +\\
 +**image browser:**
 +<code js>onclick="tmt_winOpen('filebrowserX.php?opt=0','imageBrowser','width=720,height=550,left=8,top=8,scrollbars=yes,resizable=yes,status=yes',1)"</code>
 +**media browser:**
 +<code js>onclick="tmt_winOpen('filebrowserX.php?opt=2','imageBrowser','width=720,height=550,left=8,top=8,scrollbars=yes,resizable=yes,status=yes',1)"</code>
 +**file browser:**
 +<code js>onclick="tmt_winOpen('filebrowserX.php?opt=4','imageBrowser','width=720,height=550,left=8,top=8,scrollbars=yes,resizable=yes,status=yes',1)"</code>
 +
 +\\
 +
 +A comfortable call is done from the file startup.php. -> [[english/other-enhancements/backend/custom-links-in-home]]
 +
 +**The simple variant in startup.php:**
 +<code>
 +<a href="javascript:;" title="<?php echo $BL['be_cnt_openimagebrowser'];?>" onclick="tmt_winOpen('filebrowserX.php?opt=0','imageBrowser','width=720,height=550,left=8,top=8,scrollbars=yes,resizable=yes,status=yes',1)">
 +<img src="img/button/open_image_button.gif" alt=""  border="0" /> <?php echo $BL['be_cnt_openimagebrowser'];?></a>&nbsp;&nbsp;&nbsp;
 +
 +<a href="javascript:;" title="<?php echo $BL['be_cnt_openmediabrowser'];?>" onclick="tmt_winOpen('filebrowserX.php?opt=2','imageBrowser','width=720,height=550,left=8,top=8,scrollbars=yes,resizable=yes,status=yes',1)">
 +<img src="img/button/open_image_button.gif" alt=""  border="0" /> <?php echo $BL['be_cnt_openmediabrowser'];?></a>&nbsp;&nbsp;&nbsp;
 +
 +<a href="javascript:;" title="<?php echo $BL['be_cnt_openfilebrowser'];?>" onclick="tmt_winOpen('filebrowserX.php?opt=4','imageBrowser','width=720,height=550,left=8,top=8,scrollbars=yes,resizable=yes,status=yes',1)">
 +<img src="img/button/open_image_button.gif" alt=""  border="0" /> <?php echo $BL['be_cnt_openfilebrowser'];?></a><br />
 +</code>
 +
 +
 +
 +
 +
 +\\
 +
 +====== Download:  ======
**File:**  {{:english:other-enhancements:backend:custom-links-in-home:filebrowserx.zip|}} **File:**  {{:english:other-enhancements:backend:custom-links-in-home:filebrowserx.zip|}}
english/other-enhancements/backend/custom-links-in-home/filebrowserx.1282572380.txt.gz · Last modified: 2018/06/03 18:08 (external edit)
www.planmatrix.de www.chimeric.de Creative Commons License Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0