Download Plugin (zip)

Stats

Version

0.9

Wheels Compatibility

1.1.1, 1.0.5, 1.0.2, 1.0.1, 1.0

Downloads

627

Last Updated

May 12, 2011

About Plugins

Plugins allow you to extend or modify default Wheels application behavior. To use, you just drop the zip file into your plugins directory and reload your application.

Read Using and Creating Plugins for more information.

Remote Form Helpers

Adds a set of CFMJS functions (ColdFusion + Javascript) as well as a set of new form helpers that work exclusively with AJAX.

Author

Raúl Riera

Project Home

http://github.com/raulriera/Remote-Form-Helpers

Description

Adds a set of CFMJS functions (ColdFusion + Javascript) as well as a set of new form helpers that work exclusively with AJAX. To review all the functions included please refer to the Usage & Examples section.

Usage/Examples

To learn more about this plugin visit this page https://github.com/raulriera/Remote-Form-Helpers/wiki

Change Log

Version 0.9—May 12, 2011 Download

  • Drops support for anything below 1.1
  • Removes obstructive JavaScript from the output.
  • Drops support for all remoteXXX functions, now reuses Wheels current methods and adds "remote=true" as an argument.
  • Includes a "jQuery adapter" (can be switched easily to other framerworks)
  • Wheels compatibility: 1.0, 1.0.1, 1.0.2, 1.0.5, 1.1.1.

Version 0.6.1—August 29, 2010 Download

  • Fixed missing semicolon for ColdFusion 8 (Thanks Tony and Aleksander)
  • Wheels compatibility: 1.0, 1.0.1, 1.0.2, 1.0.5.

Version 0.6—July 16, 2010 Download

  • Support for `remoteButtonTo` (Thanks to Adam Michel)
  • Support for `pageRedirectTo`
  • Removed white space from the outputs of each function
  • Improved documentation in the plugin's home.
  • Wheels compatibility: 1.0, 1.0.1, 1.0.2, 1.0.5.

Version 0.4—June 21, 2010 Download

  • Support for Wheels 1.0.5
  • Wheels compatibility: 1.0, 1.0.1, 1.0.2, 1.0.5.

Version 0.3—March 21, 2010 Download

  • Support for Wheels 1.0.2.
  • Support for `renderRemotePage`.
  • Support for wrapper functions to insert HTML, replace HTML, remove element, show element and hide element (pageInsertHTML, pageReplaceHTML, pageRemove, pageShow, pageHide)
  • Filename convention for remote views is `actionName.js.cfm`
  • Overall change on how the requests are handled. Now jQuery will parse the data sent from the controller (using the renderRemotePage)
  • Made all callbacks optional.
  • Removed the suffix "Callback" from all callbacks.
  • Support for `complete` and `beforeSend` callback.
  • Code cleanup.
  • Wheels compatibility: 1.0, 1.0.1, 1.0.2.

Version 0.2—January 2, 2010 Download

  • Support for `remoteLinkTo`
  • Support for `startRemoteFormTag` and `endRemoteFormTag`
  • Support for `success` and `error` callbacks
  • Wheels compatibility: 1.0.