Page:: update_textarea_input()

This method updates the eddited value to that of the input in the HTMLTextAreaElement.

Description

This is an onblur event listener . In order to trigger the input's onchange.

Input is the entered data in the text area. whisch is the child of the parent of the text area.

Transfer the text area content to the input value else ignore the transfer if there are no changes..

Commit/save the changes

Mark the cell as editted .