* @link https://www.tassos.gr * @copyright Copyright © 2024 Tassos All Rights Reserved * @license GNU GPLv3 or later */ defined('_JEXEC') or die('Restricted access'); use Joomla\CMS\Language\Text; use Joomla\CMS\Layout\FileLayout; extract($displayData); $unit = isset($value['unit']) ? $value['unit'] : 'px'; ?>
$label) { $item_name = $name . '[' . $key . ']'; $item_value = isset($value[$key]) ? $value[$key] : ''; $is_linked = isset($value['linked']) ? $value['linked'] : $linked; $item_id = rtrim(str_replace(['][', '[', ']'], '_', $item_name), '_'); ?>
render([ 'name' => $name, 'units' => $units, 'unit' => $unit, 'hide_input' => true ]); } ?>
render([ 'name' => $name, 'unit' => $unit ]); $layout = new FileLayout('linked', JPATH_PLUGINS . '/system/nrframework/layouts/controls/dimension'); echo $layout->render([ 'dimension_control_locks' => $dimension_control_locks, 'name' => $name, 'is_linked' => $is_linked ]); ?>