Project

General

Profile

Actions

Bug #73706

closed

Typolink flexform Configuration not working as intended

Added by Siva Prasad about 8 years ago. Updated about 7 years ago.

Status:
Closed
Priority:
Should have
Category:
Link Handling, Site Handling & Routing
Target version:
-
Start date:
2016-02-26
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Added this configuration for typolink. Once the page is selected and clicked the save button the values and not properly not updating.

TYPO3 Version 7.6.3

<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>

Actions

Also available in: Atom PDF