# css-javascript-toolbox/8.0.2/framework/view/block/parameter/renderer/textarea/index.phtml

CSS &amp; JavaScript Toolbox, version 8.0.2. 11 lines.

- Page: https://pluginprobe.com/plugins/css-javascript-toolbox/8.0.2/code/framework/view/block/parameter/renderer/textarea/index.phtml
- Raw: https://pluginprobe.com/plugins/css-javascript-toolbox/8.0.2/raw/framework/view/block/parameter/renderer/textarea/index.phtml
- Modified: 2014-05-06T16:47:26+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/css-javascript-toolbox/8.0.2/code/framework/view/block/parameter/renderer/textarea/index.phtml#L10-L20`.

```
<?php
/**
* 
*/
$definition = $this->getDefinition();
// Element id.
$elementId = $this->getElementId();
?>
<label for="<?php echo $elementId ?>" title="<?php echo $definition->getDescription() ?>"><?php echo $definition->getName() ?></label>
<?php echo $this->getTemplate('helpText') ?>
<textarea style="width: 610px;height: 55px; margin-top: 16px;" id="<?php echo $elementId ?>" name="<?php echo $this->getName() ?>"><?php echo htmlentities($this->getValue(), null, 'UTF-8') ?></textarea>
```
