Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Référence de la classe JHtmlFilter

Fonctions membres publiques statiques

static slider ($options=array())
 
static select ($idxQuery, $options)
 
static dates ($idxQuery, $options)
 

Description détaillée

Filter HTML Behaviors for Finder.

Depuis
2.5

Documentation des fonctions membres

◆ dates()

static dates (   $idxQuery,
  $options 
)
static

Method to generate fields for filtering dates

Paramètres
FinderIndexerQuery$idxQueryA FinderIndexerQuery object.
array$optionsAn array of options.
Renvoie
mixed A rendered HTML widget on success, null otherwise.
Depuis
2.5

Références $attribs, $html, $options, et null.

◆ select()

static select (   $idxQuery,
  $options 
)
static

Method to generate filters using select box dropdown controls.

Paramètres
FinderIndexerQuery$idxQueryA FinderIndexerQuery object.
array$optionsAn array of options.
Renvoie
mixed A rendered HTML widget on success, null otherwise.
Depuis
2.5

Références $active, $db, $filter, $groups, $html, $key, $language, $options, $query, $title, $user, FinderHelperLanguage\branchLanguageTitle(), FinderHelperLanguage\branchPlural(), FinderHelperLanguage\branchSingular(), et null.

◆ slider()

static slider (   $options = array())
static

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

Paramètres
array$optionsAn array of configuration options. [optional]
Renvoie
mixed A rendered HTML widget on success, null otherwise.
Depuis
2.5

Références $checked, $db, $filter, $groups, $html, $key, $lang, $options, $query, $title, $user, FinderHelperLanguage\branchLanguageTitle(), FinderHelperLanguage\branchPlural(), FinderHelperLanguage\branchSingular(), FinderHelperLanguage\loadPluginLanguage(), et null.


La documentation de cette classe a été générée à partir du fichier suivant :