Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 371 Bytes

textarea.md

File metadata and controls

23 lines (12 loc) · 371 Bytes

Form field: Textarea

Class: Code16\Sharp\Form\Fields\SharpFormTextareaField

Configuration

setRowCount(int $rows)

Used to set the textarea row count.

setMaxLength(int $maxLength)

Set a max character count.

setMaxLengthUnlimited()

Unset the max character count.

Formatter

  • toFront: expect a string.
  • fromFront: returns a string.