<af:link id="l1" text="Here is a link to click"
inlineStyle="font-weight:bolder; margin-top:20px; margin-left:20px;"><af:clientListener method="openPdfWindowCallback" type="action"/></af:link><af:resource type="javascript">function openPdfWindowCallback(event) {// code to open pdf windowvar inputComponent = event.getSource();console.log("My input component:", inputComponent);var elementRefernce = inputComponent.getClientId();console.log("my refernce:", elementRefernce);var myLink = document.getElementById(elementRefernce);console.log("My link:", myLink);console.log("font weight before:", myLink.style.fontWeight);myLink.style.fontWeight = 'normal';console.log("font weight after:", myLink.style.fontWeight);}</af:resource>
This blog is concerned with the ADF/BPM technology provided by Oracle. I Hope this blog helps fellow Oracle ADF/BPM Developers
الخميس، 16 أبريل 2020
How to set link's style upon clicking using Javascript in JDEV 12c
الاشتراك في:
تعليقات الرسالة (Atom)
ADF: Programmatic View Object Using Ref Cursor.
ADF: Programmatic View Object Using Ref Cursor. Posted by: Manish Pandey April 25, 2013 in ADF Leave a comment 3758 Views Sometime...
-
Thats natural that JDeveloper out of the box comes with minimal settings for resource usage. And obviously it is far away not enough for c...
-
ADF | Button Action or ActionListener queuing through bean programatically. During development sometimes we have to call severa...
-
DECLARE CURSOR get_lookup_details IS SELECT ltype . application_id , ltype . customizat...
ليست هناك تعليقات:
إرسال تعليق