/* Module: functions.js Funciones Genericas JScript Copyright (c) 2002, Miracle Consulting Group Inc. Mail: info@miracleconsulting.com http://www.miracleconsulting.com */ var doc_search_result; // Flag en donde se almacena el returno id_document // de una busqueda de un documento var frm_search_result; var frm_thm_search_result; var thm_msg_search_result; function selectApplication(obj) { // MAM win_select_App=openWindow('/resources/ext_applications.jsp?obj=' + obj,350,250,null,null,'win_select_App',5,false,false,false); } function showUserAppFields(id_user,id_ext_application,id_ext_application_fields_inputname, fld_value_inputname) { // LGA win_input_app_fields=openWindow('/structure/str_user_ext_app_fields.jsp?id_user='+id_user+'&id_ext_application='+id_ext_application+'&id_ext_application_fields_inputname='+ id_ext_application_fields_inputname+'&fld_value_inputname='+fld_value_inputname,350,250,null,null,'win_input_app_fields',5,false,false,false); } function selectDlwFile(obj) { // GPA (select file to download) result = window.showModalDialog("/files/?fle_type=2",null,"dialogHeight:450px; dialogWidth: 550px; center: Yes; help: No; scroll:No; status: No"); result = '../storage/'+result; try { if (((result != 'none') || (result != 'undefined')) && (result)) obj.value = result; } catch (e) { return result; } } function mbx_search() { win_search_mbx = openWindow('/Modules/mailbox/mbx_search.jsp',600,450,null,null,'win_search_frm',5,false,false,false); } function searchDocument() { // JES // El valor de retorno se almacena en doc_search_result win_select_Document=openWindow('/document/doc_search.jsp?mode=1',600,450,null,null,'win_select_Document',5,false,false,false); } function secOrder() { // Se abre la ventana del ordenamiento de secciones openWindow('sec_order.jsp',600,450,null,null,'sec_order',5,false,false,false); } function selectCompany() { // JES win_select_Company=openWindow('/structure/company_relation/',350,250,null,null,'win_select_Company',5,false,false,false); } function selectAttributes() { // JES win_select_Attributes=openWindow('/attributes/',450,350,null,null,'win_select_Attributes',5,false,false,false); } function selectModule(obj) { // JES win_select_Module=openWindow('/sections/sec_modules_list.jsp?obj=' + obj,550,500,null,null,'win_select_Module',5,false,false,false); } function selectContent(obj) { // JES return window.showModalDialog('/contents/con_contents_list.jsp',null,'DialogHeight:350px;DialogWidth:300px;help:no;scroll:no;status:no'); } function selectDocument(obj,modal) { // JES // El valor de retorno se almacena en doc_search_result if (modal) { return window.showModalDialog('/document/doc_search.jsp?mode=3&obj=',null,'DialogHeight:450px;DialogWidth:600px;help:no;scroll:no;status:no'); } else { win_select_Document=openWindow('/document/doc_search.jsp?mode=0&obj=' + obj,600,450,null,null,'win_select_Document',5,false,false,false); } } function insertDocument() { // JES // Funcion para insertar documento desde el editor.. win_select_Document=openWindow('/document/doc_search.jsp?mode=2&obj=' + obj,600,450,null,null,'win_select_Document',5,false,false,false); } function showEditor() { // JES // El valor de retorno se almacena en doc_search_result win_Editor=openWindow('/editor/',650,550,null,null,'win_Editor',5,false,false,false); } var dateSelected = ''; function showColorBox(obj) { // LGA win_ColorBox=openWindow('/resources/colorbox.jsp?Page=BODY&Form=form1&Element=' + obj.name ,650,140,null,null,'win_Color',5,false,false,false); } function showCalendar(obj) { // JES win_Calendar=openWindow('/resources/calendar_acc.jsp?obj=' + obj.name,220,290,null,null,'win_Calendar',5,false,false,false); } function showImage(file_name) { // JRO //win_Image=openWindow('/resources/Image_preview.jsp?fle_filename=' + file_name,280,260,null,null,'win_Image_Preview',5,true,false,false); win_Image=openWindow('/files/fle_preview.jsp?fle_filename=' + file_name,280,260,null,null,'win_Image_Preview',5,true,false,false); } function selectImage(obj) { // JES result = window.showModalDialog("/files/?fle_type=1",null,"dialogHeight:450px; dialogWidth: 550px; center: Yes; help: No; scroll:No; status: No"); try { if (((result != 'none') || (result != 'undefined')) && (result)) obj.value = result; } catch (e) { return result; } } function selectFile(obj) { // JES result = window.showModalDialog("/files/?fle_type=2",null,"dialogHeight:450px; dialogWidth: 550px; center: Yes; help: No; scroll:No; status: No"); if ((obj) && (result) && (result != 'none')) obj.value = result; } function showFile() { // JES result = window.showModalDialog("/files/?fle_type=1",null,"dialogHeight:450px; dialogWidth: 550px; center: Yes; help: No; scroll:No; status: No"); } function selectUser(obj) { // JES result = openWindow("/management/user/usr_search.jsp?obj=" + obj,600,450,null,null,'win_select_Document',5,false,false,false); if ((obj) && (result) && (result != 'none')) obj.value = result; } function selectMultipleUser(obj) { // GNE result = openWindow("/modules/mailbox/multi_user/usr_multi_search.jsp?obj=" + obj,600,450,null,null,'win_select_Document',5,false,false,false); if ((obj) && (result) && (result != 'none')) obj.value = result; } //Abre la ventana de busqueda de comentarios a documentos function doc_comm_search() { // El valor de retorno se almacena en win_search_comm_Document win_search_comm_Document=openWindow('/document/document_comment/doc_comm_search.jsp',600,450,null,null,'win_search_comm_Document',5,false,false,false); } function selectWorkflowTemplate() { win_search_workflow_template=openWindow('/modules/workflow/flw_search.jsp',600,450,null,null,'win_search_workflow_template',5,false,false,false); } function wizardWorkflowTemplate() { win_search_workflow_template=openWindow('/modules/workflow/flw_wizard1.jsp',640,480,null,null,'win_search_workflow_template',5,false,false,false); } function wizardCodificacion() { win_wizard_code=openWindow('/modules/Doc_Code/doc_code_wizard1.jsp',600,450,null,null,'win_wizard_code',5,false,false,false); } function showWorkflowTemplate(nro, name) { win_workflow_template=openWindow('/modules/workflow/flw_chart.jsp?FKValue=' + nro + '&FKName=' + name,600,450,null,null,'win_workflow_template',5,false,false,false); } function sendWorkflowComent(value1,value2) { // JES return window.showModalDialog('/portal/modules/workflow/flw_popup_coment.jsp?estado=' + value1 + "&id_tarea=" + value2 ,null,'DialogHeight:170px;DialogWidth:450px;help:no;scroll:no;status:no'); } function isNumber(num) { if(!/^(\+|-)?(([1-9]\d*\.?\d{0,2})|(0?\.\d{0,2}))$/.test(num)){ return false; } else return true; } function editValue(value){ //gm edit subsidiary telephone var result = window.showModalDialog('/structure/subsidiary/editValue.jsp?value=' + value,null,'dialogHeight:50px; dialogWidth: 300px; center: Yes; help: No; scroll:No; status: No'); if((result != 'undefined') && (result != '') && (result)){ return result; } else { return false; } } function trim(aString){ // gm reTrim=/\s+$|^\s+/g; return aString.replace(reTrim,""); } /* function openWindow(u,W,H,X,Y,n,b,x,m,r) { var cU ='/images/window/close_up.gif' var cO ='/images/window/close_ovr.gif' var cL ='/images/window/clock.gif' var mU ='/images/window/min_up.gif' var mO ='/images/window/min_ovr.gif' var xU ='/images/window/max_up.gif' var xO ='/images/window/max_ovr.gif' var rU ='/images/window/res_up.gif' var rO ='/images/window/res_ovr.gif' var tH =' ? Portal Financiero' var tW =' ? Portal Financiero' var wB ='#847BA6' var wBs ='#847BA6' var wBG ='#847BA6' var wBGs='#847BA6' var wNS ='toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0' var fSO ='scrolling=no noresize' var brd =b||0; var max =x||false; var min =m||false; var res =r||false; var tsz =20; return chromeless(u,n,W,H,X,Y,cU,cO,cL,mU,mO,xU,xO,rU,rO,tH,tW,wB,wBs,wBG,wBGs,wNS,fSO,brd,max,min,res,tsz) } */