I can do it easily enough when I code the html output myself in (eg) <view>/tmpl/default.php but I can't seem to do it with data loaded from an XML form.
I'd hoped
Code: Select all
$this->form->setFieldAttribute($fieldname, 'description', $value);
Is there a way to do this?