/*
               File: news
        Description: News
             Author: GeneXus C# Generator version 10_1_2-29801
       Generated on: 5/11/2010 22:48:54.71
       Program type: Callable routine
          Main DBMS: sqlserver
*/
gx.evt.autoSkip = false;
function news() {
   this.ServerClass =  "news" ;
   this.PackageName =  "GeneXus.Programs" ;
   this.setObjectType("web");
   this.hasEnterEvent = false;
   this.addKeyListener("5", '"RFR"');
   this.autoRefresh = true;
   this.SetStandaloneVars=function()
   {
   }
   this.e13832_client=function()
   {
      this.executeServerEvent("ENTER", true);
   }
   this.e14832_client=function()
   {
      this.executeServerEvent("CANCEL", true);
   }
   this.GXValidFnc = [];
   this.GXLastCtrlId =0;
   this.A30NewsId = 0;
   this.A39ImageUrl = "";
   this.A37ImageId = 0;
   this.A159LangCode = "";
   this.A31NewsTitle = "";
   this.A243NewsBigAbstract = "";
   this.A32NewsAbstract = "";
   this.A288NewsURLSeo = "";
   this.A34NewsDateFrom = gx.date.nullDate();
   this.A10ArtNbr = 0;
   this.A218ArtWFHeader = 0;
   this.A217ArtWFFooter = 0;
   this.ServerEvents = ["e13832_client" ,"e14832_client"];
   this.VarControlMap["AV12NewsId"] = {id:"_NEWSID",grid:0,type:"int"};
   this.SetStandaloneVars( );
   this.setComponent({id: "WEBCOMPHEADER" ,GXClass: null , Prefix: "W0006" , lvl: 1 });
   this.setComponent({id: "RIGHTCOMPONENT" ,GXClass: null , Prefix: "W0074" , lvl: 1 });
   this.setComponent({id: "WEBCOMP1" ,GXClass: null , Prefix: "W0093" , lvl: 1 });
   this.setComponent({id: "RIGHTCOMPONENT2" ,GXClass: null , Prefix: "W0109" , lvl: 1 });
   this.setComponent({id: "RIGHTCOMPONENT3" ,GXClass: null , Prefix: "W0114" , lvl: 1 });
   this.setComponent({id: "WEBCOMPFOOTER" ,GXClass: null , Prefix: "W0123" , lvl: 1 });
}
news.prototype = new gx.GxObject;
gx.setParentObj(new news());
