Is anyone aware of a way of expanding the 'normal' uses of this (it's id
by default and easily changed to field1
)? I have one displayField sets follows:
$this->displayField(['name', 'desc']);
Which displays as Name; Description
when called in a template file. I know it's a fudge, but it there a way I can manipulate this to have it display Name - Description
for example, just by using the displayField
?