* @git Joomla Component Builder * @copyright Copyright (C) 2015 Vast Development Method. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ use Joomla\CMS\Factory; use Joomla\CMS\Language\Text; use Joomla\CMS\HTML\HTMLHelper as Html; use Joomla\CMS\Layout\LayoutHelper; use Joomla\CMS\Router\Route; use VDM\Component\Componentbuilder\Administrator\Helper\ComponentbuilderHelper; use VDM\Joomla\Utilities\ArrayHelper; /** @var Joomla\CMS\WebAsset\WebAssetManager $wa */ $wa = $this->getDocument()->getWebAssetManager(); $wa->useScript('keepalive')->useScript('form.validate'); Html::_('bootstrap.tooltip'); use Joomla\CMS\Session\Session; // No direct access to this file defined('_JEXEC') or die; // allow main menu selection $this->app->input->set('hidemainmenu', false); // set the basu URL $url_base = \JUri::base() . 'index.php?option=com_componentbuilder'; $url_search = $url_base . '&view=search'; // get main search input field $search_value = $this->form->getField('search_value'); ?> canDo->get('search.access')): ?> item->id)) ? '&id='. (int) $this->item->id : ''; ?>
form): ?>
form->renderField('type_search'); ?>
input; ?>
form->renderField('replace_value'); ?>
form->renderFieldset('settings'); ?>

'search_results_table', 'headers' => $this->table_headers, 'items' => 7, 'init' => false, 'table_class' => "table table-striped", 'table_container_class' => "overflow-x-auto" ]); ?>

form->getInput('item_code'); ?>
item['tables']) && ArrayHelper::check($this->item['tables'])) : ?>