Get array data from editor input

Discuss MySQL Ajax Table Editor

Get array data from editor input

Postby rolli » Tue Aug 25, 2020 8:27 am

Hello,

we bought the pro version some time ago and need to get the data of an array in the input editor form to use it for a mail that should be sent after saving. Here is what our code looks like:

protected function initiateEditor()
{
$tableColumns['Auftragsbeschreibung'] = array(
'display_text' => 'Auftragsbeschreibung',
'perms' => 'EVCTAXQSFHO',
'req' => true,
'textarea' => array('rows' => 8, 'cols' => 50)
);
...}

So we need to get the value that the user fills into the textarea "Auftragsbeschreibung" to send this via mail. How can this be done?

Thanks!
rolli
 
Posts: 1
Joined: Tue Aug 25, 2020 8:21 am

Return to Open Discussion

Who is online

Users browsing this forum: Google [Bot] and 4 guests

cron