Files
luos/workflow/engine/xmlform/users/myInfoOptionsView.xml
2011-09-05 12:47:25 -04:00

14 lines
565 B
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<dynaForm name="myInfoOptions" type="xmlmenu">
<MNU_EDIT type="link" value="" link="#" onclick="changeToViewMode(); return false;" colAlign="right" colWidth="135">
<en>Cancel</en>
</MNU_EDIT>
<js type="javascript"><![CDATA[
function changeToViewMode(){
document.forms[0].parentNode.parentNode.parentNode.style.display='';
document.forms[1].parentNode.parentNode.parentNode.style.display='none';
document.forms[0].parentNode.style.display='';
document.forms[1].parentNode.style.display='none';
}
]]></js>
</dynaForm>