[TYPO3-dev] Frontend plugin - storing a list of objects

Boros Attila attila at thebat.net
Mon Apr 26 17:10:10 CEST 2010


Hello bernd,

Thank you for the answer, I didn't knew this was automagic. One
little problem though, I couldn't use IRRE with the kickstarter, and
I'm having trouble. But that's for another thread.

--
Attila



Thursday, April 22, 2010, 12:10:56 AM, you wrote:

bw> On Wed, 21 Apr 2010 22:30:26 +0300 Boros Attila wrote:


>> Well I knew the "general programming" answer. Sorry if my question was
>> not clear enough. I don't know how a content editor could edit that
>> structure in the backend. I guess there should be a button to add/remove
>> rows, but what is the TYPO3 way to do this? Can I alter the "plugin
>> options" interface with Javascript DOM? Is it possible to write a custom
>> interface for it? Do I need to do that or is there an easier way?
>> 

bw> building an extension in the kickstarter will provide you with nearly the
bw> complete extension (if you find the appropiate 'buttons' (mostly 
bw> checkboxes))

bw> the BE-editing is enabled as soon, as TYPO3 knows about the table. 
bw> in the kickstarter: 
bw> 1 start a new extension, 
bw> 2 create a new table
bw> 3 insert your needed fields
bw> (4 create a FE-plugin, which should display the records of the table)
bw> 5 save extension
bw> 6 install extension

bw> now you can insert and edit records.

bw> On creation the extension you can restrict access for editors (if you 
bw> choosed the correct checkboxes) to the table at whole or single fields
bw> only.
bw> You can restrict records to be created and saved to sysfolders only or
bw> every page.

bw> bernd






More information about the TYPO3-dev mailing list