示例#1
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;
 }