Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 720 Bytes

form-wysiwyg.md

File metadata and controls

20 lines (12 loc) · 720 Bytes

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

$this->form[] = ['label'=>'Content','name'=>'content','type'=>'wysiwyg'];

image

What's Next

Table Of Contents