I was playing with APEX 20.2 and successfully created an inline modal dialog using a button which had an action of “Redirect to URL” and a target of “javascript:openModal(…)”. I then read in the APEX 20.2 release notes that javascript ...
vinish.ai Latest Questions
Hi! When I close the dialog page I get JS error in developer mode. I went to inspect then to console and I found: “DevTools failed to load SourceMap: Could not load content for …” and “Uncaught ReferenceError: customEvent is not defined …” Thanks in ...
I have an interactive report region with a where clause specified to filter the report based on the page item value. I need to set that page item value and then refresh the report region using JavaScript. How can I do that?
In Oracle Apex, how can I check if a page item is empty or null using JavaScript? Suppose I have a requirement to show message if item is empty on button click using JavaScript and if item is not empty then ...
Hi! I want to warn on unsaved changes when item = EDIT, I use the same page for reading and editing. I have an item which contains EDIT or READ_ONLY. I want to warn only when item = EDIT and when ...
Welcome to the community.
Starting with javascript is important, it shows you the basics of object oriented programming and how a DOM can interact with HTML to edit the frontend. This principle is necessary in Django, however by using python, there is a large ...