[TYPO3-dev] Creating A Customized "New Record"

Malte Jansen mail at maltejansen.de
Tue Dec 11 17:11:22 CET 2007


Sebastiaan van Parijs schrieb:
> Malte Jansen wrote:
>> Sebastiaan van Parijs schrieb:
>>> Hey there,
>>>
>>> Im working on building an extention with backend functions, only the 
>>> problem is how do i create or customize my "New Record" to make it a 
>>> different "Name". And if i have my "Customized" (New record), how do i
>>> create tabs so i can make a few categories to resize my long list of 
>>> input to make it smaller bite size input. For example: "Options", 
>>> "Advanced options".
>>>
>>> Please help me out im so close i can feel it.
>>> Thnx,
>>>
>>> Sebastiaan
>> Hi!
>>
>> You can create your extension/record with the extension: kickstarter.
>>
>> For the rest checkout the Core API
>> http://typo3.org/documentation/document-library/core-documentation/doc_core_api/4.1.0/view/ 
>>
>>
>> Cheers,
>>
>> Malte
> I used the kickstarter, and its more like i need to customize the part 
> thats below the extention/record. There you need to fill in the database 
> record, but i want to customize it to run some scripts.
> 
> Looked through the manual, and its full of information. But its really a 
> needle in a haystack. Could somebody maybe give me a hands on example or 
> a link to a manual to get this done.
> 
> Cheers,
> Sebastiaan

Hi,

there is the $TCA['ctrl] for it...

Keywords are dividers2tabs and label

The label of the table is in the locallang_db.xml...

Cheers,

Malte




More information about the TYPO3-dev mailing list