[TYPO3-project-4-3] Getting new besearch into 4.3

Steffen Ritter info at rs-websystems.de
Fri Apr 17 11:04:10 CEST 2009


Martin Kutschker schrieb:
> With AJAX engine you mean widgets? Prototype has none, so you must be
> referring to Script.aculo.us, right?

Hi Masi,
with AJAX Engine I jsut meant the Prototype AJAX Requests like following:
  var ajax = new Ajax.Updater(
                         this.menu,
                         this.ajaxScript, {
                                 parameters: {
                                         ajaxID: 
'tx_besearch::renderSearchform'
                                 },
                                 onComplete: function(xhr) {
                                         this.toolbarItemIcon.src = 
origToolbarItemIcon;
                                 }.bind(this)
                         }
                 );
         },

Just like the newDocs sysext does...
My Ajax call just returns HTML Code...

lets get in contact directly to get clear such things.

regards

Steffen


More information about the TYPO3-project-4-3 mailing list