Hello

I am porting some EXT with some Backendmoules to fluid/Extbase.

In piBase Times I have written some handy views to diplay may tables in a intuitive way, so the user does not use the List-Module, but my own listing.

e.g. to Edit a record i use this:

<a href="#" onclick="'.\TYPO3\CMS\Backend\Utility\BackendUtility::editOnClick("&edit[tx_myext_field][".$this->row[uid]."]=edit",$this->doc->backPath).'">

The Edit/New Record of the list module, rendered by the TCA-Definitions.

How do I connect TCA Rendering to my fluid Template view?
Is there a document this is documented?

Using the "New/Edit Record" view genereted by the Kickstarter is not really good, since:

a) why should I write a view that looks like TCA: Use TCA instead.
b) image upload is not implemented and doing so is really really a pain!

Are there some viewhelpers in the Core for TCA rendering?
Some EXT in TER?

Thank you for helping me finding myway throug the Code-Jungle of TYPO3.


Christian.
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to