Dear Community,
Does anyone know how to change the mouse controls in ARIS for the HTML (non-BP) export? In the resulting files they look like this:
<map name="ObjectMap25"> <area shape="rect" coords="215,170,225,180" onmouseover="setModelInfoToShow('false'); setMenu('occ_obj0'); setObjMenu('occ_obj0')" onmouseout="setModelInfoToShow('true'); setMenu('general')" onclick="loadObjectPage('o676a27e4-53d3-11e0-1425-0007e90c6949', 'general')"href="o676a27e4-53d3-11e0-1425-0007e90c6949_inf.htm" alt="Name: Message end event Time of generation: Mar 21, 2011 5:55:52 PM Last change: Mar 21, 2011 5:58:09 PM "/> <area shape="rect" coords="215,170,225,180" onmouseover="setModelInfoToShow('false'); setMenu('occ_obj1'); setObjMenu('occ_obj1')" onmouseout="setModelInfoToShow('true'); setMenu('general')" onclick="loadObjectPage('o676a27e4-53d3-11e0-1425-0007e90c6949', 'general')"href="o676a27e4-53d3-11e0-1425-0007e90c6949_inf.htm" alt="Name: Message end event Time of generation: Mar 21, 2011 5:55:52 PM Last change: Mar 21, 2011 5:58:09 PM "/>
but where it is controlled in ARIS?
And another question, probably related to the first. What is <ARIS MAP> in the file macro_MOD_GFX.htm which is one of the HTML layout file?
<div id="screen" class="data"> <ARIS ASSIG_MENU> <div> <ARIS MAP> </div> <div id="printFunctions" class="menu" style="visibility:hidden; left:-1000; top: -1000"> <table width="120%"> <tr> <td onmouseout="this.className=''" onmouseover="this.className='highlight'; showPrintFunctions()" onclick="Print(false, 'printFunctions')"><script>document.write(properties[selectedLangTag]['wp_standard_print']);</script></td> </tr> <tr> <td onmouseout="this.className=''" onmouseover="this.className='highlight'; showPrintFunctions()"" onclick="Print(true, 'printFunctions')"><script>document.write(properties[selectedLangTag]['wp_page_print']);</script> </td> </tr> </table> </div>