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

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

- Page: https://pluginprobe.com/plugins/css-javascript-toolbox/8.0.2/code/framework/view/block/parameter/renderer/array/index.phtml
- Raw: https://pluginprobe.com/plugins/css-javascript-toolbox/8.0.2/raw/framework/view/block/parameter/renderer/array/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/array/index.phtml#L10-L20`.

```
<?php
/**
* 
*/
$definition = $this->getDefinition();
?>
<fieldset class="cjt-param-structure">
	<strong><?php echo $definition->getName() ?></strong>
	<ul>
<?php foreach ($this->getValues() as $param) : ?>
	<li><?php echo $param ?></li>
<?php endforeach; ?>
</ul>
</fieldset>
```
