$('html')
.bind(
'click',
function(e) {
if ($('#exitpopup_bg').dialog('isOpen') &&!$(e.target). is('.ui-dialog,a') && !$(e.target).closest('.ui-dialog').length && !$(e.)
$('.image_icon').removeClass('et');
$('.image_icon').addClass('st');
}
}
}
);
var imageurl=$('#P1_IMAGE').attr('src');
$('.image_icon').css('background-image','url('+imageurl + ')');
select profile_img from user_control
where user_name='AAA';
&PROFIL.
image_icon st
&PROFIL.
////////////////////////////////
/* Close when click Outside the Dialog*/
$('html')
.bind(
'click',
function(e) {
if ($('#exitpopup_bg').dialog('isOpen') && !$(e.target).is('.ui-dialog, a') && !$(e.target).closest('.ui-dialog').length && !$(e.target).is('.image_icon')&&!$(e.target).is('.ui-dialog-titlebar-close')) {
$('#exitpopup_bg').dialog('close');
$('.image_icon').removeClass('et');
$('.image_icon').addClass('st');
}
}
);
var imageurl=$('#P1_IMAGE').attr('src');
$('.image_icon').css('background-image','url('+imageurl + ')');
select IMAGE from EMP1
where EMPNO=210
&PROFIL.
image_icon st
&PROFIL.
--• Business Solutions: --• Enterprise ERP, Database Management & IT Infrastructure --• AI, Cloud
Subscribe to:
Post Comments (Atom)
https://www.linkedin.com/pulse/building-real-time-database-monitoring-dashboard-oracle-khaleeq-tpwxf/
-
# Report Column (only column): 1. Column Formatting > HTML Expression <span style="display:block; width: 200px"> #...
-
when open forms builder then errors FRM-91129: fatal error: no value specified for required environment variable FORMS_BUILDER_CLASSPATH a...
-
Installing Oracle Forms and Reports 12c on Windows 10 64 Bit. Hardware used for this installation is · Intel i3-2370M CPU · ...
-
I wanted to share a little trick I’ve used in APEX for a while now to conditionally format report columns based on their values. I’m sure th...
No comments:
Post a Comment