示例#1
0
 protected void SendCloseFormHiddens( )
 {
     /* Send hidden variables. */
     /* Send saved values. */
     send_integrity_footer_hashes( );
     GxWebStd.gx_hidden_field(context, sPrefix + "vVFCKEDITOR", AV5vFckEditor);
     GxWebStd.gx_hidden_field(context, sPrefix + "wcpOAV6iBR_MedicalImagingID", StringUtil.LTrim(StringUtil.NToC((decimal)(wcpOAV6iBR_MedicalImagingID), 18, 0, ".", "")));
     GxWebStd.gx_hidden_field(context, sPrefix + "vIBR_MEDICALIMAGINGID", StringUtil.LTrim(StringUtil.NToC((decimal)(AV6iBR_MedicalImagingID), 18, 0, ".", "")));
     if (context.isAjaxRequest( ))
     {
         context.httpAjaxContext.ajax_rsp_assign_sdt_attri(sPrefix, false, sPrefix + "vBR_MEDICALIMAGING", AV7BR_MedicalImaging);
     }
     else
     {
         context.httpAjaxContext.ajax_rsp_assign_hidden_sdt(sPrefix + "vBR_MEDICALIMAGING", AV7BR_MedicalImaging);
     }
     GxWebStd.gx_hidden_field(context, sPrefix + "VFCKEDITOR_Enabled", StringUtil.BoolToStr(Vfckeditor_Enabled));
     GxWebStd.gx_hidden_field(context, sPrefix + "VFCKEDITOR_Width", StringUtil.RTrim(Vfckeditor_Width));
     GxWebStd.gx_hidden_field(context, sPrefix + "VFCKEDITOR_Height", StringUtil.RTrim(Vfckeditor_Height));
 }
示例#2
0
 public override void RenderHtmlCloseForm( )
 {
     SendCloseFormHiddens( );
     GxWebStd.gx_hidden_field(context, "GX_FocusControl", GX_FocusControl);
     SendAjaxEncryptionKey();
     SendSecurityToken((String)(sPrefix));
     SendComponentObjects();
     SendServerCommands();
     SendState();
     if (context.isSpaRequest( ))
     {
         disableOutput();
     }
     context.WriteHtmlTextNl("</form>");
     if (context.isSpaRequest( ))
     {
         enableOutput();
     }
     include_jscripts( );
 }
示例#3
0
 protected void WB1Z0( )
 {
     if (context.isAjaxRequest( ))
     {
         disableOutput();
     }
     if (!wbLoad)
     {
         if (StringUtil.Len(sPrefix) == 0)
         {
             RenderHtmlHeaders( );
         }
         RenderHtmlOpenForm( );
         if (StringUtil.Len(sPrefix) != 0)
         {
             GxWebStd.gx_hidden_field(context, sPrefix + "_CMPPGM", "wcnoteng.aspx");
             context.AddJavascriptSource("Shared/jquery/jquery-1.4.2.min.js", "");
             context.AddJavascriptSource("Shared/jqueryui/jquery-ui.min-1.8.js", "");
             context.AddJavascriptSource("scaMessage/resources/js/jquery.pnotify.min.js", "");
             context.AddJavascriptSource("scaMessage/resources/js/classie.js", "");
             context.AddJavascriptSource("scaMessage/scaMessageRender.js", "");
         }
         GxWebStd.gx_msg_list(context, "", context.GX_msglist.DisplayMode, "", "", sPrefix, "false");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "Section", " " + "data-abstract-form" + " ");
         /* Div Control */
         GxWebStd.gx_div_start(context, divMaintable_Internalname, 1, 0, "px", 0, "px", "Table", "");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "row", "");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "col-xs-12", " " + "id" + " ");
         /* User Defined Control */
         context.WriteHtmlText("<div class=\"gx_usercontrol\" id=\"" + sPrefix + "SCAMESSAGE1Container" + "\"></div>");
         context.WriteHtmlText("</div>");
         context.WriteHtmlText("</div>");
         context.WriteHtmlText("</div>");
         context.WriteHtmlText("</div>");
     }
     wbLoad = true;
 }
示例#4
0
 protected void wb_table3_19_012e(bool wbgen)
 {
     if (wbgen)
     {
         context.WriteHtmlText("</td>");
         context.WriteHtmlText("</tr>");
         context.WriteHtmlText("<tr>");
         context.WriteHtmlText("<td colspan=\"3\"  style=\"height:14px\">");
         /* WebComponent */
         GxWebStd.gx_hidden_field(context, "MPW0035" + "", StringUtil.RTrim(WebComp_Wcrecentlinks_Component));
         context.WriteHtmlText("<div");
         context.WriteHtmlText(" id=\"" + "gxHTMLWrpMPW0035" + "" + "\"" + "");
         context.WriteHtmlText(">");
         if (StringUtil.Len(WebComp_Wcrecentlinks_Component) != 0)
         {
             if (StringUtil.StrCmp(OldWcrecentlinks, WebComp_Wcrecentlinks_Component) != 0)
             {
                 context.httpAjaxContext.ajax_rspStartCmp("gxHTMLWrpMPW0035" + "");
             }
             WebComp_Wcrecentlinks.componentdraw();
             if (StringUtil.StrCmp(OldWcrecentlinks, WebComp_Wcrecentlinks_Component) != 0)
             {
                 context.httpAjaxContext.ajax_rspEndCmp();
             }
         }
         context.WriteHtmlText("</div>");
         context.WriteHtmlText("</td>");
         context.WriteHtmlText("</tr>");
         context.WriteHtmlText("<tr>");
         context.WriteHtmlText("<td style=\"width:0px\">");
         context.WriteHtmlText("</td>");
         context.WriteHtmlText("<td style=\"width:100%\">");
         wb_table4_39_012(true);
     }
     else
     {
         wb_table4_39_012(false);
     }
     return;
 }
示例#5
0
 protected void RenderHtmlCloseForm1U2( )
 {
     /* Send hidden variables. */
     /* Send saved values. */
     GxWebStd.gx_hidden_field(context, "ADVANCEDCONTAINER_MPAGE_Class", StringUtil.RTrim(divAdvancedcontainer_Class));
     GxWebStd.gx_hidden_field(context, "BTNTOGGLE_MPAGE_Class", StringUtil.RTrim(bttBtntoggle_Class));
     SendSecurityToken((String)(sPrefix));
     if (!isFullAjaxMode( ))
     {
         getDataAreaObject().RenderHtmlCloseForm();
     }
     if (context.isSpaRequest( ))
     {
         disableOutput();
     }
     context.AddJavascriptSource("ppalmasterpage.js", "?201512110293911");
     context.WriteHtmlTextNl("</body>");
     context.WriteHtmlTextNl("</html>");
     if (context.isSpaRequest( ))
     {
         enableOutput();
     }
 }
示例#6
0
 public override void RenderHtmlCloseForm( )
 {
     /* Send hidden variables. */
     /* Send saved values. */
     GxWebStd.gx_hidden_field(context, "nRC_GXsfl_5", StringUtil.LTrim(StringUtil.NToC((decimal)(nRC_GXsfl_5), 4, 0, context.GetLanguageProperty("decimal_point"), "")));
     context.WriteHtmlText("<script type=\"text/javascript\">");
     context.WriteHtmlText("gx.setLanguageCode(\"" + context.GetLanguageProperty("code") + "\");");
     if (!context.isSpaRequest( ))
     {
         context.WriteHtmlText("gx.setDateFormat(\"" + context.GetLanguageProperty("date_fmt") + "\");");
         context.WriteHtmlText("gx.setTimeFormat(" + context.GetLanguageProperty("time_fmt") + ");");
         context.WriteHtmlText("gx.setCenturyFirstYear(" + 40 + ");");
         context.WriteHtmlText("gx.setDecimalPoint(\"" + context.GetLanguageProperty("decimal_point") + "\");");
         context.WriteHtmlText("gx.setThousandSeparator(\"" + context.GetLanguageProperty("thousand_sep") + "\");");
         context.WriteHtmlText("gx.StorageTimeZone = " + 1 + ";");
     }
     context.WriteHtmlText("</script>");
     GxWebStd.gx_hidden_field(context, "GX_FocusControl", GX_FocusControl);
     SendAjaxEncryptionKey();
     SendSecurityToken((String)(sPrefix));
     SendComponentObjects();
     SendServerCommands();
     SendState();
     if (context.isSpaRequest( ))
     {
         disableOutput();
     }
     if (nGXWrapped != 1)
     {
         context.WriteHtmlTextNl("</form>");
     }
     if (context.isSpaRequest( ))
     {
         enableOutput();
     }
     include_jscripts( );
 }
示例#7
0
 protected void SendCloseFormHiddens( )
 {
     /* Send hidden variables. */
     /* Send saved values. */
     send_integrity_footer_hashes( );
     if (context.isAjaxRequest( ))
     {
         context.httpAjaxContext.ajax_rsp_assign_sdt_attri("", false, "vGXMAPDATA", GxMapData);
     }
     else
     {
         context.httpAjaxContext.ajax_rsp_assign_hidden_sdt("vGXMAPDATA", GxMapData);
     }
     GxWebStd.gx_hidden_field(context, "vLATITUDE", AV10Latitude);
     GxWebStd.gx_hidden_field(context, "vLONGITUDE", AV11Longitude);
     GxWebStd.gx_hidden_field(context, "vGEOLOCATION", AV7Geolocation);
     GxWebStd.gx_hidden_field(context, "GOOGLEMAPCONTROL1_Provider", StringUtil.RTrim(Googlemapcontrol1_Provider));
     GxWebStd.gx_hidden_field(context, "GOOGLEMAPCONTROL1_Type", StringUtil.RTrim(Googlemapcontrol1_Type));
     GxWebStd.gx_hidden_field(context, "GOOGLEMAPCONTROL1_City", StringUtil.RTrim(Googlemapcontrol1_City));
     GxWebStd.gx_hidden_field(context, "GOOGLEMAPCONTROL1_Latitude", StringUtil.RTrim(Googlemapcontrol1_Latitude));
     GxWebStd.gx_hidden_field(context, "GOOGLEMAPCONTROL1_Longitude", StringUtil.RTrim(Googlemapcontrol1_Longitude));
     GxWebStd.gx_hidden_field(context, "GOOGLEMAPCONTROL1_Precision", StringUtil.LTrim(StringUtil.NToC((decimal)(Googlemapcontrol1_Precision), 9, 0, ".", "")));
     GxWebStd.gx_hidden_field(context, "GOOGLEMAPCONTROL1_Onclick", StringUtil.RTrim(Googlemapcontrol1_Onclick));
 }
示例#8
0
 protected void RenderHtmlOpenForm( )
 {
     if (context.isSpaRequest( ))
     {
         enableOutput();
     }
     context.WriteHtmlText("<title>");
     context.SendWebValue("选择地理位置");
     context.WriteHtmlTextNl("</title>");
     if (context.isSpaRequest( ))
     {
         disableOutput();
     }
     if (StringUtil.Len(sDynURL) > 0)
     {
         context.WriteHtmlText("<BASE href=\"" + sDynURL + "\" />");
     }
     define_styles( );
     if (((context.GetBrowserType( ) == 1) || (context.GetBrowserType( ) == 5)) && (StringUtil.StrCmp(context.GetBrowserVersion( ), "7.0") == 0))
     {
         context.AddJavascriptSource("json2.js", "?" + context.GetBuildNumber(127771), false);
     }
     context.AddJavascriptSource("jquery.js", "?" + context.GetBuildNumber(127771), false);
     context.AddJavascriptSource("gxtimezone.js", "?" + context.GetBuildNumber(127771), false);
     context.AddJavascriptSource("gxgral.js", "?" + context.GetBuildNumber(127771), false);
     context.AddJavascriptSource("gxcfg.js", "?2020227939759", false);
     if (context.isSpaRequest( ))
     {
         enableOutput();
     }
     context.AddJavascriptSource("GXGoogleVisualizationLibrary/MAP/mapsproviders.js", "", false);
     context.AddJavascriptSource("GXGoogleVisualizationLibrary/MAP/BpTspSolver.js", "", false);
     context.AddJavascriptSource("GXGoogleVisualizationLibrary/MAP/tspImp.js", "", false);
     context.AddJavascriptSource("GXGoogleVisualizationLibrary/MAP/Gxmap.js", "", false);
     context.CloseHtmlHeader();
     if (context.isSpaRequest( ))
     {
         disableOutput();
     }
     FormProcess = " data-HasEnter=\"true\" data-Skiponenter=\"false\"";
     context.WriteHtmlText("<body ");
     bodyStyle = "";
     if (nGXWrapped == 0)
     {
         bodyStyle = bodyStyle + "-moz-opacity:0;opacity:0;";
     }
     context.WriteHtmlText(" " + "class=\"FormNoBackgroundColor\"" + " " + "style='" + bodyStyle + "'");
     context.WriteHtmlText(FormProcess + ">");
     context.skipLines(1);
     context.WriteHtmlTextNl("<form id=\"MAINFORM\" autocomplete=\"off\" name=\"MAINFORM\" method=\"post\" tabindex=-1  class=\"FormNoBackgroundColor\" data-gx-class=\"FormNoBackgroundColor\" novalidate action=\"" + formatLink("wwpbaseobjects.promptgeolocation.aspx") + "?" + UrlEncode(StringUtil.RTrim(AV7Geolocation)) + "\">");
     GxWebStd.gx_hidden_field(context, "_EventName", "");
     GxWebStd.gx_hidden_field(context, "_EventGridId", "");
     GxWebStd.gx_hidden_field(context, "_EventRowId", "");
     context.WriteHtmlText("<input type=\"submit\" title=\"submit\" style=\"display:none\" disabled>");
     context.httpAjaxContext.ajax_rsp_assign_prop("", false, "FORM", "Class", "FormNoBackgroundColor", true);
     toggleJsOutput = isJsOutputEnabled( );
     if (context.isSpaRequest( ))
     {
         disableJsOutput();
     }
 }
示例#9
0
 protected void RenderHtmlOpenForm( )
 {
     if (StringUtil.Len(sPrefix) == 0)
     {
         if (context.isSpaRequest( ))
         {
             enableOutput();
         }
         context.WriteHtmlText("<title>");
         context.SendWebValue("Home Progress Bar Circle WC");
         context.WriteHtmlTextNl("</title>");
         if (context.isSpaRequest( ))
         {
             disableOutput();
         }
         if (StringUtil.Len(sDynURL) > 0)
         {
             context.WriteHtmlText("<BASE href=\"" + sDynURL + "\" />");
         }
         define_styles( );
     }
     if (((context.GetBrowserType( ) == 1) || (context.GetBrowserType( ) == 5)) && (StringUtil.StrCmp(context.GetBrowserVersion( ), "7.0") == 0))
     {
         context.AddJavascriptSource("json2.js", "?" + context.GetBuildNumber(131213), false, true);
     }
     context.AddJavascriptSource("jquery.js", "?" + context.GetBuildNumber(131213), false, true);
     context.AddJavascriptSource("gxgral.js", "?" + context.GetBuildNumber(131213), false, true);
     context.AddJavascriptSource("gxcfg.js", "?201971112292054", false, true);
     if (context.isSpaRequest( ))
     {
         enableOutput();
     }
     context.AddJavascriptSource("DVelop/Bootstrap/DVProgressIndicator/DVProgressIndicatorRender.js", "", false, true);
     if (StringUtil.Len(sPrefix) == 0)
     {
         context.CloseHtmlHeader();
         if (context.isSpaRequest( ))
         {
             disableOutput();
         }
         FormProcess = ((nGXWrapped == 0) ? " data-HasEnter=\"false\" data-Skiponenter=\"false\"" : "");
         context.WriteHtmlText("<body ");
         bodyStyle = "";
         if (nGXWrapped == 0)
         {
             bodyStyle = bodyStyle + "-moz-opacity:0;opacity:0;";
         }
         context.WriteHtmlText(" " + "class=\"form-horizontal Form\"" + " " + "style='" + bodyStyle + "'");
         context.WriteHtmlText(FormProcess + ">");
         context.skipLines(1);
         if (nGXWrapped != 1)
         {
             context.WriteHtmlTextNl("<form id=\"MAINFORM\" autocomplete=\"off\" name=\"MAINFORM\" method=\"post\" tabindex=-1  class=\"form-horizontal Form\" data-gx-class=\"form-horizontal Form\" novalidate action=\"" + formatLink("wwpbaseobjects.homeprogressbarcirclewc.aspx") + "?" + UrlEncode(StringUtil.RTrim(AV5OptionTitle)) + "," + UrlEncode("" + AV6Percentage) + "\">");
             GxWebStd.gx_hidden_field(context, "_EventName", "");
             GxWebStd.gx_hidden_field(context, "_EventGridId", "");
             GxWebStd.gx_hidden_field(context, "_EventRowId", "");
             context.WriteHtmlText("<input type=\"submit\" title=\"submit\" style=\"display:none\" disabled>");
             context.httpAjaxContext.ajax_rsp_assign_prop(sPrefix, false, "FORM", "Class", "form-horizontal Form", true);
         }
     }
     else
     {
         bool toggleHtmlOutput = isOutputEnabled( );
         if (StringUtil.StringSearch(sPrefix, "MP", 1) == 1)
         {
             if (context.isSpaRequest( ))
             {
                 disableOutput();
             }
         }
         context.WriteHtmlText("<div");
         GxWebStd.ClassAttribute(context, "gxwebcomponent-body" + " " + (String.IsNullOrEmpty(StringUtil.RTrim(Form.Class)) ? "form-horizontal Form" : Form.Class) + "-fx");
         context.WriteHtmlText(">");
         if (toggleHtmlOutput)
         {
             if (StringUtil.StringSearch(sPrefix, "MP", 1) == 1)
             {
                 if (context.isSpaRequest( ))
                 {
                     enableOutput();
                 }
             }
         }
         toggleJsOutput = isJsOutputEnabled( );
         if (context.isSpaRequest( ))
         {
             disableJsOutput();
         }
     }
     if (StringUtil.StringSearch(sPrefix, "MP", 1) == 1)
     {
         if (context.isSpaRequest( ))
         {
             disableOutput();
         }
     }
 }
示例#10
0
 protected void RenderHtmlOpenForm( )
 {
     if (StringUtil.Len(sPrefix) == 0)
     {
         if (context.isSpaRequest( ))
         {
             enableOutput();
         }
         context.WriteHtmlText("<title>");
         context.SendWebValue("Data Mgmt Portal -RAAP");
         context.WriteHtmlTextNl("</title>");
         if (context.isSpaRequest( ))
         {
             disableOutput();
         }
         if (StringUtil.Len(sDynURL) > 0)
         {
             context.WriteHtmlText("<BASE href=\"" + sDynURL + "\" />");
         }
         define_styles( );
     }
     if (((context.GetBrowserType( ) == 1) || (context.GetBrowserType( ) == 5)) && (StringUtil.StrCmp(context.GetBrowserVersion( ), "7.0") == 0))
     {
         context.AddJavascriptSource("json2.js", "?" + context.GetBuildNumber(127771), false);
     }
     context.AddJavascriptSource("jquery.js", "?" + context.GetBuildNumber(127771), false);
     context.AddJavascriptSource("gxtimezone.js", "?" + context.GetBuildNumber(127771), false);
     context.AddJavascriptSource("gxgral.js", "?" + context.GetBuildNumber(127771), false);
     context.AddJavascriptSource("gxcfg.js", "?20202279373218", false);
     if (context.isSpaRequest( ))
     {
         enableOutput();
     }
     context.AddJavascriptSource("CKEditor/ckeditor/ckeditor.js", "", false);
     context.AddJavascriptSource("CKEditor/CKEditorRender.js", "", false);
     if (StringUtil.Len(sPrefix) == 0)
     {
         context.CloseHtmlHeader();
         if (context.isSpaRequest( ))
         {
             disableOutput();
         }
         FormProcess = " data-HasEnter=\"false\" data-Skiponenter=\"false\"";
         context.WriteHtmlText("<body ");
         bodyStyle = "";
         if (nGXWrapped == 0)
         {
             bodyStyle = bodyStyle + "-moz-opacity:0;opacity:0;";
         }
         context.WriteHtmlText(" " + "class=\"Form\"" + " " + "style='" + bodyStyle + "'");
         context.WriteHtmlText(FormProcess + ">");
         context.skipLines(1);
         context.WriteHtmlTextNl("<form id=\"MAINFORM\" autocomplete=\"off\" name=\"MAINFORM\" method=\"post\" tabindex=-1  class=\"Form\" data-gx-class=\"Form\" novalidate action=\"" + formatLink("br_medicalshowupoloadimage.aspx") + "?" + UrlEncode("" + AV6iBR_MedicalImagingID) + "\">");
         GxWebStd.gx_hidden_field(context, "_EventName", "");
         GxWebStd.gx_hidden_field(context, "_EventGridId", "");
         GxWebStd.gx_hidden_field(context, "_EventRowId", "");
         context.WriteHtmlText("<input type=\"submit\" title=\"submit\" style=\"display:none\" disabled>");
         context.httpAjaxContext.ajax_rsp_assign_prop(sPrefix, false, "FORM", "Class", "Form", true);
     }
     else
     {
         bool toggleHtmlOutput = isOutputEnabled( );
         if (StringUtil.StringSearch(sPrefix, "MP", 1) == 1)
         {
             if (context.isSpaRequest( ))
             {
                 disableOutput();
             }
         }
         context.WriteHtmlText("<div");
         GxWebStd.ClassAttribute(context, "gxwebcomponent-body" + " " + (String.IsNullOrEmpty(StringUtil.RTrim(Form.Class)) ? "Form" : Form.Class) + "-fx");
         context.WriteHtmlText(">");
         if (toggleHtmlOutput)
         {
             if (StringUtil.StringSearch(sPrefix, "MP", 1) == 1)
             {
                 if (context.isSpaRequest( ))
                 {
                     enableOutput();
                 }
             }
         }
         toggleJsOutput = isJsOutputEnabled( );
         if (context.isSpaRequest( ))
         {
             disableJsOutput();
         }
     }
     if (StringUtil.StringSearch(sPrefix, "MP", 1) == 1)
     {
         if (context.isSpaRequest( ))
         {
             disableOutput();
         }
     }
 }
示例#11
0
 public override void RenderHtmlOpenForm( )
 {
    if ( context.isSpaRequest( ) )
    {
       enableOutput();
    }
    context.WriteHtmlText( "<title>") ;
    context.SendWebValue( Form.Caption) ;
    context.WriteHtmlTextNl( "</title>") ;
    if ( context.isSpaRequest( ) )
    {
       disableOutput();
    }
    if ( StringUtil.Len( sDynURL) > 0 )
    {
       context.WriteHtmlText( "<BASE href=\""+sDynURL+"\" />") ;
    }
    define_styles( ) ;
    if ( nGXWrapped != 1 )
    {
       MasterPageObj.master_styles();
    }
    if ( ( ( context.GetBrowserType( ) == 1 ) || ( context.GetBrowserType( ) == 5 ) ) && ( StringUtil.StrCmp(context.GetBrowserVersion( ), "7.0") == 0 ) )
    {
       context.AddJavascriptSource("json2.js", "?"+context.GetBuildNumber( 127771), false);
    }
    context.AddJavascriptSource("jquery.js", "?"+context.GetBuildNumber( 127771), false);
    context.AddJavascriptSource("gxtimezone.js", "?"+context.GetBuildNumber( 127771), false);
    context.AddJavascriptSource("gxgral.js", "?"+context.GetBuildNumber( 127771), false);
    context.AddJavascriptSource("gxcfg.js", "?2020227939763", false);
    if ( context.isSpaRequest( ) )
    {
       enableOutput();
    }
    context.WriteHtmlText( Form.Headerrawhtml) ;
    context.CloseHtmlHeader();
    if ( context.isSpaRequest( ) )
    {
       disableOutput();
    }
    FormProcess = " data-HasEnter=\"true\" data-Skiponenter=\"false\"";
    context.WriteHtmlText( "<body ") ;
    bodyStyle = "" + "background-color:" + context.BuildHTMLColor( Form.Backcolor) + ";color:" + context.BuildHTMLColor( Form.Textcolor) + ";";
    if ( nGXWrapped == 0 )
    {
       bodyStyle = bodyStyle + "-moz-opacity:0;opacity:0;";
    }
    if ( ! ( String.IsNullOrEmpty(StringUtil.RTrim( Form.Background)) ) )
    {
       bodyStyle = bodyStyle + " background-image:url(" + context.convertURL( Form.Background) + ")";
    }
    context.WriteHtmlText( " "+"class=\"FormNoBackgroundColor\""+" "+ "style='"+bodyStyle+"'") ;
    context.WriteHtmlText( FormProcess+">") ;
    context.skipLines(1);
    context.WriteHtmlTextNl( "<form id=\"MAINFORM\" autocomplete=\"off\" name=\"MAINFORM\" method=\"post\" tabindex=-1  class=\"FormNoBackgroundColor\" data-gx-class=\"FormNoBackgroundColor\" novalidate action=\""+formatLink("wwpbaseobjects.savefilteras.aspx") + "?" + UrlEncode(StringUtil.RTrim(AV15UserKey)) + "," + UrlEncode(StringUtil.RTrim(AV5GridStateKey))+"\">") ;
    GxWebStd.gx_hidden_field( context, "_EventName", "");
    GxWebStd.gx_hidden_field( context, "_EventGridId", "");
    GxWebStd.gx_hidden_field( context, "_EventRowId", "");
    context.WriteHtmlText( "<input type=\"submit\" title=\"submit\" style=\"display:none\" disabled>") ;
    context.httpAjaxContext.ajax_rsp_assign_prop("", false, "FORM", "Class", "FormNoBackgroundColor", true);
    toggleJsOutput = isJsOutputEnabled( );
    if ( context.isSpaRequest( ) )
    {
       disableJsOutput();
    }
 }
示例#12
0
 protected void wb_table3_22_012e(bool wbgen)
 {
     if (wbgen)
     {
         context.WriteHtmlText("</td>");
         context.WriteHtmlText("</tr>");
         context.WriteHtmlText("<tr>");
         context.WriteHtmlText("<td colspan=\"2\" >");
         if (!isFullAjaxMode( ))
         {
             /* WebComponent */
             GxWebStd.gx_hidden_field(context, "MPW0034" + "", StringUtil.RTrim(WebComp_Wcrecentlinks_Component));
             context.WriteHtmlText("<div");
             GxWebStd.ClassAttribute(context, "gxwebcomponent");
             context.WriteHtmlText(" id=\"" + "gxHTMLWrpMPW0034" + "" + "\"" + "");
             context.WriteHtmlText(">");
             if (StringUtil.Len(WebComp_Wcrecentlinks_Component) != 0)
             {
                 if (StringUtil.StrCmp(StringUtil.Lower(OldWcrecentlinks), StringUtil.Lower(WebComp_Wcrecentlinks_Component)) != 0)
                 {
                     context.httpAjaxContext.ajax_rspStartCmp("gxHTMLWrpMPW0034" + "");
                 }
                 WebComp_Wcrecentlinks.componentdraw();
                 if (StringUtil.StrCmp(StringUtil.Lower(OldWcrecentlinks), StringUtil.Lower(WebComp_Wcrecentlinks_Component)) != 0)
                 {
                     context.httpAjaxContext.ajax_rspEndCmp();
                 }
             }
             context.WriteHtmlText("</div>");
         }
         context.WriteHtmlText("</td>");
         context.WriteHtmlText("</tr>");
         context.WriteHtmlText("<tr>");
         context.WriteHtmlText("<td style=\"" + CSSHelper.Prettify("height:14px;width:100%") + "\">");
         if (context.isSpaRequest( ))
         {
             enableOutput();
         }
         if (context.isSpaRequest( ))
         {
             disableJsOutput();
         }
         /* Content placeholder */
         context.WriteHtmlText("<div");
         GxWebStd.ClassAttribute(context, "gx-content-placeholder");
         context.WriteHtmlText(">");
         if (!isFullAjaxMode( ))
         {
             getDataAreaObject().RenderHtmlContent();
         }
         context.WriteHtmlText("</div>");
         if (context.isSpaRequest( ))
         {
             disableOutput();
         }
         if (context.isSpaRequest( ))
         {
             enableJsOutput();
         }
         context.WriteHtmlText("</td>");
         context.WriteHtmlText("</tr>");
         context.WriteHtmlText("<tr>");
         context.WriteHtmlText("<td style=\"" + CSSHelper.Prettify("height:15px") + "\">");
         context.WriteHtmlText("</td>");
         context.WriteHtmlText("</tr>");
         context.WriteHtmlText("<tr>");
         context.WriteHtmlText("<td colspan=\"2\" >");
         wb_table4_42_012(true);
     }
     else
     {
         wb_table4_42_012(false);
     }
     return;
 }
示例#13
0
 protected void RenderHtmlOpenForm( )
 {
     if (StringUtil.Len(sPrefix) == 0)
     {
         if (context.isSpaRequest( ))
         {
             enableOutput();
         }
         context.WriteHtmlText("<title>");
         context.SendWebValue(context.GetMessage("WCNota", ""));
         context.WriteHtmlTextNl("</title>");
         if (context.isSpaRequest( ))
         {
             disableOutput();
         }
         if (StringUtil.Len(sDynURL) > 0)
         {
             context.WriteHtmlText("<BASE href=\"" + sDynURL + "\" />");
         }
         define_styles( );
     }
     context.AddJavascriptSource("jquery.js", "?" + context.GetBuildNumber(86442));
     context.AddJavascriptSource("gxtimezone.js", "?" + context.GetBuildNumber(86442));
     context.AddJavascriptSource("gxgral.js", "?" + context.GetBuildNumber(86442));
     context.AddJavascriptSource("gxcfg.js", "?201512611145448");
     if (context.isSpaRequest( ))
     {
         enableOutput();
     }
     if (StringUtil.Len(sPrefix) == 0)
     {
         context.CloseHtmlHeader();
         if (context.isSpaRequest( ))
         {
             disableOutput();
         }
         FormProcess = ((nGXWrapped == 0) ? " onkeyup=\"gx.evt.onkeyup(event)\" onkeypress=\"gx.evt.onkeypress(event,false,false)\" onkeydown=\"gx.evt.onkeypress(null,false,false)\"" : "");
         context.WriteHtmlText("<body");
         context.WriteHtmlText(" " + "class=\"form-horizontal Form\"" + " " + " style=\"-moz-opacity:0;opacity:0;");
         context.WriteHtmlText("\"" + FormProcess + ">");
         context.skipLines(1);
         if (nGXWrapped != 1)
         {
             context.WriteHtmlTextNl("<form id=\"MAINFORM\" name=\"MAINFORM\" method=\"post\" class=\"form-horizontal Form\" novalidate action=\"" + formatLink("wcnota.aspx") + "\">");
             GxWebStd.gx_hidden_field(context, "_EventName", "");
             GxWebStd.gx_hidden_field(context, "_EventGridId", "");
             GxWebStd.gx_hidden_field(context, "_EventRowId", "");
         }
     }
     else
     {
         context.WriteHtmlText("<div");
         GxWebStd.ClassAttribute(context, "gxwebcomponent-body" + " " + (String.IsNullOrEmpty(StringUtil.RTrim(Form.Class)) ? "form-horizontal Form" : Form.Class) + "-fx");
         context.WriteHtmlText(">");
         toggleJsOutput = isJsOutputEnabled( );
         if (context.isSpaRequest( ))
         {
             disableJsOutput();
         }
     }
     if (StringUtil.StringSearch(sPrefix, "MP", 1) == 1)
     {
         if (context.isSpaRequest( ))
         {
             disableOutput();
         }
     }
 }
示例#14
0
 protected void WB040( )
 {
     if (context.isAjaxRequest( ))
     {
         disableOutput();
     }
     if (!wbLoad)
     {
         RenderHtmlHeaders( );
         RenderHtmlOpenForm( );
         if (!ShowMPWhenPopUp( ) && context.isPopUpObject( ))
         {
             if (context.isSpaRequest( ))
             {
                 enableOutput();
             }
             if (context.isSpaRequest( ))
             {
                 disableJsOutput();
             }
             /* Content placeholder */
             context.WriteHtmlText("<div");
             GxWebStd.ClassAttribute(context, "gx-content-placeholder");
             context.WriteHtmlText(">");
             if (!isFullAjaxMode( ))
             {
                 getDataAreaObject().RenderHtmlContent();
             }
             context.WriteHtmlText("</div>");
             if (context.isSpaRequest( ))
             {
                 disableOutput();
             }
             if (context.isSpaRequest( ))
             {
                 enableJsOutput();
             }
             wbLoad = true;
             return;
         }
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "Section", "left", "top", " " + "data-abstract-form" + " ", "", "div");
         /* Div Control */
         GxWebStd.gx_div_start(context, divMaintable_Internalname, 1, 0, "px", 0, "px", "MainContainer", "left", "top", "", "", "div");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "row", "left", "top", "", "", "div");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "col-xs-12", "left", "top", "", "", "div");
         /* Div Control */
         GxWebStd.gx_div_start(context, divHeader_Internalname, 1, 0, "px", 0, "px", "ContainerFluid HeaderContainer", "left", "top", "", "", "div");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "row", "left", "top", "", "", "div");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "col-xs-12 col-sm-10", "left", "top", "", "", "div");
         /* Text block */
         GxWebStd.gx_label_ctrl(context, lblApplicationheader_Internalname, "Application Name", "", "", lblApplicationheader_Jsonclick, "'" + "" + "'" + ",true," + "'" + "E_MPAGE." + "'", "", "TextBlockHeader", 0, "", 1, 1, 0, "HLP_RwdMasterPage.htm");
         GxWebStd.gx_div_end(context, "left", "top", "div");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "col-xs-12 col-sm-2", "left", "top", "", "", "div");
         /* Static images/pictures */
         ClassString = "PoweredBy";
         StyleString = "";
         sImgUrl     = (String)(context.GetImagePath("d4b5891b-4373-4ea4-8a97-68b77a0ce14c", "", context.GetTheme( )));
         GxWebStd.gx_bitmap(context, imgImage1_Internalname, sImgUrl, "", "", "", context.GetTheme( ), 1, 1, "", "", 0, 0, 0, "px", 0, "px", 0, 0, 0, "", "", StyleString, ClassString, "", "", "", " " + "data-gx-image" + " ", "", "", 1, false, false, context.GetImageSrcSet(sImgUrl), "HLP_RwdMasterPage.htm");
         GxWebStd.gx_div_end(context, "left", "top", "div");
         GxWebStd.gx_div_end(context, "left", "top", "div");
         GxWebStd.gx_div_end(context, "left", "top", "div");
         GxWebStd.gx_div_end(context, "left", "top", "div");
         GxWebStd.gx_div_end(context, "left", "top", "div");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "row", "left", "top", "", "", "div");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "col-xs-12", "left", "top", "", "", "div");
         /* Div Control */
         GxWebStd.gx_div_start(context, divRecent_Internalname, 1, 0, "px", 0, "px", "ContainerFluid RecentLinksContainer", "left", "top", "", "", "div");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "row", "left", "top", "", "", "div");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "col-xs-12", "left", "top", "", "", "div");
         if (!isFullAjaxMode( ))
         {
             /* WebComponent */
             GxWebStd.gx_hidden_field(context, "MPW0017" + "", StringUtil.RTrim(WebComp_Wcrecentlinks_Component));
             context.WriteHtmlText("<div");
             GxWebStd.ClassAttribute(context, "gxwebcomponent");
             context.WriteHtmlText(" id=\"" + "gxHTMLWrpMPW0017" + "" + "\"" + "");
             context.WriteHtmlText(">");
             if (StringUtil.Len(WebComp_Wcrecentlinks_Component) != 0)
             {
                 if (StringUtil.StrCmp(StringUtil.Lower(OldWcrecentlinks), StringUtil.Lower(WebComp_Wcrecentlinks_Component)) != 0)
                 {
                     context.httpAjaxContext.ajax_rspStartCmp("gxHTMLWrpMPW0017" + "");
                 }
                 WebComp_Wcrecentlinks.componentdraw();
                 if (StringUtil.StrCmp(StringUtil.Lower(OldWcrecentlinks), StringUtil.Lower(WebComp_Wcrecentlinks_Component)) != 0)
                 {
                     context.httpAjaxContext.ajax_rspEndCmp();
                 }
             }
             context.WriteHtmlText("</div>");
         }
         GxWebStd.gx_div_end(context, "left", "top", "div");
         GxWebStd.gx_div_end(context, "left", "top", "div");
         GxWebStd.gx_div_end(context, "left", "top", "div");
         GxWebStd.gx_div_end(context, "left", "top", "div");
         GxWebStd.gx_div_end(context, "left", "top", "div");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "row", "left", "top", "", "", "div");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "col-xs-12", "left", "top", "", "", "div");
         /* Div Control */
         GxWebStd.gx_div_start(context, divContent_Internalname, 1, 0, "px", 0, "px", "BodyContainer", "left", "top", "", "", "div");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "row", "left", "top", "", "", "div");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "col-xs-12", "left", "top", "", "", "div");
         if (context.isSpaRequest( ))
         {
             enableOutput();
         }
         if (context.isSpaRequest( ))
         {
             disableJsOutput();
         }
         /* Content placeholder */
         context.WriteHtmlText("<div");
         GxWebStd.ClassAttribute(context, "gx-content-placeholder");
         context.WriteHtmlText(">");
         if (!isFullAjaxMode( ))
         {
             getDataAreaObject().RenderHtmlContent();
         }
         context.WriteHtmlText("</div>");
         if (context.isSpaRequest( ))
         {
             disableOutput();
         }
         if (context.isSpaRequest( ))
         {
             enableJsOutput();
         }
         GxWebStd.gx_div_end(context, "left", "top", "div");
         GxWebStd.gx_div_end(context, "left", "top", "div");
         GxWebStd.gx_div_end(context, "left", "top", "div");
         GxWebStd.gx_div_end(context, "left", "top", "div");
         GxWebStd.gx_div_end(context, "left", "top", "div");
         GxWebStd.gx_div_end(context, "left", "top", "div");
         GxWebStd.gx_div_end(context, "left", "top", "div");
     }
     wbLoad = true;
 }
示例#15
0
 protected void WB1G0( )
 {
     if (context.isAjaxRequest( ))
     {
         disableOutput();
     }
     if (!wbLoad)
     {
         if (nGXWrapped == 1)
         {
             RenderHtmlHeaders( );
             RenderHtmlOpenForm( );
         }
         GxWebStd.gx_msg_list(context, "", context.GX_msglist.DisplayMode, "", "", "", "false");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "Section", " " + "data-abstract-form" + " ");
         /* Div Control */
         GxWebStd.gx_div_start(context, divMain_Internalname, 1, 0, "px", 0, "px", "Container", "");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "row", "");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "col-sm-6", " " + "id" + " ");
         /* Text block */
         GxWebStd.gx_label_ctrl(context, lblViewtitle_Internalname, context.GetMessage("Tarifas Graneles Secos Information", ""), "", "", lblViewtitle_Jsonclick, "'" + "" + "'" + ",false," + "'" + "" + "'", "", "SubTitle", 0, "", 1, 1, 0, "HLP_ViewTarifasGranelesSecos.htm");
         context.WriteHtmlText("</div>");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "col-sm-6 WWActionsCell", " " + "id" + " ");
         /* Text block */
         GxWebStd.gx_label_ctrl(context, lblViewall_Internalname, context.GetMessage("Work With Tarifas Graneles Secoss", ""), lblViewall_Link, "", lblViewall_Jsonclick, "'" + "" + "'" + ",false," + "'" + "" + "'", "", "BtnTextBlock", 0, "", lblViewall_Visible, 1, 0, "HLP_ViewTarifasGranelesSecos.htm");
         context.WriteHtmlText("</div>");
         context.WriteHtmlText("</div>");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "row", "");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "col-xs-12 col-sm-12", " " + "id" + " ");
         /* User Defined Control */
         context.WriteHtmlText("<div class=\"gx_usercontrol\" id=\"" + "TABContainer" + "\"></div>");
         context.WriteHtmlText("<div class=\"gx_usercontrol_child\" id=\"" + "TABContainer" + "title1" + "\" style=\"display:none;\">");
         /* Text block */
         GxWebStd.gx_label_ctrl(context, lblGeneral_title_Internalname, context.GetMessage("General", ""), "", "", lblGeneral_title_Jsonclick, "'" + "" + "'" + ",false," + "'" + "" + "'", "", "TextBlock", 0, "", 1, 1, 0, "HLP_ViewTarifasGranelesSecos.htm");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "Section", "");
         context.WriteHtmlText("General");
         context.WriteHtmlText("</div>");
         context.WriteHtmlText("</div>");
         context.WriteHtmlText("<div class=\"gx_usercontrol_child\" id=\"" + "TABContainer" + "panel1" + "\" style=\"display:none;\">");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "Table", " " + "id" + " ");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "row", "");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "col-sm-12", " " + "id" + " ");
         if (!isFullAjaxMode( ))
         {
             /* WebComponent */
             GxWebStd.gx_hidden_field(context, "W0019" + "", StringUtil.RTrim(WebComp_Generalwc_Component));
             context.WriteHtmlText("<div");
             GxWebStd.ClassAttribute(context, "gxwebcomponent");
             context.WriteHtmlText(" id=\"" + "gxHTMLWrpW0019" + "" + "\"" + "");
             context.WriteHtmlText(">");
             if (StringUtil.Len(WebComp_Generalwc_Component) != 0)
             {
                 if (StringUtil.StrCmp(StringUtil.Lower(OldGeneralwc), StringUtil.Lower(WebComp_Generalwc_Component)) != 0)
                 {
                     context.httpAjaxContext.ajax_rspStartCmp("gxHTMLWrpW0019" + "");
                 }
                 WebComp_Generalwc.componentdraw();
                 if (StringUtil.StrCmp(StringUtil.Lower(OldGeneralwc), StringUtil.Lower(WebComp_Generalwc_Component)) != 0)
                 {
                     context.httpAjaxContext.ajax_rspEndCmp();
                 }
             }
             context.WriteHtmlText("</div>");
         }
         context.WriteHtmlText("</div>");
         context.WriteHtmlText("</div>");
         context.WriteHtmlText("</div>");
         context.WriteHtmlText("</div>");
         context.WriteHtmlText("</div>");
         context.WriteHtmlText("</div>");
         context.WriteHtmlText("</div>");
         context.WriteHtmlText("</div>");
     }
     wbLoad = true;
 }
示例#16
0
 protected void WB1M0( )
 {
     if (context.isAjaxRequest( ))
     {
         disableOutput();
     }
     if (!wbLoad)
     {
         if (StringUtil.Len(sPrefix) == 0)
         {
             RenderHtmlHeaders( );
         }
         RenderHtmlOpenForm( );
         if (StringUtil.Len(sPrefix) != 0)
         {
             GxWebStd.gx_hidden_field(context, sPrefix + "_CMPPGM", "wcportavehiculosrorows.aspx");
         }
         GxWebStd.gx_msg_list(context, "", context.GX_msglist.DisplayMode, "", "", sPrefix, "false");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "Section", " " + "data-abstract-form" + " ");
         /* Div Control */
         GxWebStd.gx_div_start(context, divMaintable_Internalname, 1, 0, "px", 0, "px", "Table", "");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "row", "");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "col-xs-12", " " + "id" + " ");
         /* Control Group */
         GxWebStd.gx_group_start(context, grpGroup1_Internalname, context.GetMessage("Porta Vehículos y Ro-Ro", ""), 1, 0, "px", 0, "px", "Group", "", "HLP_WCPortavehiculosROROWS.htm");
         /* Div Control */
         GxWebStd.gx_div_start(context, divGroup1table_Internalname, 1, 0, "px", 0, "px", "Table", "");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "row", "");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "col-xs-12", " " + "id" + " ");
         /* Div Control */
         GxWebStd.gx_div_start(context, divGridtable_Internalname, 1, 0, "px", 0, "px", "Table", "");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "row", "");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "col-xs-12 col-sm-6 col-md-5 col-lg-4", " " + "id" + " ");
         TempTags    = "  onfocus=\"gx.evt.onfocus(this, 13,'" + sPrefix + "',false,'',0)\"";
         ClassString = "BtnEnter";
         StyleString = "";
         GxWebStd.gx_button_ctrl(context, bttCalcular_Internalname, "", context.GetMessage("Calcular", ""), bttCalcular_Jsonclick, 5, context.GetMessage("Calcular", ""), "", StyleString, ClassString, 1, 1, "standard", "'" + sPrefix + "'" + ",false," + "'" + sPrefix + "E\\'CALCULAR\\'." + "'", TempTags, "", context.GetButtonType( ), "HLP_WCPortavehiculosROROWS.htm");
         context.WriteHtmlText("</div>");
         context.WriteHtmlText("</div>");
         context.WriteHtmlText("</div>");
         context.WriteHtmlText("</div>");
         context.WriteHtmlText("</div>");
         context.WriteHtmlText("</div>");
         context.WriteHtmlText("</fieldset>");
         context.WriteHtmlText("</div>");
         context.WriteHtmlText("</div>");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "row", "");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "col-xs-12", " " + "id" + " ");
         /* Control Group */
         GxWebStd.gx_group_start(context, grpGroup2_Internalname, context.GetMessage("Resultados en USD", ""), 1, 0, "px", 0, "px", "Group", "", "HLP_WCPortavehiculosROROWS.htm");
         /* Div Control */
         GxWebStd.gx_div_start(context, divGroup2table_Internalname, 1, 0, "px", 0, "px", "Table", "");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "row", "");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "col-xs-12", " " + "id" + " ");
         /* Text block */
         GxWebStd.gx_label_ctrl(context, lblResultadotexto_Internalname, lblResultadotexto_Caption, "", "", lblResultadotexto_Jsonclick, "'" + sPrefix + "'" + ",false," + "'" + "" + "'", "", "Resultado", 0, "", 1, 1, 0, "HLP_WCPortavehiculosROROWS.htm");
         context.WriteHtmlText("</div>");
         context.WriteHtmlText("</div>");
         context.WriteHtmlText("</div>");
         context.WriteHtmlText("</fieldset>");
         context.WriteHtmlText("</div>");
         context.WriteHtmlText("</div>");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "row", "");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "col-xs-12", " " + "id" + " ");
         if (!isFullAjaxMode( ))
         {
             /* WebComponent */
             context.WriteHtmlText("<div");
             GxWebStd.ClassAttribute(context, "gxwebcomponent");
             context.WriteHtmlText(" id=\"" + sPrefix + "gxHTMLWrpW0023" + "" + "\"" + "");
             context.WriteHtmlText(">");
             if (!context.isAjaxRequest( ))
             {
                 context.httpAjaxContext.ajax_rspStartCmp(sPrefix + "gxHTMLWrpW0023" + "");
             }
             WebComp_Component1.componentdraw();
             if (!context.isAjaxRequest( ))
             {
                 context.httpAjaxContext.ajax_rspEndCmp();
             }
             context.WriteHtmlText("</div>");
         }
         context.WriteHtmlText("</div>");
         context.WriteHtmlText("</div>");
         context.WriteHtmlText("</div>");
         context.WriteHtmlText("</div>");
     }
     wbLoad = true;
 }
示例#17
0
 protected void wb_table1_2_0H2(bool wbgen)
 {
     if (wbgen)
     {
         /* Table start */
         sStyleString = "";
         sStyleString = sStyleString + " height: " + StringUtil.LTrim(StringUtil.Str((decimal)(100), 10, 0)) + "%" + ";";
         GxWebStd.gx_table_start(context, tblTable1_Internalname, tblTable1_Internalname, "", "ViewTable", 0, "", "", 1, 2, sStyleString, "", 0);
         context.WriteHtmlText("<tbody>");
         context.WriteHtmlText("<tr>");
         context.WriteHtmlText("<td style=\"vertical-align:top\">");
         context.WriteHtmlText("<p></p>");
         /*  Grid Control  */
         Grid1Container.SetIsFreestyle(true);
         Grid1Container.SetWrapped(nGXWrapped);
         if (Grid1Container.GetWrapped() == 1)
         {
             context.WriteHtmlText("<div id=\"" + "Grid1Container" + "DivS\" gxgridid=\"5\">");
             sStyleString = "";
             sStyleString = sStyleString + " width: " + StringUtil.LTrim(StringUtil.Str((decimal)(100), 10, 0)) + "%" + ";";
             GxWebStd.gx_table_start(context, subGrid1_Internalname, subGrid1_Internalname, "", "ViewTable", 0, "", "", 1, 0, sStyleString, "", 0);
             Grid1Container.AddObjectProperty("GridName", "Grid1");
         }
         else
         {
             Grid1Container.AddObjectProperty("GridName", "Grid1");
             Grid1Container.AddObjectProperty("Class", StringUtil.RTrim("ViewTable"));
             Grid1Container.AddObjectProperty("Borderwidth", StringUtil.LTrim(StringUtil.NToC((decimal)(0), 4, 0, ".", "")));
             Grid1Container.AddObjectProperty("Cellspacing", StringUtil.LTrim(StringUtil.NToC((decimal)(0), 4, 0, ".", "")));
             Grid1Container.AddObjectProperty("Width", StringUtil.LTrim(StringUtil.NToC((decimal)(100), 9, 0, ".", "")));
             Grid1Container.AddObjectProperty("Class", "ViewTable");
             Grid1Container.AddObjectProperty("Cellpadding", StringUtil.LTrim(StringUtil.NToC((decimal)(1), 4, 0, ".", "")));
             Grid1Container.AddObjectProperty("Cellspacing", StringUtil.LTrim(StringUtil.NToC((decimal)(0), 4, 0, ".", "")));
             Grid1Container.AddObjectProperty("Backcolorstyle", StringUtil.LTrim(StringUtil.NToC((decimal)(subGrid1_Backcolorstyle), 1, 0, ".", "")));
             Grid1Container.AddObjectProperty("Borderwidth", StringUtil.LTrim(StringUtil.NToC((decimal)(subGrid1_Borderwidth), 4, 0, ".", "")));
             Grid1Container.AddObjectProperty("Width", StringUtil.LTrim(StringUtil.NToC((decimal)(subGrid1_Width), 9, 0, ".", "")));
             Grid1Container.AddObjectProperty("CmpContext", "");
             Grid1Container.AddObjectProperty("InMasterPage", "false");
             Grid1Column = GXWebColumn.GetNew(isAjaxCallMode( ));
             Grid1Container.AddColumnProperties(Grid1Column);
             Grid1Column = GXWebColumn.GetNew(isAjaxCallMode( ));
             Grid1Container.AddColumnProperties(Grid1Column);
             Grid1Column = GXWebColumn.GetNew(isAjaxCallMode( ));
             Grid1Column.AddObjectProperty("Value", StringUtil.RTrim(AV5MenuItem));
             Grid1Column.AddObjectProperty("Link", StringUtil.RTrim(edtavMenuitem_Link));
             Grid1Container.AddColumnProperties(Grid1Column);
             Grid1Container.AddObjectProperty("Allowselection", StringUtil.LTrim(StringUtil.NToC((decimal)(subGrid1_Allowselection), 1, 0, ".", "")));
             Grid1Container.AddObjectProperty("Selectioncolor", StringUtil.LTrim(StringUtil.NToC((decimal)(subGrid1_Selectioncolor), 9, 0, ".", "")));
             Grid1Container.AddObjectProperty("Allowhover", StringUtil.LTrim(StringUtil.NToC((decimal)(subGrid1_Allowhovering), 1, 0, ".", "")));
             Grid1Container.AddObjectProperty("Hovercolor", StringUtil.LTrim(StringUtil.NToC((decimal)(subGrid1_Hoveringcolor), 9, 0, ".", "")));
             Grid1Container.AddObjectProperty("Allowcollapsing", StringUtil.LTrim(StringUtil.NToC((decimal)(subGrid1_Allowcollapsing), 1, 0, ".", "")));
             Grid1Container.AddObjectProperty("Collapsed", StringUtil.LTrim(StringUtil.NToC((decimal)(subGrid1_Collapsed), 1, 0, ".", "")));
         }
     }
     if (wbEnd == 5)
     {
         wbEnd       = 0;
         nRC_GXsfl_5 = (short)(nGXsfl_5_idx - 1);
         if (Grid1Container.GetWrapped() == 1)
         {
             context.WriteHtmlText("</table>");
             context.WriteHtmlText("</div>");
         }
         else
         {
             sStyleString = " style=\"display:none;\"";
             sStyleString = "";
             context.WriteHtmlText("<div id=\"" + "Grid1Container" + "Div\" " + sStyleString + ">" + "</div>");
             context.httpAjaxContext.ajax_rsp_assign_grid("_" + "Grid1", Grid1Container);
             if (!context.isAjaxRequest( ) && !context.isSpaRequest( ))
             {
                 GxWebStd.gx_hidden_field(context, "Grid1ContainerData", Grid1Container.ToJavascriptSource());
             }
             if (context.isAjaxRequest( ) || context.isSpaRequest( ))
             {
                 GxWebStd.gx_hidden_field(context, "Grid1ContainerData" + "V", Grid1Container.GridValuesHidden());
             }
             else
             {
                 context.WriteHtmlText("<input type=\"hidden\" " + "name=\"" + "Grid1ContainerData" + "V" + "\" value='" + Grid1Container.GridValuesHidden() + "'/>");
             }
         }
         context.WriteHtmlText("</td>");
         context.WriteHtmlText("</tr>");
         context.WriteHtmlText("</tbody>");
         /* End of table */
         context.WriteHtmlText("</table>");
         wb_table1_2_0H2e(true);
     }
     else
     {
         wb_table1_2_0H2e(false);
     }
 }
示例#18
0
 protected void WB0H0( )
 {
     if (context.isAjaxRequest( ))
     {
         disableOutput();
     }
     if (!wbLoad)
     {
         if (StringUtil.Len(sPrefix) == 0)
         {
             RenderHtmlHeaders( );
         }
         RenderHtmlOpenForm( );
         if (StringUtil.Len(sPrefix) != 0)
         {
             GxWebStd.gx_hidden_field(context, sPrefix + "_CMPPGM", "wwpbaseobjects.homeprogressbarcirclewc.aspx");
             context.AddJavascriptSource("DVelop/Bootstrap/DVProgressIndicator/DVProgressIndicatorRender.js", "", false, true);
         }
         GxWebStd.gx_msg_list(context, "", context.GX_msglist.DisplayMode, "", "", sPrefix, "false");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "Section", "left", "top", " " + "data-gx-base-lib=\"bootstrapv3\"" + " " + "data-abstract-form" + " ", "", "div");
         /* Div Control */
         GxWebStd.gx_div_start(context, divLayoutmaintable_Internalname, 1, 0, "px", 0, "px", "Table", "left", "top", "", "", "div");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "row", "left", "top", "", "", "div");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "col-xs-12", "left", "top", "", "", "div");
         /* Div Control */
         GxWebStd.gx_div_start(context, divTablemain_Internalname, 1, 0, "px", 0, "px", "TableCardsMenuOptionWCCircle", "left", "top", "", "", "div");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "row", "left", "top", "", "", "div");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "col-xs-12", "Center", "top", "", "", "div");
         /* User Defined Control */
         ucUcpb.SetProperty("Caption", Ucpb_Caption);
         ucUcpb.SetProperty("Cls", Ucpb_Cls);
         ucUcpb.SetProperty("Percentage", Ucpb_Percentage);
         ucUcpb.SetProperty("CircleWidth", Ucpb_Circlewidth);
         ucUcpb.SetProperty("CircleProgressWidth", Ucpb_Circleprogresswidth);
         ucUcpb.Render(context, "dvelop.gxbootstrap.dvprogressindicator", Ucpb_Internalname, sPrefix + "UCPBContainer");
         GxWebStd.gx_div_end(context, "Center", "top", "div");
         GxWebStd.gx_div_end(context, "left", "top", "div");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "row", "left", "top", "", "", "div");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "col-xs-12 AttributeCardsMenuTitleCell", "Center", "top", "", "", "div");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", " gx-attribute", "left", "top", "", "", "div");
         /* Attribute/Variable Label */
         GxWebStd.gx_label_element(context, edtavOptiontitle_Internalname, "Option Title", "col-sm-3 AttributeCardsMenuTitleLabel", 0, true);
         /* Single line edit */
         GxWebStd.gx_single_line_edit(context, edtavOptiontitle_Internalname, AV5OptionTitle, StringUtil.RTrim(context.localUtil.Format(AV5OptionTitle, "")), "", "'" + sPrefix + "'" + ",false," + "'" + "" + "'", "", "", "", "", edtavOptiontitle_Jsonclick, 0, "AttributeCardsMenuTitle", "", "", "", "", 1, edtavOptiontitle_Enabled, 0, "text", "", 40, "chr", 1, "row", 40, 0, 0, 0, 1, -1, -1, false, "", "left", true, "HLP_WWPBaseObjects\\HomeProgressBarCircleWC.htm");
         GxWebStd.gx_div_end(context, "left", "top", "div");
         GxWebStd.gx_div_end(context, "Center", "top", "div");
         GxWebStd.gx_div_end(context, "left", "top", "div");
         GxWebStd.gx_div_end(context, "left", "top", "div");
         GxWebStd.gx_div_end(context, "left", "top", "div");
         GxWebStd.gx_div_end(context, "left", "top", "div");
         GxWebStd.gx_div_end(context, "left", "top", "div");
         GxWebStd.gx_div_end(context, "left", "top", "div");
     }
     wbLoad = true;
 }
示例#19
0
 protected void WB0G0( )
 {
     if (context.isAjaxRequest( ))
     {
         disableOutput();
     }
     if (!wbLoad)
     {
         if (nGXWrapped == 1)
         {
             RenderHtmlHeaders( );
             RenderHtmlOpenForm( );
         }
         if (!isFullAjaxMode( ))
         {
             /* WebComponent */
             GxWebStd.gx_hidden_field(context, "W0002" + "", StringUtil.RTrim(WebComp_Headerbc_Component));
             context.WriteHtmlText("<div");
             GxWebStd.ClassAttribute(context, "gxwebcomponent");
             context.WriteHtmlText(" id=\"" + "gxHTMLWrpW0002" + "" + "\"" + "");
             context.WriteHtmlText(">");
             if (StringUtil.StrCmp(StringUtil.Lower(OldHeaderbc), StringUtil.Lower(WebComp_Headerbc_Component)) != 0)
             {
                 context.httpAjaxContext.ajax_rspStartCmp("gxHTMLWrpW0002" + "");
             }
             WebComp_Headerbc.componentdraw();
             if (StringUtil.StrCmp(StringUtil.Lower(OldHeaderbc), StringUtil.Lower(WebComp_Headerbc_Component)) != 0)
             {
                 context.httpAjaxContext.ajax_rspEndCmp();
             }
             context.WriteHtmlText("</div>");
         }
         if (!isFullAjaxMode( ))
         {
             /* WebComponent */
             GxWebStd.gx_hidden_field(context, "W0003" + "", StringUtil.RTrim(WebComp_Recentlinks_Component));
             context.WriteHtmlText("<div");
             GxWebStd.ClassAttribute(context, "gxwebcomponent");
             context.WriteHtmlText(" id=\"" + "gxHTMLWrpW0003" + "" + "\"" + "");
             context.WriteHtmlText(">");
             if (StringUtil.Len(WebComp_Recentlinks_Component) != 0)
             {
                 if (StringUtil.StrCmp(StringUtil.Lower(OldRecentlinks), StringUtil.Lower(WebComp_Recentlinks_Component)) != 0)
                 {
                     context.httpAjaxContext.ajax_rspStartCmp("gxHTMLWrpW0003" + "");
                 }
                 WebComp_Recentlinks.componentdraw();
                 if (StringUtil.StrCmp(StringUtil.Lower(OldRecentlinks), StringUtil.Lower(WebComp_Recentlinks_Component)) != 0)
                 {
                     context.httpAjaxContext.ajax_rspEndCmp();
                 }
             }
             context.WriteHtmlText("</div>");
         }
         wb_table1_4_0G2(true);
     }
     else
     {
         wb_table1_4_0G2(false);
     }
     return;
 }
示例#20
0
 protected void WB0U0( )
 {
     if (context.isAjaxRequest( ))
     {
         disableOutput();
     }
     if (!wbLoad)
     {
         if (nGXWrapped == 1)
         {
             RenderHtmlHeaders( );
             RenderHtmlOpenForm( );
         }
         GxWebStd.gx_msg_list(context, "", context.GX_msglist.DisplayMode, "", "", "", "false");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "Section", " " + "data-abstract-form" + " ");
         /* Div Control */
         GxWebStd.gx_div_start(context, divMain_Internalname, 1, 0, "px", 0, "px", "Container", "");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "row", "");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "col-sm-6", " " + "id" + " ");
         /* Text block */
         GxWebStd.gx_label_ctrl(context, lblViewtitle_Internalname, context.GetMessage("LNG Information", ""), "", "", lblViewtitle_Jsonclick, "'" + "" + "'" + ",false," + "'" + "" + "'", "", "SubTitle", 0, "", 1, 1, 0, "HLP_ViewLNG.htm");
         context.WriteHtmlText("</div>");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "col-sm-6 WWActionsCell", " " + "id" + " ");
         /* Text block */
         GxWebStd.gx_label_ctrl(context, lblViewall_Internalname, context.GetMessage("Work With LNGS", ""), lblViewall_Link, "", lblViewall_Jsonclick, "'" + "" + "'" + ",false," + "'" + "" + "'", "", "BtnTextBlock", 0, "", lblViewall_Visible, 1, 0, "HLP_ViewLNG.htm");
         context.WriteHtmlText("</div>");
         context.WriteHtmlText("</div>");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "row", "");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "col-xs-12 col-sm-6", " " + "id" + " ");
         /* Div Control */
         GxWebStd.gx_div_start(context, divLngbandam3_container_Internalname, 1, 0, "px", 0, "px", "form-group gx-form-group", "");
         context.WriteHtmlText("<label class=\"control-label gx-label col-sm-3\">");
         /* Text block */
         GxWebStd.gx_label_ctrl(context, lbllbl12_Internalname, context.GetMessage("M3", ""), "", "", lbllbl12_Jsonclick, "'" + "" + "'" + ",false," + "'" + "" + "'", "", "Label", 0, "", 1, 1, 0, "HLP_ViewLNG.htm");
         context.WriteHtmlText("</label>");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "col-sm-9 gx-attribute", "");
         /* Single line edit */
         GxWebStd.gx_single_line_edit(context, edtLNGBandaM3_Internalname, StringUtil.LTrim(StringUtil.NToC((decimal)(A18LNGBandaM3), 12, 0, context.GetLanguageProperty("decimal_point"), "")), ((edtLNGBandaM3_Enabled != 0) ? StringUtil.LTrim(context.localUtil.Format((decimal)(A18LNGBandaM3), "ZZZZZZZZZZZ9")) : context.localUtil.Format((decimal)(A18LNGBandaM3), "ZZZZZZZZZZZ9")), "", "'" + "" + "'" + ",false," + "'" + "" + "'", "", "", "", "", edtLNGBandaM3_Jsonclick, 0, "ReadonlyAttribute", "", "", "", 1, edtLNGBandaM3_Enabled, 0, "text", "", 12, "chr", 1, "row", 12, 0, 0, 0, 1, 1, 0, true, "", "right", "HLP_ViewLNG.htm");
         context.WriteHtmlText("</div>");
         context.WriteHtmlText("</div>");
         context.WriteHtmlText("</div>");
         context.WriteHtmlText("</div>");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "row", "");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "col-xs-12 col-sm-12", " " + "id" + " ");
         /* User Defined Control */
         context.WriteHtmlText("<div class=\"gx_usercontrol\" id=\"" + "TABContainer" + "\"></div>");
         context.WriteHtmlText("<div class=\"gx_usercontrol_child\" id=\"" + "TABContainer" + "title1" + "\" style=\"display:none;\">");
         /* Text block */
         GxWebStd.gx_label_ctrl(context, lblGeneral_title_Internalname, context.GetMessage("General", ""), "", "", lblGeneral_title_Jsonclick, "'" + "" + "'" + ",false," + "'" + "" + "'", "", "TextBlock", 0, "", 1, 1, 0, "HLP_ViewLNG.htm");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "Section", "");
         context.WriteHtmlText("General");
         context.WriteHtmlText("</div>");
         context.WriteHtmlText("</div>");
         context.WriteHtmlText("<div class=\"gx_usercontrol_child\" id=\"" + "TABContainer" + "panel1" + "\" style=\"display:none;\">");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "Table", " " + "id" + " ");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "row", "");
         /* Div Control */
         GxWebStd.gx_div_start(context, "", 1, 0, "px", 0, "px", "col-sm-12", " " + "id" + " ");
         if (!isFullAjaxMode( ))
         {
             /* WebComponent */
             GxWebStd.gx_hidden_field(context, "W0025" + "", StringUtil.RTrim(WebComp_Generalwc_Component));
             context.WriteHtmlText("<div");
             GxWebStd.ClassAttribute(context, "gxwebcomponent");
             context.WriteHtmlText(" id=\"" + "gxHTMLWrpW0025" + "" + "\"" + "");
             context.WriteHtmlText(">");
             if (StringUtil.Len(WebComp_Generalwc_Component) != 0)
             {
                 if (StringUtil.StrCmp(StringUtil.Lower(OldGeneralwc), StringUtil.Lower(WebComp_Generalwc_Component)) != 0)
                 {
                     context.httpAjaxContext.ajax_rspStartCmp("gxHTMLWrpW0025" + "");
                 }
                 WebComp_Generalwc.componentdraw();
                 if (StringUtil.StrCmp(StringUtil.Lower(OldGeneralwc), StringUtil.Lower(WebComp_Generalwc_Component)) != 0)
                 {
                     context.httpAjaxContext.ajax_rspEndCmp();
                 }
             }
             context.WriteHtmlText("</div>");
         }
         context.WriteHtmlText("</div>");
         context.WriteHtmlText("</div>");
         context.WriteHtmlText("</div>");
         context.WriteHtmlText("</div>");
         context.WriteHtmlText("</div>");
         context.WriteHtmlText("</div>");
         context.WriteHtmlText("</div>");
         context.WriteHtmlText("</div>");
     }
     wbLoad = true;
 }
示例#21
0
 protected void WB2O0( )
 {
    if ( context.isAjaxRequest( ) )
    {
       disableOutput();
    }
    if ( ! wbLoad )
    {
       if ( nGXWrapped == 1 )
       {
          RenderHtmlHeaders( ) ;
          RenderHtmlOpenForm( ) ;
       }
       GxWebStd.gx_msg_list( context, "", context.GX_msglist.DisplayMode, "", "", "", "false");
       /* Div Control */
       GxWebStd.gx_div_start( context, "", 1, 0, "px", 0, "px", "Section", "left", "top", " "+"data-gx-base-lib=\"bootstrapv3\""+" "+"data-abstract-form"+" ", "", "div");
       /* Div Control */
       GxWebStd.gx_div_start( context, divLayoutmaintable_Internalname, 1, 0, "px", 0, "px", "Table", "left", "top", "", "", "div");
       /* Div Control */
       GxWebStd.gx_div_start( context, "", 1, 0, "px", 0, "px", "row", "left", "top", "", "", "div");
       /* Div Control */
       GxWebStd.gx_div_start( context, "", 1, 0, "px", 0, "px", "col-xs-12", "left", "top", "", "", "div");
       /* Div Control */
       GxWebStd.gx_div_start( context, divTablemain_Internalname, 1, 0, "px", 0, "px", "TableMainViewWithShadow", "left", "top", "", "", "div");
       /* Div Control */
       GxWebStd.gx_div_start( context, "", 1, 0, "px", 0, "px", "row", "left", "top", "", "", "div");
       /* Div Control */
       GxWebStd.gx_div_start( context, "", 1, 0, "px", 0, "px", "col-xs-12 CellWWLink", "Right", "top", "", "", "div");
       /* Text block */
       GxWebStd.gx_label_ctrl( context, lblWorkwithlink_Internalname, "返回人口信息学", lblWorkwithlink_Link, "", lblWorkwithlink_Jsonclick, "'"+""+"'"+",false,"+"'"+""+"'", "", "TextBlockLink", 0, "", 1, 1, 0, "HLP_BR_DemographicsView.htm");
       GxWebStd.gx_div_end( context, "Right", "top", "div");
       GxWebStd.gx_div_end( context, "left", "top", "div");
       /* Div Control */
       GxWebStd.gx_div_start( context, "", 1, 0, "px", 0, "px", "row", "left", "top", "", "", "div");
       /* Div Control */
       GxWebStd.gx_div_start( context, "", 1, 0, "px", 0, "px", "col-xs-12 CellViewTabsPosition CellPaddingTop10", "left", "top", "", "", "div");
       /* Div Control */
       GxWebStd.gx_div_start( context, divUnnamedtableviewcontainer_Internalname, 1, 0, "px", 0, "px", "Table", "left", "top", "", "", "div");
       /* Div Control */
       GxWebStd.gx_div_start( context, "", 1, 0, "px", 0, "px", "row", "left", "top", "", "", "div");
       /* Div Control */
       GxWebStd.gx_div_start( context, "", 1, 0, "px", 0, "px", "col-xs-12 hidden-sm hidden-md hidden-lg CellTextBlockTitleWWP", "left", "top", "", "", "div");
       /* Text block */
       GxWebStd.gx_label_ctrl( context, lblTxttabtitle_Internalname, lblTxttabtitle_Caption, "", "", lblTxttabtitle_Jsonclick, "'"+""+"'"+",false,"+"'"+""+"'", "", "TextBlockTitleWWPTab", 0, "", 1, 1, 0, "HLP_BR_DemographicsView.htm");
       GxWebStd.gx_div_end( context, "left", "top", "div");
       GxWebStd.gx_div_end( context, "left", "top", "div");
       /* Div Control */
       GxWebStd.gx_div_start( context, "", 1, 0, "px", 0, "px", "row", "left", "top", "", "", "div");
       /* Div Control */
       GxWebStd.gx_div_start( context, "", 1, 0, "px", 0, "px", "col-xs-12 CellViewTab", "left", "top", "", "", "div");
       /* User Defined Control */
       ucTabs.SetProperty("PageCount", Tabs_Pagecount);
       ucTabs.SetProperty("Class", Tabs_Class);
       ucTabs.SetProperty("HistoryManagement", Tabs_Historymanagement);
       ucTabs.Render(context, "tab", Tabs_Internalname, "TABSContainer");
       context.WriteHtmlText( "<div class=\"gx_usercontrol_child\" id=\""+"TABSContainer"+"title1"+"\" style=\"display:none;\">") ;
       /* Text block */
       GxWebStd.gx_label_ctrl( context, lblGeneral_title_Internalname, "General", "", "", lblGeneral_title_Jsonclick, "'"+""+"'"+",false,"+"'"+""+"'", "", "TextBlock", 0, "", 1, 1, 0, "HLP_BR_DemographicsView.htm");
       /* Div Control */
       GxWebStd.gx_div_start( context, "", 1, 0, "px", 0, "px", "Section", "left", "top", "", "display:none;", "div");
       context.WriteHtmlText( "General") ;
       GxWebStd.gx_div_end( context, "left", "top", "div");
       context.WriteHtmlText( "</div>") ;
       context.WriteHtmlText( "<div class=\"gx_usercontrol_child\" id=\""+"TABSContainer"+"panel1"+"\" style=\"display:none;\">") ;
       /* Div Control */
       GxWebStd.gx_div_start( context, divUnnamedtablegeneral_Internalname, 1, 0, "px", 0, "px", "TableViewTab", "left", "top", "", "", "div");
       /* Div Control */
       GxWebStd.gx_div_start( context, "", 1, 0, "px", 0, "px", "row", "left", "top", "", "", "div");
       /* Div Control */
       GxWebStd.gx_div_start( context, "", 1, 0, "px", 0, "px", "col-xs-12", "left", "top", "", "", "div");
       if ( ! isFullAjaxMode( ) )
       {
          /* WebComponent */
          GxWebStd.gx_hidden_field( context, "W0026"+"", StringUtil.RTrim( WebComp_Generalwc_Component));
          context.WriteHtmlText( "<div") ;
          GxWebStd.ClassAttribute( context, "gxwebcomponent");
          context.WriteHtmlText( " id=\""+"gxHTMLWrpW0026"+""+"\""+"") ;
          context.WriteHtmlText( ">") ;
          if ( StringUtil.Len( WebComp_Generalwc_Component) != 0 )
          {
             if ( StringUtil.StrCmp(StringUtil.Lower( OldGeneralwc), StringUtil.Lower( WebComp_Generalwc_Component)) != 0 )
             {
                context.httpAjaxContext.ajax_rspStartCmp("gxHTMLWrpW0026"+"");
             }
             WebComp_Generalwc.componentdraw();
             if ( StringUtil.StrCmp(StringUtil.Lower( OldGeneralwc), StringUtil.Lower( WebComp_Generalwc_Component)) != 0 )
             {
                context.httpAjaxContext.ajax_rspEndCmp();
             }
          }
          context.WriteHtmlText( "</div>") ;
       }
       GxWebStd.gx_div_end( context, "left", "top", "div");
       GxWebStd.gx_div_end( context, "left", "top", "div");
       GxWebStd.gx_div_end( context, "left", "top", "div");
       context.WriteHtmlText( "</div>") ;
       GxWebStd.gx_div_end( context, "left", "top", "div");
       GxWebStd.gx_div_end( context, "left", "top", "div");
       /* Div Control */
       GxWebStd.gx_div_start( context, "", 1, 0, "px", 0, "px", "row", "left", "top", "", "", "div");
       /* Div Control */
       GxWebStd.gx_div_start( context, "", 1, 0, "px", 0, "px", "col-xs-12 hidden-sm hidden-md hidden-lg CellPaddingBottom", "left", "top", "", "", "div");
       /* Div Control */
       GxWebStd.gx_div_start( context, divUnnamedtabletabscontainer_Internalname, 1, 0, "px", 0, "px", "Table", "left", "top", "", "", "div");
       /* Div Control */
       GxWebStd.gx_div_start( context, "", 1, 0, "px", 0, "px", "row", "left", "top", "", "", "div");
       /* Div Control */
       GxWebStd.gx_div_start( context, divCell_general_Internalname, divCell_general_Visible, 0, "px", 0, "px", "col-xs-12 CellMarginTop", "left", "top", "", "", "div");
       TempTags = "  onfocus=\"gx.evt.onfocus(this, 32,'',false,'',0)\"";
       ClassString = "btn_Master btn-large btn-block Button";
       StyleString = "";
       GxWebStd.gx_button_ctrl( context, bttBtngeneral_Internalname, "", "General", bttBtngeneral_Jsonclick, 7, "General", "", StyleString, ClassString, 1, 1, "standard", "'"+""+"'"+",false,"+"'"+"e112o1_client"+"'", TempTags, "", 2, "HLP_BR_DemographicsView.htm");
       GxWebStd.gx_div_end( context, "left", "top", "div");
       GxWebStd.gx_div_end( context, "left", "top", "div");
       GxWebStd.gx_div_end( context, "left", "top", "div");
       GxWebStd.gx_div_end( context, "left", "top", "div");
       GxWebStd.gx_div_end( context, "left", "top", "div");
       GxWebStd.gx_div_end( context, "left", "top", "div");
       GxWebStd.gx_div_end( context, "left", "top", "div");
       GxWebStd.gx_div_end( context, "left", "top", "div");
       GxWebStd.gx_div_end( context, "left", "top", "div");
       GxWebStd.gx_div_end( context, "left", "top", "div");
       GxWebStd.gx_div_end( context, "left", "top", "div");
       GxWebStd.gx_div_end( context, "left", "top", "div");
       GxWebStd.gx_div_end( context, "left", "top", "div");
    }
    wbLoad = true;
 }
示例#22
0
 protected void send_integrity_lvl_hashes2O2( )
 {
    GxWebStd.gx_hidden_field( context, "vBR_DEMOGRAPHICS_ID", StringUtil.LTrim( StringUtil.NToC( (decimal)(AV10BR_Demographics_ID), 18, 0, ".", "")));
    GxWebStd.gx_hidden_field( context, "gxhash_vBR_DEMOGRAPHICS_ID", GetSecureSignedToken( "", context.localUtil.Format( (decimal)(AV10BR_Demographics_ID), "ZZZZZZZZZZZZZZZZZZ"), context));
 }