Hello!
I need to implement an onchange event for the birthdate field in the contacts.
using sugar 5.2 and the following editveidefs.php part:
But it does not work.PHP Code:3 =>
array (
0 =>
array (
'name' => 'birthdate',
'label' => 'LBL_BIRTHDATE',
'tabindex' => '5',
'displayParams' =>
array (
'javascript' => 'onchange="alert(this.value);"',
),
),
1 => NULL,
),
maybe you can help what i have to change.
thanks


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks