[TYPO3-core] RFC:Feature #7266: new method to find a specific AjaxCall
Steffen Kamper
steffen at sk-typo3.de
Fri Jan 25 00:59:44 CET 2008
"Oliver Hader" <oh at inpublica.de> schrieb im Newsbeitrag
news:mailman.1.1201210955.6486.typo3-team-core at lists.netfielders.de...
> Hi,
>
> Steffen Kamper schrieb:
>> "Steffen Kamper" <steffen at sk-typo3.de> schrieb im Newsbeitrag
>> news:mailman.1.1201195504.27620.typo3-team-core at lists.netfielders.de...
>>> "Ingo Renner" <ingo at typo3.org> schrieb im Newsbeitrag
>>> news:mailman.1.1201195379.6961.typo3-team-core at lists.netfielders.de...
>>>> Steffen Kamper wrote:
>>>>
>>>> Hi Steffen,
>>>>
>>>>> Problem:
>>>>> with the new Ajax-Interface there is a new standard for ajaxcalls in
>>>>> BE.
>>>>> The ajaxID has this syntax:
>>>>> classname::methodename
>>>> ...
>>>>
>>>> whats wrong with TYPO3AJAX::getAjaxId() ?
>>>
>>> nothing is wrong, but then you have to split the id by yourself for
>>> determination. I wanted to make it more easy.
>>>
>>> vg Steffen
>>
>> and this only works in Ajaxcall, if not, class is not loaded.
>
> But then also the ajaxID would be empty...
>
> olly
> --
> Oliver Hader
> http://inpublica.de/
yes, but
- call of uninitialized object
- having id you must split and strcmp
because this is needed more often i would like to have a single call
vg Steffen
More information about the TYPO3-team-core
mailing list