<p dir="ltr">Same problem here! </p>
<div class="gmail_quote">Il 15/apr/2015 10:56, "Alan Lord" <<a href="mailto:alanslists@gmail.com">alanslists@gmail.com</a>> ha scritto:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I have a custom module in vtiger 6.2.0 that has a couple of new action links in Detail and List views - these are links to external services, e.g.:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
$contractActionLinks[] = array(<br>
        'linktype' => 'DETAILVIEW',<br>
        'linklabel' => 'LBL_CREATE_PROPOSAL',<br>
        'linkurl' => '<a href="http://myspecialservice.com/dp2/dev/index.php?record=" target="_blank">http://myspecialservice.com/<u></u>dp2/dev/index.php?record=</a>' . $recordModel->getId(),<br>
        'linkicon' => ''<br>
);<br>
</blockquote>
<br>
As they are now, these links take the user away from the vtiger page they are on to a completely different site. This might or might not be a good thing but I'm wondering if there is a built-in mechanism to indicate that these these action links should open in a new tab or window (like when adding target="_blank" to the anchor tag)?<br>
<br>
Cheers<br>
<br>
Al<br>
<br>
______________________________<u></u>_________________<br>
<a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><br>
</blockquote></div>