All Questions
29 questions
-3
votes
1
answer
61
views
Scroll bar on interactive grid
I have one interactive grid in which i have 8 column out of which left 5 column is non editable and right 3 column is editable. So I want to apply scroll bar only on the 3 column which is editable. ...
0
votes
1
answer
385
views
Responsive Timeline in Oracle APEX
I am designing an app in Oracle Apex and I need help implementing a concept. Basically, I want to open a timeline with the important dates I have marked for a specific object when it is selected.
...
-1
votes
1
answer
125
views
How to pass value dynamically in JavaScript
I have a table which has the column name "12" Instead of that value I want to pass it dynamically and for that I have a created item "P_Itm_val" see attached image for reference.
$(...
0
votes
1
answer
486
views
Create an offline page in oracle apex that would retrieve data from cache (Of Home page) when application goes offline
I want to create an offline page in oracle apex which should be the replica of homepage and get the latest data from the cache.
I came to know about service workers in apex 22.1 but don't know how to ...
0
votes
1
answer
450
views
Display:flex is causing element to disappear in dialog box in google chrome
I have created an application using Oracle APEX. It is working fine in all browsers without any issues. Recently, I have noticed that in one of the model/dialog box page, HTML elements like input box, ...
-1
votes
1
answer
1k
views
While click OK button in There are unsaved changes error message, APEX interactive grid is getting blank. How to avoid that?
While clicking the OK button in 'There are unsaved changes,Do you want to continue?', my interactive grid is getting blank. How to avoid the grid blank? Or How to hide the 'There are unsaved changes,...
-1
votes
1
answer
190
views
How to unselect navigation child menu in oracle apex?
When i Click navigation dropdown icon then sub menus display but first menu is selected by default. i just want to unselect by default.
1
vote
2
answers
1k
views
PL-SQL, Oracle Apex: How can I add pagination to a PL-SQL dynamic content table?
I created a PL-SQL dynamic content report in Oracle Apex, however I am having trouble figuring out how to add pagination to it. I have too many rows and therefore adding pagination to the table will ...
-1
votes
1
answer
2k
views
set checkbox item to be all checked by default in Oracle APEX
i tried to do so by setting item default value to be the list of value itself but the solution is not perfect.
a button to toggle all items to be checked is a solution i can work with as well
0
votes
0
answers
162
views
Text Field Getting misaligned after selecting text field with auto complete in Oracle Apex
enter image description here
The first image is when type selected as a text field
enter image description here
The second image is when the type is selected as a text field with autocomplete
The CSS ...
3
votes
1
answer
588
views
Can we make a region on global page not load every time in oracle apex(make it static). Is there a way to restrict it?
I am using an APEX Tree in my application (Version 5.1 universal theme). It is on a global page and serves as a navigation region in my application. It is on most pages of my application. The problem ...
0
votes
1
answer
73
views
my code doesnot work without refreshing. It doesnot show the correct color of page
we created an oracle apex application about meeting room by using javascript and css. when the room is full screen must be red hovewer it shows green if I dont refresh the page . How can I fix it? ...
2
votes
0
answers
2k
views
Oracle APEX Maximize Region Button
I am trying to achieve a customized maximize option for Oracle APEX maximize region button. Currently, the maximize button just maximizes and covers the entire page.
I would rather want the maximize ...
-1
votes
2
answers
743
views
tabs container property change using jquery
I want to change the property of inpected code
<li id="SR_R1_tab" class="t-Tabs-item a-Tabs-selected is-active" aria-controls="SR_R1" role="tab" aria-selected="false">
<a class="t-Tabs-...
0
votes
2
answers
2k
views
How to find class name from inspected code
When I inspected my web page I got this code
<li id="SR_R1_tab" class="t-Tabs-item a-Tabs-before a-Tabs-selected is-active" aria-controls="SR_R1" role="tab" aria-selected="true">
It is an ...