Skip to main content

011 Building an Application part 05 [Oracle Apex 5.1 Tutorial]




Oracle Apex 5.1 Tutorial

011 Building an Application part 05



My Blog:

https://abuelenain.blogspot.com/



Oracle Docs URL:

https://docs.oracle.com/database/apex-5.1/AETUT/AETUT.pdf



Live Developer Toolbar

Shred Components

Create Classic Report

Alter region and Attributes from live Developer Toolbar

Alter Navigation menu Icons using Font Awesome library 

Comments

Popular posts from this blog

Oracle APEX - Tabular form datepicker month and year selector

Customize LOGIN PAGE Using css! Oracle Apex

body{font-family: 'Droid Arabic Kufi', sans-serif; font-size:1.3rem;} .t-PageBody--login .t-Body { background-image: url(#WORKSPACE_IMAGES#BG.jpeg); background-position: center center; background-repeat:  no-repeat; background-attachment: fixed; background-size:  cover; background-color: #45484d; background-color: -moz-linear-gradient(top, #45484d 0%, #000000 100%); background-color: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); background-color: linear-gradient(to bottom, #45484d 0%,#000000 100%); } body .t-Login-title , .t-Login-region {     background-color: rgba(128, 152, 180, 0.51); color: #F8F8F8 } .t-Login-body {     text-align: right; } .popup {   z-index: 10; margin:100px auto; display:block; text-align:center; -moz-box-shadow: 0 0 10px rgba(0,0,0,.18); /* drop shadow */ -webkit-box-shadow: 0 0 10px rgba(0,0,0,.18); /* drop shadow */ -o-box-shadow: 0 0 10px rgba(0,0,0,.18); /* drop shadow */ box...

016 Building an Application part 10 Master 2Details IG [Oracle Apex 5.1 Tutorial]

Developing the Maintain Project Form   Regions Updating the Milestones Interactive Grid Begin by updating the second interactive grid on page 5 which queries the DEMO_MILESTONES table . To navigate to the Maintain Project form: 1.    From the Application home page, click 5 - Maintain Project . To rename the second Maintain Project region (the name was inherited from a copy procedure in an earlier lesson): 2.    Scroll to the bottom of the Rendering tree or Layout tab, and click the Maintain Project sub region (note the italicized name). 3.    In the Property Editor: a.    Identification: Title - enter Milestones To change how the columns display: 1.    In the Rendering tree under Milestones, expand the Columns folder. 2.    Select the ID column. 3.    In the Property Editor: a.    Identification: Type - select Hidden 4.    In the Rendering tree, clic...