27 Oct
2011
27 Oct
'11
5:12 p.m.
Hi, I wrote a module and this I call this hook: agenda0_form_id_form_alter(&$form, &$form_state, $form_id) I need to set onClick event in an input field, but Drupal 7 add no events in my input texfield. $form['field_album_title'][$form['field_album_title']['#language']][0]['#attributes']['onchange']="Javascript: ag_change_txt(this.value,'agenda_title');"; Where is my fault? Thanks for reply! ADM