[TYPO3-german] drag&drop ala templavoila im plugin ermöglichen

Konstantin Bastron konstantin.bastron at staufenbiel.de
Fri Nov 25 11:29:33 CET 2011


Hallo,

  Ich habe ein Plugin erstellt welches FCEs verarbeitet, welche ihm
zugeordnet sind. 

Es ist zwar möglich die Elemente per Wizzard dem Plugin zuzuordnen, jedoch
fehlt leider die drag&drop Funktion in der Seitenansicht ala templavoila.
Weis jemand ob es eine Möglichkeit gibt um diese drag&drop Funktion im
Plugin für die FCEs freizuschalten/einzubauen zu können?

 

Code der flexform.xml

<tx_templavoila type="array">

            <title>xyz</title>

            <sample_data type="array">

                        <numIndex index="0"></numIndex>

            </sample_data>

            <eType>ce</eType>

            <TypoScript>

                        10= RECORDS

                        10.source.current=1

                        10.tables = tt_content

            </TypoScript>

            <oldStyleColumnNumber type="integer">0</oldStyleColumnNumber>

</tx_templavoila>

<TCEforms type="array">

            <config type="array">

                        <type>group</type>

                        <internal_type>db</internal_type>

                        <allowed>tt_content</allowed>

                        <size>5</size>

                        <maxitems>200</maxitems>

                        <minitems>0</minitems>

                        <multiple>1</multiple>

                        <show_thumbs>1</show_thumbs>

            </config>

            <label> xyz </label>

</TCEforms>

 

 

Mit freundlichen Grüßen,

                                    Konstantin

 



More information about the TYPO3-german mailing list