[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/media/com_menus/js/ -> admin-item-modal.js (source)

   1  /**
   2   * @copyright  (C) 2018 Open Source Matters, Inc. <https://www.joomla.org>
   3   * @license    GNU General Public License version 2 or later; see LICENSE.txt
   4   */
   5  Joomla = window.Joomla || {};
   6  
   7  (Joomla => {
   8  
   9    Joomla.setMenuType = (type, tmpl) => {
  10      if (tmpl !== '') {
  11        window.parent.Joomla.submitbutton('item.setType', type);
  12        window.parent.Joomla.Modal.getCurrent().close();
  13      } else {
  14        window.location = `index.php?option=com_menus&view=item&task=item.setType&layout=edit&type=$type}`;
  15      }
  16    };
  17  })(Joomla);


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