Hello.
First of all let me thank you for this incredible component. It really helps and saves a lot of time and nerves. )
I have a question:
I want to add OnFocus and OnBlur events to my fields. I've found this string
Code:
$field->html_tag = '<input type="text" name="' . $field->name . '" id="' . $field->name . '" ' . $maxlength . ' ' . $field->field_parameters . ' value="' . $postData_field_value . '" />';
in 'components/com_aicontactsafe/views/message/view.html.php'.
How do I add OnFocus and OnBlur events to this code correctly so that the field clear it's value when it is clicked on?
thnx in advance