Use of different types of Oracle Apex items || Oracle Apex

different types of Oracle Apex items, Oracle APEX, jaberit. jaberitltd, https://jaberitbd.blogspot.com, Use of different types of Oracle Apex items
Use of different types of Oracle Apex items || Oracle Apex
Video Url - https://youtu.be/boWPN_m3bc4 In today's video I will try to show the different types of use of Oracle Apex items. Hopefully after watching the whole video you will get a good idea about the items in Oracle Apex. 1. Dynamically Color Text field........................... Create a New items , Name- CHANGE_COLOR Go To HTML Header >> Paste the following code <script language="JavaScript" type="text/javascript"> function setCol(pThis) {var vv = $v(pThis); var cls = '#'+pThis; if(isNaN(vv)) {$(cls).css("background-color","red");} else {$(cls).css("background-color","white");}} </script> Create a Dynamic Action   >> Name- Change Color Event: change >> Selection Type: item >> Item(s): P1_CHANGE_COLOR Action: Execute Javascript Code >> Paste the following code setCol(this.triggeringElement.id); Affected Items: P1_CHANGE_COLOR ...................................................................…

Post a Comment