[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/media/com_fields/js/ -> admin-field-typehaschanged.js (source)

   1  /**
   2   * @copyright  (C) 2019 Open Source Matters, Inc. <https://www.joomla.org>
   3   * @license    GNU General Public License version 2 or later; see LICENSE.txt
   4   */
   5  (Joomla => {
   6  
   7    Joomla.typeHasChanged = element => {
   8      // Display the loading indication
   9      document.body.appendChild(document.createElement('joomla-core-loader'));
  10      document.querySelector('input[name=task]').value = 'field.reload';
  11      element.form.submit();
  12    };
  13  })(Joomla);


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