[TYPO3-core] RFC #6872: Add suggest-like feature to TCEforms

Rupert Germann rupi at gmx.li
Sat Sep 5 15:45:06 CEST 2009


hi

here's new patch. changes compared to v10:
- the 'undefined' issue is solved successfully tested in IE7 and 8
- added an sql_free_result

here are some testing hints:

copy these lines to typo3conf/extTables.php:

$TCA['tt_content']['columns']['records']['config']['wizards']['suggest'] 
= array('type' => 'suggest');
$TCA['pages']['columns']['storage_pid']['config']['wizards']['suggest'] 
= array('type' => 'suggest');

this will add a suggest wizard to the "Storage pid" field in pages and 
also to the records field in tt_content type insert records.

to prove that it also works with 2 suggest wizards in the same form i 
attached a little test extension which adds another relation field with 
suggest wizard after "records" in tt_content.

please test this patch :-)


greets
rupert





Rupert Germann schrieb:
> Georg Ringer schrieb:
>> Hi,
>>
>> sorry for "disturbing" in this thread and sorry if I am wrong but are 
>> there some sql_free_result missing?
> 
> good point.
> 
> will add them in the next version
> 
> greets
> rupert



More information about the TYPO3-team-core mailing list