Hi,
I have tried to call css class/id with link attribute like that:
<set label='' value='' link='#info' id='facebox' />
But I can not call the following division when I click on the above data chart.
<a href="#info" id="facebox" > include 'details.php'; </a>
----------------------...