Class JHtmlFilter

Description

Filter HTML Behaviors for Finder.

  • abstract:
  • since: 2.5

Located in /components/com_finder/helpers/html/filter.php (line 21)


	
			
Method Summary
static mixed dates (FinderIndexerQuery $query, array $options)
static mixed select (FinderIndexerQuery $query, array $options)
static mixed slider ([array $options = array()])
Methods
static method dates (line 427)

Method to generate fields for filtering dates

  • return: A rendered HTML widget on success, null otherwise.
  • since: 2.5
  • access: public
static mixed dates (FinderIndexerQuery $query, array $options)
  • FinderIndexerQuery $query: A FinderIndexerQuery object.
  • array $options: An array of options.
static method select (line 233)

Method to generate filters using select box drop down controls.

  • return: A rendered HTML widget on success, null otherwise.
  • since: 2.5
  • access: public
static mixed select (FinderIndexerQuery $query, array $options)
  • FinderIndexerQuery $query: A FinderIndexerQuery object.
  • array $options: An array of options.
static method slider (line 33)

Method to generate filters using the slider widget and decorated with the FinderFilter JavaScript behaviors.

  • return: A rendered HTML widget on success, null otherwise.
  • since: 2.5
  • access: public
static mixed slider ([array $options = array()])
  • array $options: An array of configuration options. [optional]

Documentation generated on Mon, 25 Jun 2012 13:54:49 -0500 by phpDocumentor 1.4.4