Size: a a a

2021 June 15

MB

Marcos Branquinho in Oracle APEX
There is no other problems related with Js on that page
источник

MB

Marcos Branquinho in Oracle APEX
The problem happens only when I use the Markdown option
источник

MB

Marcos Branquinho in Oracle APEX
I solved the problem. The library wasn't there. I copied the library but the Markdonw seems not behavoiuring right... any idea?
источник

MB

Marcos Branquinho in Oracle APEX
There is no problem exibited anymore
источник

MB

Marcos Branquinho in Oracle APEX
But the result didn't change as you can see in the backrground on the rigth
источник

MB

Marcos Branquinho in Oracle APEX
I know what has happened. Someone has installed a plugin with the same name of the Official plugin. I uninstalled and then the problem has stoped.
источник

A

Anton in Oracle APEX
🙃
источник
2021 June 16

TM

The Manager in Oracle APEX
ooooh
источник

CS

CHAITANYA SHAH in Oracle APEX
I'm trying to install push notification in my oracle apex app  through firebase on node js.

can any one tell me where can i find "MY CUSTOM REST ENDPOINT"

declare
l_rest_return clob;
begin
l_rest_return := apex_web_service.make_rest_request(
p_url => 'http://localhost:3050/push' -- My custom REST endpoint (1)
, p_http_method => 'GET'
, p_parm_name => apex_util.string_to_table('title:body') -- Notification structure (2)
, p_parm_value => apex_util.string_to_table('Hey you:Go back to APEX now!') -- Notification Content (3)
);
end;
источник
2021 June 17

HB

Henry B in Oracle APEX
but it worked
источник

AT

Abinesh Toretto in Oracle APEX
источник

AT

Abinesh Toretto in Oracle APEX
источник

AT

Abinesh Toretto in Oracle APEX
Session Starting in 30 min
источник

R

Richmond in Oracle APEX
Zoom or teams?
источник

AT

Abinesh Toretto in Oracle APEX
Teams
источник

Т

Темик in Oracle APEX
😁👍 good spot, glad you solved that. Person who created and installed this plugin, deserves a good slap 😂😂😂
источник

A

Anton in Oracle APEX
источник

A

Ashok in Oracle APEX
How to display scroll bar at header for classic report
источник

BN

Balamurugan Nataraja... in Oracle APEX
set the static id for your classic report

In your page inline css add the below

#<static_id> .t-fht-thead{
 overflow: auto !important;
}
источник

A

Ashok in Oracle APEX
Hi Bala, this only works for interactive report..
I am trying to have scroll bar for classic report(faceted search)
Above css not working for classic report
источник