Hello mates!
In these years I have been waiting for a Sticky Notes style widget to be created to add to the dashboard to leave information to the first level operators.
In the end I decided to create it, since it is quite simple in design, but I have a problem..
The text area does not go to the next line and I do not know how to make a new line.
I attach a screenshot

How I can do that?
here the essential lines:
In these years I have been waiting for a Sticky Notes style widget to be created to add to the dashboard to leave information to the first level operators.
In the end I decided to create it, since it is quite simple in design, but I have a problem..
The text area does not go to the next line and I do not know how to make a new line.
I attach a screenshot
How I can do that?
here the essential lines:
Code:
views/widget.edit.php: new CWidgetFieldTextAreaView($data['fields']['testo'])
includes/WidgetForm.php: use Zabbix\Widgets\Fields\CWidgetFieldTextArea;
includes/WidgetForm.php: new CWidgetFieldTextArea('testo', _('Insert Text:'))
Comment