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

Ticket #11158 (closed enhancement: fixed)

Opened 8 months ago

Last modified 7 months ago

[PATCH] Documentation for the drop_receiving_element helpers :onDrop callback

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

Description

The documentation for the drop_receiving_element helper lacks documentation on the :onDrop callback and :confirm and :hoverclass options.

This patch adds descriptions, along with a brief example.

(Note: this patch also fixes a couple of typos - defaut is now default)

Attachments

doc_drop_receiving_element_onDrop.diff (4.4 kB) - added by thechrisoshow on 02/19/08 00:44:36.

Change History

02/18/08 23:52:32 changed by thechrisoshow

  • summary changed from [PATCH] Doc drop_receiving_element :onDrop callback and :confirm and :hoverclass options to [PATCH] Documentation for the drop_receiving_element helpers :onDrop callback.

02/19/08 00:44:36 changed by thechrisoshow

  • attachment doc_drop_receiving_element_onDrop.diff added.

02/19/08 00:48:24 changed by therealadam

+1

Looks like it covers all the bases

02/19/08 20:17:41 changed by cch1

+1, that was easy.

02/19/08 20:18:58 changed by djanowski

+1

02/19/08 20:19:18 changed by djanowski

  • keywords changed from docs to docs verified.

03/05/08 10:53:07 changed by pratik

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

(In [8983]) Documentation for the drop_receiving_element helpers :onDrop callback. Closes #11158 [thechrisoshow]