<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...
-
1- What is WebSocket? https://o7planning.org/en/10719/create-a-simple-chat-application-with-spring-boot-and-websocket#a20785750 We...
-
Creating web socket service in JDeveloper Usecase: This blog post talks about creating web socket based services in JDev...
-
Building a Simple Chat Application with Active Data Service and JSF2 AJAX in Oracle ADF Data push with Active Data Services (...
ليست هناك تعليقات:
إرسال تعليق