[ Index ]

PHP Cross Reference of Joomla 2.5.4 DE

title

Body

[close]

/components/com_finder/helpers/html/ -> filter.php (summary)

(no description)

Copyright: Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
License: GNU General Public License version 2 or later; see LICENSE
File Size: 479 lines (16 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 3 functions

  slider()
  select()
  dates()

Functions
Functions that are not part of a class:

slider($options = array()   X-Ref
Method to generate filters using the slider widget and decorated
with the FinderFilter JavaScript behaviors.

param: array  $options  An array of configuration options. [optional]
return: mixed  A rendered HTML widget on success, null otherwise.

select($query, $options)   X-Ref
Method to generate filters using select box drop down controls.

param: FinderIndexerQuery  $query    A FinderIndexerQuery object.
param: array               $options  An array of options.
return: mixed  A rendered HTML widget on success, null otherwise.

dates($query, $options)   X-Ref
Method to generate fields for filtering dates

param: FinderIndexerQuery  $query    A FinderIndexerQuery object.
param: array               $options  An array of options.
return: mixed  A rendered HTML widget on success, null otherwise.



Generated: Tue Apr 3 11:40:28 2012 Cross-referenced by PHPXref 0.7.1