Scott's Rough Cuts
APEX_PUBLIC_ROUTER
Feedback
Logout
Home
1. Blog articles
CSS Dropdown Menu
Cascading select auto refresh report
Dynamic Action events
File sizes / Printing
Form & Report Collection
Highlight cells
Modify classic totals
No data found message
2. Working demos
Customised report templates
Dynamic action
Dynamic pivot
Form / Detail using jQuery
Highlight Required
Pie chart meme creator
Pie chart meme creator (no submit)
Remember pagination
Sparkline
Understanding apex.server.process
Where am I?
jQuery + JavaScript examples
jQuery Modal example
openModal Example
3. Experiments
APEX 5 Modal - Report
APEX Releases
Bell Curve
Display item
Hover tooltip
Line Chart
Packt Contest
Pagination
Refresh PL/SQL Region
Response grid example
Slider
Track
Two column report templates
4. Other apps
Consuming Plug-ins Workshop
Insync13 Conference App
Suggested Sample Apps
Old 4.2 app
Other samples
Two column portlet
First two columns in the query are listed down the page.
select dname, loc, deptno from dept
Department
ACCOUNTING
Location
NEW YORK
Department
RESEARCH
Location
DALLAS
Department
SALES
Location
CHICAGO
Department
OPERATIONS
Location
BOSTON
Value attribute pairs
Great for single row label:value lists, a bit like the old SQL*Plus script @print "select * from dept"
10
ACCOUNTING