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 JHtmlModules

Fonctions membres publiques statiques

static templates ($clientId=0, $state='')
 
static types ()
 
static templateStates ()
 
static state ($value, $i, $enabled=true, $checkbox='cb')
 
static positions ($clientId, $state=1, $selectedPosition='')
 
static batchOptions ()
 
static positionList ($clientId=0)
 

Description détaillée

JHtml module helper class.

Depuis
1.6

Documentation des fonctions membres

◆ batchOptions()

static batchOptions ( )
static

Get a select with the batch action options

Renvoie
void

Références $options.

◆ positionList()

static positionList (   $clientId = 0)
static

Method to get the field options.

Paramètres
integer$clientIdThe client ID
Renvoie
array The field option objects.
Depuis
2.5

Références $clientId, $db, $options, $query, JError\raiseWarning(), et text.

◆ positions()

static positions (   $clientId,
  $state = 1,
  $selectedPosition = '' 
)
static

Display a batch widget for the module position selector.

Paramètres
integer$clientIdThe client ID.
integer$stateThe state of the module (enabled, unenabled, trashed).
string$selectedPositionThe currently selected position for the module.
Renvoie
string The necessary positions for the widget.
Depuis
2.5

Références $clientId, $customGroupText, $option, $options, $position, $positions, $selectedPosition, $state, $template, $text, ModulesHelper\createOption(), ModulesHelper\createOptionGroup(), ModulesHelper\getPositions(), TemplatesHelper\getPositions(), ModulesHelper\getTemplates(), ModulesHelper\getTranslatedModulePosition(), JPATH_ADMINISTRATOR, JLoader\register(), et ArrayHelper\sortObjects().

◆ state()

static state (   $value,
  $i,
  $enabled = true,
  $checkbox = 'cb' 
)
static

Returns a published state on a grid

Paramètres
integer$valueThe state value.
integer$iThe row index
boolean$enabledAn optional setting for access control on the action.
string$checkboxAn optional prefix for checkboxes.
Renvoie
string The Html code
Voir également
JHtmlJGrid::state
Depuis
1.7.1

Références $enabled, $i, et $value.

◆ templates()

static templates (   $clientId = 0,
  $state = '' 
)
static

Builds an array of template options

Paramètres
integer$clientIdThe client id.
string$stateThe state of the template.
Renvoie
array

Références $clientId, $options, $state, $template, et ModulesHelper\getTemplates().

◆ templateStates()

static templateStates ( )
static

Builds an array of template state options

Renvoie
array

Références $options.

◆ types()

static types ( )
static

Builds an array of template type options

Renvoie
array

Références $options.


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