Powered By Blogger

সোমবার, ১২ ডিসেম্বর, ২০২২

Edit Link icon in oracle apex

For Edit Button 

<span aria-label="Edit"><span class="fa fa-edit" aria-hidden="true" title="Edit"></span></span>

For Print Button

<span aria-label="Edit"><span class="fa fa-print" aria-hidden="true" title="Edit"></span></span>

Open in new tab

Link attribute :

target='_blank'

For Delete icon

<span class="t-Icon fa fa-trash-o" aria-hidden="true"></span>

কোন মন্তব্য নেই:

একটি মন্তব্য পোস্ট করুন

Row-level “Add” icon using a virtual column (APEX-safe)

1️⃣ Enable Insert in the Interactive Grid IG → Attributes Edit → Allowed Add Row → Yes 2️⃣ Add a New Column (Icon column) Column...