[TYPO3-mvc] Access external data in plugin-settings

bernd wilke t3ng at bernd-wilke.net
Thu Nov 21 16:00:43 CET 2013


Am 21.11.13 15:43, schrieb M K:
> Hi!
>
> I'm new to typo3 and I created my first plugin with mvc.
> It just prints out some text on the frontend and this works.
>
> What I need to do now:
>
> I want to access external data and show it in the backend.
> It should show when you click on Pages->Your-Page->Your-Plugin->Plugin
> settings.
>
> I guess this is not possible with Fluid?
> Overall I want to show my own view in the plugin settings.
>
> Anyone got an idea or could push me into the right direction?

your keywords should be TCA, flexforms and input-wizard.

TCA (Table Configuration Array) = here you define the datastructure and 
the inputform including verification and input-wizards

flexforms enable variable input, so you can switch different 
form-layouts (different fields) with TCA

input-wizards enable individual input, e.g. a selection on values from 
'outside'. (classic wizards: RTE, Fileselection, Linkwizard, ...)

bernd
-- 
http://www.pi-phi.de/cheatsheet.html


More information about the TYPO3-project-typo3v4mvc mailing list