AAAAhome/academiac/www/administrator/components/com_admirorgallery/controllers/galleryname.php000060400000001464151373641330026515 0ustar00element['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; } } ?>