Thursday, July 30, 2020

Buttons with icons in Oracle APEX

SAVE : <span aria-hidden="true" class="fa fa-save">&nbsp;Save</span>
CANCEL: <span aria-hidden="true" class="fa fa-times">&nbsp;Cancel</span>

No comments:

Post a Comment

Delete Row Button to all records of Interactive Report in Oracle Apex

 1. add 'Delete' Del column to Report Query 2. Set the Following Properties for the DEL Column Type: Link Heading: Delete Targ...