DBA Hub

📋Steps in this guide1/2

APEX Tips : Change the Row Edit Buttons on an Interactive Report

A quick tip to remind myself how to alter the row edit button icons on an interactive report.

oracle miscconfigurationintermediate
by OracleDba
12 views
1

Overview

A quick tip to remind myself how to alter the row edit button icons on an interactive report. If you prefer to use a text button, rather than the row edit button icon, you should check out this article. - APEX Tips : Include a Button in Each Row of an Interactive Report To alter the row edit button icon do the following. - Expand the report region. - Click on the "Attributes" node. It has sub-regions, but it's the "Attributes" node itself you need. - Use the selector against the "Link Icon" to select an icon, or reference a different icon from the static files. These can be FontApex images also. For example: - Click the "Save" button.

Code/Command (click line numbers to comment):

1
2
3
<span class="fa fa-pencil-square-o" aria-hidden="true"></span>

<span class="fa fa-pencil-square-o" aria-hidden="true"></span>
2

Section 2

For more information see: - APEX Articles - APEX Tips : Include a Button in Each Row of an Interactive Report Hope this helps. Regards Tim...

Comments (0)

Please to add comments

No comments yet. Be the first to comment!