Class Garmin.AjaxActivityFilter
Object
|
+--Garmin.AjaxActivityFilter
- class
Garmin.AjaxActivityFilter
Garmin.AjaxActivityFilter
Defined in GarminActivityFilter.js
|
Constructor Summary |
Garmin.AjaxActivityFilter(preAjaxFilterLogic, postAjaxFilterLogic, ajaxURL, ajaxOptions)
Provides workflow for activity filtering logic that requires an ajax call.
|
Garmin.AjaxActivityFilter
Garmin.AjaxActivityFilter(preAjaxFilterLogic, postAjaxFilterLogic, ajaxURL, ajaxOptions)
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 on Fri Jun 22 16:23:52 2007