Communicator Plugin API Version 1.9

Class Index | File Index

Classes


Class Garmin.AjaxActivityFilter

Garmin.AjaxActivityFilter
Defined in: GarminActivityFilter.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Garmin.AjaxActivityFilter((function), (function), (String), (Hash))
Provides workflow for activity filtering logic that requires an ajax call.
Class Detail
Garmin.AjaxActivityFilter((function), (function), (String), (Hash))
Provides workflow for activity filtering logic that requires an ajax call.
Parameters:
(function)
preAjaxFilterLogic - a function provided by the user containing the actual logic used to filter the array of Garmin.Activity before the ajax call. An array containing the activities will be passed to this function along with the ajax call options.
(function)
postAjaxFilterLogic - a function provided by the user containing the actual logic used to filter the array of Garmin.Activity after the ajax call. An array containing the activities will be passed to this function along with the ajax response text and xml.
(String)
ajaxURL - the path for the ajax call.
(Hash)
ajaxOptions - options used for the ajax call. Please see http://www.prototypejs.org/api/ajax/options.

Documentation generated by JsDoc Toolkit 2.3.2 on Mon Jul 25 2011 09:36:49 GMT-0700 (MST)