[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/layouts/plugins/editors/tinymce/field/tinymcebuilder/ -> setaccess.php (source)

   1  <?php
   2  
   3  /**
   4   * @package     Joomla.Plugin
   5   * @subpackage  Editors.tinymce
   6   *
   7   * @copyright   (C) 2021 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   \Joomla\CMS\Form\Form          $form  Form with extra options for the set
  19   * @var   \Joomla\CMS\Layout\FileLayout  $this  Context
  20   */
  21  ?>
  22  <div class="setaccess-form-wrapper">
  23      <?php echo $form->renderField('access'); ?>
  24  </div>


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