/******************************************************************************************************************************** * Licensed Materials - Property of IBM * * * * IBM Cognos Products: AGS * * * * (C) Copyright IBM Corp. 2005, 2010 * * * * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. * *********************************************************************************************************************************/ /* * This JS file contains useful global constants used by Event Studio */ //the ids of the task list items in the 'I want to..' menu var K_sCondition='condition'; var K_sSchedule='schedule'; var K_sAddAgentTask='addAgentTaskButton'; var K_sSuppression='suppression'; var K_sSetSubmit='set_submit'; //styles for the task list items var K_cssTaskInactive='task_inactive'; var K_cssTaskActive='task_active'; var K_logon='logon'; //deletion candidate types var K_sFunctionCandidate = 'FUNCTION'; var K_sControlCandidate = 'CONTROL'; //the id of the selection object, used to hold details of the current text selection var K_sSelectionId='curr_selection'; //the previous function definition var K_sPreviousFunctionText='previous('; var K_sCaptionFunctionText='caption('; //input control ids used in the condition page var K_sDataItemExpression='dataItem_expression'; var K_sDataItemName='dataItem_name'; var K_sDetailExpression='detailExpression'; //key code definitions var K_sKeyCode_A='65'; var K_sKeyCode_K='75'; var K_sKeyCode_C='67'; var K_sKeyCode_V='86'; var K_sKeyCode_X='88'; var K_sKeyCode_Ctrl='17'; //This is used by prompting.js to stop the f_CSW_setFWR(); from being called. //Calling this function was causing an infitie loop because CCgonosViewer will //never be loaded for ES. var SYSTEMPROPERTY_CREATE_CUSTOM_SCRIPTS_REFS = false;