Abstract 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 $idxQuery, array $options)
 static mixed select (FinderIndexerQuery $idxQuery, array $options)
 static mixed slider ([array $options = array()])
Methods
static dates (line 450)

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 $idxQuery, array $options)
  • FinderIndexerQuery $idxQuery: A FinderIndexerQuery object.
  • array $options: An array of options.
static select (line 242)

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 $idxQuery, array $options)
  • FinderIndexerQuery $idxQuery: A FinderIndexerQuery object.
  • array $options: An array of options.
static 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 Tue, 19 Nov 2013 15:03:15 +0100 by phpDocumentor 1.4.3