[TYPO3-dev] Antw: Backend custom forms for a Plugin

Rakesh Dodda rakeshdodda.rd at gmail.com
Thu May 23 10:39:24 CEST 2013


Hi Trotzek,

That's probably what I was looking for. Will look into the documentation.
Thank you so much :)




On Thu, May 23, 2013 at 1:38 PM, Uwe Trotzek <Trotzek at citeq.de> wrote:

> Hi Rakesh,
>
> if I understand you correclty, I would recommend to use IRRE (inline
> relational record editing) for this.
>
> You could take a look at this demo-extension which demonstrates the
> behaviour of IRRE:
> http://typo3.org/extensions/repository/view/irre_tutorial
>
> With IRRE you can easily edit multiple relations within one form.
>
> King regards
> Uwe Trotzek
>
> >>> Rakesh Dodda <rakeshdodda.rd at gmail.com> 23.05.2013 09:57 >>>
> Hi,
>
> I'm fairly new to TYPO3 and building extensions. The frontend plugin I
> created with extension builder is called "Events". There are 3 other tables
> which are also a part of the plugin- Category , Location and Media, apart
> from Event.
>
> The problem is that while creating a new record for the plugin ( that is
> creating a new Event), I should also add other records for Category,
> Location and Media in three different forms. Which is very inconvenient. I
> would want One single form which adds the event details, adds the media,
> category and location and store it in their respective database tables.
> Also, note that all these tables are related. Like for instance, the ID in
> the media tables is a Foreign Key from the Event's tables, so every time
> the form gets submitted, it should also automatically update the media
> table ID.
>
> To put it simple, I need a form with fields coming in from different but
> related tables in the TYPO3 database. Is this possible in TYPO3 backend ,
> if so, how do I create that ?
>
> Thank You
> --
> Regards,
> Rakesh Dodda
> _______________________________________________
> TYPO3-dev mailing list
> TYPO3-dev at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-dev
>
> _______________________________________________
> TYPO3-dev mailing list
> TYPO3-dev at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-dev
>



-- 
Regards,
Rakesh Dodda



More information about the TYPO3-dev mailing list