processmaker-builder
Version:
The gulp task runner for ProcessMaker building
18 lines (17 loc) • 749 B
text/xml
<dynaForm name="users_ViewOptions" type="xmlmenu">
<MNU1 type="link" value="" link="#" onclick="window.location = 'users_List';return false;" colAlign="left" colWidth="80">
<en><![CDATA[Back to list]]></en>
</MNU1>
<MNU2 type="link" value="" link="#" onclick="changeToEditMode();return false;" colAlign="right" colWidth="80">
<en><![CDATA[Edit]]></en>
</MNU2>
<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>