Launching PUI program in a tab from Atrium home page
Posted: Thu Aug 04, 2011 10:35 pm
In Atrium we are using a HTML home page (based on atrium_home.html)
In that home page I would like to have a couple of hyperlinks to the most often used menu items (PUI programs).
I included a hyperlink in the home page like so but it appears that Atrium.launchItem isn't available to be called from there.
I found that if I included in my home page, then the launch works as expected.
Can you see any problem including runtime.js in the home page? Alternatively, is there another way to achieve the same result ?
Thanks & regards
Tony C
In that home page I would like to have a couple of hyperlinks to the most often used menu items (PUI programs).
I included a hyperlink in the home page like so
Code: Select all
<a href="#" onclick="Atrium.launchItem(117)">Add / Edit Contacts</a>
I found that if I included
Code: Select all
<script type="text/javascript" src="/profoundui/proddata/js/runtime.js"></script>
Can you see any problem including runtime.js in the home page? Alternatively, is there another way to achieve the same result ?
Thanks & regards
Tony C