Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #8011 (closed enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

[PATCH] Direct onCreate callback for Ajax requests

Reported by: savetheclocktower Assigned to: sam
Priority: normal Milestone: 1.x
Component: Prototype Version: edge
Severity: normal Keywords: 1.5.1 discuss
Cc:

Description

Right now in order to have an onCreate callback for your Ajax request you must set up a global responder. This is overkill.

The use case is Ajax.PeriodicalUpdater (because you can't simply invoke your callback manually like you can with Ajax.Request or Ajax.Updater).

Attachments

8011.diff (425 bytes) - added by savetheclocktower on 04/05/07 20:17:30.

Change History

04/05/07 20:17:30 changed by savetheclocktower

  • attachment 8011.diff added.

04/24/07 08:22:51 changed by Tobie

  • status changed from new to closed.
  • resolution set to fixed.

fixed in [6558]