form_textarea([$data = ''[, $value = ''[, $extra = '']]])
Parameters: |
|
---|---|
Returns: |
An HTML textarea tag |
Return type: |
string |
This function is identical in all respects to the form_input()
function above except that it generates a “textarea” type.
Note
Instead of the maxlength and size attributes in the above example, you will instead specify rows and cols.
Please login to continue.