* @link http://www.tassos.gr * @copyright Copyright © 2020 Tassos Marinos All Rights Reserved * @license GNU GPLv3 or later */ defined('_JEXEC') or die('Restricted access'); extract($displayData); ?> required) && $field->required) { ?> required placeholder)) { ?> placeholder="placeholder, ENT_COMPAT, 'UTF-8'); ?>" step) && is_numeric($field->step)) { ?> step="step; ?>" min) && is_numeric($field->min)) { ?> min="min; ?>" max) && is_numeric($field->max)) { ?> max="max; ?>" value) && $field->value != '') { ?> value="value; ?>" readonly) && $field->readonly == '1') { ?> readonly htmlattributes) && !empty($field->htmlattributes)) { ?> htmlattributes as $key => $value) { ?> ="" class="class ?>" >