Ejemplo n.º 1
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            DefineSection("ScriptReferenceSection", async() => {
                BeginContext(32, 13, true);
                WriteLiteral("\r\n    <script");
                EndContext();
                BeginWriteAttribute("src", " src=\"", 45, "\"", 109, 1);
#line 2 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\InlineToolbar.cshtml"
                WriteAttributeValue("", 51, Url.Content("~/Scripts/cultures/ej.culture.en-US.min.js"), 51, 58, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(110, 12, true);
                WriteLiteral("></script>\r\n");
                EndContext();
            }
                          );
            DefineSection("SampleHeading", async() => {
                BeginContext(148, 58, true);
                WriteLiteral("\r\n    <span class=\"sampleName\">RTE / Inline Toolbar</span>");
                EndContext();
            }
                          );
            DefineSection("ControlsSection", async() => {
                BeginContext(234, 2, true);
                WriteLiteral("\r\n");
                EndContext();
#line 7 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\InlineToolbar.cshtml"
                List <String> toolsList = new List <string>()
                {
                    "formatStyle", "font", "style", "effects", "alignment", "lists", "indenting", "clipboard", "doAction", "clear", "links", "images", "media", "tables", "casing", "customTool", "view", "edit", "print"
                };
                List <String> font = new List <string>()
                {
                    "fontName", "fontSize", "fontColor", "backgroundColor"
                };
                List <String> style = new List <string>()
                {
                    "bold", "italic", "underline", "strikethrough"
                };
                List <String> alignment = new List <string>()
                {
                    "justifyLeft", "justifyCenter", "justifyRight", "justifyFull"
                };
                List <String> edit = new List <String>()
                {
                    "findAndReplace"
                };
                List <String> lists = new List <string>()
                {
                    "unorderedList", "orderedList"
                };
                List <String> indenting = new List <string> {
                    "outdent", "indent"
                };
                List <String> clipboard = new List <string>()
                {
                    "cut", "copy", "paste"
                };
                List <String> doAction = new List <string>()
                {
                    "undo", "redo"
                };
                List <String> clear = new List <string>()
                {
                    "clearFormat", "clearAll"
                };
                List <String> tables = new List <string>()
                {
                    "createTable", "addRowAbove", "addRowBelow", "addColumnLeft", "addColumnRight", "deleteRow", "deleteColumn", "deleteTable"
                };
                List <String> links = new List <string>()
                {
                    "createLink", "removeLink"
                };
                List <String> images = new List <string>()
                {
                    "image"
                };
                List <String> media = new List <string>()
                {
                    "video"
                };
                List <String> effects = new List <string>()
                {
                    "superscript", "subscript"
                };
                List <String> casing = new List <string>()
                {
                    "upperCase", "lowerCase"
                };
                List <String> formatStyle = new List <string>()
                {
                    "format"
                };
                List <String> view = new List <string>()
                {
                    "fullScreen", "zoomIn", "zoomOut"
                };
                List <String> print = new List <string>()
                {
                    "print"
                };


#line default
#line hidden
                BeginContext(2055, 3, true);
                WriteLiteral("   ");
                EndContext();
                BeginContext(2058, 2411, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-rte", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "67a0fea9a43a445196a764033c4d3db6", async() => {
                    BeginContext(2229, 6, true);
                    WriteLiteral("\r\n    ");
                    EndContext();
                    BeginContext(2235, 1374, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-content-template", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "36a879d17cb9485f991fd59dc9293272", async() => {
                        BeginContext(2255, 1333, true);
                        WriteLiteral(@"
        <div>
            &lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;/p&gt;
            &lt;p&gt;The Rich Text Editor (RTE) control is an easy to render in
            client side. Customer easy to edit the contents and get the HTML content for
            the displayed content. A rich text editor control provides users with a toolbar
            that helps them to apply rich text formats to the text entered in the text
            area. &lt;/p&gt;
            &lt;p&gt;&lt;b&gt;Functional
            Specifications/Requirements:&lt;/b&gt;&lt;/p&gt;
            &lt;ol&gt;&lt;li&gt;&lt;p&gt;Provide
            the tool bar support, it’s also customizable.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Options
            to get the HTML elements with styles.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Support
            to insert image from a defined path.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Footer
            elements and styles(tag / Element information , Action button (Upload, Cancel))&lt;/p&gt;&lt;/l");
                        WriteLiteral(@"i&gt;&lt;li&gt;&lt;p&gt;Re-size
            the editor support. &lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Provide
            efficient public methods and client side events.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Keyboard
            navigation support.&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;
        </div>
    ");
                        EndContext();
                    }
                                                                                );
                    __Syncfusion_JavaScript_ContentTemplate = CreateTagHelper <global::Syncfusion.JavaScript.ContentTemplate>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_ContentTemplate);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(3609, 6, true);
                    WriteLiteral("\r\n    ");
                    EndContext();
                    BeginContext(3615, 841, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-tools", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "9de89e28f24e4bc380b2e1314184f3df", async() => {
                        BeginContext(3903, 10, true);
                        WriteLiteral("\r\n        ");
                        EndContext();
                        BeginContext(3913, 243, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-custom-ordered-lists", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "04c50fe0413a4e68b541e5951099b1c9", async() => {
                            BeginContext(3937, 14, true);
                            WriteLiteral("\r\n            ");
                            EndContext();
                            BeginContext(3951, 168, false);
                            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-custom-ordered-list", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "ef07adfe915f494091221b4e9c6269ec", async() => {
                            }
                                                                                        );
                            __Syncfusion_JavaScript_Models_CustomOrderedList = CreateTagHelper <global::Syncfusion.JavaScript.Models.CustomOrderedList>();
                            __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_CustomOrderedList);
                            __Syncfusion_JavaScript_Models_CustomOrderedList.Css = (string)__tagHelperAttribute_0.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
                            __Syncfusion_JavaScript_Models_CustomOrderedList.ListStyle = (string)__tagHelperAttribute_1.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                            __Syncfusion_JavaScript_Models_CustomOrderedList.Name = (string)__tagHelperAttribute_2.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
                            __Syncfusion_JavaScript_Models_CustomOrderedList.Tooltip = (string)__tagHelperAttribute_3.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
                            __Syncfusion_JavaScript_Models_CustomOrderedList.Text = (string)__tagHelperAttribute_4.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
                            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                            if (!__tagHelperExecutionContext.Output.IsContentModified)
                            {
                                await __tagHelperExecutionContext.SetOutputContentAsync();
                            }
                            Write(__tagHelperExecutionContext.Output);
                            __tagHelperExecutionContext = __tagHelperScopeManager.End();
                            EndContext();
                            BeginContext(4119, 12, true);
                            WriteLiteral("\r\n\r\n        ");
                            EndContext();
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_RTETagHelperLists = CreateTagHelper <global::Syncfusion.JavaScript.Models.RTETagHelperLists>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_RTETagHelperLists);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(4156, 10, true);
                        WriteLiteral("\r\n        ");
                        EndContext();
                        BeginContext(4166, 274, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-custom-unordered-lists", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "2819fd4cd20649f6b086de871293a9dc", async() => {
                            BeginContext(4192, 14, true);
                            WriteLiteral("\r\n            ");
                            EndContext();
                            BeginContext(4206, 197, false);
                            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-custom-unordered-list", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "e357cfe6f4074ce686ea38a98826fdf3", async() => {
                            }
                                                                                        );
                            __Syncfusion_JavaScript_Models_CustomUnorderedList = CreateTagHelper <global::Syncfusion.JavaScript.Models.CustomUnorderedList>();
                            __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_CustomUnorderedList);
                            __Syncfusion_JavaScript_Models_CustomUnorderedList.Css = (string)__tagHelperAttribute_5.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                            __Syncfusion_JavaScript_Models_CustomUnorderedList.ListImage = (string)__tagHelperAttribute_6.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
                            __Syncfusion_JavaScript_Models_CustomUnorderedList.Name = (string)__tagHelperAttribute_7.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
                            __Syncfusion_JavaScript_Models_CustomUnorderedList.Text = (string)__tagHelperAttribute_8.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8);
                            __Syncfusion_JavaScript_Models_CustomUnorderedList.Tooltip = (string)__tagHelperAttribute_9.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9);
                            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                            if (!__tagHelperExecutionContext.Output.IsContentModified)
                            {
                                await __tagHelperExecutionContext.SetOutputContentAsync();
                            }
                            Write(__tagHelperExecutionContext.Output);
                            __tagHelperExecutionContext = __tagHelperScopeManager.End();
                            EndContext();
                            BeginContext(4403, 10, true);
                            WriteLiteral("\r\n        ");
                            EndContext();
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_RTETagHelperLists = CreateTagHelper <global::Syncfusion.JavaScript.Models.RTETagHelperLists>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_RTETagHelperLists);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(4440, 6, true);
                        WriteLiteral("\r\n    ");
                        EndContext();
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_RTEtools = CreateTagHelper <global::Syncfusion.JavaScript.Models.RTEtools>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_RTEtools);
#line 48 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\InlineToolbar.cshtml"
                    __Syncfusion_JavaScript_Models_RTEtools.Clear = clear;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("clear", __Syncfusion_JavaScript_Models_RTEtools.Clear, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 48 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\InlineToolbar.cshtml"
                    __Syncfusion_JavaScript_Models_RTEtools.FormatStyle = formatStyle;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("format-style", __Syncfusion_JavaScript_Models_RTEtools.FormatStyle, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 48 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\InlineToolbar.cshtml"
                    __Syncfusion_JavaScript_Models_RTEtools.Edit = edit;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("edit", __Syncfusion_JavaScript_Models_RTEtools.Edit, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 48 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\InlineToolbar.cshtml"
                    __Syncfusion_JavaScript_Models_RTEtools.Tables = tables;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("tables", __Syncfusion_JavaScript_Models_RTEtools.Tables, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 48 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\InlineToolbar.cshtml"
                    __Syncfusion_JavaScript_Models_RTEtools.Links = links;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("links", __Syncfusion_JavaScript_Models_RTEtools.Links, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 48 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\InlineToolbar.cshtml"
                    __Syncfusion_JavaScript_Models_RTEtools.Images = images;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("images", __Syncfusion_JavaScript_Models_RTEtools.Images, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 48 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\InlineToolbar.cshtml"
                    __Syncfusion_JavaScript_Models_RTEtools.Effects = effects;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("effects", __Syncfusion_JavaScript_Models_RTEtools.Effects, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 48 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\InlineToolbar.cshtml"
                    __Syncfusion_JavaScript_Models_RTEtools.Casing = casing;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("casing", __Syncfusion_JavaScript_Models_RTEtools.Casing, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 48 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\InlineToolbar.cshtml"
                    __Syncfusion_JavaScript_Models_RTEtools.Font = font;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("font", __Syncfusion_JavaScript_Models_RTEtools.Font, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 48 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\InlineToolbar.cshtml"
                    __Syncfusion_JavaScript_Models_RTEtools.Styles = style;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("styles", __Syncfusion_JavaScript_Models_RTEtools.Styles, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 48 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\InlineToolbar.cshtml"
                    __Syncfusion_JavaScript_Models_RTEtools.Media = media;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("media", __Syncfusion_JavaScript_Models_RTEtools.Media, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 48 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\InlineToolbar.cshtml"
                    __Syncfusion_JavaScript_Models_RTEtools.Alignment = alignment;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("alignment", __Syncfusion_JavaScript_Models_RTEtools.Alignment, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 48 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\InlineToolbar.cshtml"
                    __Syncfusion_JavaScript_Models_RTEtools.Lists = lists;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("lists", __Syncfusion_JavaScript_Models_RTEtools.Lists, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 48 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\InlineToolbar.cshtml"
                    __Syncfusion_JavaScript_Models_RTEtools.DoAction = doAction;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("do-action", __Syncfusion_JavaScript_Models_RTEtools.DoAction, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 48 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\InlineToolbar.cshtml"
                    __Syncfusion_JavaScript_Models_RTEtools.Indenting = indenting;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("indenting", __Syncfusion_JavaScript_Models_RTEtools.Indenting, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 48 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\InlineToolbar.cshtml"
                    __Syncfusion_JavaScript_Models_RTEtools.View = view;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("view", __Syncfusion_JavaScript_Models_RTEtools.View, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 48 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\InlineToolbar.cshtml"
                    __Syncfusion_JavaScript_Models_RTEtools.Print = print;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("print", __Syncfusion_JavaScript_Models_RTEtools.Print, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(4456, 4, true);
                    WriteLiteral("\r\n\r\n");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_RTEproperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.RTEproperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_RTEproperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_10);
#line 27 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\InlineToolbar.cshtml"
                __Syncfusion_JavaScript_Models_RTEproperties.ToolsList = toolsList;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("tools-list", __Syncfusion_JavaScript_Models_RTEproperties.ToolsList, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 27 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\InlineToolbar.cshtml"
                __Syncfusion_JavaScript_Models_RTEproperties.ShowHtmlSource = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("show-html-source", __Syncfusion_JavaScript_Models_RTEproperties.ShowHtmlSource, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __Syncfusion_JavaScript_Models_RTEproperties.Width = (string)__tagHelperAttribute_11.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_11);
#line 27 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\InlineToolbar.cshtml"
                __Syncfusion_JavaScript_Models_RTEproperties.ShowFooter = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("show-footer", __Syncfusion_JavaScript_Models_RTEproperties.ShowFooter, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 27 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\InlineToolbar.cshtml"
                __Syncfusion_JavaScript_Models_RTEproperties.IsResponsive = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("is-responsive", __Syncfusion_JavaScript_Models_RTEproperties.IsResponsive, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __Syncfusion_JavaScript_Models_RTEproperties.MinWidth = (string)__tagHelperAttribute_12.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_12);
#line 27 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\InlineToolbar.cshtml"
                __Syncfusion_JavaScript_Models_RTEproperties.ToolbarOverflowMode = global::Syncfusion.JavaScript.ToolbarOverflowMode.Inline;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("toolbar-overflow-mode", __Syncfusion_JavaScript_Models_RTEproperties.ToolbarOverflowMode, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(4469, 4, true);
                WriteLiteral("\r\n\r\n");
                EndContext();
            }
                          );
            DefineSection("StyleSection", async() => {
                BeginContext(4498, 529, true);
                WriteLiteral(@"
    <style type=""text/css"" class=""cssStyles"">
        .customUnOrder, .customOrder {
            height: 25px;
        }

            .customUnOrder:after {
                content: ""\e7f1"";
                font-size: 20px;
                float: left;
                padding: 0px 4px 0px 4px;
            }

            .customOrder:after {
                content: ""\e7f0"";
                font-size: 20px;
                float: left;
                padding: 0px 4px 0px 4px;
            }
    </style>
");
                EndContext();
            }
                          );
        }
Ejemplo n.º 2
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            DefineSection("ScriptReferenceSection", async() => {
                BeginContext(32, 13, true);
                WriteLiteral("\r\n    <script");
                EndContext();
                BeginWriteAttribute("src", " src=\"", 45, "\"", 109, 1);
#line 2 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\ImportAndExport.cshtml"
                WriteAttributeValue("", 51, Url.Content("~/Scripts/cultures/ej.culture.en-US.min.js"), 51, 58, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(110, 12, true);
                WriteLiteral("></script>\r\n");
                EndContext();
            }
                          );
            DefineSection("SampleHeading", async() => {
                BeginContext(148, 59, true);
                WriteLiteral("\r\n    <span class=\"sampleName\">RTE / ImportAndExport</span>");
                EndContext();
            }
                          );
            DefineSection("ControlsSection", async() => {
                BeginContext(235, 3, true);
                WriteLiteral(" \r\n");
                EndContext();
#line 7 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\ImportAndExport.cshtml"
                List <String> toolsList = new List <string>()
                {
                    "importExport"
                };
                List <String> importExport = new List <string>()
                {
                    "import", "wordExport", "pdfExport"
                };


#line default
#line hidden
                BeginContext(435, 14, true);
                WriteLiteral("\r\n            ");
                EndContext();
                BeginContext(449, 1780, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-rte", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "d9d6e2b7197b4a3f900700c7f10ab82f", async() => {
                    BeginContext(548, 18, true);
                    WriteLiteral("\r\n                ");
                    EndContext();
                    BeginContext(566, 1222, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-content-template", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "558b5667aab748e0aeca891ee7d1c2bd", async() => {
                        BeginContext(586, 1181, true);
                        WriteLiteral(@"<div>
    &lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;/p&gt;
    &lt;p&gt;The Rich Text Editor (RTE) control is an easy to render in
    client side. Customer easy to edit the contents and get the HTML content for
    the displayed content. A rich text editor control provides users with a toolbar
    that helps them to apply rich text formats to the text entered in the text
    area. &lt;/p&gt;
    &lt;p&gt;&lt;b&gt;Functional
    Specifications/Requirements:&lt;/b&gt;&lt;/p&gt;
    &lt;ol&gt;&lt;li&gt;&lt;p&gt;Provide
    the tool bar support, it’s also customizable.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Options
    to get the HTML elements with styles.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Support
    to insert image from a defined path.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Footer
    elements and styles(tag / Element information , Action button (Upload, Cancel))&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Re-size
    the editor support. &lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Provide
    effi");
                        WriteLiteral("cient public methods and client side events.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Keyboard\r\n    navigation support.&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;\r\n</div>");
                        EndContext();
                    }
                                                                                );
                    __Syncfusion_JavaScript_ContentTemplate = CreateTagHelper <global::Syncfusion.JavaScript.ContentTemplate>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_ContentTemplate);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(1788, 18, true);
                    WriteLiteral("\r\n                ");
                    EndContext();
                    BeginContext(1806, 68, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-tools", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "6030fef998f34269b8ef87b9ee42e035", async() => {
                        BeginContext(1846, 18, true);
                        WriteLiteral("\r\n                ");
                        EndContext();
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_RTEtools = CreateTagHelper <global::Syncfusion.JavaScript.Models.RTEtools>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_RTEtools);
#line 30 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\ImportAndExport.cshtml"
                    __Syncfusion_JavaScript_Models_RTEtools.ImportExport = importExport;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("import-export", __Syncfusion_JavaScript_Models_RTEtools.ImportExport, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(1874, 18, true);
                    WriteLiteral("\r\n                ");
                    EndContext();
                    BeginContext(1892, 79, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-import-settings", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "8670bdf7b63447cbb9fb92add203c259", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_ImportSettings = CreateTagHelper <global::Syncfusion.JavaScript.Models.ImportSettings>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_ImportSettings);
                    __Syncfusion_JavaScript_Models_ImportSettings.Url = (string)__tagHelperAttribute_0.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(1971, 6, true);
                    WriteLiteral("\r\n\t\t\t\t");
                    EndContext();
                    BeginContext(1977, 113, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-export-to-word-settings", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "43e54f39932a443a9b8327e67aef284b", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_ExportToWordSettings = CreateTagHelper <global::Syncfusion.JavaScript.Models.ExportToWordSettings>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_ExportToWordSettings);
                    __Syncfusion_JavaScript_Models_ExportToWordSettings.Url = (string)__tagHelperAttribute_1.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                    __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(2090, 6, true);
                    WriteLiteral("\r\n\t\t\t\t");
                    EndContext();
                    BeginContext(2096, 110, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-export-to-pdf-settings", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "0f3b8189f2ee4085b1e286ac15eb3d08", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_ExportToPdfSettings = CreateTagHelper <global::Syncfusion.JavaScript.Models.ExportToPdfSettings>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_ExportToPdfSettings);
                    __Syncfusion_JavaScript_Models_ExportToPdfSettings.Url = (string)__tagHelperAttribute_3.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
                    __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_4);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(2206, 14, true);
                    WriteLiteral("\r\n            ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_RTEproperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.RTEproperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_RTEproperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_5);
#line 11 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\ImportAndExport.cshtml"
                __Syncfusion_JavaScript_Models_RTEproperties.ToolsList = toolsList;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("tools-list", __Syncfusion_JavaScript_Models_RTEproperties.ToolsList, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __Syncfusion_JavaScript_Models_RTEproperties.Width = (string)__tagHelperAttribute_6.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
#line 11 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\ImportAndExport.cshtml"
                __Syncfusion_JavaScript_Models_RTEproperties.IsResponsive = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("is-responsive", __Syncfusion_JavaScript_Models_RTEproperties.IsResponsive, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __Syncfusion_JavaScript_Models_RTEproperties.MinWidth = (string)__tagHelperAttribute_7.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(2229, 17, true);
                WriteLiteral("\r\n           \r\n\r\n");
                EndContext();
            }
                          );
        }
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            DefineSection("ScriptReferenceSection", async() => {
                BeginContext(32, 14, true);
                WriteLiteral(" \r\n    <script");
                EndContext();
                BeginWriteAttribute("src", " src=\"", 46, "\"", 110, 1);
#line 2 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\CustomTool.cshtml"
                WriteAttributeValue("", 52, Url.Content("~/scripts/cultures/ej.culture.en-us.min.js"), 52, 58, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(111, 12, true);
                WriteLiteral("></script>\r\n");
                EndContext();
            }
                          );
            BeginContext(127, 2, true);
            WriteLiteral("\r\n");
            EndContext();
            DefineSection("SampleHeading", async() => {
                BeginContext(152, 49, true);
                WriteLiteral(" <span class=\"sampleName\">RTE / CustomTool</span>");
                EndContext();
            }
                          );
            DefineSection("ControlsSection", async() => {
                BeginContext(229, 2, true);
                WriteLiteral("\r\n");
                EndContext();
#line 7 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\CustomTool.cshtml"
                List <String> toolsList = new List <string>()
                {
                    "customTools"
                };
                List <String> style = new List <string>()
                {
                    "bold", "italic", "underline", "strikethrough"
                };
                List <String> alignment = new List <string>()
                {
                    "justifyLeft", "justifyCenter", "justifyRight", "justifyFull"
                };
                List <String> lists = new List <string>()
                {
                    "unorderedList", "orderedList"
                };
                List <String> clipboard = new List <string>()
                {
                    "cut", "copy", "paste"
                };
                List <String> doAction = new List <string>()
                {
                    "undo", "redo"
                };
                List <String> clear = new List <string>()
                {
                    "clearFormat", "clearAll"
                };
                List <String> tables = new List <string>()
                {
                    "createTable", "addRowAbove", "addRowBelow", "addColumnLeft", "addColumnRight", "deleteRow", "deleteColumn", "deleteTable"
                };
                List <String> links = new List <string>()
                {
                    "createLink"
                };
                List <String> images = new List <string>()
                {
                    "image"
                };
                List <String> media = new List <string>()
                {
                    "video"
                };
                List <String> effects = new List <string>()
                {
                    "superscript", "subscript"
                };
                List <String> casing = new List <string>()
                {
                    "upperCase", "lowerCase"
                };
                List <String> formatStyle = new List <string>()
                {
                    "format"
                };


#line default
#line hidden
                BeginContext(1448, 78, true);
                WriteLiteral("\r\n    <div>\r\n        <div style=\"width: 740px; height: 440px\">\r\n\r\n            ");
                EndContext();
                BeginContext(1526, 2023, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-rte", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "775a9836b7eb41fe96bad3f9147c419e", async() => {
                    BeginContext(1611, 18, true);
                    WriteLiteral("\r\n                ");
                    EndContext();
                    BeginContext(1629, 1602, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-content-template", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "71506e9bbec845f3abc2e3d72d8b605e", async() => {
                        BeginContext(1649, 1561, true);
                        WriteLiteral(@"
                    <div>
                        &lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;/p&gt;
                        &lt;p&gt;The Rich Text Editor (RTE) control is an easy to render in
                        client side. Customer easy to edit the contents and get the HTML content for
                        the displayed content. A rich text editor control provides users with a toolbar
                        that helps them to apply rich text formats to the text entered in the text
                        area. &lt;/p&gt;
                        &lt;p&gt;&lt;b&gt;Functional
                        Specifications/Requirements:&lt;/b&gt;&lt;/p&gt;
                        &lt;ol&gt;&lt;li&gt;&lt;p&gt;Provide
                        the tool bar support, it’s also customizable.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Options
                        to get the HTML elements with styles.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Support
                        to insert image from a defined path");
                        WriteLiteral(@".&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Footer
                        elements and styles(tag / Element information , Action button (Upload, Cancel))&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Re-size
                        the editor support. &lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Provide
                        efficient public methods and client side events.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Keyboard
                        navigation support.&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;
                    </div>
                ");
                        EndContext();
                    }
                                                                                );
                    __Syncfusion_JavaScript_ContentTemplate = CreateTagHelper <global::Syncfusion.JavaScript.ContentTemplate>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_ContentTemplate);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(3231, 18, true);
                    WriteLiteral("\r\n                ");
                    EndContext();
                    BeginContext(3249, 277, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-tools", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "d4fb8652222f452894f995425894b6d6", async() => {
                        BeginContext(3258, 22, true);
                        WriteLiteral("\r\n                    ");
                        EndContext();
                        BeginContext(3280, 218, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-custom-tools", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "1ac0f70008fa4d5ea58070609189cdd8", async() => {
                            BeginContext(3296, 26, true);
                            WriteLiteral("\r\n                        ");
                            EndContext();
                            BeginContext(3322, 122, false);
                            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-custom-tool", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "17de574e44e74ecb9198749bae0a78e1", async() => {
                            }
                                                                                        );
                            __Syncfusion_JavaScript_Models_CustomTools = CreateTagHelper <global::Syncfusion.JavaScript.Models.CustomTools>();
                            __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_CustomTools);
                            __Syncfusion_JavaScript_Models_CustomTools.Name = (string)__tagHelperAttribute_0.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
                            __Syncfusion_JavaScript_Models_CustomTools.Tooltip = (string)__tagHelperAttribute_1.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                            __Syncfusion_JavaScript_Models_CustomTools.Text = (string)__tagHelperAttribute_2.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
                            __Syncfusion_JavaScript_Models_CustomTools.Css = (string)__tagHelperAttribute_3.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
                            __Syncfusion_JavaScript_Models_CustomTools.Action = (string)__tagHelperAttribute_4.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
                            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                            if (!__tagHelperExecutionContext.Output.IsContentModified)
                            {
                                await __tagHelperExecutionContext.SetOutputContentAsync();
                            }
                            Write(__tagHelperExecutionContext.Output);
                            __tagHelperExecutionContext = __tagHelperScopeManager.End();
                            EndContext();
                            BeginContext(3444, 37, true);
                            WriteLiteral("               \r\n                    ");
                            EndContext();
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_RTETagHelperLists = CreateTagHelper <global::Syncfusion.JavaScript.Models.RTETagHelperLists>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_RTETagHelperLists);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(3498, 18, true);
                        WriteLiteral("\r\n                ");
                        EndContext();
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_RTEtools = CreateTagHelper <global::Syncfusion.JavaScript.Models.RTEtools>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_RTEtools);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(3526, 14, true);
                    WriteLiteral("\r\n            ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_RTEproperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.RTEproperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_RTEproperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_5);
#line 26 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\CustomTool.cshtml"
                __Syncfusion_JavaScript_Models_RTEproperties.IsResponsive = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("is-responsive", __Syncfusion_JavaScript_Models_RTEproperties.IsResponsive, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __Syncfusion_JavaScript_Models_RTEproperties.MinWidth = (string)__tagHelperAttribute_6.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
#line 26 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\CustomTool.cshtml"
                __Syncfusion_JavaScript_Models_RTEproperties.ToolsList = toolsList;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("tools-list", __Syncfusion_JavaScript_Models_RTEproperties.ToolsList, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(3549, 319, true);
                WriteLiteral(@" 
            
            <div id=""rteTarget"">
                <ul>
                    <li>Java Script</li>
                    <li>HTML</li>             
                </ul>
            </div>
            <div id=""customSourceCode"" title=""Paste you code and inset to RTE"" style=""width: auto"">
            ");
                EndContext();
                BeginContext(3868, 1620, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-dialog", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "04dba232c26d445abea2c9912c2407d1", async() => {
                    BeginContext(4016, 19, true);
                    WriteLiteral(" \r\n                ");
                    EndContext();
                    BeginContext(4035, 1427, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-content-template", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "ca8eba9f35bd4e2d9cc8b808b26a4d2b", async() => {
                        BeginContext(4055, 307, true);
                        WriteLiteral(@"
                    <table>
                        <tr>
                            <td style=""width: 100px"">
                                Select type :
                            </td>
                            <td>
                                <div>
                                    ");
                        EndContext();
                        BeginContext(4362, 97, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-drop-down-list", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "96f0bc65f6ea4ed6bd151fe2d3d1c4dd", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_DropDownListProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.DropDownListProperties>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_DropDownListProperties);
                        __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_7);
                        __Syncfusion_JavaScript_Models_DropDownListProperties.TargetID = (string)__tagHelperAttribute_8.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8);
                        __Syncfusion_JavaScript_Models_DropDownListProperties.Change = (string)__tagHelperAttribute_9.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(4459, 666, true);
                        WriteLiteral(@"
                                    </div>
                            </td>
                        </tr>
                        <tr>
                            <td colspan=""2"">
                                <textarea id=""srcCode"" style=""width: 550px; height: 250px"">
                                    <div id=""srcArea""></div>
                                </textarea>
                            </td>
                        </tr>
                      
                        <tr>
                            <td colspan=""2"">
                                <div class=""e-rte-button e-fieldseparate"">
                                    ");
                        EndContext();
                        BeginContext(5125, 61, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-button", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "cc43b7e9f35d49c7bcbb2e66be6ddbc3", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_ButtonProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.ButtonProperties>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_ButtonProperties);
                        __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_10);
                        __Syncfusion_JavaScript_Models_ButtonProperties.Text = (string)__tagHelperAttribute_11.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_11);
                        __Syncfusion_JavaScript_Models_ButtonProperties.Click = (string)__tagHelperAttribute_12.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_12);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(5186, 38, true);
                        WriteLiteral("\r\n                                    ");
                        EndContext();
                        BeginContext(5224, 62, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-button", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "1fd701741cee456f9abfc0dfe383eccf", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_ButtonProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.ButtonProperties>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_ButtonProperties);
                        __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_13);
                        __Syncfusion_JavaScript_Models_ButtonProperties.Text = (string)__tagHelperAttribute_14.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_14);
                        __Syncfusion_JavaScript_Models_ButtonProperties.Click = (string)__tagHelperAttribute_12.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_12);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(5286, 155, true);
                        WriteLiteral(" \r\n                                </div>\r\n                            </td>\r\n                        </tr>\r\n                    </table>\r\n                ");
                        EndContext();
                    }
                                                                                );
                    __Syncfusion_JavaScript_ContentTemplate = CreateTagHelper <global::Syncfusion.JavaScript.ContentTemplate>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_ContentTemplate);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(5462, 14, true);
                    WriteLiteral("\r\n            ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_DialogProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.DialogProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_DialogProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_15);
                __Syncfusion_JavaScript_Models_DialogProperties.Title = (string)__tagHelperAttribute_16.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_16);
#line 61 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\CustomTool.cshtml"
                __Syncfusion_JavaScript_Models_DialogProperties.EnableModal = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("enable-modal", __Syncfusion_JavaScript_Models_DialogProperties.EnableModal, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 61 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\CustomTool.cshtml"
                __Syncfusion_JavaScript_Models_DialogProperties.ShowOnInit = false;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("show-on-init", __Syncfusion_JavaScript_Models_DialogProperties.ShowOnInit, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 61 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\CustomTool.cshtml"
                __Syncfusion_JavaScript_Models_DialogProperties.Width = 596;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_DialogProperties.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 61 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\CustomTool.cshtml"
                __Syncfusion_JavaScript_Models_DialogProperties.EnableResize = false;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("enable-resize", __Syncfusion_JavaScript_Models_DialogProperties.EnableResize, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(5488, 69, true);
                WriteLiteral("\r\n               \r\n\r\n            </div>\r\n        </div>\r\n    </div>\r\n");
                EndContext();
            }
                          );
            DefineSection("ScriptSection", async() => {
                BeginContext(5583, 1637, true);
                WriteLiteral(@" 
<script type=""text/javascript"">
        var rteObj; 
        $(""div.codeInsert"").html(""Insert code"");
        //load the CodeMirror css in the iframe
        $(""#rteSample_Iframe"").contents().find(""head"").append($(""<link href='../Scripts/CodeMirror/codemirror.min.css' rel='stylesheet'></link>""))
        $(""div.codeInsert"").html(""Insert code"");
        rteObj = $(""#rteSample"").data(""ejRTE"");
        function showDialog() {
            var dialogobj = $('#customSourceCode').data('ejDialog');
            $('#srcCode').val('').show();
            dialogobj.open();
            $('#srcCode').focus();
        }
        function customBtnClick(args) {
            var rteObj;
            rteObj = $(""#rteSample"").data(""ejRTE"");
            if (this._id == ""insert"") {
                var scrLang, lang = $(""#languageList"").val();
                if (lang == ""Java Script"")
                    scrLang = ""javascript"";
                else if (lang == ""HTML"")
                    scrLang = ""text/html"";");
                WriteLiteral(@"
                else
                    scrLang = ""css"";
                var htmlEditor = CodeMirror.fromTextArea($(""#srcCode"")[0], {
                    lineNumbers: false,
                    mode: scrLang
                });
                var codeTags = $(""#customSourceCode"").find("".CodeMirror"");
                rteObj.executeCommand(""inserthtml"", codeTags[0].outerHTML);
				$(rteObj.getDocument()).find("".CodeMirror div.CodeMirror-cursor"").css({""display"":""none""})
                codeTags.remove();
            }
            $(""#customSourceCode"").ejDialog(""close"");
        }
</script>
");
                EndContext();
            }
                          );
            DefineSection("StyleSection", async() => {
                BeginContext(7245, 213, true);
                WriteLiteral("\r\n    <style>\r\n        .codeInsert {\r\n            height: 22px;\r\n            width: 100px;\r\n            display: block;\r\n            text-align: center;\r\n            font-weight: bold;\r\n        }\r\n    </style>\r\n\r\n");
                EndContext();
            }
                          );
        }
Ejemplo n.º 4
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            DefineSection("ScriptReferenceSection", async() => {
                BeginContext(32, 13, true);
                WriteLiteral("\r\n    <script");
                EndContext();
                BeginWriteAttribute("src", " src=\"", 45, "\"", 109, 1);
#line 2 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\AllTools.cshtml"
                WriteAttributeValue("", 51, Url.Content("~/Scripts/cultures/ej.culture.en-US.min.js"), 51, 58, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(110, 12, true);
                WriteLiteral("></script>\r\n");
                EndContext();
            }
                          );
            DefineSection("SampleHeading", async() => {
                BeginContext(148, 52, true);
                WriteLiteral("\r\n    <span class=\"sampleName\">RTE / AllTools</span>");
                EndContext();
            }
                          );
            DefineSection("ControlsSection", async() => {
                BeginContext(228, 3, true);
                WriteLiteral(" \r\n");
                EndContext();
#line 7 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\AllTools.cshtml"
                List <String> toolsList = new List <string>()
                {
                    "formatStyle", "font", "style", "effects", "alignment", "lists", "indenting", "clipboard", "doAction", "clear", "links", "images", "media", "tables", "casing", "customTool", "view", "edit", "print"
                };
                List <String> font = new List <string>()
                {
                    "fontName", "fontSize", "fontColor", "backgroundColor"
                };
                List <String> style = new List <string>()
                {
                    "bold", "italic", "underline", "strikethrough"
                };
                List <String> alignment = new List <string>()
                {
                    "justifyLeft", "justifyCenter", "justifyRight", "justifyFull"
                };
                List <String> edit = new List <String>()
                {
                    "findAndReplace"
                };
                List <String> lists = new List <string>()
                {
                    "unorderedList", "orderedList"
                };
                List <String> indenting = new List <string> {
                    "outdent", "indent"
                };
                List <String> clipboard = new List <string>()
                {
                    "cut", "copy", "paste"
                };
                List <String> doAction = new List <string>()
                {
                    "undo", "redo"
                };
                List <String> clear = new List <string>()
                {
                    "clearFormat", "clearAll"
                };
                List <String> tables = new List <string>()
                {
                    "createTable", "addRowAbove", "addRowBelow", "addColumnLeft", "addColumnRight", "deleteRow", "deleteColumn", "deleteTable"
                };
                List <String> links = new List <string>()
                {
                    "createLink", "removeLink"
                };
                List <String> images = new List <string>()
                {
                    "image"
                };
                List <String> media = new List <string>()
                {
                    "video"
                };
                List <String> effects = new List <string>()
                {
                    "superscript", "subscript"
                };
                List <String> casing = new List <string>()
                {
                    "upperCase", "lowerCase"
                };
                List <String> formatStyle = new List <string>()
                {
                    "format"
                };
                List <String> view = new List <string>()
                {
                    "fullScreen", "zoomIn", "zoomOut"
                };
                List <String> print = new List <string>()
                {
                    "print"
                };


#line default
#line hidden
                BeginContext(2191, 14, true);
                WriteLiteral("\r\n            ");
                EndContext();
                BeginContext(2205, 2364, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-rte", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "1b88dda1883b4bc18990ff4ebc982327", async() => {
                    BeginContext(2345, 18, true);
                    WriteLiteral("\r\n                ");
                    EndContext();
                    BeginContext(2363, 1222, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-content-template", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "7f7cdb16aced41edab567c1b03366f50", async() => {
                        BeginContext(2383, 1181, true);
                        WriteLiteral(@"<div>
    &lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;/p&gt;
    &lt;p&gt;The Rich Text Editor (RTE) control is an easy to render in
    client side. Customer easy to edit the contents and get the HTML content for
    the displayed content. A rich text editor control provides users with a toolbar
    that helps them to apply rich text formats to the text entered in the text
    area. &lt;/p&gt;
    &lt;p&gt;&lt;b&gt;Functional
    Specifications/Requirements:&lt;/b&gt;&lt;/p&gt;
    &lt;ol&gt;&lt;li&gt;&lt;p&gt;Provide
    the tool bar support, it’s also customizable.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Options
    to get the HTML elements with styles.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Support
    to insert image from a defined path.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Footer
    elements and styles(tag / Element information , Action button (Upload, Cancel))&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Re-size
    the editor support. &lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Provide
    effi");
                        WriteLiteral("cient public methods and client side events.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Keyboard\r\n    navigation support.&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;\r\n</div>");
                        EndContext();
                    }
                                                                                );
                    __Syncfusion_JavaScript_ContentTemplate = CreateTagHelper <global::Syncfusion.JavaScript.ContentTemplate>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_ContentTemplate);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(3585, 18, true);
                    WriteLiteral("\r\n                ");
                    EndContext();
                    BeginContext(3603, 926, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-tools", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "b902208533b24418922ff63b871a4dca", async() => {
                        BeginContext(3892, 22, true);
                        WriteLiteral("\r\n                    ");
                        EndContext();
                        BeginContext(3914, 267, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-custom-ordered-lists", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "fbd2e0f609ff4f97ab1987b2f03207da", async() => {
                            BeginContext(3938, 26, true);
                            WriteLiteral("\r\n                        ");
                            EndContext();
                            BeginContext(3964, 168, false);
                            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-custom-ordered-list", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "e651516b3c8b4563bb84909f58f94055", async() => {
                            }
                                                                                        );
                            __Syncfusion_JavaScript_Models_CustomOrderedList = CreateTagHelper <global::Syncfusion.JavaScript.Models.CustomOrderedList>();
                            __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_CustomOrderedList);
                            __Syncfusion_JavaScript_Models_CustomOrderedList.Css = (string)__tagHelperAttribute_0.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
                            __Syncfusion_JavaScript_Models_CustomOrderedList.ListStyle = (string)__tagHelperAttribute_1.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                            __Syncfusion_JavaScript_Models_CustomOrderedList.Name = (string)__tagHelperAttribute_2.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
                            __Syncfusion_JavaScript_Models_CustomOrderedList.Tooltip = (string)__tagHelperAttribute_3.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
                            __Syncfusion_JavaScript_Models_CustomOrderedList.Text = (string)__tagHelperAttribute_4.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
                            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                            if (!__tagHelperExecutionContext.Output.IsContentModified)
                            {
                                await __tagHelperExecutionContext.SetOutputContentAsync();
                            }
                            Write(__tagHelperExecutionContext.Output);
                            __tagHelperExecutionContext = __tagHelperScopeManager.End();
                            EndContext();
                            BeginContext(4132, 24, true);
                            WriteLiteral("\r\n\r\n                    ");
                            EndContext();
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_RTETagHelperLists = CreateTagHelper <global::Syncfusion.JavaScript.Models.RTETagHelperLists>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_RTETagHelperLists);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(4181, 22, true);
                        WriteLiteral("\r\n                    ");
                        EndContext();
                        BeginContext(4203, 298, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-custom-unordered-lists", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "49219c4b56934dc18d3fe0a51b78e03f", async() => {
                            BeginContext(4229, 26, true);
                            WriteLiteral("\r\n                        ");
                            EndContext();
                            BeginContext(4255, 197, false);
                            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-custom-unordered-list", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "e13133c6d48e4f79813e41a2821ece43", async() => {
                            }
                                                                                        );
                            __Syncfusion_JavaScript_Models_CustomUnorderedList = CreateTagHelper <global::Syncfusion.JavaScript.Models.CustomUnorderedList>();
                            __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_CustomUnorderedList);
                            __Syncfusion_JavaScript_Models_CustomUnorderedList.Css = (string)__tagHelperAttribute_5.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                            __Syncfusion_JavaScript_Models_CustomUnorderedList.ListImage = (string)__tagHelperAttribute_6.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
                            __Syncfusion_JavaScript_Models_CustomUnorderedList.Name = (string)__tagHelperAttribute_7.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
                            __Syncfusion_JavaScript_Models_CustomUnorderedList.Text = (string)__tagHelperAttribute_8.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8);
                            __Syncfusion_JavaScript_Models_CustomUnorderedList.Tooltip = (string)__tagHelperAttribute_9.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9);
                            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                            if (!__tagHelperExecutionContext.Output.IsContentModified)
                            {
                                await __tagHelperExecutionContext.SetOutputContentAsync();
                            }
                            Write(__tagHelperExecutionContext.Output);
                            __tagHelperExecutionContext = __tagHelperScopeManager.End();
                            EndContext();
                            BeginContext(4452, 22, true);
                            WriteLiteral("\r\n                    ");
                            EndContext();
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_RTETagHelperLists = CreateTagHelper <global::Syncfusion.JavaScript.Models.RTETagHelperLists>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_RTETagHelperLists);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(4501, 18, true);
                        WriteLiteral("\r\n                ");
                        EndContext();
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_RTEtools = CreateTagHelper <global::Syncfusion.JavaScript.Models.RTEtools>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_RTEtools);
#line 47 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\AllTools.cshtml"
                    __Syncfusion_JavaScript_Models_RTEtools.Clear = clear;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("clear", __Syncfusion_JavaScript_Models_RTEtools.Clear, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 47 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\AllTools.cshtml"
                    __Syncfusion_JavaScript_Models_RTEtools.FormatStyle = formatStyle;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("format-style", __Syncfusion_JavaScript_Models_RTEtools.FormatStyle, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 47 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\AllTools.cshtml"
                    __Syncfusion_JavaScript_Models_RTEtools.Edit = edit;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("edit", __Syncfusion_JavaScript_Models_RTEtools.Edit, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 47 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\AllTools.cshtml"
                    __Syncfusion_JavaScript_Models_RTEtools.Tables = tables;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("tables", __Syncfusion_JavaScript_Models_RTEtools.Tables, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 47 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\AllTools.cshtml"
                    __Syncfusion_JavaScript_Models_RTEtools.Links = links;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("links", __Syncfusion_JavaScript_Models_RTEtools.Links, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 47 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\AllTools.cshtml"
                    __Syncfusion_JavaScript_Models_RTEtools.Images = images;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("images", __Syncfusion_JavaScript_Models_RTEtools.Images, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 47 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\AllTools.cshtml"
                    __Syncfusion_JavaScript_Models_RTEtools.Effects = effects;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("effects", __Syncfusion_JavaScript_Models_RTEtools.Effects, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 47 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\AllTools.cshtml"
                    __Syncfusion_JavaScript_Models_RTEtools.Casing = casing;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("casing", __Syncfusion_JavaScript_Models_RTEtools.Casing, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 47 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\AllTools.cshtml"
                    __Syncfusion_JavaScript_Models_RTEtools.Font = font;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("font", __Syncfusion_JavaScript_Models_RTEtools.Font, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 47 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\AllTools.cshtml"
                    __Syncfusion_JavaScript_Models_RTEtools.Styles = style;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("styles", __Syncfusion_JavaScript_Models_RTEtools.Styles, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 47 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\AllTools.cshtml"
                    __Syncfusion_JavaScript_Models_RTEtools.Media = media;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("media", __Syncfusion_JavaScript_Models_RTEtools.Media, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 47 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\AllTools.cshtml"
                    __Syncfusion_JavaScript_Models_RTEtools.Alignment = alignment;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("alignment", __Syncfusion_JavaScript_Models_RTEtools.Alignment, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 47 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\AllTools.cshtml"
                    __Syncfusion_JavaScript_Models_RTEtools.Lists = lists;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("lists", __Syncfusion_JavaScript_Models_RTEtools.Lists, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 47 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\AllTools.cshtml"
                    __Syncfusion_JavaScript_Models_RTEtools.DoAction = doAction;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("do-action", __Syncfusion_JavaScript_Models_RTEtools.DoAction, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 47 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\AllTools.cshtml"
                    __Syncfusion_JavaScript_Models_RTEtools.Indenting = indenting;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("indenting", __Syncfusion_JavaScript_Models_RTEtools.Indenting, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 47 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\AllTools.cshtml"
                    __Syncfusion_JavaScript_Models_RTEtools.View = view;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("view", __Syncfusion_JavaScript_Models_RTEtools.View, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 47 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\AllTools.cshtml"
                    __Syncfusion_JavaScript_Models_RTEtools.Print = print;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("print", __Syncfusion_JavaScript_Models_RTEtools.Print, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(4529, 31, true);
                    WriteLiteral("\r\n               \r\n            ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_RTEproperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.RTEproperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_RTEproperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_10);
#line 28 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\AllTools.cshtml"
                __Syncfusion_JavaScript_Models_RTEproperties.ToolsList = toolsList;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("tools-list", __Syncfusion_JavaScript_Models_RTEproperties.ToolsList, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 28 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\AllTools.cshtml"
                __Syncfusion_JavaScript_Models_RTEproperties.ShowHtmlSource = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("show-html-source", __Syncfusion_JavaScript_Models_RTEproperties.ShowHtmlSource, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __Syncfusion_JavaScript_Models_RTEproperties.Width = (string)__tagHelperAttribute_11.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_11);
#line 28 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\AllTools.cshtml"
                __Syncfusion_JavaScript_Models_RTEproperties.ShowFooter = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("show-footer", __Syncfusion_JavaScript_Models_RTEproperties.ShowFooter, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 28 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\AllTools.cshtml"
                __Syncfusion_JavaScript_Models_RTEproperties.IsResponsive = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("is-responsive", __Syncfusion_JavaScript_Models_RTEproperties.IsResponsive, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __Syncfusion_JavaScript_Models_RTEproperties.MinWidth = (string)__tagHelperAttribute_12.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_12);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(4569, 17, true);
                WriteLiteral("\r\n           \r\n\r\n");
                EndContext();
            }
                          );
            DefineSection("StyleSection", async() => {
                BeginContext(4611, 368, true);
                WriteLiteral(@"
    <style type=""text/css"" class=""cssStyles"">
       .customUnOrder,.customOrder{
		   height:25px;
		}
		.customUnOrder:after {
		  content: ""\e7f1"";
		  font-size:20px;
		  float:left;
		  padding: 0px 4px 0px 4px;
		}
		.customOrder:after {
		  content: ""\e7f0"";
		  font-size:20px;
		  float:left;
		  padding: 0px 4px 0px 4px;
		}
    </style>
");
                EndContext();
            }
                          );
        }