Create Online Resume using HTML Step-1 Create a page called Online Resume Step-2 Create a static Region called Online Resume in source HTML Code write the following code: <div class="container-fluid cv-page"> <div class="row"> <div class="col-4"> <section class="section__left"> <article class="avatar"> <div class="frame"></div> <div class="image"> <img src="#APP_FILES#Nasim Vai.jpg"> </div> </article> <article class="info"> <p class="name">Nur Nabi Nasim Ahmed</p> <p class="role">Full Stack Developer (Oracle)</p> </arti...
Posts
Showing posts from February, 2024
Manual Scrollable Master Detail Page in oracle apex part-2
- Get link
- X
- Other Apps
** Please find the previous part-1 text instruction in : https://learnoracle21.blogspot.com/2024/01/manual-scrollable-master-detail-page-in.html Manual Scrollable Master Detail Page in oracle apex part-2 Add a plugins named Select2 in shared component for item visualization. Download plugins using url: http://apex.oracle.com/pls/apex/f?p=64237:20 Step-1 Create a static region names Employee Detail Info and add a server side condition =ITEM IS NOT NUll item = P16_ID (To display the region)) add the following item in employee_Detail_info region: P16_TEMP_ID type=hidden value protected= no add a dynamic action called store_temp_id: action= execute server side code: begin for i in (SELECT ID,EMPLOYEE_ID,EMPLOYEE_BASIC_ID,DEPT_ID,SAL_GRA_BAS_ID,SBU_ID,UNIT_ID,DIVISSION_ID,DISTRICT_ID,THANA_ID, DESIGNATION_ID,GRADE_ID,EMPLOYEE_TYPE_ID,SHIFT_ID,ZONE_ID,BRANCH_ID ,IS_ACTIVE,SYSTEM_DATE,service_type ,service_catagory,emp_cat,EMP_DUTY_TYP...