Skip to main content

All Questions

Tagged with
0 votes
1 answer
43 views

Span five side by side regions equally in oracle apex

I have a screen where there are five regions side by side. Because apex works on the basis of 12 grid columns, I am facing an issue where five regions are not spanning horizontally equally basically ...
Arif Sher Khan's user avatar
0 votes
1 answer
54 views

plsql select with conditional stateful colors

i have this query and it works well select label,dateadded,headline,description, case when label = 'Info' then 'blue' when label = 'News' then 'orange' when label = 'App Update' then 'red' ...
Steffen's user avatar
  • 13
0 votes
0 answers
66 views

Background image - APEX

I'm having trouble displaying a background image in a static content region in Oracle APEX. I have assigned a static_id to the region, and the image is stored in the "Static Application Files&...
TonyS's user avatar
  • 99
-2 votes
1 answer
48 views

Oracle APEX cards region - reverse cards layout from right to left [closed]

I have two cards regions in one line. Both regions display cards from left to right. For the first region, it's good. But in the second case it starts in the middle of the row and doesn't look good. ...
pit3k's user avatar
  • 1
0 votes
0 answers
21 views

Show all info windows on a oracle map on the same time

i have map like this map is there a way to view all info windows the same time for all map makers? I am sure its can be done with a dynamic action on resource load, but i cannot find the javascript o ...
Steffen's user avatar
  • 13
-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. ...
Yash Tandon's user avatar
0 votes
1 answer
493 views

Oracle Apex: size of Right side column

I'm using APEX 23.1 with Redwood Light Theme. I need to increase the width of the "Actions Column" (Right Side Column) but in the theme roller there isn't option like other themes have. Is ...
d313's user avatar
  • 15
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. ...
Luísa's user avatar
  • 19
1 vote
1 answer
89 views

Why is backdrop-filter only working when I manually modify the original CSS file of an Apex Theme in the Browser Inspector?

Original Question: Is there a way to forcefully add a new CSS property to an Apex Universal Theme element? First of all, I know this is just a stylistic feature, but it could also apply to usability ...
hecdavid11's user avatar
-1 votes
1 answer
442 views

Oracle Apex Login page (Html and CSS)

I'm making a login page in Oracle APEX and I'm trying to change the icon of the login through CSS code and everything works but this little guy: .t-Login-logo { background-image:url(#APP_FILES#...
Matteo Congiu's user avatar
0 votes
2 answers
190 views

Is there is a way to remove the purple frame on the selected button of Radio Button Group (Display as Pill Button)? Oracle Apex

There is a purple frame on the button which is selected (When we clicked on it has purple outline) . Is there is any way to remove it? I tried a lot of thing even with CSS but not working. What am I ...
Atalante's user avatar
  • 380
0 votes
2 answers
116 views

Two Chart regions need to be same size

I have a page with 3 main charts, two in the same line (like the image) the first 2 are different in height, how to fix the height to be the same one chart is pie and the another one is linear charts ...
feno noga's user avatar
2 votes
1 answer
271 views

How to disable the textarea's auto-zoom-in in Oracle Apex on mobile?

By tapping any field in an Oracle Apex application on mobile, it automatically zooms in on that field. I have put this code at the CSS section of the page and fixed the problem for most field types. ....
I.White's user avatar
  • 21
0 votes
1 answer
273 views

Oracle APEX Tab Container row too long and not breaking

My APEX Tabs Container has many tabs and it's not showing all of them in the page, forcing the user to scroll sideways to be able to see everything. There are no explicit options in the developer page ...
AWildmann's user avatar
  • 189
-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. $(...
shajin's user avatar
  • 44

15 30 50 per page
1
2 3 4 5
7