DLEditAreaJS

JavaScript object for DL Suite: EditArea.

Summary
DLEditAreaJSJavaScript object for DL Suite: EditArea.
Functions
initInitialize the script by attaching an event into the form onsubmit.
updateTextareaUpdate the textarea with the data from EditArea.

Functions

init

init: function()

Initialize the script by attaching an event into the form onsubmit.  Once this method actually runs, it will add an submit handler to the form associated with the EditArea textarea’s so that the conten of the EditArea is copied over to the textarea before it is submitted.

updateTextarea

updateTextarea: function()

Update the textarea with the data from EditArea.

init: function()
Initialize the script by attaching an event into the form onsubmit.
updateTextarea: function()
Update the textarea with the data from EditArea.