Button (text)
Button identifier |
BTN_1 |
Adelia event |
OnClick (mouseclick) |
Button label |
Click here |
<adelia:button>
<input type="button" name ="BTN_1" onClick="::ADELIA_EVT" value="Click here"/>
</adelia:button>
Button (image)
Button identifier |
BTN_1 |
Adelia event |
OnRollup (rollup on TBL_1 list) |
image |
BTNNext.gif |
<adelia:button>
<input type="image" name ="BTN_1" src="BTNNext.gif" onClick="::ADELIA_ROLLUP(TBL_1)"/>
</adelia:button>