[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/layouts/plugins/user/terms/ -> message.php (source)

   1  <?php
   2  
   3  /**
   4   * @package     Joomla.Plugin
   5   * @subpackage  User.terms
   6   *
   7   * @copyright   (C) 2019 Open Source Matters, Inc. <https://www.joomla.org>
   8   * @license     GNU General Public License version 2 or later; see LICENSE.txt
   9   */
  10  
  11  defined('_JEXEC') or die;
  12  
  13  extract($displayData);
  14  
  15  /**
  16   * Layout variables
  17   * -----------------
  18   * @var   string   $autocomplete           Autocomplete attribute for the field.
  19   * @var   boolean  $autofocus              Is autofocus enabled?
  20   * @var   string   $class                  Classes for the input.
  21   * @var   boolean  $disabled               Is this field disabled?
  22   * @var   string   $group                  Group the field belongs to. <fields> section in form XML.
  23   * @var   boolean  $hidden                 Is this field hidden in the form?
  24   * @var   string   $hint                   Placeholder for the field.
  25   * @var   string   $id                     DOM id of the field.
  26   * @var   string   $label                  Label of the field.
  27   * @var   string   $labelclass             Classes to apply to the label.
  28   * @var   boolean  $multiple               Does this field support multiple values?
  29   * @var   string   $name                   Name of the input field.
  30   * @var   string   $onchange               Onchange attribute for the field.
  31   * @var   string   $onclick                Onclick attribute for the field.
  32   * @var   string   $pattern                Pattern (Reg Ex) of value of the form field.
  33   * @var   boolean  $readonly               Is this field read only?
  34   * @var   boolean  $repeat                 Allows extensions to duplicate elements.
  35   * @var   boolean  $required               Is this field required?
  36   * @var   integer  $size                   Size attribute of the input.
  37   * @var   boolean  $spellcheck             Spellcheck state for the form field.
  38   * @var   string   $validate               Validation rules to apply.
  39   * @var   string   $value                  Value attribute of the field.
  40   * @var   array    $options                Options available for this field.
  41   * @var   array    $termsnote              The terms note that needs to be displayed
  42   * @var   array    $translateLabel         Should the label be translated?
  43   * @var   array    $translateHint          Should the hint be translated?
  44   * @var   array    $termsArticle           The Article ID holding the Terms Article
  45   */
  46  
  47  echo '<div class="alert alert-info">' . $termsnote . '</div>';


Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer