moduloInputTile.jsp 652 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<%@ include file="/project/include.jsp" %>		
<link rel="STYLESHEET" type="text/css" href="${j:getResourceUrlOfModule('quadririassuntivi', 'css/gantt.css')}">

<script type="text/javascript">
	function inviaForm() {
		var form = document.getElementById('dynamicTileId');
		juiceSubmitForm(form);
	}
</script>

<j:tile name="modellischeda.dynamicTile" eventName="modellischeda.moduloInputSubmit"/>

<button class="generic-button ui-state-default ui-corner-all" onClick="inviaForm(); return false;"><img src="${j:getResourceUrlOfModule('shell', 'img/misc/confirm-small.gif')}" width="16" height="16" border="0" align="absmiddle">&nbsp;Conferma</button>