Files
luos/workflow/engine/xmlform/users/myInfoOptionsView.xml

15 lines
585 B
XML
Raw Normal View History

2014-04-21 10:21:01 -04:00
<?xml version="1.0" encoding="UTF-8"?>
2010-12-02 23:34:41 +00:00
<dynaForm name="myInfoOptions" type="xmlmenu">
2014-04-21 10:21:01 -04:00
<MNU_EDIT type="link" value="" link="#" onclick="changeToViewMode(); return false;" colAlign="right" colWidth="135">
<en><![CDATA[Cancel]]></en>
</MNU_EDIT>
<js type="javascript"><![CDATA[
2010-12-02 23:34:41 +00:00
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>
2014-04-21 10:21:01 -04:00
</dynaForm>