Hi
I added a class to a item view link.
The code for the link looks like this:
<?php echo JDom::_('html.fly', array(
'dataKey' => 'company_name',
'dataObject' => $row,
'domClass' => 'uk-button',
'route' => array('view' => 'token','layout' => 'token','cid[]' => $row->id),
'target' => '_self'
));?>
However, no class is added to the link.
Did I do something wrong, or is this a bug?
Thanks