Hi! I have page with ajax callback which is executed on button click (submit). After I move page to modal dialog, ajax callback doesn't work. How to use ajax callback in modal dialog page?
Discy Latest Questions
I am trying to escape & from the prepare_url function, I use URL as a public bookmark. For insatnce: APEX_UTIL.PREPARE_URL ( p_url => 'f?p=' || :APP_ID || ':1:'|| :APP_SESSION ||'::NO::P1_ID:'|| x.ID ||'', p_checksum_type => 'PUBLIC_BOOKMARK', p_url_charset => 'UTF-8')
Hi! I am trying to mage a row clickable with link which redirect to another page. I tried with jQuery but, I can't find a way to include jQuery for hole row.
Hi! I am trying to redirect page using DA and PL/SQL and set items value. Friendly URLs is switch to on. Thanks in advance!
Hi! I integrated Oracle JET Timeline in an APEX app, following this tutorial: Link I am using APEX 20.2. Now, I am trying to include table data to timeline. Currently, I set data with JS: require(['ojs/ojcore', 'knockout', 'jquery', 'ojs/ojknockout', 'ojs/ojmenu', 'ojs/ojtimeline'], function (oj, ko, $) { function ViewModel() { var self = this; self.seriesData = [{ id: 'e1', title: 'ATP VTR Open', start: new Date('Feb 4, 2013').toISOString(), end: new Date('Feb 10, 2013').toISOString(), description: 'Finalist: 3-1' }, { id: 'e2', title: 'ATP Brasil Open', start: new Date('Feb 11, 2013').toISOString(), end: new ...
Hi! I have comments report in a modal dialog, with the actions column, the action column should open a hidden region and set item values for edit. How to set values and show the hidden region? I assume that I need to do that with JavaScript. Thanks in advance!
I am trying to display XMLTYPE in Oracle APEX. Query: select id, xmlquery('declare default element namespace "http://www.omg.org/spec/BPMN/20100524/MODEL"; count(//definitions/process/task)' passing xmltype(diagram) returning content) as tasks process_table The Diagram column is clob. Oracle APEX return [SYS.XMLTYPE] in the report for this column, but APEX SQL Commands return values correctly. How to display the value in the report?
Hi! I am using Faceted Search with the Show Chart set as a selector, and I want to display charts on page load, without a click on the icon. How to achive that? Thanks in advance
Hi! I trying to change card color dynamically in cards region? How can I achieve that? Thanks in advance!
Hi! I am using Right Column as page template. and I am trying to collapse right column on page load. Thanks in advance!