예제 #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();
            }
                          );
        }
예제 #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\Default.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, 78, true);
                WriteLiteral("\r\n    <span class=\"sampleName\">RichTextEditor / Default Functionalities</span>");
                EndContext();
            }
                          );
            DefineSection("ControlsSection", async() => {
                BeginContext(254, 14, true);
                WriteLiteral(" \r\n     \r\n    ");
                EndContext();
                BeginContext(268, 1297, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-rte", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "5fd4ae832dce49adb19c830505ef7e5f", async() => {
                    BeginContext(315, 11, true);
                    WriteLiteral(" \r\n        ");
                    EndContext();
                    BeginContext(326, 1222, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-content-template", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "6ceeb7d5849c40df9094240b196c6ae9", async() => {
                        BeginContext(346, 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(1548, 8, true);
                    WriteLiteral("  \r\n    ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_RTEproperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.RTEproperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_RTEproperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
#line 8 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\Default.cshtml"
                __Syncfusion_JavaScript_Models_RTEproperties.AllowEditing = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-editing", __Syncfusion_JavaScript_Models_RTEproperties.AllowEditing, 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(1565, 9, 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();
            }
                          );
        }
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            DefineSection("SampleHeading", async() => {
                BeginContext(23, 69, true);
                WriteLiteral(" <span class=\"sampleName\">RadialMenu / Default Functionalities</span>");
                EndContext();
            }
                          );
            DefineSection("MetaTags", async() => {
                BeginContext(113, 180, true);
                WriteLiteral("\r\n    <meta name=\"description\" content=\"This example demonstrates how to create the Syncfusion ASP.NET Core Radial Menu component with menu items arranged in a circular manner.\">\r\n");
                EndContext();
            }
                          );
            DefineSection("ControlsSection", async() => {
                BeginContext(321, 2002, true);
                WriteLiteral(@"
  
    <div id=""contentDiv"">
        <div id=""radialtarget1"" class=""content-container-fluid"">
            <div class=""row"">
                <div class=""cols-sample-area"">
                    <textarea id=""rteSample1"" rows=""10"" cols=""70"" style=""height: 440px"">
                        <p>
                            Model–view–controller (MVC) is a software architecture pattern which separates the representation of information from the user's interaction with it.
                            The model consists of application data, business rules, logic, and functions. A view can be any output representation of data, such as a chart or a diagram.
                            Multiple views of the same data are possible, such as a bar chart for management and a tabular view for accountants.
                            The controller mediates input, converting it to commands for the model or view.The central ideas behind MVC are code reusability and in addition to dividing the application into three kind");
                WriteLiteral(@"s of components, the MVC design defines the interactions between them.
                        </p>

                        <p>A controller can send commands to its associated view to change the view's presentation of the model (e.g., by scrolling through a document). It can also send commands to the model to update the model's state (e.g., editing a document).</p>

                        <p>A model notifies its associated views and controllers when there has been a change in its state. This notification allows the views to produce updated output, and the controllers to change the available set of commands. A passive implementation of MVC omits these notifications, because the application does not require them or the software platform does not support them.</p>

                        <p>A view requests from the model the information that it needs to generate an output representation to the user.</p>
                    </textarea>
                    ");
                EndContext();
                BeginContext(2323, 160, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-rte", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "d529b6cd68b74179bc6402cbbd19bab9", async() => {
                    BeginContext(2452, 22, true);
                    WriteLiteral("\r\n                    ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_RTEproperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.RTEproperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_RTEproperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
#line 25 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RadialMenu\Default.cshtml"
                __Syncfusion_JavaScript_Models_RTEproperties.ShowContextMenu = false;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("show-context-menu", __Syncfusion_JavaScript_Models_RTEproperties.ShowContextMenu, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __Syncfusion_JavaScript_Models_RTEproperties.Create = (string)__tagHelperAttribute_1.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                __Syncfusion_JavaScript_Models_RTEproperties.Change = (string)__tagHelperAttribute_2.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
                __Syncfusion_JavaScript_Models_RTEproperties.Select = (string)__tagHelperAttribute_3.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
#line 25 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RadialMenu\Default.cshtml"
                __Syncfusion_JavaScript_Models_RTEproperties.ShowToolbar = false;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("show-toolbar", __Syncfusion_JavaScript_Models_RTEproperties.ShowToolbar, 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(2483, 70, true);
                WriteLiteral("\r\n                </div>\r\n            </div>\r\n        </div>\r\n        ");
                EndContext();
                BeginContext(2553, 942, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-radial-menu", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "55eb99e600d042cd9f1acfadf1a65155", async() => {
                    BeginContext(2635, 14, true);
                    WriteLiteral("\r\n            ");
                    EndContext();
                    BeginContext(2649, 819, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-radial-menu-items", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "feb04b5c936946e9ae9325450e769a09", async() => {
                        BeginContext(2671, 21, true);
                        WriteLiteral("\r\n                   ");
                        EndContext();
                        BeginContext(2692, 194, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-radial-menu-item", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "cfc927d72750495d90ce255863053ba6", async() => {
                            BeginContext(2822, 43, true);
                            WriteLiteral("\r\n                    \r\n                   ");
                            EndContext();
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_RadialMenuBaseItem = CreateTagHelper <global::Syncfusion.JavaScript.Models.RadialMenuBaseItem>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_RadialMenuBaseItem);
                        __Syncfusion_JavaScript_Models_RadialMenuBaseItem.ImageURL = (string)__tagHelperAttribute_4.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
                        __Syncfusion_JavaScript_Models_RadialMenuBaseItem.Text = (string)__tagHelperAttribute_5.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                        __Syncfusion_JavaScript_Models_RadialMenuBaseItem.Click = (string)__tagHelperAttribute_6.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
#line 32 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RadialMenu\Default.cshtml"
                        __Syncfusion_JavaScript_Models_RadialMenuBaseItem.Enabled = true;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("enabled", __Syncfusion_JavaScript_Models_RadialMenuBaseItem.Enabled, 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(2886, 18, true);
                        WriteLiteral("\r\n                ");
                        EndContext();
                        BeginContext(2904, 180, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-radial-menu-item", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "bfc9c65a10144d939cd9890587ad3edd", async() => {
                            BeginContext(3021, 42, true);
                            WriteLiteral("\r\n                    \r\n\r\n                ");
                            EndContext();
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_RadialMenuBaseItem = CreateTagHelper <global::Syncfusion.JavaScript.Models.RadialMenuBaseItem>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_RadialMenuBaseItem);
                        __Syncfusion_JavaScript_Models_RadialMenuBaseItem.ImageURL = (string)__tagHelperAttribute_7.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
                        __Syncfusion_JavaScript_Models_RadialMenuBaseItem.Text = (string)__tagHelperAttribute_8.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8);
                        __Syncfusion_JavaScript_Models_RadialMenuBaseItem.Click = (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(3084, 18, true);
                        WriteLiteral("\r\n                ");
                        EndContext();
                        BeginContext(3102, 156, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-radial-menu-item", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "f65fcf07f90c4f579a2162914f7449b6", async() => {
                            BeginContext(3217, 20, true);
                            WriteLiteral("\r\n\r\n                ");
                            EndContext();
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_RadialMenuBaseItem = CreateTagHelper <global::Syncfusion.JavaScript.Models.RadialMenuBaseItem>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_RadialMenuBaseItem);
                        __Syncfusion_JavaScript_Models_RadialMenuBaseItem.ImageURL = (string)__tagHelperAttribute_10.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_10);
                        __Syncfusion_JavaScript_Models_RadialMenuBaseItem.Text = (string)__tagHelperAttribute_11.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_11);
                        __Syncfusion_JavaScript_Models_RadialMenuBaseItem.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(3258, 18, true);
                        WriteLiteral("\r\n                ");
                        EndContext();
                        BeginContext(3276, 156, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-radial-menu-item", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "443b74dc2fd847fd8f3f83af47dfbeab", async() => {
                            BeginContext(3391, 20, true);
                            WriteLiteral("\r\n\r\n                ");
                            EndContext();
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_RadialMenuBaseItem = CreateTagHelper <global::Syncfusion.JavaScript.Models.RadialMenuBaseItem>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_RadialMenuBaseItem);
                        __Syncfusion_JavaScript_Models_RadialMenuBaseItem.ImageURL = (string)__tagHelperAttribute_13.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_13);
                        __Syncfusion_JavaScript_Models_RadialMenuBaseItem.Text = (string)__tagHelperAttribute_14.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_14);
                        __Syncfusion_JavaScript_Models_RadialMenuBaseItem.Click = (string)__tagHelperAttribute_15.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_15);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(3432, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_RadialMenuItem = CreateTagHelper <global::Syncfusion.JavaScript.Models.RadialMenuItem>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_RadialMenuItem);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(3468, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_RadialMenuProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.RadialMenuProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_RadialMenuProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_16);
                __Syncfusion_JavaScript_Models_RadialMenuProperties.ImageClass = (string)__tagHelperAttribute_17.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_17);
#line 30 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RadialMenu\Default.cshtml"
                __Syncfusion_JavaScript_Models_RadialMenuProperties.AutoOpen = false;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("auto-open", __Syncfusion_JavaScript_Models_RadialMenuProperties.AutoOpen, 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(3495, 2931, true);
                WriteLiteral(@"
    </div>
    <script type=""text/javascript"">
        var rteObj, rteEle = $(""#rteSample1""), radialEle = $('#defaultradialmenu'), action = 0, forRedo = 0;
        $(function () {
            if (!(ej.browserInfo().name == ""msie"" && ej.browserInfo().version < 9)) {
                $(""#radialtarget1"").parent().css(""position"", ""relative"");
            }
            else {
                $(""#contentDiv"").html(""Radial Menu is only supported from Internet Explorer Versioned 9 and above."").css({ ""font-size"": ""20px"", ""color"": ""red"" });
            }
            $(window).resize(function () {
                if (ej.isMobile() && ej.isPortrait())
                    $('#defaultradialmenu').css({ ""left"": 25 })
            });
        });
        function rteCreate(e) {
            rteObj = this;
        }
        function radialShow(e) {
            var target = $(""#radialtarget1""), radialRadius = 150, radialDiameter = 2 * radialRadius,
            // To get Iframe positions
                ifra");
                WriteLiteral(@"meY = e.event.clientY, iframeX = e.event.clientX,
            // To set Radial Menu position within target
                x = iframeX > target.width() - radialRadius ? target.width() - radialDiameter : (iframeX > radialRadius ? iframeX - radialRadius : 0),
                y = iframeY > target.height() - radialRadius ? target.height() - radialDiameter : (iframeY > radialRadius ? iframeY - radialRadius : 0);
            radialEle.ejRadialMenu(""setPosition"", x, y);
            $('iframe').contents().find('body').blur();
        }
        function rteChange(e) {
            radialEle.ejRadialMenu(""enableItem"", ""Undo"");
        }
        function bold(e) {
            rteObj.executeCommand(""bold"");
            data = rteObj._getSelectedHtmlString() ? true : false;
            if (data) action += 1;
            forRedo = action;
        }
        function italic(e) {
            rteObj.executeCommand(""italic"");
            data = rteObj._getSelectedHtmlString() ? true : false;
            if (da");
                WriteLiteral(@"ta) action += 1;
            forRedo = action;
        }
        function undo(e) {
            rteObj.executeCommand(""undo"");
            action -= 1;
            if (action == 0)
                radialEle.ejRadialMenu(""disableItem"", ""Undo"");
            radialEle.ejRadialMenu(""enableItem"", ""Redo"");
        }
        function redo(e) {
            rteObj.executeCommand(""redo"");
            action += 1;
            if (forRedo == action)
                radialEle.ejRadialMenu(""disableItem"", ""Redo"");
            radialEle.ejRadialMenu(""enableItem"", ""Undo"");
        }
    </script>



    <style type=""text/css"" class=""cssStyles"">
        .e-radialmenu .imageclass {
            background-image: url(""//mvc.syncfusion.com/demos/web/Images/RadialMenu/settings.png"");
        }
		div#rteSample1_wrapper {
		width: 100% !important;
		}
    </style>

");
                EndContext();
            }
                          );
        }
        #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\Methods.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, 84, true);
                WriteLiteral("<span class=\"sampleName\">Essential Studio for JavaScript : RTE\r\n    / Methods</span>");
                EndContext();
            }
                          );
            DefineSection("ControlsSection", async() => {
                BeginContext(260, 5, true);
                WriteLiteral("\r\n   ");
                EndContext();
                BeginContext(265, 1542, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-rte", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "8b3c4b6747334f77872bd3da85a097d6", async() => {
                    BeginContext(352, 9, true);
                    WriteLiteral("\r\n       ");
                    EndContext();
                    BeginContext(361, 1431, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-content-template", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "6e58af77e28a43b3ab907cc11dd8dbc8", async() => {
                        BeginContext(381, 1390, 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 , Actio");
                        WriteLiteral(@"n 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(1792, 6, true);
                    WriteLiteral("\r\n    ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_RTEproperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.RTEproperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_RTEproperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
                __Syncfusion_JavaScript_Models_RTEproperties.Width = (string)__tagHelperAttribute_1.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                __Syncfusion_JavaScript_Models_RTEproperties.Height = (string)__tagHelperAttribute_2.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
#line 7 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\Methods.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_3.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1807, 8, true);
                WriteLiteral("\r\n    \r\n");
                EndContext();
            }
                          );
            DefineSection("PropertiesSection", async() => {
                BeginContext(1845, 144, true);
                WriteLiteral("\r\n    <div class=\"row\">\r\n        <div class=\"col-md-3\">\r\n            Get Html Text\r\n        </div>\r\n        <div class=\"col-md-3\">\r\n            ");
                EndContext();
                BeginContext(1989, 83, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-button", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "c46113caee754b8ca4017aa70c58e2b8", async() => {
                }
                                                                            );
                __Syncfusion_JavaScript_Models_ButtonProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.ButtonProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_ButtonProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_4);
                __Syncfusion_JavaScript_Models_ButtonProperties.Width = (string)__tagHelperAttribute_5.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                __Syncfusion_JavaScript_Models_ButtonProperties.Text = (string)__tagHelperAttribute_6.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
                __Syncfusion_JavaScript_Models_ButtonProperties.Click = (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(2072, 168, true);
                WriteLiteral(" \r\n        </div>\r\n    </div>\r\n    <div class=\"row\">\r\n        <div class=\"col-md-3\">\r\n            Get Text\r\n        </div>\r\n        <div class=\"col-md-3\">\r\n            ");
                EndContext();
                BeginContext(2240, 74, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-button", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "13e78bb1eb9c448a9d7b395c363cde05", async() => {
                }
                                                                            );
                __Syncfusion_JavaScript_Models_ButtonProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.ButtonProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_ButtonProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_8);
                __Syncfusion_JavaScript_Models_ButtonProperties.Width = (string)__tagHelperAttribute_5.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                __Syncfusion_JavaScript_Models_ButtonProperties.Text = (string)__tagHelperAttribute_9.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9);
                __Syncfusion_JavaScript_Models_ButtonProperties.Click = (string)__tagHelperAttribute_10.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_10);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(2314, 172, true);
                WriteLiteral(" \r\n        </div>\r\n    </div>\r\n    <div class=\"row\">\r\n        <div class=\"col-md-3\">\r\n            Execute Bold\r\n        </div>\r\n        <div class=\"col-md-3\">\r\n            ");
                EndContext();
                BeginContext(2486, 76, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-button", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "dafe5ff0c0834709846d4a1b01819d88", async() => {
                }
                                                                            );
                __Syncfusion_JavaScript_Models_ButtonProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.ButtonProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_ButtonProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_11);
                __Syncfusion_JavaScript_Models_ButtonProperties.Width = (string)__tagHelperAttribute_5.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                __Syncfusion_JavaScript_Models_ButtonProperties.Text = (string)__tagHelperAttribute_12.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_12);
                __Syncfusion_JavaScript_Models_ButtonProperties.Click = (string)__tagHelperAttribute_13.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_13);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(2562, 174, true);
                WriteLiteral(" \r\n        </div>\r\n    </div>\r\n    <div class=\"row\">\r\n        <div class=\"col-md-3\">\r\n            Command Status\r\n        </div>\r\n        <div class=\"col-md-3\">\r\n            ");
                EndContext();
                BeginContext(2736, 85, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-button", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "e608d796f2434fa0a1cdaea800a4a5cf", async() => {
                }
                                                                            );
                __Syncfusion_JavaScript_Models_ButtonProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.ButtonProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_ButtonProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_14);
                __Syncfusion_JavaScript_Models_ButtonProperties.Width = (string)__tagHelperAttribute_5.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                __Syncfusion_JavaScript_Models_ButtonProperties.Text = (string)__tagHelperAttribute_15.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_15);
                __Syncfusion_JavaScript_Models_ButtonProperties.Click = (string)__tagHelperAttribute_16.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_16);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(2821, 149, true);
                WriteLiteral(" \r\n        </div>\r\n    </div>\r\n\r\n<div class=\"row\">\r\n    <div class=\"col-md-3\">\r\n        Select all \r\n    </div>\r\n    <div class=\"col-md-3\">\r\n        ");
                EndContext();
                BeginContext(2970, 80, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-button", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "ded0a7b5f846437da1261656a6df2746", async() => {
                }
                                                                            );
                __Syncfusion_JavaScript_Models_ButtonProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.ButtonProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_ButtonProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_17);
                __Syncfusion_JavaScript_Models_ButtonProperties.Width = (string)__tagHelperAttribute_5.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                __Syncfusion_JavaScript_Models_ButtonProperties.Text = (string)__tagHelperAttribute_18.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_18);
                __Syncfusion_JavaScript_Models_ButtonProperties.Click = (string)__tagHelperAttribute_19.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_19);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(3050, 140, true);
                WriteLiteral(" \r\n    </div>\r\n</div>\r\n<div class=\"row\">\r\n    <div class=\"col-md-3\">\r\n        Select Range\r\n    </div>\r\n    <div class=\"col-md-3\">\r\n        ");
                EndContext();
                BeginContext(3190, 86, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-button", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "1ec5732fc54e4190bfab86dc1c98b1e6", async() => {
                }
                                                                            );
                __Syncfusion_JavaScript_Models_ButtonProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.ButtonProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_ButtonProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_20);
                __Syncfusion_JavaScript_Models_ButtonProperties.Width = (string)__tagHelperAttribute_5.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                __Syncfusion_JavaScript_Models_ButtonProperties.Text = (string)__tagHelperAttribute_21.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_21);
                __Syncfusion_JavaScript_Models_ButtonProperties.Click = (string)__tagHelperAttribute_22.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_22);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(3276, 141, true);
                WriteLiteral(" \r\n    </div>\r\n</div>\r\n<div class=\"row\">\r\n    <div class=\"col-md-3\">\r\n        Paste Content\r\n    </div>\r\n    <div class=\"col-md-3\">\r\n        ");
                EndContext();
                BeginContext(3417, 82, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-button", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "e00ac0cc2ecf49268d3b8ad0fc9c27fb", async() => {
                }
                                                                            );
                __Syncfusion_JavaScript_Models_ButtonProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.ButtonProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_ButtonProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_23);
                __Syncfusion_JavaScript_Models_ButtonProperties.Width = (string)__tagHelperAttribute_5.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                __Syncfusion_JavaScript_Models_ButtonProperties.Text = (string)__tagHelperAttribute_24.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_24);
                __Syncfusion_JavaScript_Models_ButtonProperties.Click = (string)__tagHelperAttribute_25.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_25);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(3499, 143, true);
                WriteLiteral(" \r\n    </div>\r\n</div>\r\n<div class=\"row\">\r\n    <div class=\"col-md-3\">\r\n        Destroy/Restore\r\n    </div>\r\n    <div class=\"col-md-3\">\r\n        ");
                EndContext();
                BeginContext(3642, 103, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-toggle-button", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "a4ff1deba9cc449e8d989c7e031723ad", async() => {
                }
                                                                            );
                __Syncfusion_JavaScript_Models_ToggleButtonProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.ToggleButtonProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_ToggleButtonProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_26);
                __Syncfusion_JavaScript_Models_ToggleButtonProperties.ActiveText = (string)__tagHelperAttribute_27.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_27);
                __Syncfusion_JavaScript_Models_ToggleButtonProperties.DefaultText = (string)__tagHelperAttribute_28.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_28);
                __Syncfusion_JavaScript_Models_ToggleButtonProperties.Change = (string)__tagHelperAttribute_29.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_29);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(3745, 23, true);
                WriteLiteral(" \r\n    </div>\r\n</div>\r\n");
                EndContext();
            }
                          );
            DefineSection("ScriptSection", async() => {
                BeginContext(3794, 1895, true);
                WriteLiteral(@"
    <script>
        var rte;
        $(function () {
            rte = $(""#rteSample"").data(""ejRTE"");
        });
        function ongetHtmlString() {
            if (rte)
                alert(rte.getHtml());
        }
        function ongetText() {
            if (rte)
                alert(rte.getText());
        }
        function onexec() {
            if (rte)
                rte.executeCommand(""bold"", true);
        }
        function oncmdStatus() {
            alert(rte.getCommandStatus(""bold""));
        }
        function onSelectAll() {
		if(!ej.isNullOrUndefined(rte))
            rte.selectAll();
        }
        function onSeletcRange() {
		if(!ej.isNullOrUndefined(rte)){
            var range = rte.createRange();
            var liTag = rte.getDocument().getElementsByTagName(""li"");
            if (!rte._isIE8()) {
                range.setStart(liTag[2], 1);
                range.setEnd(liTag[4], 0);
            }
            else {
                range = rt");
                WriteLiteral(@"e.getDocument().body.createTextRange()
                range.moveToElementText(liTag[3]);
            }
            rte.selectRange(range);
        }
		}
        function onPasteContent() {
		if(!ej.isNullOrUndefined(rte)){
            select = rte.getSelectedHtml();
            rte.pasteContent(""<p style='background-color:yellow;color:skyblue'> "" + select + "" </p>"");
        }
        }
        function onDestroyRestore(args) {
            if (args.isChecked) {
                rte.destroy();
                rte = null;
            }
            else {
                $(""#rteSample"").ejRTE({ width: ""100%"", height: ""350"", minWidth: ""20px"",isResponsive:true });
                rte = $(""#rteSample"").data(""ejRTE"");
            }
        }
        $(document).ready(function () { $(""#sampleProperties"").ejPropertiesPanel(); });
    </script>
");
                EndContext();
            }
                          );
        }
예제 #6
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\KeyboardNavigation.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, 62, true);
                WriteLiteral("\r\n    <span class=\"sampleName\">RTE / KeyboardNavigation</span>");
                EndContext();
            }
                          );
            DefineSection("ControlsSection", async() => {
                BeginContext(238, 7, true);
                WriteLiteral(" \r\n    ");
                EndContext();
                BeginContext(245, 1559, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-rte", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "d5ba327a7f444e599678f3a4cb71ea84", async() => {
                    BeginContext(329, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(339, 1450, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-content-template", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "06268c99cda949889de309af59525f63", async() => {
                        BeginContext(359, 1409, 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 infor");
                        WriteLiteral(@"mation , 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(1789, 6, true);
                    WriteLiteral("\r\n    ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_RTEproperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.RTEproperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_RTEproperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
                __Syncfusion_JavaScript_Models_RTEproperties.Width = (string)__tagHelperAttribute_1.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                __Syncfusion_JavaScript_Models_RTEproperties.Height = (string)__tagHelperAttribute_2.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
#line 7 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\KeyboardNavigation.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_3.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1804, 9, true);
                WriteLiteral("\r\n     \r\n");
                EndContext();
            }
                          );
            DefineSection("PropertiesSection", async() => {
                BeginContext(1843, 2053, true);
                WriteLiteral(@"
    <div class=""row"">
        <div class=""col-md-3"">
            Alt + j
        </div>
        <div class=""col-md-3"">
            Focuses the control.
        </div>
    </div>
    <div class=""row"">
        <div class=""col-md-3"">
            Alt + Ctrl + t
        </div>
        <div class=""col-md-3"">
            Focuses the toolbar.
        </div>
    </div>
    <div class=""row"">
        <div class=""col-md-3"">
            Right
        </div>
        <div class=""col-md-3"">
            Selected next item.
        </div>
    </div>
    <div class=""row"">
        <div class=""col-md-3"">
            Left
        </div>
        <div class=""col-md-3"">
            Selected previous item.
        </div>
    </div>
    <div class=""row"">
        <div class=""col-md-3"">
            Ctrl + b
        </div>
        <div class=""col-md-3"">
            Bold selected text.
        </div>
    </div>
    <div class=""row"">
        <div class=""col-md-3"">
            Ctrl + i
        </d");
                WriteLiteral(@"iv>
        <div class=""col-md-3"">
            Italic selected text.
        </div>
    </div>
    <div class=""row"">
        <div class=""col-md-3"">
            Ctrl + u
        </div>
        <div class=""col-md-3"">
            Underline selected text.
        </div>
    </div>
    <div class=""row"">
        <div class=""col-md-3"">
            Ctrl + l
        </div>
        <div class=""col-md-3"">
            Text align left.
        </div>
    </div>
    <div class=""row"">
        <div class=""col-md-3"">
            Ctrl + e
        </div>
        <div class=""col-md-3"">
            Text align center.
        </div>
    </div>
    <div class=""row"">
        <div class=""col-md-3"">
            Ctrl + r
        </div>
        <div class=""col-md-3"">
            Text align right.
        </div>
    </div>
    <div class=""row"">
        <div class=""col-md-3"">
            Ctrl + j
        </div>
        <div class=""col-md-3"">
            Text align justify.
        </div>
    </d");
                WriteLiteral("iv>\r\n");
                EndContext();
            }
                          );
            DefineSection("ScriptSection", async() => {
                BeginContext(3922, 850, true);
                WriteLiteral(@"
    <script>
        //Control focus key
        $(document).on(""keydown"", function (e) {
            if (e.altKey && e.keyCode === 74) { // j- key code.
                var rte = $(""#rteKey"").data(""ejRTE"");
                rte.focus();
            }
            else if (e.altKey && e.ctrlKey && e.keyCode === 84) { // Alt + T
                e.preventDefault();
                $(""#rteKey_toolbar"").focus();
            }
        });
        $(document).ready(function () {
            $(""#sampleProperties"").ejPropertiesPanel();
            $(""#rteKey_Iframe"").contents().keydown(function (e) {
                if (e.altKey && e.ctrlKey && e.keyCode === 84) { // Alt + T
                    e.preventDefault();
                    $(""#rteKey_toolbar"").focus();
                }
            });
        });

    </script>
");
                EndContext();
            }
                          );
        }
        #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\Events.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, 50, true);
                WriteLiteral("\r\n    <span class=\"sampleName\">RTE / Events</span>");
                EndContext();
            }
                          );
            DefineSection("ControlsSection", async() => {
                BeginContext(226, 7, true);
                WriteLiteral(" \r\n    ");
                EndContext();
                BeginContext(233, 1668, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-rte", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "25bf5e2618c24e10a76512a7b83fac6e", async() => {
                    BeginContext(426, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(436, 1450, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-content-template", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "2608a0a2ea01426aaa5b57286d1d79ec", async() => {
                        BeginContext(456, 1409, 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 infor");
                        WriteLiteral(@"mation , 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(1886, 6, true);
                    WriteLiteral("\r\n    ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_RTEproperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.RTEproperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_RTEproperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
                __Syncfusion_JavaScript_Models_RTEproperties.Width = (string)__tagHelperAttribute_1.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
#line 7 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\Events.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_2.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
                __Syncfusion_JavaScript_Models_RTEproperties.Create = (string)__tagHelperAttribute_3.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
                __Syncfusion_JavaScript_Models_RTEproperties.PreRender = (string)__tagHelperAttribute_4.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
                __Syncfusion_JavaScript_Models_RTEproperties.Change = (string)__tagHelperAttribute_5.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                __Syncfusion_JavaScript_Models_RTEproperties.Keydown = (string)__tagHelperAttribute_6.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
                __Syncfusion_JavaScript_Models_RTEproperties.Keyup = (string)__tagHelperAttribute_7.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
                __Syncfusion_JavaScript_Models_RTEproperties.Execute = (string)__tagHelperAttribute_8.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1901, 8, true);
                WriteLiteral("\r\n    \r\n");
                EndContext();
            }
                          );
            BeginContext(1912, 152, true);
            WriteLiteral("<div id=\"rteTarget\">\r\n    <ul>\r\n        <li>change</li>\r\n        <li>keydown</li>\r\n        <li>keyup</li>\r\n        <li>execute</li>\r\n    </ul>\r\n</div>\r\n");
            EndContext();
            DefineSection("EventsDropdown", async() => {
                BeginContext(2088, 6, true);
                WriteLiteral("\r\n    ");
                EndContext();
                BeginContext(2094, 155, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-drop-down-list", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "23811915849a4cc69a57a9c00ec5464d", async() => {
                }
                                                                            );
                __Syncfusion_JavaScript_Models_DropDownListProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.DropDownListProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_DropDownListProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_9);
                __Syncfusion_JavaScript_Models_DropDownListProperties.TargetID = (string)__tagHelperAttribute_10.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_10);
#line 40 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\Events.cshtml"
                __Syncfusion_JavaScript_Models_DropDownListProperties.ShowCheckbox = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("show-checkbox", __Syncfusion_JavaScript_Models_DropDownListProperties.ShowCheckbox, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 40 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\Events.cshtml"
                __Syncfusion_JavaScript_Models_DropDownListProperties.CheckAll = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("check-all", __Syncfusion_JavaScript_Models_DropDownListProperties.CheckAll, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __Syncfusion_JavaScript_Models_DropDownListProperties.Change = (string)__tagHelperAttribute_11.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_11);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(2249, 6, true);
                WriteLiteral("\r\n    ");
                EndContext();
            }
                          );
            DefineSection("ScriptSection", async() => {
                BeginContext(2281, 1832, true);
                WriteLiteral(@"
    <script>
        var rteObj;
        function evtpropscheckedevent(args) {
            rteObj = $(""#rteSample"").data(""ejRTE"");
            if (args.isChecked) {
                switch (args.selectedText) {
                    case ""create"": rteObj.option(args.selectedText, ""onCreate""); break;
                    case ""prerender"": rteObj.option(args.selectedText, ""onPreRender""); break;
                    case ""keydown"": rteObj.option(args.selectedText, ""onKeydown""); break;
                    case ""execute"": rteObj.option(args.selectedText, ""onExecute""); break;
                    case ""keyup"": rteObj.option(args.selectedText, ""onKeyup""); break;
                    case ""change"": rteObj.option(args.selectedText, ""onChange""); break;
                }
            }
            else rteObj.option(args.selectedText, null);
        }

        function onCreate(args) {
            jQuery.addEventLog(""RTE has been <span class='eventTitle'>created</span>."");
        }
        function onPreR");
                WriteLiteral(@"ender(args) {
            jQuery.addEventLog(""RTE <span class='eventTitle'>onPreRender</span> has been triggered."");
        }
        function onChange(args) {
            jQuery.addEventLog(""RTE value has been <span class='eventTitle'>changed</span>."");
        }

        function onKeydown(args) {
            jQuery.addEventLog(""<span class='eventTitle'>Keydown</span> event is fired."");
        }

        function onKeyup(args) {
            jQuery.addEventLog(""<span class='eventTitle'>Keyup</span> event is fired."");
        }

        function onExecute(args) {
            jQuery.addEventLog(args.commandName + "" command has been <span class='eventTitle'>Executed</span>"");
        }

        function onClear() {
            jQuery.clearEventLog();
        }
    </script>
");
                EndContext();
            }
                          );
            DefineSection("StyleSection", async() => {
                BeginContext(4138, 127, true);
                WriteLiteral("\r\n    <style>\r\n        .cols-sample-area, .cols-prop-area.event-tracer {\r\n            height: 422px;\r\n        }\r\n    </style>\r\n");
                EndContext();
            }
                          );
        }
예제 #8
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\Localization.cshtml"
                WriteAttributeValue("", 51, Url.Content("~/Scripts/cultures/ej.culture.en-US.min.js"), 51, 58, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(110, 23, true);
                WriteLiteral("></script>\r\n    <script");
                EndContext();
                BeginWriteAttribute("src", " src=\"", 133, "\"", 197, 1);
#line 3 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\Localization.cshtml"
                WriteAttributeValue("", 139, Url.Content("~/Scripts/cultures/ej.culture.de-DE.min.js"), 139, 58, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(198, 23, true);
                WriteLiteral("></script>\r\n    <script");
                EndContext();
                BeginWriteAttribute("src", " src=\"", 221, "\"", 285, 1);
#line 4 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\Localization.cshtml"
                WriteAttributeValue("", 227, Url.Content("~/Scripts/cultures/ej.culture.es-ES.min.js"), 227, 58, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(286, 12, true);
                WriteLiteral("></script>\r\n");
                EndContext();
            }
                          );
            DefineSection("SampleHeading", async() => {
                BeginContext(324, 56, true);
                WriteLiteral("\r\n    <span class=\"sampleName\">RTE / Localization</span>");
                EndContext();
            }
                          );
            DefineSection("ControlsSection", async() => {
                BeginContext(408, 6, true);
                WriteLiteral("\r\n    ");
                EndContext();
                BeginContext(414, 1562, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-rte", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "5b0c4d3b36e34760bef3e4eb2a5c7660", async() => {
                    BeginContext(501, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(511, 1450, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-content-template", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "b496394124954478b0f889a3856a4ded", async() => {
                        BeginContext(531, 1409, 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 infor");
                        WriteLiteral(@"mation , 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(1961, 6, true);
                    WriteLiteral("\r\n    ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_RTEproperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.RTEproperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_RTEproperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
                __Syncfusion_JavaScript_Models_RTEproperties.Width = (string)__tagHelperAttribute_1.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                __Syncfusion_JavaScript_Models_RTEproperties.Height = (string)__tagHelperAttribute_2.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
#line 9 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\Localization.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_3.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1976, 8, true);
                WriteLiteral("\r\n    \r\n");
                EndContext();
            }
                          );
            BeginContext(1987, 123, true);
            WriteLiteral("<div id=\"rteTarget\">\r\n    <ul>\r\n        <li>en-US</li>\r\n        <li>de-DE</li>\r\n        <li>es-ES</li>\r\n    </ul>\r\n</div>\r\n");
            EndContext();
            DefineSection("PropertiesSection", async() => {
                BeginContext(2137, 148, true);
                WriteLiteral("\r\n    <div class=\"row\">\r\n        <div class=\"col-md-3\">\r\n            Selection culture\r\n        </div>\r\n        <div class=\"col-md-3\">\r\n            ");
                EndContext();
                BeginContext(2285, 130, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-drop-down-list", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "8eaba66e6bb34d63b333c50b5e5c45ac", async() => {
                }
                                                                            );
                __Syncfusion_JavaScript_Models_DropDownListProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.DropDownListProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_DropDownListProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_4);
                __Syncfusion_JavaScript_Models_DropDownListProperties.TargetID = (string)__tagHelperAttribute_5.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                __Syncfusion_JavaScript_Models_DropDownListProperties.Width = (string)__tagHelperAttribute_6.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
#line 46 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\Localization.cshtml"
                __Syncfusion_JavaScript_Models_DropDownListProperties.SelectedItemIndex = 0;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("selected-item-index", __Syncfusion_JavaScript_Models_DropDownListProperties.SelectedItemIndex, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __Syncfusion_JavaScript_Models_DropDownListProperties.Change = (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(2415, 32, true);
                WriteLiteral("\r\n          </div>\r\n    </div>\r\n");
                EndContext();
            }
                          );
            DefineSection("ScriptSection", async() => {
                BeginContext(2473, 11795, true);
                WriteLiteral(@"
    <script>
        ej.RTE.Locale[""de-DE""] = {
            bold: ""fett"",
            italic: ""kursiv"",
            underline: ""unterstreichen"",
            strikethrough: ""Durchgestrichen"",
            superscript: ""Überschrift"",
            subscript: ""Index"",
            justifyCenter: ""Text-Zentrum"",
            justifyLeft: ""Ausrichten von Text links"",
            justifyRight: ""Ausrichten von Text rechts"",
            justifyFull: ""rechtfertigen"",
            fileBrowser: ""Datei-Browser"",
            unorderedList: ""Legen Sie ungeordnete Liste"",
            orderedList: ""Geordnete Liste einfügen"",
            indent: ""Einzug"",
            outdent: ""Einzug verkleinern"",
			cut: ""schneiden"",
			copy: ""Kopieren"",
			paste: ""Paste"",
            undo: ""lösen"",
            redo: ""Wiederherstellen"",
			upperCase: ""Großbuchstaben"",
			lowerCase: ""Kleinbuchstaben"",
            clearAll: ""Alles"",
            clearFormat: ""Klar Format"",
            createLink: ""Einfügen / Hyperlink Bear");
                WriteLiteral(@"beiten"",
			removeLink:""fjern Hyperlink"",
			tableProperties: ""Tabelleneigenschaften"",
			insertTable: ""Einfügen"",
			deleteTables: ""Löschen"",
			imageProperties: ""Bildeigenschaften"",
			openLink: ""Verbindung öffnen"",
            image: ""Bild einfügen"",
            video: ""Legen Video"",
            embedVideo: ""Fügen Sie den Embed-Code unten"",
            viewHtml: ""Blick HTML"",
			fontName: ""Wählen Sie Schriftfamilie"",
			fontSize: ""Wählen Sie Schriftgröße"",
			fontColor: ""Wählen Sie die Farbe"",
            format: ""Format"",
			backgroundColor: ""Hintergrundfarbe"",
			style: ""Styles"",
            deleteAlert: ""Sind Sie sicher, dass Sie alle Inhalte löschen?"",
			copyAlert: ""Ihr Browser unterstützt leider keinen direkten Zugriff auf die Zwischenablage. Bitte verwenden Sie die Ctrl + C -Tastatur statt Kopiervorgang Verknüpfung ."",
			pasteAlert:""Ihr Browser unterstützt leider keinen direkten Zugriff auf die Zwischenablage. Bitte verwenden Sie die Ctrl + V Tastenkombination statt Einfügen."",
");
                WriteLiteral(@"			cutAlert:""Ihr Browser unterstützt leider keinen direkten Zugriff auf die Zwischenablage. Bitte verwenden Sie die Ctrl + X Tastenkombination statt Schneidevorgang."",
            videoError: ""Der Textbereich darf nicht leer sein"",
            imageWebUrl: ""Webadresse"",
            imageAltText: ""Bildbeschreibung"",
            dimensions: ""Größe"",
            constrainProportions: ""Proportionen"",
            linkWebUrl: ""Webadresse"",
            linkText: ""Text"",
            linkTooltipLabel: ""Tooltip"",
            html5Support: ""Dieses Werkzeug-Symbol nur in HTML5 aktiviert unterstützten Browser"",
            linkOpenInNewWindow: ""Link in einem neuen Fenster"",
            tableColumns: ""Spalten"",
            tableRows: ""Zeilen"",
            solid: ""solide"",
            dashed: ""gestippelde"",
            dotted: ""stippel"",
            doubled: ""dubbele"",
            buttonApply: ""toepassen"",
            buttonCancel: ""annuleren"",
            closeIcon: ""dicht"",
            tableWidth: ""Tis");
                WriteLiteral(@"chbreite"",
            tableHeight: ""Tischhöhe"",
            tableCellSpacing: ""Zellenabstand"",
            tableCellPadding: ""Zellauffüllung"",
            tableBorder: ""Grenze"",
            tableCaption: ""Beschriftung"",
            tableAlignment: ""Ausrichtung"",
            dialogUpdate: ""Aktualisierung"",
            dialogInsert: ""einfügen"",
            dialogCancel: ""stornieren"",
            dialogOk: ""Ok"",
            createTable: ""Tabelle erstellen"",
            addColumnLeft: ""Spalte links hinzufügen"",
            addColumnRight: ""In Spalte auf der rechten"",
            addRowAbove: ""Zeile hinzufügen oben"",
            addRowBelow: ""Zeile hinzufügen unten"",
            deleteRow: ""Löschen Sie die Zeile"",
            deleteColumn: ""Löschen Sie die Spalte"",
            deleteTable: ""Löschen Sie die Tabelle"",
			insertTable:""Einfügen"",
            customTable: ""von benutzerdefinierten Tabelle"",
            characters: ""Charaktere"",
            dialogApply: ""anwenden"",
            tex");
                WriteLiteral(@"tAlign: ""Text ausrichten"",
            imageLink: ""Bild als Link zu"",
            imageBorder: ""Bild Rand"",
            imageStyle: ""Stil"",
            editTable: ""Tabelle Eigenschaften bearbeiten"",
			words: ""Wörter"",
            general: ""allgemein"",
            advanced: ""fortgeschritten"",
            table: ""Tisch"",
            row: ""Reihe"",
            column: ""Spalte"",
            cell: ""Zelle"",
			maximize:""Maximieren"",
		    resize: ""Minimieren"",
			swatches: ""Farbfelder"",
			paragraph:""Absatz"",
		    quotation:""Zitat"",
		    heading1:""Kopf 1"",
		    heading2:""Kopf 2"",
		    heading3:""Kopf 3"",
		    heading4:""Kopf 4"",
		    heading5:""Kopf 5"",
		    heading6:""Kopf 6"",
			disc:""Scheibe"",
		    circle:""Kreis"",
		    square:""Platz"",
		    number:""Anzahl"",
		    loweralpha:""Lower Alpha"",
		    upperalpha:""Ober Alpha"",
		    lowerroman:""Lower Roman"",
		    upperroman:""Ober Roman"",
		    none:""Keine"",
			linkTooltip:""ctrl + Klick Link zu folgen"",
			charSpace: ""Zeichen (mit L"            );
                WriteLiteral(@"eerzeichen )"",
			charNoSpace: ""Zeichen (ohne Leerzeichen)"",
			wordCount: ""Wortzahl"",
			right:""Recht"",
			left:""links"",
			center:""Center"",			
			FindAndReplace:""Suchen und Ersetzen"",
			Find:""Finden"",
			MatchCase:""Kleinschreibung"",
			WholeWord:""Ganze Welt"",	
			ReplaceWith:""Ersetzen mit"",		
			Replace:""Ersetzen"",
			ReplaceAll:""Alles ersetzen"",
			FindErrorMsg:""Konnte den angegebenen Wort gefunden ."",
			customFontColor:""Mehr Farben..."",
		    customBGColor:""Mehr Farben..."",
			TransBGColor:""Transparent"",
			w:""W"",
		    c:""C""
			
        };

        ej.RTE.Locale[""es-ES""] = {
            bold: ""audaz"",
            italic: ""itálico"",
            underline: ""subrayar"",
            strikethrough: ""Tachado"",
            superscript: ""sobrescrito"",
            subscript: ""subíndice"",
            justifyCenter: ""Centrar texto"",
            justifyLeft: ""Alinear texto a la izquierda"",
            justifyRight: ""Alinear texto a la derecha"",
            justifyFull: ""justificar"",
");
                WriteLiteral(@"
            fileBrowser: ""archivo Browser"",
            unorderedList: ""Inserte lista desordenada"",
            orderedList: ""Insertar lista ordenada"",
            indent: ""muesca"",
            solid: ""solida"",
            dashed: ""frauditaj"",
            dotted: ""punktita"",
            doubled: ""duobla"",
            closeIcon: ""Fermi"",
            buttonApply: ""apliki"",
            buttonCancel: ""nuligi"",
            outdent: ""reducir sangría"",
			cut: ""Cortar"",
			copy: ""Copia"",
			paste: ""Pegar"",
            undo: ""deshacer"",
            redo: ""rehacer"",
			upperCase: ""Mayúscula"",
			lowerCase: ""Minúscula"",
            clearAll: ""Borrar todo"",
            clearFormat: ""Claro Formato"",
            createLink: ""Insertar / Editar hipervínculo"",
			removeLink:""quitar hipervínculo"",
			tableProperties: ""Propiedades de la tabla"",
			insertTable: ""Insertar"",
			deleteTables: ""Borrar"",
			imageProperties: ""Propiedades de la imagen"",
			openLink: ""Abrir hipervínculo"",
            image:");
                WriteLiteral(@" ""insertar una imagen"",
            video: ""insertar vídeo"",
            embedVideo: ""Pegue su código de inserción por debajo de"",
            viewHtml: ""Ver HTML"",			
			fontName: ""Seleccione familia de fuentes"",
			fontSize: ""Seleccione el tamaño del texto"",
			fontColor: ""Seleccionar el color"",
            format: ""formato"",
			backgroundColor: ""Color de fondo"",
			style: ""estilos"",
            deleteAlert: ""¿Está seguro que desea borrar todo el contenido?"",
			copyAlert: ""Su navegador no es compatible con el acceso directo al portapapeles. Utilice el teclado Ctrl + C atajo en lugar de operación de copia ."",
			pasteAlert:""Su navegador no es compatible con el acceso directo al portapapeles. Por favor, use la combinación de teclas Ctrl + V en lugar de operación de pegado "",
			cutAlert:""Su navegador no es compatible con el acceso directo al portapapeles. Utilice el Ctrl + X combinación de teclas en lugar de la operación de corte ."",
            copyPastAlert: ""Your browser doesn't support dire");
                WriteLiteral(@"ct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead."",
            videoError: ""El área de texto no puede estar vacío"",
            imageWebUrl: ""Dirección web"",
            imageAltText: ""Descripción"",
            dimensions: ""dimensiones"",
            constrainProportions: ""Restringir proporciones"",
            linkWebUrl: ""Dirección web"",
            linkText: ""texto"",
            linkTooltipLabel: ""ToolTip"",
            html5Support: ""Este icono de la herramienta sólo disponible en HTML5 apoyó navegadores"",
            linkOpenInNewWindow: ""Abrir enlace en una nueva ventana"",
            tableColumns: ""No. de Columnas"",
            tableRows: ""Numero de Filas"",
            tableWidth: ""ancho de la mesa"",
            tableHeight: ""altura de la mesa"",
            tableCellSpacing: ""El espaciado"",
            tableCellPadding: ""Relleno"",
            tableBorder: ""frontera"",
            tableCaption: ""subtítulo"",
            tableAlignment: ""alineación"",
      ");
                WriteLiteral(@"      dialogUpdate: ""actualización"",
            dialogInsert: ""insertar"",
            dialogCancel: ""cancelar"",
            dialogOk: ""bueno"",
            createTable: ""Crear una tabla"",
            addColumnLeft: ""Añadir la columna de la izquierda"",
            addColumnRight: ""Añadir columna a la derecha"",
            addRowAbove: ""Añadir fila encima"",
            addRowBelow: ""Añadir fila abajo"",
            deleteRow: ""Elimine la fila"",
            deleteColumn: ""Eliminar la columna"",
            deleteTable: ""Eliminar la tabla"",
			insertTable:""Insertar"",
            customTable: ""Crear una tabla personalizada"",
            characters: ""Personajes"",
            dialogApply: ""aplicar"",
            textAlign: ""Texto Alinear"",
            imageLink: ""Imagen como Enlace"",
            imageBorder: ""Imagen de fronteras"",
            imageStyle: ""Estilo"",
            editTable: ""Editar las propiedades de la tabla"",
			words: ""palabras"",
            general: ""corriente"",
            advan");
                WriteLiteral(@"ced: ""avanzada"",
            table: ""tabla"",
            row: ""fila"",
            column: ""columna"",
            cell: ""célula"",
			maximize:""Maximizar"",
		    resize: ""Minimizar"",
			swatches: ""Muestras"",
			paragraph:""acápite"",
		    quotation:""cita"",
		    heading1:""título 1"",
		    heading2:""título 2"",
		    heading3:""título 3"",
		    heading4:""título 4"",
		    heading5:""título 5"",
		    heading6:""título 6"",
			disc:""Disco"",
		    circle:""Círculo"",
		    square:""Cuadrado"",
		    number:""Número"",
		    loweralpha:""Baja Alfa"",
		    upperalpha:""Alta Alfa"",
		    lowerroman:""Baja romano"",
		    upperroman:""Alta romano"",
		    none:""Ninguna"",
			linkTooltip:""ctrl + clic para seguir el enlace"",
			charSpace: ""Caracteres (con espacios)"",
			charNoSpace: ""Caracteres (sin espacios)"",
			wordCount: ""El recuento de palabras"",
			right:""derecho"",
			left:""izquierda"",
			center:""centrar"",						
			FindAndReplace:""Buscar y reemplazar"",
			Find:""Encontrar"",
			MatchCase:""Coincidencia"","            );
                WriteLiteral(@"
			WholeWord:""Palabra completa"",	
			ReplaceWith:""Remplazar con"",		
			Replace:""Reemplazar"",
			ReplaceAll:""Reemplaza todo"",
			FindErrorMsg:""No se pudo encontrar la palabra especificada ."",
			customFontColor:""Mas colores..."",
		    customBGColor:""Mas colores..."",
			TransBGColor:""transparente"",
			w:""W"",
		    c:""C""
        };

        function onChange(args) {
            $(""#rteSample"").ejRTE(""model.locale"", args.selectedText);
        }
        $(""#sampleProperties"").ejPropertiesPanel();
    </script>
");
                EndContext();
            }
                          );
        }
예제 #9
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, 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\Methods.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, 84, true);
                WriteLiteral("<span class=\"sampleName\">Essential Studio for JavaScript : RTE\r\n    / Methods</span>");
                EndContext();
            }
                          );
            DefineSection("ControlsSection", async() => {
                BeginContext(260, 5, true);
                WriteLiteral("\r\n   ");
                EndContext();
                BeginContext(265, 1542, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-rte", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e309f71df81246be9118302b925266b2", async() => {
                    BeginContext(352, 9, true);
                    WriteLiteral("\r\n       ");
                    EndContext();
                    BeginContext(361, 1431, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-content-template", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "994ec87c6cb947bfbdb9359d9a91766a", async() => {
                        BeginContext(381, 1390, 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 , Actio");
                        WriteLiteral(@"n 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(1792, 6, true);
                    WriteLiteral("\r\n    ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_RTEproperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.RTEproperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_RTEproperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
                __Syncfusion_JavaScript_Models_RTEproperties.Width = (string)__tagHelperAttribute_1.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                __Syncfusion_JavaScript_Models_RTEproperties.Height = (string)__tagHelperAttribute_2.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
#line 7 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\Methods.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_3.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1807, 8, true);
                WriteLiteral("\r\n    \r\n");
                EndContext();
            }
                          );
            DefineSection("PropertiesSection", async() => {
                BeginContext(1845, 144, true);
                WriteLiteral("\r\n    <div class=\"row\">\r\n        <div class=\"col-md-3\">\r\n            Get Html Text\r\n        </div>\r\n        <div class=\"col-md-3\">\r\n            ");
                EndContext();
                BeginContext(1989, 83, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-button", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "11b20b7ecbe447bdb9b4d9a0ea0a0d64", async() => {
                }
                                                                            );
                __Syncfusion_JavaScript_Models_ButtonProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.ButtonProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_ButtonProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_4);
                __Syncfusion_JavaScript_Models_ButtonProperties.Width = (string)__tagHelperAttribute_5.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                __Syncfusion_JavaScript_Models_ButtonProperties.Text = (string)__tagHelperAttribute_6.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
                __Syncfusion_JavaScript_Models_ButtonProperties.Click = (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(2072, 168, true);
                WriteLiteral(" \r\n        </div>\r\n    </div>\r\n    <div class=\"row\">\r\n        <div class=\"col-md-3\">\r\n            Get Text\r\n        </div>\r\n        <div class=\"col-md-3\">\r\n            ");
                EndContext();
                BeginContext(2240, 74, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-button", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "065c91b4203a44d68c0cf1d8c5bbeffc", async() => {
                }
                                                                            );
                __Syncfusion_JavaScript_Models_ButtonProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.ButtonProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_ButtonProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_8);
                __Syncfusion_JavaScript_Models_ButtonProperties.Width = (string)__tagHelperAttribute_5.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                __Syncfusion_JavaScript_Models_ButtonProperties.Text = (string)__tagHelperAttribute_9.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9);
                __Syncfusion_JavaScript_Models_ButtonProperties.Click = (string)__tagHelperAttribute_10.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_10);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(2314, 172, true);
                WriteLiteral(" \r\n        </div>\r\n    </div>\r\n    <div class=\"row\">\r\n        <div class=\"col-md-3\">\r\n            Execute Bold\r\n        </div>\r\n        <div class=\"col-md-3\">\r\n            ");
                EndContext();
                BeginContext(2486, 76, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-button", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "4187c73803a24a30956cf94108560609", async() => {
                }
                                                                            );
                __Syncfusion_JavaScript_Models_ButtonProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.ButtonProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_ButtonProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_11);
                __Syncfusion_JavaScript_Models_ButtonProperties.Width = (string)__tagHelperAttribute_5.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                __Syncfusion_JavaScript_Models_ButtonProperties.Text = (string)__tagHelperAttribute_12.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_12);
                __Syncfusion_JavaScript_Models_ButtonProperties.Click = (string)__tagHelperAttribute_13.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_13);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(2562, 174, true);
                WriteLiteral(" \r\n        </div>\r\n    </div>\r\n    <div class=\"row\">\r\n        <div class=\"col-md-3\">\r\n            Command Status\r\n        </div>\r\n        <div class=\"col-md-3\">\r\n            ");
                EndContext();
                BeginContext(2736, 85, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-button", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "0a4e45ed04264e688c897332b8d3b0f3", async() => {
                }
                                                                            );
                __Syncfusion_JavaScript_Models_ButtonProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.ButtonProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_ButtonProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_14);
                __Syncfusion_JavaScript_Models_ButtonProperties.Width = (string)__tagHelperAttribute_5.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                __Syncfusion_JavaScript_Models_ButtonProperties.Text = (string)__tagHelperAttribute_15.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_15);
                __Syncfusion_JavaScript_Models_ButtonProperties.Click = (string)__tagHelperAttribute_16.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_16);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(2821, 149, true);
                WriteLiteral(" \r\n        </div>\r\n    </div>\r\n\r\n<div class=\"row\">\r\n    <div class=\"col-md-3\">\r\n        Select all \r\n    </div>\r\n    <div class=\"col-md-3\">\r\n        ");
                EndContext();
                BeginContext(2970, 80, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-button", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "adb17d1023624ae1812c43c1f83c3706", async() => {
                }
                                                                            );
                __Syncfusion_JavaScript_Models_ButtonProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.ButtonProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_ButtonProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_17);
                __Syncfusion_JavaScript_Models_ButtonProperties.Width = (string)__tagHelperAttribute_5.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                __Syncfusion_JavaScript_Models_ButtonProperties.Text = (string)__tagHelperAttribute_18.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_18);
                __Syncfusion_JavaScript_Models_ButtonProperties.Click = (string)__tagHelperAttribute_19.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_19);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(3050, 140, true);
                WriteLiteral(" \r\n    </div>\r\n</div>\r\n<div class=\"row\">\r\n    <div class=\"col-md-3\">\r\n        Select Range\r\n    </div>\r\n    <div class=\"col-md-3\">\r\n        ");
                EndContext();
                BeginContext(3190, 86, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-button", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "cc2ab2ed6da34ee8aa7def41d74b8e60", async() => {
                }
                                                                            );
                __Syncfusion_JavaScript_Models_ButtonProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.ButtonProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_ButtonProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_20);
                __Syncfusion_JavaScript_Models_ButtonProperties.Width = (string)__tagHelperAttribute_5.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                __Syncfusion_JavaScript_Models_ButtonProperties.Text = (string)__tagHelperAttribute_21.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_21);
                __Syncfusion_JavaScript_Models_ButtonProperties.Click = (string)__tagHelperAttribute_22.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_22);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(3276, 141, true);
                WriteLiteral(" \r\n    </div>\r\n</div>\r\n<div class=\"row\">\r\n    <div class=\"col-md-3\">\r\n        Paste Content\r\n    </div>\r\n    <div class=\"col-md-3\">\r\n        ");
                EndContext();
                BeginContext(3417, 82, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-button", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "40f92efa91834492b85dac83e737ab13", async() => {
                }
                                                                            );
                __Syncfusion_JavaScript_Models_ButtonProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.ButtonProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_ButtonProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_23);
                __Syncfusion_JavaScript_Models_ButtonProperties.Width = (string)__tagHelperAttribute_5.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                __Syncfusion_JavaScript_Models_ButtonProperties.Text = (string)__tagHelperAttribute_24.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_24);
                __Syncfusion_JavaScript_Models_ButtonProperties.Click = (string)__tagHelperAttribute_25.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_25);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(3499, 143, true);
                WriteLiteral(" \r\n    </div>\r\n</div>\r\n<div class=\"row\">\r\n    <div class=\"col-md-3\">\r\n        Destroy/Restore\r\n    </div>\r\n    <div class=\"col-md-3\">\r\n        ");
                EndContext();
                BeginContext(3642, 103, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-toggle-button", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "a7e7cc343ae540e2b3431f326ce89e63", async() => {
                }
                                                                            );
                __Syncfusion_JavaScript_Models_ToggleButtonProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.ToggleButtonProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_ToggleButtonProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_26);
                __Syncfusion_JavaScript_Models_ToggleButtonProperties.ActiveText = (string)__tagHelperAttribute_27.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_27);
                __Syncfusion_JavaScript_Models_ToggleButtonProperties.DefaultText = (string)__tagHelperAttribute_28.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_28);
                __Syncfusion_JavaScript_Models_ToggleButtonProperties.Change = (string)__tagHelperAttribute_29.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_29);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(3745, 23, true);
                WriteLiteral(" \r\n    </div>\r\n</div>\r\n");
                EndContext();
            }
                          );
            DefineSection("ScriptSection", async() => {
                BeginContext(3794, 1895, true);
                WriteLiteral(@"
    <script>
        var rte;
        $(function () {
            rte = $(""#rteSample"").data(""ejRTE"");
        });
        function ongetHtmlString() {
            if (rte)
                alert(rte.getHtml());
        }
        function ongetText() {
            if (rte)
                alert(rte.getText());
        }
        function onexec() {
            if (rte)
                rte.executeCommand(""bold"", true);
        }
        function oncmdStatus() {
            alert(rte.getCommandStatus(""bold""));
        }
        function onSelectAll() {
		if(!ej.isNullOrUndefined(rte))
            rte.selectAll();
        }
        function onSeletcRange() {
		if(!ej.isNullOrUndefined(rte)){
            var range = rte.createRange();
            var liTag = rte.getDocument().getElementsByTagName(""li"");
            if (!rte._isIE8()) {
                range.setStart(liTag[2], 1);
                range.setEnd(liTag[4], 0);
            }
            else {
                range = rt");
                WriteLiteral(@"e.getDocument().body.createTextRange()
                range.moveToElementText(liTag[3]);
            }
            rte.selectRange(range);
        }
		}
        function onPasteContent() {
		if(!ej.isNullOrUndefined(rte)){
            select = rte.getSelectedHtml();
            rte.pasteContent(""<p style='background-color:yellow;color:skyblue'> "" + select + "" </p>"");
        }
        }
        function onDestroyRestore(args) {
            if (args.isChecked) {
                rte.destroy();
                rte = null;
            }
            else {
                $(""#rteSample"").ejRTE({ width: ""100%"", height: ""350"", minWidth: ""20px"",isResponsive:true });
                rte = $(""#rteSample"").data(""ejRTE"");
            }
        }
        $(document).ready(function () { $(""#sampleProperties"").ejPropertiesPanel(); });
    </script>
");
                EndContext();
            }
                          );
        }
예제 #11
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\Rtl.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, 47, true);
                WriteLiteral("\r\n    <span class=\"sampleName\">RTE / Rtl</span>");
                EndContext();
            }
                          );
            DefineSection("ControlsSection", async() => {
                BeginContext(223, 6, true);
                WriteLiteral("\r\n    ");
                EndContext();
                BeginContext(229, 1577, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-rte", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e2bc387968f94930a82146311b5d050a", async() => {
                    BeginContext(331, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(341, 1450, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-content-template", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "67f5fabbc48d4361adb3e54b1953991b", async() => {
                        BeginContext(361, 1409, 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 infor");
                        WriteLiteral(@"mation , 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(1791, 6, true);
                    WriteLiteral("\r\n    ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_RTEproperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.RTEproperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_RTEproperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
                __Syncfusion_JavaScript_Models_RTEproperties.Width = (string)__tagHelperAttribute_1.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                __Syncfusion_JavaScript_Models_RTEproperties.Height = (string)__tagHelperAttribute_2.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
#line 7 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\Rtl.cshtml"
                __Syncfusion_JavaScript_Models_RTEproperties.EnableRTL = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("enable-rtl", __Syncfusion_JavaScript_Models_RTEproperties.EnableRTL, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 7 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\RTE\Rtl.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_3.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1806, 3, true);
                WriteLiteral(" \r\n");
                EndContext();
            }
                          );
        }
예제 #12
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();
            }
                          );
        }