AAAAhome/academiac/www/administrator/components/com_admirorgallery/controllers/galleryname.php 0000604 00000001464 15137364133 0026515 0 ustar 00 element['size'] ? ' size="' . (int) $this->element['size'] . '"' : '';
$maxLength = $this->element['maxlength'] ? ' maxlength="' . (int) $this->element['maxlength'] . '"' : '';
$class = $this->element['class'] ? ' class="' . (string) $this->element['class'] . '"' : '';
$readonly = ((string) $this->element['readonly'] == 'true') ? ' readonly="readonly"' : '';
$disabled = ((string) $this->element['disabled'] == 'true') ? ' disabled="disabled"' : '';
// Initialize JavaScript field attributes.
$onchange = $this->element['onchange'] ? ' onchange="' . (string) $this->element['onchange'] . '"' : '';
$content = '';
$link = JRoute::_('index.php?option=com_admirorgallery&view=galleryname&tmpl=component&e_name=' . $this->name);
$content.= '
';
return $content;
}
}
?>