Page:: edit_textarea()

Allows the user to edit the text area. Its an onclick event listener that activates the text area allowing the user to start editing.

Description

Get the text area which is a child of the parent of the input element.

Transfer the input value to the text-area text content.

Hide the input area and unhide the text area.