/*
               File: NoticiasMvd
        Description: Noticias Montevideo COMM
             Author: GeneXus Java Generator version 10_1_3-33979
       Generated on: August 27, 2010 8:6:3.90
       Program type: Callable routine
          Main DBMS: mysql
*/
gx.evt.autoSkip = false;
function noticiasmvd(CmpContext) {
   this.ServerClass =  "NoticiasMvd" ;
   this.PackageName =  "" ;
   this.setObjectType("web");
   this.setCmpContext(CmpContext);
   this.ReadonlyForm = true;
   this.hasEnterEvent = false;
   this.autoRefresh = true;
   this.SetStandaloneVars=function()
   {
   };
   this.s112_client=function()
   {
      this.AV6feedDataItem.Url = gx.getMessage( "http://www.montevideo.com.uy/anxml.aspx?58") ;
      this.AV6feedDataItem.Title = gx.getMessage( "Noticias desde Montevideo Portal") ;
      this.AV5feedData.push(this.AV6feedDataItem) ;
   };
   this.e134a2_client=function()
   {
      this.executeServerEvent("ENTER", true);
   };
   this.e144a2_client=function()
   {
      this.executeServerEvent("CANCEL", true);
   };
   this.GXValidFnc = [];
   this.GXLastCtrlId =0;
   this.GOOGLEFEED1Container = gx.uc.getNew(this, 6, 0, "GoogleFeed", this.CmpContext + "GOOGLEFEED1Container", "Googlefeed1");
   this.GOOGLEFEED1Container.setProperty("Width", "Width", "710", "str");
   this.GOOGLEFEED1Container.setProperty("Height", "Height", "100%", "str");
   this.GOOGLEFEED1Container.setProperty("Type", "Type", "preview", "str");
   this.GOOGLEFEED1Container.setProperty("NumEntries", "Numentries", 10, "num");
   this.GOOGLEFEED1Container.setProperty("LinkTarget", "Linktarget", "_blank", "str");
   this.GOOGLEFEED1Container.setProperty("Css", "Css", "Default", "str");
   this.GOOGLEFEED1Container.setProperty("ShowTitle", "Showtitle", true, "bool");
   this.GOOGLEFEED1Container.setProperty("Border", "Border", true, "bool");
   this.GOOGLEFEED1Container.setProperty("HeaderFont", "Headerfont", "", "str");
   this.GOOGLEFEED1Container.setProperty("HeaderTextColor", "Headertextcolor", gx.color.fromRGB(103,103,103), "color");
   this.GOOGLEFEED1Container.setProperty("HeaderBgColor", "Headerbgcolor", gx.color.fromRGB(229,236,249), "color");
   this.GOOGLEFEED1Container.setProperty("LinkFont", "Linkfont", "", "str");
   this.GOOGLEFEED1Container.setProperty("LinkColor", "Linkcolor", gx.color.fromRGB(0,0,255), "color");
   this.GOOGLEFEED1Container.setProperty("SnippetFont", "Snippetfont", "", "str");
   this.GOOGLEFEED1Container.setProperty("SnippetColor", "Snippetcolor", gx.color.fromRGB(64,64,64), "color");
   this.GOOGLEFEED1Container.setProperty("TimeFont", "Timefont", "", "str");
   this.GOOGLEFEED1Container.setProperty("TimeColor", "Timecolor", gx.color.fromRGB(111,111,111), "color");
   this.GOOGLEFEED1Container.setProperty("LinesColorEven", "Linescoloreven", gx.color.fromRGB(255,255,255), "color");
   this.GOOGLEFEED1Container.setProperty("LinesColorOdd", "Linescolorodd", gx.color.fromRGB(246,246,246), "color");
   this.GOOGLEFEED1Container.setProperty("SelectionImage", "Selectionimage", "", "str");
   this.GOOGLEFEED1Container.addV2CFunction(function(UC) { UC.ParentObject.AV5feedData=gx.fn.getControlValue("_FEEDDATA");UC.SetFeedData(UC.ParentObject.AV5feedData); });
   this.GOOGLEFEED1Container.addC2VFunction(function(UC) { UC.ParentObject.AV5feedData=UC.GetFeedData();gx.fn.setControlValue("_FEEDDATA",UC.ParentObject.AV5feedData); });
   this.GOOGLEFEED1Container.setProperty("Visible", "Visible", true, "bool");
   this.GOOGLEFEED1Container.setC2ShowFunction(function(UC) { UC.show(); });
   this.setUserControl(this.GOOGLEFEED1Container);
   this.AV5feedData = [ ] ;
   this.AV6feedDataItem = {} ;
   this.ServerEvents = ["e134a2_client" ,"e144a2_client"];
   this.SetStandaloneVars( );
}
