# css-javascript-toolbox/8.0.2/framework/view/block/parameter/renderer/input/input.php

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

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

```php
<?php
/**
* 
*/

/**
* 
*/
class CJT_Framework_View_Block_Parameter_Renderer_Input_Input
extends CJT_Framework_View_Block_Parameter_Base_Scalar {
	
	/**
	* put your comment there...
	* 
	*/
	public function enqueueStyles() {
		return array('framework:view:block:parameter:renderer:input:public:css:input');
	}

} // End class.
```
