All Questions
4 questions
0
votes
1
answer
317
views
How to Highlight Specific Column Values based on a CSS Class and Binary Digit On/Off Positions
Using Oracle APEX v5.1.2.
Unsure how to tackle the following but I have a table called, flag_defs with the following example data:
ID NAME
------- ------
1 A
2 B
3 C
4 D
...
2
votes
1
answer
2k
views
Oracle APEX: Color the values in column of tabular form
I have a tabular form where I want to display the value of column delta in different colors. Delta is difference between column1 and column2, which I am generating dynamically.
If the delta value is &...
1
vote
2
answers
14k
views
Create Image Button in Oracle Apex 5
How can i create Image Button in Oracle Apex 5 ? I am using Universal Theme in my application.
I have set Button Attributes as below.
But it display like this.
UPDATE
After using style="background-...
1
vote
3
answers
2k
views
Display Error in Oracle Apex Application
I have exported my oracle apex application and install on another computer. I used css file written by me on my application and also i have change some settings in Theme that i have used for my ...