[TYPO3-dev] Backend ajax: mID approach

Maximo Cuadros mcuadros at gmail.com
Mon Feb 12 01:57:58 CET 2007


Hi,

I uploaded the current alt_ajax_doc.php to the bug tracking at:
http://bugs.typo3.org/view.php?id=4966

If all is ok, in 2 o 3 days i will start use it on my patch for Page
and List drag and drop.

Best regards.



On 2/11/07, Oliver Hader <oh at inpublica.de> wrote:
>
>  Maximo Cuadros wrote:
> On 2/11/07, Oliver Hader <oh at inpublica.de> wrote:
>
>   1. Where should go the
>  $TYPO3_CONF_VARS['BE']['mID_include'] vars.
>   I think we should do the same as for eID. The file where this is defined
> is
>  ext_localconf.php
>   You can also have a look to Kasper's example "whitboard" on the TER:
>
>
> http://typo3.org/extensions/repository/view/whiteboard/0.2.0/info/ext_localconf.php/
>
>  And for core features?
>  Hm, just let them in alt_doc_ajax.php we can move them later if necessary.
>
>
>
>  2. U can provide me a full list of examples of each halder time, like:
>   "$this->tceforms->inline->createNewRecord"
>   "t3lib_TCEforms->inline->createNewRecord"
>   "t3lib_div::someOtherFunction"
>   We just need a parser, that extracts the tokens of the given string. For
>  the reason a instance to a class gets created probably the instance should
>  also be delivered to the specific handler function.
>   If you want to I could write this parser and caller script.
>
>  I perfer write by myself i just want say that all the case u write at:
>  [...]
>
>  For example could be:
>  class::staticMethod
>  classForBeInstanced->Method
>  $objectThatAlreadyExists->Method
>  function
>
>  Some thing more?
>  For this cases is very easy.
>  No, that should be everything...
>
>  I will start work right now.
>
>
>   That's great! ;-) But probably we should wait some more days. Perhaps the
>  Extension Coordination Team (ECT) has some annotations.
>   I'd like to build an alt_doc_ajax.php that is able to handle base AJAX
>  calls (such as by prototype.js) and special AJAX calls (like xaJax does).
>   So probably we should consider this.
>
>   The SVN repository is locked for new feature commits until TYPO3 4.1-final
>  had been released. So we are not in a hurry and have some time ;-)
>   I'll post a message at typo3.teams.extension-coordination
>  to get some feedback considering tx_xaJax.
>
>
>  Yes but i am development for things, for the core like drag and drop
>  at List and Page views, and i depends of this. I just wanna have the
>  base for make the calls after we can make more.
>  Sorry, I really didn't want to hinder your development!
>  Drag'n'Drop sorting in Web>List and Web>Page would be great.
>  So, just go ahead! Thanks! :-)
>
>
>  Best regards,
>  Olly
>
> --
>  ________________________________
> inpublica(r)
>  Oliver Hader
>  Software-Entwicklung & Server-Management
>  ________________________________
>  E-Mail: oh at inpublica.de
> Online: http://www.inpublica.de/
> Voice: +49 (0) 9289 - 963 - 418
> Fax: +49 (0) 9289 - 963 - 215
> Skype-ID: OliverHader
>  ________________________________
>




More information about the TYPO3-dev mailing list