Hi Chaps,
I need another quick tip
Its in relation to
www.j-cook.pro/forum/6-interface-online-...-generated-code#6334
I'm trying to add a class or id in a fly block field so I can grab its value with jQuery.
I'm in components/com_mycom/views/member/memberfrontend_fly.php
To render a class attribute- do I need to add an array element here?
<dd>
<?php echo JDom::_('html.fly', array(
'dataKey' => '_company_id_membership_number',
'dataObject' => $this->item,
'route' => array('view' => 'company','layout' => 'companyfrontend','cid[]' => $this->item->company_id)
));
?>
</dd>
Cheers
Chris