Bitte melden Sie sich mit Ihrem Anwendernamen und Ihrem Kennwort an.
Kontakt
Hotline Technische Zentralstelle der DLR - RLP -
apex.da.initDaEventList = function(){
apex.da.gEventList = [
{"triggeringElement":"document","triggeringElementType":"DOM_OBJECT","triggeringConditionType":"JAVASCRIPT_EXPRESSION","triggeringExpression":"this.browserEvent.keyCode == 112","bindType":"bind","bindEventType":"keydown",actionList:[{"eventResult":true,"executeOnPageInit":false,"stopExecutionOnError":true,javascriptFunction:function (){ // Standard-Event für F1 unterdrücken
this.browserEvent.stopPropagation();
this.browserEvent.preventDefault();
try {
document.onhelp = function() {return(false);}
window.onhelp = function() {return(false);}
} catch (e) {}
// Hilfetext aus dem APEX-Repository holen
var lGet = new htmldb_Get(null,$v('pFlowId'), 'APPLICATION_PROCESS=getPageHelp', $v('pFlowStepId'));
var lReturn = lGet.get();
lGet = null;
// Hilfetext als jQuery-Popup anzeigen ...
var lDialog = apex.jQuery('
'+lReturn+'
');
lDialog.dialog({
title: 'Hilfe',
bgiframe: true,
width: 800,
height: 500,
show: 'drop',
hide: 'drop' });
},"action":"NATIVE_JAVASCRIPT_CODE"}]}];
}
apex.jQuery( document ).ready( function() {
(function(){
var lTimeoutField = document.getElementById("apex_login_throttle_sec"),