[TYPO3-templavoila] Wish list for TV
Chris
chris at oblady.com
Tue Oct 7 15:12:00 CEST 2008
Thanks Steffen,
I tried your piece of code, but the only working part is this one :
<script>browse_links.php?mode=wizard&act=file</script>
=> the "file" tab is the first highlighted.
with further search, I found that the "blindLinkOptions" parameter is
used here : tx_rtehtmlarea_browse_links::main_rte
Maybe it works only in the RTE ??
Anyway, it doesn't work in my DS :-(
(Typo3 v. 4.2.1 + TemplaVoilà v. 1.3.3)
Chris
Steffen Kamper a écrit :
> Hi,
>
> change your wizard to this:
>
> <wizards type="array">
> <_PADDING type="integer">2</_PADDING>
> <link type="array">
> <type>popup</type>
> <title>Link</title>
> <icon>link_popup.gif</icon>
> <script>browse_links.php?mode=wizard&act=file</script>
> <params type="array">
> <blindLinkOptions>page,url,mail,spec,folder</blindLinkOptions>
> </params>
>
> <JSopenParams>height=300,width=500,status=0,menubar=0,scrollbars=1</JSopenParams>
>
> </link>
> </wizards>
>
> vg Steffen
More information about the TYPO3-project-templavoila
mailing list