Universeorange.com/Docs/

R3m/framework Function reference textarea

{textarea([
    'class' => '...',
    'name' => '...',
    'label' => '...',
    'value' => 'Array | String ...',
    'rows' => '...',
    'cols' => '...'
])}

Creates a html textarea.
If value is an array, it will be imploded with a comma and newline ,\n.

Returns a html textarea as a string.

Last modified: 2021-06-07

© 2021 universeorange.com