Apex Tips - Highlight unsaved changes on a Page in oracle apex.

  Рет қаралды 569

ORA-Pathshala

ORA-Pathshala

Күн бұрын

Пікірлер: 2
@lulis9817
@lulis9817 2 жыл бұрын
where is the JS code
@orapathshala
@orapathshala 2 жыл бұрын
// window.onbeforeunload = confirmExit; //call above function on page load in Global page /* The below will not run unless the above is uncommented. * The recommendation is to run the above command in a * dynamic action on page load of Page 0 with the Server * Side Condition of 'Rows returned' for the following query: * select 1 * from apex_application_pages * where application_id = :APP_ID * and page_id = :APP_PAGE_ID * and warn_on_unsaved_changes = 'Yes' * This will have the result that the warning will respect the page * level attribute setting for 'Warn on Unsaved Changes' */ function warnOnItemLevel() { var errors = []; allItems = apex.page.forEachPageItem; allItems( $("#wwvFlowForm"), function (el, name) { if ( apex.item(name).isChanged() && !apex.item(name).element[0].classList.value.includes("js-ignoreChange") ) { errors.push({ message: "This item has unsaved changes", //consider using a substitution location: "inline", pageItem: name, }); } }, true ); apex.message.clearErrors(); apex.message.showErrors(errors); } function confirmExit() { var pageRequest = "request" + $v("pRequest"); if (apex.page.isChanged() && pageRequest == "request") { warnOnItemLevel(); pageRequest = null; return ""; //will not actually be shown } else { pageRequest = null; } }
My scorpion was taken away from me 😢
00:55
TyphoonFast 5
Рет қаралды 2,7 МЛН
Enceinte et en Bazard: Les Chroniques du Nettoyage ! 🚽✨
00:21
Two More French
Рет қаралды 42 МЛН
JavaScript Visualized - Event Loop, Web APIs, (Micro)task Queue
12:35
Oracle Apex 22.1 and ORDS-22.2.0.172.1758 Installation
17:16
ORA-Pathshala
Рет қаралды 301
This is How I Scrape 99% of Sites
18:27
John Watson Rooney
Рет қаралды 239 М.
Solving one of PostgreSQL's biggest weaknesses.
17:12
Dreams of Code
Рет қаралды 223 М.
How is this Website so fast!?
13:39
Wes Bos
Рет қаралды 1,3 МЛН
How a Blind Mathematician Became the World's Greatest
16:31
Newsthink
Рет қаралды 148 М.
The Story of HTMX
8:03
CodeSource
Рет қаралды 17 М.
My scorpion was taken away from me 😢
00:55
TyphoonFast 5
Рет қаралды 2,7 МЛН