I have following code:
return array(
ULogt::UPDATE => '
<div>
<a href="#link">Navigate</a>
</div>
'
This code locates in the class called links.php.
I need to navigate to ('viewform', array('model'=>$this->loadJson($id))
, when the user presses Navigate button. I do not know how to insert this code instead of #link
. How can I do it?