textarea Field

'type' => 'textarea'

piklist('field', array(
    'type' => 'textarea',
    'field' => 'my_textarea',
    'label' => 'Text Area',
    'attributes' => array(
      'rows' => 10,
      'cols' => 50,
      'class' => 'large-text'
    )
));

Have ideas for improving the documentation?

This documentation is a community effort. Please create an issue or pull request to help!

Improve this page