[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/layouts/libraries/html/bootstrap/modal/ -> footer.php (source)

   1  <?php
   2  
   3  /**
   4   * @package     Joomla.Site
   5   * @subpackage  Layout
   6   *
   7   * @copyright   (C) 2015 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  $selector  Unique DOM identifier for the modal. CSS id without #
  19   * @var   array   $params    Modal parameters. Default supported parameters:
  20   *                             - title        string   The modal title
  21   *                             - backdrop     mixed    A boolean select if a modal-backdrop element should be included (default = true)
  22   *                                                     The string 'static' includes a backdrop which doesn't close the modal on click.
  23   *                             - keyboard     boolean  Closes the modal when escape key is pressed (default = true)
  24   *                             - closeButton  boolean  Display modal close button (default = true)
  25   *                             - animation    boolean  Fade in from the top of the page (default = true)
  26   *                             - footer       string   Optional markup for the modal footer
  27   *                             - url          string   URL of a resource to be inserted as an <iframe> inside the modal body
  28   *                             - height       string   height of the <iframe> containing the remote resource
  29   *                             - width        string   width of the <iframe> containing the remote resource
  30   *                             - bodyHeight   int      Optional height of the modal body in viewport units (vh)
  31   *                             - modalWidth   int      Optional width of the modal in viewport units (vh)
  32   * @var   string  $body      Markup for the modal body. Appended after the <iframe> if the URL option is set
  33   */
  34  ?>
  35  <div class="modal-footer">
  36      <?php echo $params['footer']; ?>
  37  </div>


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