[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

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

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


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