/* File: AppMasterPageStatic Description: App Master Page Static Author: GeneXus Java Generator version 10_1_8-58720 Generated on: April 16, 2014 10:30:54.84 Program type: Callable routine Main DBMS: oracle7 */ gx.evt.autoSkip = false; function appmasterpagestatic() { this.ServerClass = "AppMasterPageStatic" ; this.PackageName = "" ; this.setObjectType("web"); this.IsMasterPage=true; this.hasEnterEvent = false; this.SetStandaloneVars=function() { }; this.e13092_client=function() { this.executeServerEvent("ENTER_MPAGE", true); }; this.e14092_client=function() { this.executeServerEvent("CANCEL_MPAGE", true); }; this.GXValidFnc = []; this.GXCtrlIds=[3,7,13]; this.GXLastCtrlId =13; this.MPJSCOOKMENU1Container = gx.uc.getNew(this, 10, 0, "JSCookMenu", "MPJSCOOKMENU1Container", "Jscookmenu1"); this.MPJSCOOKMENU1Container.setProperty("Width", "Width", "500", "str"); this.MPJSCOOKMENU1Container.setProperty("Height", "Height", "20", "str"); this.MPJSCOOKMENU1Container.setProperty("Orientation", "Orientation", "h", "str"); this.MPJSCOOKMENU1Container.setProperty("SubMenuVerticalPosition", "Submenuverticalposition", "b", "str"); this.MPJSCOOKMENU1Container.setProperty("SubMenuHorizontalPosition", "Submenuhorizontalposition", "r", "str"); this.MPJSCOOKMENU1Container.setProperty("Effect", "Effect", "Fade", "str"); this.MPJSCOOKMENU1Container.setProperty("ShowSpeed", "Showspeed", "5", "str"); this.MPJSCOOKMENU1Container.setProperty("HideSpeed", "Hidespeed", "20", "str"); this.MPJSCOOKMENU1Container.setProperty("SlideSpeed", "Slidespeed", "20", "str"); this.MPJSCOOKMENU1Container.addV2CFunction(function(UC) { UC.ParentObject.AV5MenuDataCollection=gx.fn.getControlValue("vMENUDATACOLLECTION_MPAGE");UC.SetData(UC.ParentObject.AV5MenuDataCollection); }); this.MPJSCOOKMENU1Container.addC2VFunction(function(UC) { UC.ParentObject.AV5MenuDataCollection=UC.GetData();gx.fn.setControlValue("vMENUDATACOLLECTION_MPAGE",UC.ParentObject.AV5MenuDataCollection); }); this.MPJSCOOKMENU1Container.setProperty("Visible", "Visible", true, "bool"); this.MPJSCOOKMENU1Container.setC2ShowFunction(function(UC) { UC.show(); }); this.setUserControl(this.MPJSCOOKMENU1Container); this.GXValidFnc[3]={fld:"TABLE1",grid:0}; this.GXValidFnc[7]={fld:"TABLE4",grid:0}; this.GXValidFnc[13]={fld:"TABLE3",grid:0}; this.AV5MenuDataCollection = [ ] ; this.ServerEvents = ["e13092_client" ,"e14092_client"]; this.SetStandaloneVars( ); this.setComponent({id: "WEBCOMP1" ,GXClass: "hadmencabezado" , Prefix: "MPW0006" , lvl: 1 }); } appmasterpagestatic.prototype = new gx.GxObject; gx.setMasterPage(new appmasterpagestatic());