$form->add(‘label’, ‘labelchart’, ‘_CHART’, $translation->getValue(“CESChart”));
$obj = $form->add(‘radios’, ‘_CHART’,
array(
‘N’ => ‘None’,
‘B’ => ‘Bar’,
‘R’ => ‘Radar’
),
‘N’
);
$obj->set_attributes(array(
‘onclick’ => ‘clearCharts()’
));
$obj->set_rule(array(
));
Template entry

You must be logged in to post a comment.