# WYSIWYG Form Input Type
Showing a wysiwyg textarea input type

> A WYSIWYG (pronounced "wiz-ee-wig") editor or program is one that allows a developer to see what the end result will look like while the interface or document is being created. WYSIWYG is an acronym for "what you see is what you get". ( whatis.techtarget.com )


### Code Sample
```php
$this->form[] = ['label'=>'Content','name'=>'content','type'=>'wysiwyg'];
```


![image](https://cloud.githubusercontent.com/assets/6733315/23845248/93bf74da-07f9-11e7-8ca5-1ae27cb67be7.png)


## What's Next
- [How To Make A Graded Module (Parent Module -> Sub Module -> Sub Module)](./how-to-make-graded-module.md)

## Table Of Contents
- [Back To Index](./index.md)