processmaker-builder
Version:
The gulp task runner for ProcessMaker building
15 lines (14 loc) • 560 B
text/xml
<dynaForm name="myInfoOptions" type="xmlmenu">
<MNU_EDIT type="link" value="" link="myInfo_Edit" onclick="" colAlign="right" colWidth="135">
<en><![CDATA[Edit]]></en>
</MNU_EDIT>
<js type="javascript"><![CDATA[
function changeToEditMode(){
document.forms[0].parentNode.parentNode.parentNode.style.display='none';
document.forms[1].parentNode.parentNode.parentNode.style.display='';
document.forms[0].parentNode.style.display='none';
document.forms[1].parentNode.style.display='';
}
]]></js>
</dynaForm>