Jorge Rimblas
Twitter: @rimblas
APEX Tech Lead at DRW
Custom Development, Cloud, Forms Modernization,
EBS Extensions
Consulting, Coaching, and Team Augmentation
Maintenance and Enhancement Service for apps built with APEX
Committed to APEX Innovation & Best Practices
Internationally recognized staff that includes Oracle ACEs
Mac
Win
Mac
Win
tab
$0
$0 is like using
this.triggeringElement
$v("{ITEM}");
// Get page PK
$v("P30_ID");
// Long form
apex.item("P30_ID").getValue()
$v
$s("{ITEM}", "{VALUE}");
// Set to today
$s("P30_LOG_DATE", "&P30_TODAY.");
// Clear date
$s("P30_LOG_DATE", "");
// Long form
apex.item("P101_USERNAME").setValue();
$x("{ITEM}");
// Get page PK
$x("P30_ID");
// Long form
apex.item("P101_USERNAME").node
$x
CSS
JS
images
Client Side
Server Side
AJAX
JavaScript
SQL
PL/SQL
APEX 4.2
APEX 5.0
APEX 5.1 - 19.2
and beyond...
> console.log("message");
message
> var savepos = 273;
> console.log(savepos);
273
> console.log({savepos});
{savepos:273}
console.log("log message");
console.info("info message");
console.debug("debug message");
console.warn("warn message");
console.error("error message");
This is a good time to fill out the evaluations
Jorge Rimblas
Twitter: @rimblas