[TYPO3-dev] Re: editOnClick for IRRE-inline

Иван i-litovan at yandex.ru
Wed Jul 31 09:47:42 CEST 2013


I found only next code:

>> In this special case we are creating a new page and new children on that
>> new page. Thus we have the following secenario:
>> 1) Record of 'pages' {uid:13, pid:0}
>> 2) Record of 'pages' {uid:NEWa12345, pid:13}
>> 3) Record of 'tx_myext_child' {uid:NEWe56789, pid:NEW12345}

The inline TCEform for the 'tx_myext_child' record will be rendered with
>> the following AJAX call (this is standard in IRRE, nothing new):
>> typo3/alt_doc_ajax.php?ajax[0]=createNewRecord&ajax[1]=data[NEW12345
> [pages][NEWa12345][children][tx_myext_child]
>> 
>> The identifier given by the parameter "ajax[1]" tells TCEforms_inline
>> which child record to create for which parent record, the BNF is:
>> <irre-ident>    ::= 'data[' <pid> ']' <level-ident> { <level-ident> }
>>                     [ <level-role> | <partial-ident> ]
>> <level-ident>   ::= '[' <tablename> '][' <uid> '][' <field> ']'
>> <level-role>    ::= '_records'
>> <partial-ident> ::= '[' <tablename> '][' <uid> ']' <partial-role>
>> <partial-role>  ::= '_' ( 'div' | 'header' | 'label' |
>>                           'disabled' | 'fields' )

http://lists.typo3.org/pipermail/typo3-team-core/2007-June/008358.html
>> 

it is possible to use in typo3 4.7.x-6.x?




More information about the TYPO3-dev mailing list