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

Ticket #7656 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

[PATCH] ActionView::Helpers::PrototypeHelper documentation

Reported by: jeremymcanally Assigned to: core
Priority: normal Milestone: 2.x
Component: ActionPack Version: edge
Severity: normal Keywords: docs
Cc:

Description

This greatly expands the PrototypeHelper docs, including information about designing your actions to work with Ajax and examples for many of the methods.

Attachments

extend_prototype_helper_docs.diff (26.4 kB) - added by jeremymcanally on 03/05/07 15:32:07.

Change History

02/27/07 02:03:30 changed by jeremymcanally

I actually need to fix a few things in this patch (missing articles and an instance of a required argument listed like an option). I'll fix tonight.

03/05/07 15:29:33 changed by jeremymcanally

Now includes some fixes and expansions, including showing what javascript is generated for every method.

03/05/07 15:32:07 changed by jeremymcanally

  • attachment extend_prototype_helper_docs.diff added.

03/10/07 02:20:35 changed by josh

  • keywords set to docs.
  • summary changed from [PATCH][DOCS] ActionView::Helpers::PrototypeHelper documentation to [PATCH] ActionView::Helpers::PrototypeHelper documentation.

12/05/07 20:05:55 changed by marcel

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

(In [8302]) Add many examples to PrototypeHelper documentation. Closes #7656 [jeremymcanally]