Skip to content

Instantly share code, notes, and snippets.

@alrnz
Last active September 11, 2019 10:57
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save alrnz/b650b389ccc757eb08a907f64cba19b1 to your computer and use it in GitHub Desktop.
Save alrnz/b650b389ccc757eb08a907f64cba19b1 to your computer and use it in GitHub Desktop.
TypoLink in flexform for TYPO3 7.6 #TYPO3
<settings.link>
<TCEforms>
<exclude>1</exclude>
<label>
Link to Page or a File or a Content-Element
</label>
<config>
<type>input</type>
<size>30</size>
<eval>trim</eval>
<softref>typolink,typolink_tag,images,url</softref>
<wizards>
<_PADDING>2</_PADDING>
<link>
<type>popup</type>
<title>Link</title>
<module>
<name>wizard_element_browser</name>
<urlParameters>
<mode>wizard</mode>
</urlParameters>
</module>
<icon>link_popup.gif</icon>
<script>browse_links.php?mode=wizard</script>
<params>
<!--<blindLinkOptions>page,file,folder,url,spec</blindLinkOptions>-->
</params>
<JSopenParams>height=500,width=500,status=0,menubar=0,scrollbars=1</JSopenParams>
</link>
</wizards>
</config>
</TCEforms>
</settings.link>
@pipaltree
Copy link

Hello @bmoex, do you know how to specify which tab should be active initially in TYPO3 8.7?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment