Current Directory: /home/astoriaah/www/old15/administrator/components/com_widgetkit/layouts/fields
Viewing File: /home/astoriaah/www/old15/administrator/components/com_widgetkit/layouts/fields/textarea.php
<?php
/**
* @package Widgetkit
* @author YOOtheme http://www.yootheme.com
* @copyright Copyright (C) YOOtheme GmbH
* @license http://www.gnu.org/licenses/gpl.html GNU/GPL
*/
// set attributes
$attributes = array();
$attributes['name'] = $name;
$attributes['class'] = isset($node->attributes()->class) ? (string) $node->attributes()->class : '';
printf('<textarea %s>%s</textarea>', $this['field']->attributes($attributes, array('label', 'description', 'default')), htmlspecialchars($value, ENT_COMPAT, 'UTF-8'));