Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 277 Bytes

form-textarea.md

File metadata and controls

13 lines (10 loc) · 277 Bytes

Textarea Form Input Type

Showing a textarea input type

Code Sample

$this->form[] = ['label'=>'Description','name'=>'description','type'=>'textarea'];

What's Next

Table Of Contents