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

Ticket #8465 (new enhancement)

Opened 2 years ago

Last modified 10 months ago

[PATCH] Added multiple parameters for ajax.autocompleter

Reported by: fringley Assigned to: thomas@fesch.at
Priority: normal Milestone: 2.x
Component: script.aculo.us Version:
Severity: normal Keywords:
Cc: cpuidle@gmx.de

Description

I needed to be able to pass several parameters to my search list creation script.

By passing an array of the id's of the input elements, this can be acheived and pulled out of the POST array just like the default parameter.

E.g. (add to options): dynamicParams: ["element1", "element2"]

Attachments

dynamic_parameters_for_ajax_autocomplete.diff (1.3 kB) - added by fringley on 05/25/07 13:54:07.
PATCH file

Change History

05/25/07 13:54:07 changed by fringley

  • attachment dynamic_parameters_for_ajax_autocomplete.diff added.

PATCH file

05/25/07 13:56:38 changed by fringley

  • type changed from defect to enhancement.

01/22/08 19:28:30 changed by andig

  • cc set to cpuidle@gmx.de.