Development

Changeset 6485

You must first sign up to be able to contribute.

Changeset 6485

Show
Ignore:
Timestamp:
12/12/07 19:20:16 (1 year ago)
Author:
Tiago.Ribeiro
Message:

Possibility to use request object in jQuery Helper

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfJqueryPlugin/lib/helper/jQueryHelper.php

    r5983 r6485  
    238238  if (isset($update_failure)) $function .= ',error:function(){'.$update_failure.'}'; 
    239239  if (isset($callback_loading)) $function .= ',beforeSend:function(){'.$callback_loading.'}'; 
    240   if (isset($callback_complete)) $function .= ',complete:function(){'.$callback_complete.'}'; 
     240  if (isset($callback_complete)) $function .= ',complete:function(request){'.$callback_complete.'}'; 
    241241  $function .= ',url:\''.url_for($options['url']).'\''; 
    242242  $function .= '})';