Web Development Toolkit

Modal Menu

  Like in the Windows and Java client, a mask can be called as modal select form. The code below combines the <button> tag, client side JavaScript createWindow and the EWDT tag <EWDT:edb> and opens the item select template.
 

<button onclick="createWindow('<EWDT:edb valueName='SCRIPT_NAME' template='WWW-ART-SEL-QRY.jsp' cmd='select' fieldName='T_MASTER_DAT.PART_ID'></EWDT:edb>', 'selectWidget', 700, 350, 'yes');"><img src="images/buttons/dn_arrow.gif"></button>