[TYPO3-dev] editOnClick for IRRE-inline

Иван i-litovan at yandex.ru
Tue Jul 30 22:02:33 CEST 2013


Hi!

I read documentation TYPO3 core Api - and I found next code creating link "new record" for table pages:

// Create new "Content Element" record in PID 1135
 $params = '&edit[tt_content][' . $editUid . ']=new&defVals[tt_content][header]=New%20Element';
$output .= '<a href="#" onclick="' . htmlspecialchars(t3lib_BEfunc::editOnClick($params, .... ...Create new Content Element inside page $editUid. .... '</a><br/>';

I have two table with IRRE-relation method:

table 1 (tt_content_qlist)
table 2 (tt_content_qmessege)

How I can creating editOnClick "new" for IRRE-relation?

--
Thankyou!





More information about the TYPO3-dev mailing list