Update 20231515
This commit is contained in:
Binary file not shown.
@@ -1,119 +1,131 @@
|
||||
#pragma checksum "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Account\Login.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "00d030fffd3b246b14f405f3a57a4704d5160220"
|
||||
// <auto-generated/>
|
||||
#pragma warning disable 1591
|
||||
[assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspNetCore.Views_Account_Login), @"mvc.1.0.view", @"/Views/Account/Login.cshtml")]
|
||||
namespace AspNetCore
|
||||
{
|
||||
#line hidden
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.AspNetCore.Mvc.Rendering;
|
||||
using Microsoft.AspNetCore.Mvc.ViewFeatures;
|
||||
#nullable restore
|
||||
#line 1 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\_ViewImports.cshtml"
|
||||
using APP;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
#line 2 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\_ViewImports.cshtml"
|
||||
using APP.Models;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
#line 1 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Account\Login.cshtml"
|
||||
using BWPMModels;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
#line 3 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Account\Login.cshtml"
|
||||
using APP.Utils;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
#line 4 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Account\Login.cshtml"
|
||||
using Syncfusion.EJ2;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"00d030fffd3b246b14f405f3a57a4704d5160220", @"/Views/Account/Login.cshtml")]
|
||||
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"c3015f221c992201c00806ad714a8948081299b9", @"/Views/_ViewImports.cshtml")]
|
||||
public class Views_Account_Login : global::Microsoft.AspNetCore.Mvc.Razor.RazorPage<LoginViewModel>
|
||||
{
|
||||
#pragma warning disable 1998
|
||||
public async override global::System.Threading.Tasks.Task ExecuteAsync()
|
||||
{
|
||||
WriteLiteral("<!--");
|
||||
#nullable restore
|
||||
#line 5 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Account\Login.cshtml"
|
||||
|
||||
//Layout = "~/Views/Shared/_Layout.cshtml";
|
||||
var Modalanimation = new Syncfusion.EJ2.Popups.DialogAnimationSettings { Effect = Syncfusion.EJ2.Popups.DialogEffect.None };
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
WriteLiteral("-->\r\n");
|
||||
WriteLiteral(@"
|
||||
|
||||
<!--<div id=""logreg-forms"">
|
||||
<form class=""form-signin"" method=""post"" asp-action=""Login"">
|
||||
<h1 class=""h3 mb-3 font-weight-normal"" style=""text-align: center""> Sign in</h1>
|
||||
<div class=""social-login"">
|
||||
<button class=""btn facebook-btn social-btn"" type=""button""><span><i class=""fab fa-facebook-f""></i> Sign in with Facebook</span> </button>
|
||||
<button class=""btn google-btn social-btn"" type=""button""><span><i class=""fab fa-google-plus-g""></i> Sign in with Google+</span> </button>
|
||||
</div>
|
||||
<p style=""text-align:center""> OR </p>
|
||||
<div class=""red-msg"">");
|
||||
#nullable restore
|
||||
#line 60 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Account\Login.cshtml"
|
||||
Write(Html.ValidationSummary(false));
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
WriteLiteral(@"</div>
|
||||
<input type=""email"" asp-for=""Email"" id=""inputEmail"" class=""form-control"" placeholder=""Email address"" autofocus="""">
|
||||
<span class=""red-msg"" asp-validation-for=""Email""></span>
|
||||
|
||||
<input type=""password"" asp-for=""Password"" id=""inputPassword"" class=""form-control"" placeholder=""Password"">
|
||||
<span class=""red-msg"" asp-validation-for=""Password""></span>
|
||||
|
||||
<button class=""btn btn-success btn-block"" type=""submit""><i class=""fas fa-sign-in-alt""></i> Sign in</button>
|
||||
<a href=""#"" id=""forgot_pswd"">Forgot password?</a>
|
||||
<hr>
|
||||
<p>Don't have an account!</p>
|
||||
<button class=""btn btn-primary btn-block"" type=""button"" id=""btn-signup""><i class=""fas fa-user-plus""></i> Sign up New Account</button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
||||
<script src=""~/lib/jquery-validation/dist/jquery.validate.js""></script>
|
||||
<script src=""~/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js""></script>-->
|
||||
");
|
||||
}
|
||||
#pragma warning restore 1998
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider ModelExpressionProvider { get; private set; }
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.IUrlHelper Url { get; private set; }
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.IViewComponentHelper Component { get; private set; }
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper Json { get; private set; }
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<LoginViewModel> Html { get; private set; }
|
||||
}
|
||||
}
|
||||
#pragma warning restore 1591
|
||||
#pragma checksum "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Account\Login.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "00d030fffd3b246b14f405f3a57a4704d5160220"
|
||||
// <auto-generated/>
|
||||
#pragma warning disable 1591
|
||||
[assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspNetCore.Views_Account_Login), @"mvc.1.0.view", @"/Views/Account/Login.cshtml")]
|
||||
namespace AspNetCore
|
||||
{
|
||||
#line hidden
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.AspNetCore.Mvc.Rendering;
|
||||
using Microsoft.AspNetCore.Mvc.ViewFeatures;
|
||||
#nullable restore
|
||||
#line 1 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\_ViewImports.cshtml"
|
||||
using APP;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
#line 2 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\_ViewImports.cshtml"
|
||||
using APP.Models;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
#line 1 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Account\Login.cshtml"
|
||||
using BWPMModels;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
#line 3 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Account\Login.cshtml"
|
||||
using APP.Utils;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
#line 4 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Account\Login.cshtml"
|
||||
using Syncfusion.EJ2;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"00d030fffd3b246b14f405f3a57a4704d5160220", @"/Views/Account/Login.cshtml")]
|
||||
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"c3015f221c992201c00806ad714a8948081299b9", @"/Views/_ViewImports.cshtml")]
|
||||
#nullable restore
|
||||
public class Views_Account_Login : global::Microsoft.AspNetCore.Mvc.Razor.RazorPage<LoginViewModel>
|
||||
#nullable disable
|
||||
{
|
||||
#pragma warning disable 1998
|
||||
public async override global::System.Threading.Tasks.Task ExecuteAsync()
|
||||
{
|
||||
WriteLiteral("<!--");
|
||||
#nullable restore
|
||||
#line 5 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Account\Login.cshtml"
|
||||
|
||||
//Layout = "~/Views/Shared/_Layout.cshtml";
|
||||
var Modalanimation = new Syncfusion.EJ2.Popups.DialogAnimationSettings { Effect = Syncfusion.EJ2.Popups.DialogEffect.None };
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
WriteLiteral("-->\r\n");
|
||||
WriteLiteral(@"
|
||||
|
||||
<!--<div id=""logreg-forms"">
|
||||
<form class=""form-signin"" method=""post"" asp-action=""Login"">
|
||||
<h1 class=""h3 mb-3 font-weight-normal"" style=""text-align: center""> Sign in</h1>
|
||||
<div class=""social-login"">
|
||||
<button class=""btn facebook-btn social-btn"" type=""button""><span><i class=""fab fa-facebook-f""></i> Sign in with Facebook</span> </button>
|
||||
<button class=""btn google-btn social-btn"" type=""button""><span><i class=""fab fa-google-plus-g""></i> Sign in with Google+</span> </button>
|
||||
</div>
|
||||
<p style=""text-align:center""> OR </p>
|
||||
<div class=""red-msg"">");
|
||||
#nullable restore
|
||||
#line 60 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Account\Login.cshtml"
|
||||
Write(Html.ValidationSummary(false));
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
WriteLiteral(@"</div>
|
||||
<input type=""email"" asp-for=""Email"" id=""inputEmail"" class=""form-control"" placeholder=""Email address"" autofocus="""">
|
||||
<span class=""red-msg"" asp-validation-for=""Email""></span>
|
||||
|
||||
<input type=""password"" asp-for=""Password"" id=""inputPassword"" class=""form-control"" placeholder=""Password"">
|
||||
<span class=""red-msg"" asp-validation-for=""Password""></span>
|
||||
|
||||
<button class=""btn btn-success btn-block"" type=""submit""><i class=""fas fa-sign-in-alt""></i> Sign in</button>
|
||||
<a href=""#"" id=""forgot_pswd"">Forgot password?</a>
|
||||
<hr>
|
||||
<p>Don't have an account!</p>
|
||||
<button class=""btn btn-primary btn-block"" type=""button"" id=""btn-signup""><i class=""fas fa-user-plus""></i> Sign up New Account</button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
||||
<script src=""~/lib/jquery-validation/dist/jquery.validate.js""></script>
|
||||
<script src=""~/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js""></script>-->
|
||||
");
|
||||
}
|
||||
#pragma warning restore 1998
|
||||
#nullable restore
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider ModelExpressionProvider { get; private set; } = default!;
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.IUrlHelper Url { get; private set; } = default!;
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.IViewComponentHelper Component { get; private set; } = default!;
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper Json { get; private set; } = default!;
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<LoginViewModel> Html { get; private set; } = default!;
|
||||
#nullable disable
|
||||
}
|
||||
}
|
||||
#pragma warning restore 1591
|
||||
|
||||
@@ -1,134 +1,146 @@
|
||||
#pragma checksum "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Account\Welcome.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "16afe38e331f740a7654bbebcacb1f184e61a275"
|
||||
// <auto-generated/>
|
||||
#pragma warning disable 1591
|
||||
[assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspNetCore.Views_Account_Welcome), @"mvc.1.0.razor-page", @"/Views/Account/Welcome.cshtml")]
|
||||
namespace AspNetCore
|
||||
{
|
||||
#line hidden
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.AspNetCore.Mvc.Rendering;
|
||||
using Microsoft.AspNetCore.Mvc.ViewFeatures;
|
||||
#nullable restore
|
||||
#line 1 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\_ViewImports.cshtml"
|
||||
using APP;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
#line 2 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\_ViewImports.cshtml"
|
||||
using APP.Models;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
#line 2 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Account\Welcome.cshtml"
|
||||
using System.Security.Claims;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"16afe38e331f740a7654bbebcacb1f184e61a275", @"/Views/Account/Welcome.cshtml")]
|
||||
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"c3015f221c992201c00806ad714a8948081299b9", @"/Views/_ViewImports.cshtml")]
|
||||
public class Views_Account_Welcome : global::Microsoft.AspNetCore.Mvc.RazorPages.Page
|
||||
{
|
||||
#pragma warning disable 1998
|
||||
public async override global::System.Threading.Tasks.Task ExecuteAsync()
|
||||
{
|
||||
#nullable restore
|
||||
#line 3 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Account\Welcome.cshtml"
|
||||
|
||||
Layout = "~/Views/Shared/_Layout.cshtml";
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
WriteLiteral("gaga\r\n\r\n");
|
||||
#nullable restore
|
||||
#line 8 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Account\Welcome.cshtml"
|
||||
Write(ViewBag.sessionvariable);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
WriteLiteral("\r\n\r\n");
|
||||
#nullable restore
|
||||
#line 10 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Account\Welcome.cshtml"
|
||||
if (User.Identity.IsAuthenticated)
|
||||
{
|
||||
|
||||
ClaimsPrincipal user = User;
|
||||
var claimId = user.Claims.FirstOrDefault(x => x.Type == "Id");
|
||||
var claimEmail = user.Claims.FirstOrDefault(x => x.Type == "Email");
|
||||
var claimDisplayName = user.Claims.FirstOrDefault(x => x.Type == "DisplayName");
|
||||
|
||||
string userId = claimId != null ? claimId.Value : string.Empty; ;
|
||||
string userEmail = claimEmail != null ? claimEmail.Value : string.Empty; ;
|
||||
string userDisplayName = claimDisplayName != null ? claimDisplayName.Value : string.Empty; ;
|
||||
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
WriteLiteral(" <h6> Welcome <b style=\"color: red; font-size: 22px;\">");
|
||||
#nullable restore
|
||||
#line 22 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Account\Welcome.cshtml"
|
||||
Write(User.Identity.Name);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
WriteLiteral("</b></h6>\r\n <ul>\r\n <li>Id : ");
|
||||
#nullable restore
|
||||
#line 24 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Account\Welcome.cshtml"
|
||||
Write(userId);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
WriteLiteral("</li>\r\n <li>Email : ");
|
||||
#nullable restore
|
||||
#line 25 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Account\Welcome.cshtml"
|
||||
Write(userEmail);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
WriteLiteral("</li>\r\n <li>Display name : ");
|
||||
#nullable restore
|
||||
#line 26 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Account\Welcome.cshtml"
|
||||
Write(userDisplayName);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
WriteLiteral("</li>\r\n </ul>\r\n <p>\r\n <a href=\"/employee/logout\" style=\"text-decoration: underline;\">Logout</a>\r\n </p>\r\n");
|
||||
#nullable restore
|
||||
#line 31 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Account\Welcome.cshtml"
|
||||
}
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
}
|
||||
#pragma warning restore 1998
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider ModelExpressionProvider { get; private set; }
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.IUrlHelper Url { get; private set; }
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.IViewComponentHelper Component { get; private set; }
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper Json { get; private set; }
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<Views_Account_Welcome> Html { get; private set; }
|
||||
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<Views_Account_Welcome> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<Views_Account_Welcome>)PageContext?.ViewData;
|
||||
public Views_Account_Welcome Model => ViewData.Model;
|
||||
}
|
||||
}
|
||||
#pragma warning restore 1591
|
||||
#pragma checksum "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Account\Welcome.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "16afe38e331f740a7654bbebcacb1f184e61a275"
|
||||
// <auto-generated/>
|
||||
#pragma warning disable 1591
|
||||
[assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspNetCore.Views_Account_Welcome), @"mvc.1.0.razor-page", @"/Views/Account/Welcome.cshtml")]
|
||||
namespace AspNetCore
|
||||
{
|
||||
#line hidden
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.AspNetCore.Mvc.Rendering;
|
||||
using Microsoft.AspNetCore.Mvc.ViewFeatures;
|
||||
#nullable restore
|
||||
#line 1 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\_ViewImports.cshtml"
|
||||
using APP;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
#line 2 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\_ViewImports.cshtml"
|
||||
using APP.Models;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
#line 2 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Account\Welcome.cshtml"
|
||||
using System.Security.Claims;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"16afe38e331f740a7654bbebcacb1f184e61a275", @"/Views/Account/Welcome.cshtml")]
|
||||
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"c3015f221c992201c00806ad714a8948081299b9", @"/Views/_ViewImports.cshtml")]
|
||||
#nullable restore
|
||||
public class Views_Account_Welcome : global::Microsoft.AspNetCore.Mvc.RazorPages.Page
|
||||
#nullable disable
|
||||
{
|
||||
#pragma warning disable 1998
|
||||
public async override global::System.Threading.Tasks.Task ExecuteAsync()
|
||||
{
|
||||
#nullable restore
|
||||
#line 3 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Account\Welcome.cshtml"
|
||||
|
||||
Layout = "~/Views/Shared/_Layout.cshtml";
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
WriteLiteral("gaga\r\n\r\n");
|
||||
#nullable restore
|
||||
#line 8 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Account\Welcome.cshtml"
|
||||
Write(ViewBag.sessionvariable);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
WriteLiteral("\r\n\r\n");
|
||||
#nullable restore
|
||||
#line 10 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Account\Welcome.cshtml"
|
||||
if (User.Identity.IsAuthenticated)
|
||||
{
|
||||
|
||||
ClaimsPrincipal user = User;
|
||||
var claimId = user.Claims.FirstOrDefault(x => x.Type == "Id");
|
||||
var claimEmail = user.Claims.FirstOrDefault(x => x.Type == "Email");
|
||||
var claimDisplayName = user.Claims.FirstOrDefault(x => x.Type == "DisplayName");
|
||||
|
||||
string userId = claimId != null ? claimId.Value : string.Empty; ;
|
||||
string userEmail = claimEmail != null ? claimEmail.Value : string.Empty; ;
|
||||
string userDisplayName = claimDisplayName != null ? claimDisplayName.Value : string.Empty; ;
|
||||
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
WriteLiteral(" <h6> Welcome <b style=\"color: red; font-size: 22px;\">");
|
||||
#nullable restore
|
||||
#line 22 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Account\Welcome.cshtml"
|
||||
Write(User.Identity.Name);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
WriteLiteral("</b></h6>\r\n <ul>\r\n <li>Id : ");
|
||||
#nullable restore
|
||||
#line 24 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Account\Welcome.cshtml"
|
||||
Write(userId);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
WriteLiteral("</li>\r\n <li>Email : ");
|
||||
#nullable restore
|
||||
#line 25 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Account\Welcome.cshtml"
|
||||
Write(userEmail);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
WriteLiteral("</li>\r\n <li>Display name : ");
|
||||
#nullable restore
|
||||
#line 26 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Account\Welcome.cshtml"
|
||||
Write(userDisplayName);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
WriteLiteral("</li>\r\n </ul>\r\n <p>\r\n <a href=\"/employee/logout\" style=\"text-decoration: underline;\">Logout</a>\r\n </p>\r\n");
|
||||
#nullable restore
|
||||
#line 31 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Account\Welcome.cshtml"
|
||||
}
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
}
|
||||
#pragma warning restore 1998
|
||||
#nullable restore
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider ModelExpressionProvider { get; private set; } = default!;
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.IUrlHelper Url { get; private set; } = default!;
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.IViewComponentHelper Component { get; private set; } = default!;
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper Json { get; private set; } = default!;
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<Views_Account_Welcome> Html { get; private set; } = default!;
|
||||
#nullable disable
|
||||
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<Views_Account_Welcome> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<Views_Account_Welcome>)PageContext?.ViewData;
|
||||
public Views_Account_Welcome Model => ViewData.Model;
|
||||
}
|
||||
}
|
||||
#pragma warning restore 1591
|
||||
|
||||
@@ -1,28 +1,28 @@
|
||||
#pragma checksum "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Demo\Index.razor" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "e2f4496dfe0723a323db3a7bad7deb33dd5866a3"
|
||||
// <auto-generated/>
|
||||
#pragma warning disable 1591
|
||||
namespace APP.Views.Demo
|
||||
{
|
||||
#line hidden
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.AspNetCore.Components;
|
||||
public partial class Index : Microsoft.AspNetCore.Components.ComponentBase
|
||||
{
|
||||
#pragma warning disable 1998
|
||||
protected override void BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder)
|
||||
{
|
||||
__builder.AddMarkupContent(0, "<h3>Demo</h3>\r\n");
|
||||
__builder.OpenComponent<Microsoft.AspNetCore.Components.Authorization.AuthorizeView>(1);
|
||||
__builder.AddAttribute(2, "Authorized", (Microsoft.AspNetCore.Components.RenderFragment<Microsoft.AspNetCore.Components.Authorization.AuthenticationState>)((context) => (__builder2) => {
|
||||
__builder2.AddMarkupContent(3, "\r\n gugus\r\n ");
|
||||
}
|
||||
));
|
||||
__builder.CloseComponent();
|
||||
}
|
||||
#pragma warning restore 1998
|
||||
}
|
||||
}
|
||||
#pragma warning restore 1591
|
||||
#pragma checksum "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Demo\Index.razor" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "e2f4496dfe0723a323db3a7bad7deb33dd5866a3"
|
||||
// <auto-generated/>
|
||||
#pragma warning disable 1591
|
||||
namespace APP.Views.Demo
|
||||
{
|
||||
#line hidden
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.AspNetCore.Components;
|
||||
public partial class Index : Microsoft.AspNetCore.Components.ComponentBase
|
||||
{
|
||||
#pragma warning disable 1998
|
||||
protected override void BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder)
|
||||
{
|
||||
__builder.AddMarkupContent(0, "<h3>Demo</h3>\r\n");
|
||||
__builder.OpenComponent<Microsoft.AspNetCore.Components.Authorization.AuthorizeView>(1);
|
||||
__builder.AddAttribute(2, "Authorized", (Microsoft.AspNetCore.Components.RenderFragment<Microsoft.AspNetCore.Components.Authorization.AuthenticationState>)((context) => (__builder2) => {
|
||||
__builder2.AddMarkupContent(3, "\r\n gugus\r\n ");
|
||||
}
|
||||
));
|
||||
__builder.CloseComponent();
|
||||
}
|
||||
#pragma warning restore 1998
|
||||
}
|
||||
}
|
||||
#pragma warning restore 1591
|
||||
|
||||
@@ -1,289 +1,301 @@
|
||||
#pragma checksum "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Dialog\DialogFeatures.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "4ea554ff163de8ed32681fced9d144d7e7b702c8"
|
||||
// <auto-generated/>
|
||||
#pragma warning disable 1591
|
||||
[assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspNetCore.Views_Dialog_DialogFeatures), @"mvc.1.0.view", @"/Views/Dialog/DialogFeatures.cshtml")]
|
||||
namespace AspNetCore
|
||||
{
|
||||
#line hidden
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.AspNetCore.Mvc.Rendering;
|
||||
using Microsoft.AspNetCore.Mvc.ViewFeatures;
|
||||
#nullable restore
|
||||
#line 1 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\_ViewImports.cshtml"
|
||||
using APP;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
#line 2 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\_ViewImports.cshtml"
|
||||
using APP.Models;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
#line 1 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Dialog\DialogFeatures.cshtml"
|
||||
using Syncfusion.EJ2;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"4ea554ff163de8ed32681fced9d144d7e7b702c8", @"/Views/Dialog/DialogFeatures.cshtml")]
|
||||
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"c3015f221c992201c00806ad714a8948081299b9", @"/Views/_ViewImports.cshtml")]
|
||||
public class Views_Dialog_DialogFeatures : global::Microsoft.AspNetCore.Mvc.Razor.RazorPage<dynamic>
|
||||
{
|
||||
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_0 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("id", "normalbtn", global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_1 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("content", "Open", global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_2 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("click", "dlgButtonClick", global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_3 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("X", "center", global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_4 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("Y", "center", global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_5 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("id", "default_dialog", global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_6 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("width", "500px", global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_7 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("target", "#target", global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_8 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("open", "dialogOpen", global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_9 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("Content", @"<p>In the Succinctly series, Syncfusion created a robust, free library of more than 130 technical e - books formatted for PDF, Kindle, and EPUB.<br> <br>The Succinctly series was born in 2012 out of a desire to provide concise technical e-books for software developers.Each title in the Succinctly series is written by a carefully chosen expert and provides essential content in about 100 pages.</p>", global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_10 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("close", "dialogClose", global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_11 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("header", "About SYNCFUSION succintly series", global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
#line hidden
|
||||
#pragma warning disable 0649
|
||||
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext __tagHelperExecutionContext;
|
||||
#pragma warning restore 0649
|
||||
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner __tagHelperRunner = new global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner();
|
||||
#pragma warning disable 0169
|
||||
private string __tagHelperStringValueBuffer;
|
||||
#pragma warning restore 0169
|
||||
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager __backed__tagHelperScopeManager = null;
|
||||
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager __tagHelperScopeManager
|
||||
{
|
||||
get
|
||||
{
|
||||
if (__backed__tagHelperScopeManager == null)
|
||||
{
|
||||
__backed__tagHelperScopeManager = new global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager(StartTagHelperWritingScope, EndTagHelperWritingScope);
|
||||
}
|
||||
return __backed__tagHelperScopeManager;
|
||||
}
|
||||
}
|
||||
private global::Syncfusion.EJ2.Buttons.Button __Syncfusion_EJ2_Buttons_Button;
|
||||
private global::Syncfusion.EJ2.Popups.Dialog __Syncfusion_EJ2_Popups_Dialog;
|
||||
private global::Syncfusion.EJ2.Popups.DialogButtons __Syncfusion_EJ2_Popups_DialogButtons;
|
||||
private global::Syncfusion.EJ2.Popups.DialogDialogButton __Syncfusion_EJ2_Popups_DialogDialogButton;
|
||||
private global::Syncfusion.EJ2.Popups.DialogPositionData __Syncfusion_EJ2_Popups_DialogPositionData;
|
||||
#pragma warning disable 1998
|
||||
public async override global::System.Threading.Tasks.Task ExecuteAsync()
|
||||
{
|
||||
#nullable restore
|
||||
#line 2 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Dialog\DialogFeatures.cshtml"
|
||||
|
||||
var defaultanimation = new Syncfusion.EJ2.Popups.DialogAnimationSettings { Effect = Syncfusion.EJ2.Popups.DialogEffect.Zoom };
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
#line 5 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Dialog\DialogFeatures.cshtml"
|
||||
|
||||
ViewBag.Title = "Dialog";
|
||||
Layout = "~/Views/Shared/_Layout.cshtml";
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
WriteLiteral(@"<h2>Dialog Features:</h2>
|
||||
<br/>
|
||||
<li> Dialog Samples - Default</li>
|
||||
<li> Position - Center Center</li>
|
||||
<li> Animation - Zoom</li>
|
||||
<li> DialogType - Non-modal</li>
|
||||
<li> RTL</li>
|
||||
<li> Draggable</li>
|
||||
<li> Theme - Bootstrap-Theme</li>
|
||||
<br/>
|
||||
<div id = ""ControlRegion"">
|
||||
<div class=""col-lg-12 control-section"" id=""target"">
|
||||
");
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("ejs-button", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "4ea554ff163de8ed32681fced9d144d7e7b702c88554", async() => {
|
||||
}
|
||||
);
|
||||
__Syncfusion_EJ2_Buttons_Button = CreateTagHelper<global::Syncfusion.EJ2.Buttons.Button>();
|
||||
__tagHelperExecutionContext.Add(__Syncfusion_EJ2_Buttons_Button);
|
||||
__Syncfusion_EJ2_Buttons_Button.Id = (string)__tagHelperAttribute_0.Value;
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
|
||||
__Syncfusion_EJ2_Buttons_Button.Content = (string)__tagHelperAttribute_1.Value;
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
|
||||
await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
|
||||
if (!__tagHelperExecutionContext.Output.IsContentModified)
|
||||
{
|
||||
await __tagHelperExecutionContext.SetOutputContentAsync();
|
||||
}
|
||||
Write(__tagHelperExecutionContext.Output);
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.End();
|
||||
WriteLiteral("\r\n ");
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("ejs-dialog", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "4ea554ff163de8ed32681fced9d144d7e7b702c89774", async() => {
|
||||
WriteLiteral("\r\n ");
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-dialog-buttons", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "4ea554ff163de8ed32681fced9d144d7e7b702c810050", async() => {
|
||||
WriteLiteral("\r\n ");
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-dialog-dialogbutton", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "4ea554ff163de8ed32681fced9d144d7e7b702c810345", async() => {
|
||||
}
|
||||
);
|
||||
__Syncfusion_EJ2_Popups_DialogDialogButton = CreateTagHelper<global::Syncfusion.EJ2.Popups.DialogDialogButton>();
|
||||
__tagHelperExecutionContext.Add(__Syncfusion_EJ2_Popups_DialogDialogButton);
|
||||
#nullable restore
|
||||
#line 30 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Dialog\DialogFeatures.cshtml"
|
||||
__Syncfusion_EJ2_Popups_DialogDialogButton.ButtonModel = ViewBag.button;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute("buttonModel", __Syncfusion_EJ2_Popups_DialogDialogButton.ButtonModel, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
__Syncfusion_EJ2_Popups_DialogDialogButton.Click = (string)__tagHelperAttribute_2.Value;
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
|
||||
await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
|
||||
if (!__tagHelperExecutionContext.Output.IsContentModified)
|
||||
{
|
||||
await __tagHelperExecutionContext.SetOutputContentAsync();
|
||||
}
|
||||
Write(__tagHelperExecutionContext.Output);
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.End();
|
||||
WriteLiteral("\r\n ");
|
||||
}
|
||||
);
|
||||
__Syncfusion_EJ2_Popups_DialogButtons = CreateTagHelper<global::Syncfusion.EJ2.Popups.DialogButtons>();
|
||||
__tagHelperExecutionContext.Add(__Syncfusion_EJ2_Popups_DialogButtons);
|
||||
await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
|
||||
if (!__tagHelperExecutionContext.Output.IsContentModified)
|
||||
{
|
||||
await __tagHelperExecutionContext.SetOutputContentAsync();
|
||||
}
|
||||
Write(__tagHelperExecutionContext.Output);
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.End();
|
||||
WriteLiteral("\r\n ");
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-dialog-position", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "4ea554ff163de8ed32681fced9d144d7e7b702c812745", async() => {
|
||||
}
|
||||
);
|
||||
__Syncfusion_EJ2_Popups_DialogPositionData = CreateTagHelper<global::Syncfusion.EJ2.Popups.DialogPositionData>();
|
||||
__tagHelperExecutionContext.Add(__Syncfusion_EJ2_Popups_DialogPositionData);
|
||||
__Syncfusion_EJ2_Popups_DialogPositionData.X = (string)__tagHelperAttribute_3.Value;
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
|
||||
__Syncfusion_EJ2_Popups_DialogPositionData.Y = (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();
|
||||
WriteLiteral("\r\n ");
|
||||
}
|
||||
);
|
||||
__Syncfusion_EJ2_Popups_Dialog = CreateTagHelper<global::Syncfusion.EJ2.Popups.Dialog>();
|
||||
__tagHelperExecutionContext.Add(__Syncfusion_EJ2_Popups_Dialog);
|
||||
__Syncfusion_EJ2_Popups_Dialog.Id = (string)__tagHelperAttribute_5.Value;
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
|
||||
#nullable restore
|
||||
#line 23 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Dialog\DialogFeatures.cshtml"
|
||||
__Syncfusion_EJ2_Popups_Dialog.AllowDragging = true;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute("allowDragging", __Syncfusion_EJ2_Popups_Dialog.AllowDragging, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
#nullable restore
|
||||
#line 24 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Dialog\DialogFeatures.cshtml"
|
||||
__Syncfusion_EJ2_Popups_Dialog.EnableRtl = true;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute("enableRtl", __Syncfusion_EJ2_Popups_Dialog.EnableRtl, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
#nullable restore
|
||||
#line 25 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Dialog\DialogFeatures.cshtml"
|
||||
__Syncfusion_EJ2_Popups_Dialog.AnimationSettings = defaultanimation;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute("animationSettings", __Syncfusion_EJ2_Popups_Dialog.AnimationSettings, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
__Syncfusion_EJ2_Popups_Dialog.Width = (string)__tagHelperAttribute_6.Value;
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
|
||||
#nullable restore
|
||||
#line 26 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Dialog\DialogFeatures.cshtml"
|
||||
__Syncfusion_EJ2_Popups_Dialog.IsModal = false;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute("isModal", __Syncfusion_EJ2_Popups_Dialog.IsModal, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
__Syncfusion_EJ2_Popups_Dialog.Target = (string)__tagHelperAttribute_7.Value;
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
|
||||
__Syncfusion_EJ2_Popups_Dialog.Open = (string)__tagHelperAttribute_8.Value;
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8);
|
||||
__Syncfusion_EJ2_Popups_Dialog.Content = (string)__tagHelperAttribute_9.Value;
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9);
|
||||
__Syncfusion_EJ2_Popups_Dialog.Close = (string)__tagHelperAttribute_10.Value;
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_10);
|
||||
#nullable restore
|
||||
#line 28 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Dialog\DialogFeatures.cshtml"
|
||||
__Syncfusion_EJ2_Popups_Dialog.ShowCloseIcon = true;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute("showCloseIcon", __Syncfusion_EJ2_Popups_Dialog.ShowCloseIcon, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
__Syncfusion_EJ2_Popups_Dialog.Header = (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();
|
||||
WriteLiteral("\r\n </div>\r\n\t<style>\r\n .control-section {\r\n padding-left: 10px;\r\n min-height: 350px;\r\n height: 100%;\r\n }\r\n ");
|
||||
WriteLiteral(@"@media screen and (min-width: 150px) and (max-width: 480px) {
|
||||
.control-section {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.control-wrapper {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
document.getElementById(""normalbtn"").addEventListener('click', function () {
|
||||
var dialogObj = document.getElementById(""default_dialog"")
|
||||
dialogObj.ej2_instances[0].show();
|
||||
});
|
||||
function dialogClose() {
|
||||
document.getElementById(""normalbtn"").style.display = ""block"";
|
||||
}
|
||||
function dialogOpen() {
|
||||
document.getElementById(""normalbtn"").style.display = ""none"";
|
||||
}
|
||||
function dlgButtonClick() {
|
||||
window.open('https://www.syncfusion.com/company/about-us');
|
||||
}
|
||||
</script>
|
||||
</div>
|
||||
");
|
||||
}
|
||||
#pragma warning restore 1998
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider ModelExpressionProvider { get; private set; }
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.IUrlHelper Url { get; private set; }
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.IViewComponentHelper Component { get; private set; }
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper Json { get; private set; }
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<dynamic> Html { get; private set; }
|
||||
}
|
||||
}
|
||||
#pragma warning restore 1591
|
||||
#pragma checksum "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Dialog\DialogFeatures.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "4ea554ff163de8ed32681fced9d144d7e7b702c8"
|
||||
// <auto-generated/>
|
||||
#pragma warning disable 1591
|
||||
[assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspNetCore.Views_Dialog_DialogFeatures), @"mvc.1.0.view", @"/Views/Dialog/DialogFeatures.cshtml")]
|
||||
namespace AspNetCore
|
||||
{
|
||||
#line hidden
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.AspNetCore.Mvc.Rendering;
|
||||
using Microsoft.AspNetCore.Mvc.ViewFeatures;
|
||||
#nullable restore
|
||||
#line 1 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\_ViewImports.cshtml"
|
||||
using APP;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
#line 2 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\_ViewImports.cshtml"
|
||||
using APP.Models;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
#line 1 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Dialog\DialogFeatures.cshtml"
|
||||
using Syncfusion.EJ2;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"4ea554ff163de8ed32681fced9d144d7e7b702c8", @"/Views/Dialog/DialogFeatures.cshtml")]
|
||||
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"c3015f221c992201c00806ad714a8948081299b9", @"/Views/_ViewImports.cshtml")]
|
||||
#nullable restore
|
||||
public class Views_Dialog_DialogFeatures : global::Microsoft.AspNetCore.Mvc.Razor.RazorPage<dynamic>
|
||||
#nullable disable
|
||||
{
|
||||
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_0 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("id", "normalbtn", global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_1 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("content", "Open", global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_2 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("click", "dlgButtonClick", global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_3 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("X", "center", global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_4 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("Y", "center", global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_5 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("id", "default_dialog", global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_6 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("width", "500px", global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_7 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("target", "#target", global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_8 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("open", "dialogOpen", global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_9 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("Content", @"<p>In the Succinctly series, Syncfusion created a robust, free library of more than 130 technical e - books formatted for PDF, Kindle, and EPUB.<br> <br>The Succinctly series was born in 2012 out of a desire to provide concise technical e-books for software developers.Each title in the Succinctly series is written by a carefully chosen expert and provides essential content in about 100 pages.</p>", global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_10 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("close", "dialogClose", global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_11 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("header", "About SYNCFUSION succintly series", global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
#line hidden
|
||||
#pragma warning disable 0649
|
||||
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext __tagHelperExecutionContext;
|
||||
#pragma warning restore 0649
|
||||
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner __tagHelperRunner = new global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner();
|
||||
#pragma warning disable 0169
|
||||
private string __tagHelperStringValueBuffer;
|
||||
#pragma warning restore 0169
|
||||
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager __backed__tagHelperScopeManager = null;
|
||||
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager __tagHelperScopeManager
|
||||
{
|
||||
get
|
||||
{
|
||||
if (__backed__tagHelperScopeManager == null)
|
||||
{
|
||||
__backed__tagHelperScopeManager = new global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager(StartTagHelperWritingScope, EndTagHelperWritingScope);
|
||||
}
|
||||
return __backed__tagHelperScopeManager;
|
||||
}
|
||||
}
|
||||
private global::Syncfusion.EJ2.Buttons.Button __Syncfusion_EJ2_Buttons_Button;
|
||||
private global::Syncfusion.EJ2.Popups.Dialog __Syncfusion_EJ2_Popups_Dialog;
|
||||
private global::Syncfusion.EJ2.Popups.DialogButtons __Syncfusion_EJ2_Popups_DialogButtons;
|
||||
private global::Syncfusion.EJ2.Popups.DialogDialogButton __Syncfusion_EJ2_Popups_DialogDialogButton;
|
||||
private global::Syncfusion.EJ2.Popups.DialogPositionData __Syncfusion_EJ2_Popups_DialogPositionData;
|
||||
#pragma warning disable 1998
|
||||
public async override global::System.Threading.Tasks.Task ExecuteAsync()
|
||||
{
|
||||
#nullable restore
|
||||
#line 2 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Dialog\DialogFeatures.cshtml"
|
||||
|
||||
var defaultanimation = new Syncfusion.EJ2.Popups.DialogAnimationSettings { Effect = Syncfusion.EJ2.Popups.DialogEffect.Zoom };
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
#line 5 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Dialog\DialogFeatures.cshtml"
|
||||
|
||||
ViewBag.Title = "Dialog";
|
||||
Layout = "~/Views/Shared/_Layout.cshtml";
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
WriteLiteral(@"<h2>Dialog Features:</h2>
|
||||
<br/>
|
||||
<li> Dialog Samples - Default</li>
|
||||
<li> Position - Center Center</li>
|
||||
<li> Animation - Zoom</li>
|
||||
<li> DialogType - Non-modal</li>
|
||||
<li> RTL</li>
|
||||
<li> Draggable</li>
|
||||
<li> Theme - Bootstrap-Theme</li>
|
||||
<br/>
|
||||
<div id = ""ControlRegion"">
|
||||
<div class=""col-lg-12 control-section"" id=""target"">
|
||||
");
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("ejs-button", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "4ea554ff163de8ed32681fced9d144d7e7b702c88600", async() => {
|
||||
}
|
||||
);
|
||||
__Syncfusion_EJ2_Buttons_Button = CreateTagHelper<global::Syncfusion.EJ2.Buttons.Button>();
|
||||
__tagHelperExecutionContext.Add(__Syncfusion_EJ2_Buttons_Button);
|
||||
__Syncfusion_EJ2_Buttons_Button.Id = (string)__tagHelperAttribute_0.Value;
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
|
||||
__Syncfusion_EJ2_Buttons_Button.Content = (string)__tagHelperAttribute_1.Value;
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
|
||||
await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
|
||||
if (!__tagHelperExecutionContext.Output.IsContentModified)
|
||||
{
|
||||
await __tagHelperExecutionContext.SetOutputContentAsync();
|
||||
}
|
||||
Write(__tagHelperExecutionContext.Output);
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.End();
|
||||
WriteLiteral("\r\n ");
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("ejs-dialog", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "4ea554ff163de8ed32681fced9d144d7e7b702c89820", async() => {
|
||||
WriteLiteral("\r\n ");
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-dialog-buttons", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "4ea554ff163de8ed32681fced9d144d7e7b702c810096", async() => {
|
||||
WriteLiteral("\r\n ");
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-dialog-dialogbutton", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "4ea554ff163de8ed32681fced9d144d7e7b702c810391", async() => {
|
||||
}
|
||||
);
|
||||
__Syncfusion_EJ2_Popups_DialogDialogButton = CreateTagHelper<global::Syncfusion.EJ2.Popups.DialogDialogButton>();
|
||||
__tagHelperExecutionContext.Add(__Syncfusion_EJ2_Popups_DialogDialogButton);
|
||||
#nullable restore
|
||||
#line 30 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Dialog\DialogFeatures.cshtml"
|
||||
__Syncfusion_EJ2_Popups_DialogDialogButton.ButtonModel = ViewBag.button;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute("buttonModel", __Syncfusion_EJ2_Popups_DialogDialogButton.ButtonModel, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
__Syncfusion_EJ2_Popups_DialogDialogButton.Click = (string)__tagHelperAttribute_2.Value;
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
|
||||
await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
|
||||
if (!__tagHelperExecutionContext.Output.IsContentModified)
|
||||
{
|
||||
await __tagHelperExecutionContext.SetOutputContentAsync();
|
||||
}
|
||||
Write(__tagHelperExecutionContext.Output);
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.End();
|
||||
WriteLiteral("\r\n ");
|
||||
}
|
||||
);
|
||||
__Syncfusion_EJ2_Popups_DialogButtons = CreateTagHelper<global::Syncfusion.EJ2.Popups.DialogButtons>();
|
||||
__tagHelperExecutionContext.Add(__Syncfusion_EJ2_Popups_DialogButtons);
|
||||
await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
|
||||
if (!__tagHelperExecutionContext.Output.IsContentModified)
|
||||
{
|
||||
await __tagHelperExecutionContext.SetOutputContentAsync();
|
||||
}
|
||||
Write(__tagHelperExecutionContext.Output);
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.End();
|
||||
WriteLiteral("\r\n ");
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-dialog-position", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "4ea554ff163de8ed32681fced9d144d7e7b702c812791", async() => {
|
||||
}
|
||||
);
|
||||
__Syncfusion_EJ2_Popups_DialogPositionData = CreateTagHelper<global::Syncfusion.EJ2.Popups.DialogPositionData>();
|
||||
__tagHelperExecutionContext.Add(__Syncfusion_EJ2_Popups_DialogPositionData);
|
||||
__Syncfusion_EJ2_Popups_DialogPositionData.X = (string)__tagHelperAttribute_3.Value;
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
|
||||
__Syncfusion_EJ2_Popups_DialogPositionData.Y = (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();
|
||||
WriteLiteral("\r\n ");
|
||||
}
|
||||
);
|
||||
__Syncfusion_EJ2_Popups_Dialog = CreateTagHelper<global::Syncfusion.EJ2.Popups.Dialog>();
|
||||
__tagHelperExecutionContext.Add(__Syncfusion_EJ2_Popups_Dialog);
|
||||
__Syncfusion_EJ2_Popups_Dialog.Id = (string)__tagHelperAttribute_5.Value;
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
|
||||
#nullable restore
|
||||
#line 23 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Dialog\DialogFeatures.cshtml"
|
||||
__Syncfusion_EJ2_Popups_Dialog.AllowDragging = true;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute("allowDragging", __Syncfusion_EJ2_Popups_Dialog.AllowDragging, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
#nullable restore
|
||||
#line 24 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Dialog\DialogFeatures.cshtml"
|
||||
__Syncfusion_EJ2_Popups_Dialog.EnableRtl = true;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute("enableRtl", __Syncfusion_EJ2_Popups_Dialog.EnableRtl, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
#nullable restore
|
||||
#line 25 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Dialog\DialogFeatures.cshtml"
|
||||
__Syncfusion_EJ2_Popups_Dialog.AnimationSettings = defaultanimation;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute("animationSettings", __Syncfusion_EJ2_Popups_Dialog.AnimationSettings, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
__Syncfusion_EJ2_Popups_Dialog.Width = (string)__tagHelperAttribute_6.Value;
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
|
||||
#nullable restore
|
||||
#line 26 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Dialog\DialogFeatures.cshtml"
|
||||
__Syncfusion_EJ2_Popups_Dialog.IsModal = false;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute("isModal", __Syncfusion_EJ2_Popups_Dialog.IsModal, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
__Syncfusion_EJ2_Popups_Dialog.Target = (string)__tagHelperAttribute_7.Value;
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
|
||||
__Syncfusion_EJ2_Popups_Dialog.Open = (string)__tagHelperAttribute_8.Value;
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8);
|
||||
__Syncfusion_EJ2_Popups_Dialog.Content = (string)__tagHelperAttribute_9.Value;
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9);
|
||||
__Syncfusion_EJ2_Popups_Dialog.Close = (string)__tagHelperAttribute_10.Value;
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_10);
|
||||
#nullable restore
|
||||
#line 28 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Dialog\DialogFeatures.cshtml"
|
||||
__Syncfusion_EJ2_Popups_Dialog.ShowCloseIcon = true;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute("showCloseIcon", __Syncfusion_EJ2_Popups_Dialog.ShowCloseIcon, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
__Syncfusion_EJ2_Popups_Dialog.Header = (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();
|
||||
WriteLiteral("\r\n </div>\r\n\t<style>\r\n .control-section {\r\n padding-left: 10px;\r\n min-height: 350px;\r\n height: 100%;\r\n }\r\n ");
|
||||
WriteLiteral(@"@media screen and (min-width: 150px) and (max-width: 480px) {
|
||||
.control-section {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.control-wrapper {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
document.getElementById(""normalbtn"").addEventListener('click', function () {
|
||||
var dialogObj = document.getElementById(""default_dialog"")
|
||||
dialogObj.ej2_instances[0].show();
|
||||
});
|
||||
function dialogClose() {
|
||||
document.getElementById(""normalbtn"").style.display = ""block"";
|
||||
}
|
||||
function dialogOpen() {
|
||||
document.getElementById(""normalbtn"").style.display = ""none"";
|
||||
}
|
||||
function dlgButtonClick() {
|
||||
window.open('https://www.syncfusion.com/company/about-us');
|
||||
}
|
||||
</script>
|
||||
</div>
|
||||
");
|
||||
}
|
||||
#pragma warning restore 1998
|
||||
#nullable restore
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider ModelExpressionProvider { get; private set; } = default!;
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.IUrlHelper Url { get; private set; } = default!;
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.IViewComponentHelper Component { get; private set; } = default!;
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper Json { get; private set; } = default!;
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<dynamic> Html { get; private set; } = default!;
|
||||
#nullable disable
|
||||
}
|
||||
}
|
||||
#pragma warning restore 1591
|
||||
|
||||
@@ -1,150 +1,162 @@
|
||||
#pragma checksum "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Menu\MenuFeatures.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "3a584f605d209ab6f43b9b2e8bc3ccdcc46ff350"
|
||||
// <auto-generated/>
|
||||
#pragma warning disable 1591
|
||||
[assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspNetCore.Views_Menu_MenuFeatures), @"mvc.1.0.view", @"/Views/Menu/MenuFeatures.cshtml")]
|
||||
namespace AspNetCore
|
||||
{
|
||||
#line hidden
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.AspNetCore.Mvc.Rendering;
|
||||
using Microsoft.AspNetCore.Mvc.ViewFeatures;
|
||||
#nullable restore
|
||||
#line 1 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\_ViewImports.cshtml"
|
||||
using APP;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
#line 2 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\_ViewImports.cshtml"
|
||||
using APP.Models;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"3a584f605d209ab6f43b9b2e8bc3ccdcc46ff350", @"/Views/Menu/MenuFeatures.cshtml")]
|
||||
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"c3015f221c992201c00806ad714a8948081299b9", @"/Views/_ViewImports.cshtml")]
|
||||
public class Views_Menu_MenuFeatures : global::Microsoft.AspNetCore.Mvc.Razor.RazorPage<dynamic>
|
||||
{
|
||||
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_0 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("id", "ej2-menu", global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
#line hidden
|
||||
#pragma warning disable 0649
|
||||
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext __tagHelperExecutionContext;
|
||||
#pragma warning restore 0649
|
||||
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner __tagHelperRunner = new global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner();
|
||||
#pragma warning disable 0169
|
||||
private string __tagHelperStringValueBuffer;
|
||||
#pragma warning restore 0169
|
||||
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager __backed__tagHelperScopeManager = null;
|
||||
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager __tagHelperScopeManager
|
||||
{
|
||||
get
|
||||
{
|
||||
if (__backed__tagHelperScopeManager == null)
|
||||
{
|
||||
__backed__tagHelperScopeManager = new global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager(StartTagHelperWritingScope, EndTagHelperWritingScope);
|
||||
}
|
||||
return __backed__tagHelperScopeManager;
|
||||
}
|
||||
}
|
||||
private global::Syncfusion.EJ2.Navigations.Menu __Syncfusion_EJ2_Navigations_Menu;
|
||||
#pragma warning disable 1998
|
||||
public async override global::System.Threading.Tasks.Task ExecuteAsync()
|
||||
{
|
||||
#nullable restore
|
||||
#line 1 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Menu\MenuFeatures.cshtml"
|
||||
|
||||
ViewBag.Title = "Menu";
|
||||
Layout = "~/Views/Shared/_Layout.cshtml";
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
WriteLiteral("<h2>Menu Features:</h2>\r\n<br/>\r\n<li> Default</li>\r\n<li> Theme - Bootstrap-Theme</li>\r\n<br/>\r\n<div id = \"ControlRegion\">\r\n<div>\r\n ");
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("ejs-menu", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "3a584f605d209ab6f43b9b2e8bc3ccdcc46ff3503722", async() => {
|
||||
}
|
||||
);
|
||||
__Syncfusion_EJ2_Navigations_Menu = CreateTagHelper<global::Syncfusion.EJ2.Navigations.Menu>();
|
||||
__tagHelperExecutionContext.Add(__Syncfusion_EJ2_Navigations_Menu);
|
||||
__Syncfusion_EJ2_Navigations_Menu.Id = (string)__tagHelperAttribute_0.Value;
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
|
||||
#nullable restore
|
||||
#line 12 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Menu\MenuFeatures.cshtml"
|
||||
__Syncfusion_EJ2_Navigations_Menu.Items = ViewBag.menuItems;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute("items", __Syncfusion_EJ2_Navigations_Menu.Items, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
|
||||
if (!__tagHelperExecutionContext.Output.IsContentModified)
|
||||
{
|
||||
await __tagHelperExecutionContext.SetOutputContentAsync();
|
||||
}
|
||||
Write(__tagHelperExecutionContext.Output);
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.End();
|
||||
WriteLiteral("\r\n</div>\r\n</div>\r\n<style>\r\n ");
|
||||
WriteLiteral(@"@font-face {
|
||||
font-family: 'e-menu-icons';
|
||||
src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMjvJSpgAAAEoAAAAVmNtYXBsm2feAAABpAAAAGxnbHlmmEcyrQAAAiQAAAWIaGVhZBJ0bwcAAADQAAAANmhoZWEHmQNyAAAArAAAACRobXR4I0AAAAAAAYAAAAAkbG9jYQaGB+4AAAIQAAAAFG1heHABGACaAAABCAAAACBuYW1lc0cOBgAAB6wAAAIlcG9zdJbKd4kAAAnUAAAAfQABAAADUv9qAFoEAAAA//4D6gABAAAAAAAAAAAAAAAAAAAACQABAAAAAQAAhka7o18PPPUACwPoAAAAANe2FRwAAAAA17YVHAAAAAAD6gPqAAAACAACAAAAAAAAAAEAAAAJAI4ABQAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQPrAZAABQAAAnoCvAAAAIwCegK8AAAB4AAxAQIAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA5anohgNS/2oAWgPqAJYAAAABAAAAAAAABAAAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAAAAAAgAAAAMAAAAUAAMAAQAAABQABABYAAAADgAIAAIABuWp5bPluefo6CLohv//AADlqeWy5bnn6Ogi6IX//wAAAAAAAAAAAAAAAAABAA4ADgAQABAAEAAQAAAABQAGAAcACAABAAIAAwAEAAAAAACsASoBRAGwAhICUAKEAsQABAAAAAAD6gNZAD8AfwCDAI0AAAEzHw0dAQ8OLw8/DiMzHw0dAQ8OLw8/DgMhAyEBIRU3EyUVBQMjAwgJCAgIBwcHBgUFBAQDAgEBAgMEBAUFBgcHBwgICAkJCAgIBwcHBgUFBAQDAgEBAQECAwQEBQUGBwcHCAgI5AgJCAgHBwcGBQ");
|
||||
WriteLiteral(@"UEBAIDAQEDAgQEBQUGBwcHCAgJCAkICAgIBwYGBQUFAwMCAQEBAQIDAwUFBQYGBwgICAijAnyQ/qj+EgEKAssBcf5Yy9UBTwICAgQEBQYGBgcHCAgJCAkICQcIBwYGBgQFAwMCAQEBAQIDAwUEBgYGBwgHCQgJCAkICAcHBgYGBQQEAgICAgICBAQFBgYGBwcICAkICQgJBwgHBgYGBAUDAwIBAQEBAgMDBQQGBgYHCAcJCAkICQgIBwcGBgYFBAQCAgIBu/67AZUBAf5LAj0CAbUAAAAFAAAAAAPqA+oAAgAWABgAPABkAAA3OQEnMx8PFQc3MQE7AR8OAQcvDwEzHwoPBi8PPwP/nAgODg4NDAwLCwoICAcFBAMC6k4CdAgHEA4PDQ0MDAoJCAcGBAIB/kWFAQMEBgcJCgsLDQ0NDg4ODgLaBg0GBgYGBjwFBAMBAQECAgYJNAEDBAYHCQoKDAwNDQ4ODg40GQkKZJsBAwQFBwcJCQoMCw0NDg8OCE7pAnUDBQYHCQkLDAwNDg0ODg7+SIgODg4NDg0MDAsKCAgGBAMBArUCAgMDBQU9CQkJCQgICAcNDjQNDg4ODQ0MDAsJCQcGBAMBNA4DAgAAAAABAAAAAAPqA60ACgAAEyEVIRUhAxMhAyEVAcwBzPzEN5MDHrj84gOtXFz9/QGn/boAAAAABQAAAAADjgPqAAMABwALAA8AUwAAEyEVITUhFSE1IRUhJxEhESUhHw8RDw8hLw8RPw7qAij92AIo/dgCKP3YOwKi/XICeggICAgHBwYGBQUEAwMCAQEBAQIDAwQFBQYGBwcICAgI/YYICAgIBwcGBgUFBAMDAgEBAQECAwMEBQUGBgcHCAgIAQs+9j72Prj9XgKi9gEBAgMDBAUFBgYHBwgICAj8zggICAgHBwYGBQUEAwMCAQEBAQIDAwQFBQYGBwcICAgIAzIICAgIBwcGBgUFBAMDAgEABQAAAAADqQOpAAQACgAUAB4AOwAACQEXATUBFAcmNDIDBg");
|
||||
WriteLiteral(@"cuATQ2MhYUAwYHLgE0NjIWFBc2NS4BIgYUFhcyNxcHJiMOARQWMjY3NCc3ATM1Ayb++FkBMv5fFRUq3xglJjExSzEZGCUmMTFLMUoOAmKUY2JLJyFmZiEnS2JilWICDmcBM4MDgP74WQE2K/50FQICKv6lGQICMkoyMkoB9xkCAjJKMjJKIyEnSmNjlGMCDmdnDgJjlGNjSichZ/7NKwAAAAMAAAAAA4oD5gAHABAAJwAAARUhNTMRIRElHgEGIiY0NjInBgcjIgYVERQWMyEyNjURNCYrAS4BIgEZAbZd/ZABWAwBGiYZGSZhIg+8JjU1JgJ2JjU1JrwPRFgDLn59/TICz1IMJxkZJxlAGSkzJv0pJzMzJwLXJjMpMwADAAAAAAOpA+cAAwAUAB4AAAERIREnBhURFBYXIT4BNRE0JiMhIicGFREzESE1IQYDTP4MQxs2JgH3JzU1J/4JJtgZXQIT/egmAs/9jwJxRBkm/YcmMwICMyYCeSYynxon/Y8CcV4CAAIAAAAAA+cD5wALACMAAAEOAQcuASc+ATceAQUeARcyNj8BARYyNjQnATc+ATUuAScOAQLYA7SHiLMEBLOIh7T9KwXnrkeBNAMBAQ4kHA7+/wMpLgTora7nAk6HtAMDtIeIswQEs4it6AQuKQP+/w4bJQ4BAQM0gUeu5wUF5wAAAAASAN4AAQAAAAAAAAABAAAAAQAAAAAAAQAHAAEAAQAAAAAAAgAHAAgAAQAAAAAAAwAHAA8AAQAAAAAABAAHABYAAQAAAAAABQALAB0AAQAAAAAABgAHACgAAQAAAAAACgAsAC8AAQAAAAAACwASAFsAAwABBAkAAAACAG0AAwABBAkAAQAOAG8AAwABBAkAAgAOAH0AAwABBAkAAwAOAIsAAwABBAkABAAOAJkAAwABBAkABQAWAKcAAwABBAkABgAOAL0AAwABBAkACgBYAMsAAwABBAkACwAkASMgZS1pY29uc1JlZ3VsYXJlLWljb25zZS1pY29uc1");
|
||||
WriteLiteral(@"ZlcnNpb24gMS4wZS1pY29uc0ZvbnQgZ2VuZXJhdGVkIHVzaW5nIFN5bmNmdXNpb24gTWV0cm8gU3R1ZGlvd3d3LnN5bmNmdXNpb24uY29tACAAZQAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAGUALQBpAGMAbwBuAHMAZQAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAZQAtAGkAYwBvAG4AcwBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIAB1AHMAaQBuAGcAIABTAHkAbgBjAGYAdQBzAGkAbwBuACAATQBlAHQAcgBvACAAUwB0AHUAZABpAG8AdwB3AHcALgBzAHkAbgBjAGYAdQBzAGkAbwBuAC4AYwBvAG0AAAAAAgAAAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJAQIBAwEEAQUBBgEHAQgBCQEKAA1zaG9wcGluZy1jYXJ0B2VkaXQtMDUMZmlsZS1vcGVuLTAxDGZpbGUtdGV4dC0wMQNDdXQFUGFzdGUEQ29weQZTZWFyY2gAAAAAAA==) format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
.e-menu-icons {
|
||||
font-family: 'e-menu-icons';
|
||||
}
|
||||
.e-menu-wrapper {
|
||||
text-align: center;
|
||||
}
|
||||
.menu-control {
|
||||
margin-top: 45px;
|
||||
}
|
||||
.e-file::before {
|
||||
content: '\e886';
|
||||
}
|
||||
.e-edit::before {
|
||||
content: '\e822';
|
||||
}
|
||||
.e-tool::before {
|
||||
content: '\e7cf';
|
||||
}
|
||||
.e-cut");
|
||||
WriteLiteral(@"::before {
|
||||
content: '\e5a9';
|
||||
}
|
||||
.e-copy::before {
|
||||
content: '\e5b3';
|
||||
}
|
||||
.e-paste::before {
|
||||
content: '\e5b2';
|
||||
}
|
||||
.e-open::before {
|
||||
content: '\e885';
|
||||
}
|
||||
.e-save::before {
|
||||
content: '\e954';
|
||||
}
|
||||
</style>
|
||||
");
|
||||
}
|
||||
#pragma warning restore 1998
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider ModelExpressionProvider { get; private set; }
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.IUrlHelper Url { get; private set; }
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.IViewComponentHelper Component { get; private set; }
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper Json { get; private set; }
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<dynamic> Html { get; private set; }
|
||||
}
|
||||
}
|
||||
#pragma warning restore 1591
|
||||
#pragma checksum "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Menu\MenuFeatures.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "3a584f605d209ab6f43b9b2e8bc3ccdcc46ff350"
|
||||
// <auto-generated/>
|
||||
#pragma warning disable 1591
|
||||
[assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspNetCore.Views_Menu_MenuFeatures), @"mvc.1.0.view", @"/Views/Menu/MenuFeatures.cshtml")]
|
||||
namespace AspNetCore
|
||||
{
|
||||
#line hidden
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.AspNetCore.Mvc.Rendering;
|
||||
using Microsoft.AspNetCore.Mvc.ViewFeatures;
|
||||
#nullable restore
|
||||
#line 1 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\_ViewImports.cshtml"
|
||||
using APP;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
#line 2 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\_ViewImports.cshtml"
|
||||
using APP.Models;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"3a584f605d209ab6f43b9b2e8bc3ccdcc46ff350", @"/Views/Menu/MenuFeatures.cshtml")]
|
||||
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"c3015f221c992201c00806ad714a8948081299b9", @"/Views/_ViewImports.cshtml")]
|
||||
#nullable restore
|
||||
public class Views_Menu_MenuFeatures : global::Microsoft.AspNetCore.Mvc.Razor.RazorPage<dynamic>
|
||||
#nullable disable
|
||||
{
|
||||
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_0 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("id", "ej2-menu", global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
#line hidden
|
||||
#pragma warning disable 0649
|
||||
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext __tagHelperExecutionContext;
|
||||
#pragma warning restore 0649
|
||||
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner __tagHelperRunner = new global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner();
|
||||
#pragma warning disable 0169
|
||||
private string __tagHelperStringValueBuffer;
|
||||
#pragma warning restore 0169
|
||||
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager __backed__tagHelperScopeManager = null;
|
||||
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager __tagHelperScopeManager
|
||||
{
|
||||
get
|
||||
{
|
||||
if (__backed__tagHelperScopeManager == null)
|
||||
{
|
||||
__backed__tagHelperScopeManager = new global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager(StartTagHelperWritingScope, EndTagHelperWritingScope);
|
||||
}
|
||||
return __backed__tagHelperScopeManager;
|
||||
}
|
||||
}
|
||||
private global::Syncfusion.EJ2.Navigations.Menu __Syncfusion_EJ2_Navigations_Menu;
|
||||
#pragma warning disable 1998
|
||||
public async override global::System.Threading.Tasks.Task ExecuteAsync()
|
||||
{
|
||||
#nullable restore
|
||||
#line 1 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Menu\MenuFeatures.cshtml"
|
||||
|
||||
ViewBag.Title = "Menu";
|
||||
Layout = "~/Views/Shared/_Layout.cshtml";
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
WriteLiteral("<h2>Menu Features:</h2>\r\n<br/>\r\n<li> Default</li>\r\n<li> Theme - Bootstrap-Theme</li>\r\n<br/>\r\n<div id = \"ControlRegion\">\r\n<div>\r\n ");
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("ejs-menu", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "3a584f605d209ab6f43b9b2e8bc3ccdcc46ff3503768", async() => {
|
||||
}
|
||||
);
|
||||
__Syncfusion_EJ2_Navigations_Menu = CreateTagHelper<global::Syncfusion.EJ2.Navigations.Menu>();
|
||||
__tagHelperExecutionContext.Add(__Syncfusion_EJ2_Navigations_Menu);
|
||||
__Syncfusion_EJ2_Navigations_Menu.Id = (string)__tagHelperAttribute_0.Value;
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
|
||||
#nullable restore
|
||||
#line 12 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Menu\MenuFeatures.cshtml"
|
||||
__Syncfusion_EJ2_Navigations_Menu.Items = ViewBag.menuItems;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute("items", __Syncfusion_EJ2_Navigations_Menu.Items, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
|
||||
if (!__tagHelperExecutionContext.Output.IsContentModified)
|
||||
{
|
||||
await __tagHelperExecutionContext.SetOutputContentAsync();
|
||||
}
|
||||
Write(__tagHelperExecutionContext.Output);
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.End();
|
||||
WriteLiteral("\r\n</div>\r\n</div>\r\n<style>\r\n ");
|
||||
WriteLiteral(@"@font-face {
|
||||
font-family: 'e-menu-icons';
|
||||
src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMjvJSpgAAAEoAAAAVmNtYXBsm2feAAABpAAAAGxnbHlmmEcyrQAAAiQAAAWIaGVhZBJ0bwcAAADQAAAANmhoZWEHmQNyAAAArAAAACRobXR4I0AAAAAAAYAAAAAkbG9jYQaGB+4AAAIQAAAAFG1heHABGACaAAABCAAAACBuYW1lc0cOBgAAB6wAAAIlcG9zdJbKd4kAAAnUAAAAfQABAAADUv9qAFoEAAAA//4D6gABAAAAAAAAAAAAAAAAAAAACQABAAAAAQAAhka7o18PPPUACwPoAAAAANe2FRwAAAAA17YVHAAAAAAD6gPqAAAACAACAAAAAAAAAAEAAAAJAI4ABQAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQPrAZAABQAAAnoCvAAAAIwCegK8AAAB4AAxAQIAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA5anohgNS/2oAWgPqAJYAAAABAAAAAAAABAAAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAAAAAAgAAAAMAAAAUAAMAAQAAABQABABYAAAADgAIAAIABuWp5bPluefo6CLohv//AADlqeWy5bnn6Ogi6IX//wAAAAAAAAAAAAAAAAABAA4ADgAQABAAEAAQAAAABQAGAAcACAABAAIAAwAEAAAAAACsASoBRAGwAhICUAKEAsQABAAAAAAD6gNZAD8AfwCDAI0AAAEzHw0dAQ8OLw8/DiMzHw0dAQ8OLw8/DgMhAyEBIRU3EyUVBQMjAwgJCAgIBwcHBgUFBAQDAgEBAgMEBAUFBgcHBwgICAkJCAgIBwcHBgUFBAQDAgEBAQECAwQEBQUGBwcHCAgI5AgJCAgHBwcGBQ");
|
||||
WriteLiteral(@"UEBAIDAQEDAgQEBQUGBwcHCAgJCAkICAgIBwYGBQUFAwMCAQEBAQIDAwUFBQYGBwgICAijAnyQ/qj+EgEKAssBcf5Yy9UBTwICAgQEBQYGBgcHCAgJCAkICQcIBwYGBgQFAwMCAQEBAQIDAwUEBgYGBwgHCQgJCAkICAcHBgYGBQQEAgICAgICBAQFBgYGBwcICAkICQgJBwgHBgYGBAUDAwIBAQEBAgMDBQQGBgYHCAcJCAkICQgIBwcGBgYFBAQCAgIBu/67AZUBAf5LAj0CAbUAAAAFAAAAAAPqA+oAAgAWABgAPABkAAA3OQEnMx8PFQc3MQE7AR8OAQcvDwEzHwoPBi8PPwP/nAgODg4NDAwLCwoICAcFBAMC6k4CdAgHEA4PDQ0MDAoJCAcGBAIB/kWFAQMEBgcJCgsLDQ0NDg4ODgLaBg0GBgYGBjwFBAMBAQECAgYJNAEDBAYHCQoKDAwNDQ4ODg40GQkKZJsBAwQFBwcJCQoMCw0NDg8OCE7pAnUDBQYHCQkLDAwNDg0ODg7+SIgODg4NDg0MDAsKCAgGBAMBArUCAgMDBQU9CQkJCQgICAcNDjQNDg4ODQ0MDAsJCQcGBAMBNA4DAgAAAAABAAAAAAPqA60ACgAAEyEVIRUhAxMhAyEVAcwBzPzEN5MDHrj84gOtXFz9/QGn/boAAAAABQAAAAADjgPqAAMABwALAA8AUwAAEyEVITUhFSE1IRUhJxEhESUhHw8RDw8hLw8RPw7qAij92AIo/dgCKP3YOwKi/XICeggICAgHBwYGBQUEAwMCAQEBAQIDAwQFBQYGBwcICAgI/YYICAgIBwcGBgUFBAMDAgEBAQECAwMEBQUGBgcHCAgIAQs+9j72Prj9XgKi9gEBAgMDBAUFBgYHBwgICAj8zggICAgHBwYGBQUEAwMCAQEBAQIDAwQFBQYGBwcICAgIAzIICAgIBwcGBgUFBAMDAgEABQAAAAADqQOpAAQACgAUAB4AOwAACQEXATUBFAcmNDIDBg");
|
||||
WriteLiteral(@"cuATQ2MhYUAwYHLgE0NjIWFBc2NS4BIgYUFhcyNxcHJiMOARQWMjY3NCc3ATM1Ayb++FkBMv5fFRUq3xglJjExSzEZGCUmMTFLMUoOAmKUY2JLJyFmZiEnS2JilWICDmcBM4MDgP74WQE2K/50FQICKv6lGQICMkoyMkoB9xkCAjJKMjJKIyEnSmNjlGMCDmdnDgJjlGNjSichZ/7NKwAAAAMAAAAAA4oD5gAHABAAJwAAARUhNTMRIRElHgEGIiY0NjInBgcjIgYVERQWMyEyNjURNCYrAS4BIgEZAbZd/ZABWAwBGiYZGSZhIg+8JjU1JgJ2JjU1JrwPRFgDLn59/TICz1IMJxkZJxlAGSkzJv0pJzMzJwLXJjMpMwADAAAAAAOpA+cAAwAUAB4AAAERIREnBhURFBYXIT4BNRE0JiMhIicGFREzESE1IQYDTP4MQxs2JgH3JzU1J/4JJtgZXQIT/egmAs/9jwJxRBkm/YcmMwICMyYCeSYynxon/Y8CcV4CAAIAAAAAA+cD5wALACMAAAEOAQcuASc+ATceAQUeARcyNj8BARYyNjQnATc+ATUuAScOAQLYA7SHiLMEBLOIh7T9KwXnrkeBNAMBAQ4kHA7+/wMpLgTora7nAk6HtAMDtIeIswQEs4it6AQuKQP+/w4bJQ4BAQM0gUeu5wUF5wAAAAASAN4AAQAAAAAAAAABAAAAAQAAAAAAAQAHAAEAAQAAAAAAAgAHAAgAAQAAAAAAAwAHAA8AAQAAAAAABAAHABYAAQAAAAAABQALAB0AAQAAAAAABgAHACgAAQAAAAAACgAsAC8AAQAAAAAACwASAFsAAwABBAkAAAACAG0AAwABBAkAAQAOAG8AAwABBAkAAgAOAH0AAwABBAkAAwAOAIsAAwABBAkABAAOAJkAAwABBAkABQAWAKcAAwABBAkABgAOAL0AAwABBAkACgBYAMsAAwABBAkACwAkASMgZS1pY29uc1JlZ3VsYXJlLWljb25zZS1pY29uc1");
|
||||
WriteLiteral(@"ZlcnNpb24gMS4wZS1pY29uc0ZvbnQgZ2VuZXJhdGVkIHVzaW5nIFN5bmNmdXNpb24gTWV0cm8gU3R1ZGlvd3d3LnN5bmNmdXNpb24uY29tACAAZQAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAGUALQBpAGMAbwBuAHMAZQAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAZQAtAGkAYwBvAG4AcwBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIAB1AHMAaQBuAGcAIABTAHkAbgBjAGYAdQBzAGkAbwBuACAATQBlAHQAcgBvACAAUwB0AHUAZABpAG8AdwB3AHcALgBzAHkAbgBjAGYAdQBzAGkAbwBuAC4AYwBvAG0AAAAAAgAAAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJAQIBAwEEAQUBBgEHAQgBCQEKAA1zaG9wcGluZy1jYXJ0B2VkaXQtMDUMZmlsZS1vcGVuLTAxDGZpbGUtdGV4dC0wMQNDdXQFUGFzdGUEQ29weQZTZWFyY2gAAAAAAA==) format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
.e-menu-icons {
|
||||
font-family: 'e-menu-icons';
|
||||
}
|
||||
.e-menu-wrapper {
|
||||
text-align: center;
|
||||
}
|
||||
.menu-control {
|
||||
margin-top: 45px;
|
||||
}
|
||||
.e-file::before {
|
||||
content: '\e886';
|
||||
}
|
||||
.e-edit::before {
|
||||
content: '\e822';
|
||||
}
|
||||
.e-tool::before {
|
||||
content: '\e7cf';
|
||||
}
|
||||
.e-cut");
|
||||
WriteLiteral(@"::before {
|
||||
content: '\e5a9';
|
||||
}
|
||||
.e-copy::before {
|
||||
content: '\e5b3';
|
||||
}
|
||||
.e-paste::before {
|
||||
content: '\e5b2';
|
||||
}
|
||||
.e-open::before {
|
||||
content: '\e885';
|
||||
}
|
||||
.e-save::before {
|
||||
content: '\e954';
|
||||
}
|
||||
</style>
|
||||
");
|
||||
}
|
||||
#pragma warning restore 1998
|
||||
#nullable restore
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider ModelExpressionProvider { get; private set; } = default!;
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.IUrlHelper Url { get; private set; } = default!;
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.IViewComponentHelper Component { get; private set; } = default!;
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper Json { get; private set; } = default!;
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<dynamic> Html { get; private set; } = default!;
|
||||
#nullable disable
|
||||
}
|
||||
}
|
||||
#pragma warning restore 1591
|
||||
|
||||
@@ -1,227 +1,239 @@
|
||||
#pragma checksum "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\NumericTextBox\NumericTextBoxFeatures.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "72bc26b3ca69342a1b4fee816fbe676030a382c4"
|
||||
// <auto-generated/>
|
||||
#pragma warning disable 1591
|
||||
[assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspNetCore.Views_NumericTextBox_NumericTextBoxFeatures), @"mvc.1.0.view", @"/Views/NumericTextBox/NumericTextBoxFeatures.cshtml")]
|
||||
namespace AspNetCore
|
||||
{
|
||||
#line hidden
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.AspNetCore.Mvc.Rendering;
|
||||
using Microsoft.AspNetCore.Mvc.ViewFeatures;
|
||||
#nullable restore
|
||||
#line 1 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\_ViewImports.cshtml"
|
||||
using APP;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
#line 2 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\_ViewImports.cshtml"
|
||||
using APP.Models;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
#line 1 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\NumericTextBox\NumericTextBoxFeatures.cshtml"
|
||||
using APP.Controllers;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"72bc26b3ca69342a1b4fee816fbe676030a382c4", @"/Views/NumericTextBox/NumericTextBoxFeatures.cshtml")]
|
||||
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"c3015f221c992201c00806ad714a8948081299b9", @"/Views/_ViewImports.cshtml")]
|
||||
public class Views_NumericTextBox_NumericTextBoxFeatures : global::Microsoft.AspNetCore.Mvc.Razor.RazorPage<dynamic>
|
||||
{
|
||||
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_0 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("id", "numeric", global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_1 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("width", "250px", global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_2 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("id", "percentage", global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_3 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("format", "p2", global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_4 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("id", "currency", global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_5 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("format", "c2", global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
#line hidden
|
||||
#pragma warning disable 0649
|
||||
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext __tagHelperExecutionContext;
|
||||
#pragma warning restore 0649
|
||||
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner __tagHelperRunner = new global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner();
|
||||
#pragma warning disable 0169
|
||||
private string __tagHelperStringValueBuffer;
|
||||
#pragma warning restore 0169
|
||||
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager __backed__tagHelperScopeManager = null;
|
||||
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager __tagHelperScopeManager
|
||||
{
|
||||
get
|
||||
{
|
||||
if (__backed__tagHelperScopeManager == null)
|
||||
{
|
||||
__backed__tagHelperScopeManager = new global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager(StartTagHelperWritingScope, EndTagHelperWritingScope);
|
||||
}
|
||||
return __backed__tagHelperScopeManager;
|
||||
}
|
||||
}
|
||||
private global::Syncfusion.EJ2.Inputs.NumericTextBox __Syncfusion_EJ2_Inputs_NumericTextBox;
|
||||
#pragma warning disable 1998
|
||||
public async override global::System.Threading.Tasks.Task ExecuteAsync()
|
||||
{
|
||||
#nullable restore
|
||||
#line 2 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\NumericTextBox\NumericTextBoxFeatures.cshtml"
|
||||
|
||||
ViewBag.Title = "NumericTextBox";
|
||||
Layout = "~/Views/Shared/_Layout.cshtml";
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
WriteLiteral(@"<h2>NumericTextBox Features:</h2>
|
||||
<br/>
|
||||
<li> NumericTextBox Samples - Default</li>
|
||||
<li> Theme - Bootstrap-Theme</li>
|
||||
<br/>
|
||||
<div id = ""ControlRegion"">
|
||||
<div style=""width: 400px; margin: 0 auto"">
|
||||
</div>
|
||||
<div style=""padding-top: 20px; margin: 0 auto; width: 300px;"">
|
||||
<div>
|
||||
<label>Numeric TextBox</label>
|
||||
<br />
|
||||
");
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("ejs-numerictextbox", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "72bc26b3ca69342a1b4fee816fbe676030a382c45766", async() => {
|
||||
}
|
||||
);
|
||||
__Syncfusion_EJ2_Inputs_NumericTextBox = CreateTagHelper<global::Syncfusion.EJ2.Inputs.NumericTextBox>();
|
||||
__tagHelperExecutionContext.Add(__Syncfusion_EJ2_Inputs_NumericTextBox);
|
||||
__Syncfusion_EJ2_Inputs_NumericTextBox.Id = (string)__tagHelperAttribute_0.Value;
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
|
||||
#nullable restore
|
||||
#line 18 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\NumericTextBox\NumericTextBoxFeatures.cshtml"
|
||||
__Syncfusion_EJ2_Inputs_NumericTextBox.Value = 10;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute("value", __Syncfusion_EJ2_Inputs_NumericTextBox.Value, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
__Syncfusion_EJ2_Inputs_NumericTextBox.Width = (string)__tagHelperAttribute_1.Value;
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
|
||||
await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
|
||||
if (!__tagHelperExecutionContext.Output.IsContentModified)
|
||||
{
|
||||
await __tagHelperExecutionContext.SetOutputContentAsync();
|
||||
}
|
||||
Write(__tagHelperExecutionContext.Output);
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.End();
|
||||
WriteLiteral("\r\n </div>\r\n <br />\r\n <div>\r\n <label>Percentage TextBox</label>\r\n <br />\r\n ");
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("ejs-numerictextbox", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "72bc26b3ca69342a1b4fee816fbe676030a382c47571", async() => {
|
||||
}
|
||||
);
|
||||
__Syncfusion_EJ2_Inputs_NumericTextBox = CreateTagHelper<global::Syncfusion.EJ2.Inputs.NumericTextBox>();
|
||||
__tagHelperExecutionContext.Add(__Syncfusion_EJ2_Inputs_NumericTextBox);
|
||||
__Syncfusion_EJ2_Inputs_NumericTextBox.Id = (string)__tagHelperAttribute_2.Value;
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
|
||||
#nullable restore
|
||||
#line 24 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\NumericTextBox\NumericTextBoxFeatures.cshtml"
|
||||
__Syncfusion_EJ2_Inputs_NumericTextBox.Value = 0.5;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute("value", __Syncfusion_EJ2_Inputs_NumericTextBox.Value, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
#nullable restore
|
||||
#line 24 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\NumericTextBox\NumericTextBoxFeatures.cshtml"
|
||||
__Syncfusion_EJ2_Inputs_NumericTextBox.Min = 0;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute("min", __Syncfusion_EJ2_Inputs_NumericTextBox.Min, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
#nullable restore
|
||||
#line 24 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\NumericTextBox\NumericTextBoxFeatures.cshtml"
|
||||
__Syncfusion_EJ2_Inputs_NumericTextBox.Max = 1;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute("max", __Syncfusion_EJ2_Inputs_NumericTextBox.Max, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
#nullable restore
|
||||
#line 24 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\NumericTextBox\NumericTextBoxFeatures.cshtml"
|
||||
__Syncfusion_EJ2_Inputs_NumericTextBox.Step = 0.01;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute("step", __Syncfusion_EJ2_Inputs_NumericTextBox.Step, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
__Syncfusion_EJ2_Inputs_NumericTextBox.Format = (string)__tagHelperAttribute_3.Value;
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
|
||||
__Syncfusion_EJ2_Inputs_NumericTextBox.Width = (string)__tagHelperAttribute_1.Value;
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
|
||||
await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
|
||||
if (!__tagHelperExecutionContext.Output.IsContentModified)
|
||||
{
|
||||
await __tagHelperExecutionContext.SetOutputContentAsync();
|
||||
}
|
||||
Write(__tagHelperExecutionContext.Output);
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.End();
|
||||
WriteLiteral("\r\n </div>\r\n <br />\r\n <div>\r\n <label>Currency TextBox</label>\r\n <br />\r\n ");
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("ejs-numerictextbox", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "72bc26b3ca69342a1b4fee816fbe676030a382c410867", async() => {
|
||||
}
|
||||
);
|
||||
__Syncfusion_EJ2_Inputs_NumericTextBox = CreateTagHelper<global::Syncfusion.EJ2.Inputs.NumericTextBox>();
|
||||
__tagHelperExecutionContext.Add(__Syncfusion_EJ2_Inputs_NumericTextBox);
|
||||
__Syncfusion_EJ2_Inputs_NumericTextBox.Id = (string)__tagHelperAttribute_4.Value;
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
|
||||
#nullable restore
|
||||
#line 30 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\NumericTextBox\NumericTextBoxFeatures.cshtml"
|
||||
__Syncfusion_EJ2_Inputs_NumericTextBox.Value = 100;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute("value", __Syncfusion_EJ2_Inputs_NumericTextBox.Value, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
__Syncfusion_EJ2_Inputs_NumericTextBox.Format = (string)__tagHelperAttribute_5.Value;
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
|
||||
__Syncfusion_EJ2_Inputs_NumericTextBox.Width = (string)__tagHelperAttribute_1.Value;
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
|
||||
await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
|
||||
if (!__tagHelperExecutionContext.Output.IsContentModified)
|
||||
{
|
||||
await __tagHelperExecutionContext.SetOutputContentAsync();
|
||||
}
|
||||
Write(__tagHelperExecutionContext.Output);
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.End();
|
||||
WriteLiteral(@"
|
||||
</div>
|
||||
</div>
|
||||
<style>
|
||||
.content-wrapper {
|
||||
width: 35%;
|
||||
margin: 0 auto;
|
||||
min-width: 185px;
|
||||
}
|
||||
.e-float-input.e-numeric.e-input-group {
|
||||
margin-top: 40px;
|
||||
}
|
||||
.control-label {
|
||||
padding: 24px 0px 10px 0px;
|
||||
font-size: 12px;
|
||||
}
|
||||
</style>
|
||||
<div>
|
||||
");
|
||||
}
|
||||
#pragma warning restore 1998
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider ModelExpressionProvider { get; private set; }
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.IUrlHelper Url { get; private set; }
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.IViewComponentHelper Component { get; private set; }
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper Json { get; private set; }
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<dynamic> Html { get; private set; }
|
||||
}
|
||||
}
|
||||
#pragma warning restore 1591
|
||||
#pragma checksum "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\NumericTextBox\NumericTextBoxFeatures.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "72bc26b3ca69342a1b4fee816fbe676030a382c4"
|
||||
// <auto-generated/>
|
||||
#pragma warning disable 1591
|
||||
[assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspNetCore.Views_NumericTextBox_NumericTextBoxFeatures), @"mvc.1.0.view", @"/Views/NumericTextBox/NumericTextBoxFeatures.cshtml")]
|
||||
namespace AspNetCore
|
||||
{
|
||||
#line hidden
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.AspNetCore.Mvc.Rendering;
|
||||
using Microsoft.AspNetCore.Mvc.ViewFeatures;
|
||||
#nullable restore
|
||||
#line 1 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\_ViewImports.cshtml"
|
||||
using APP;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
#line 2 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\_ViewImports.cshtml"
|
||||
using APP.Models;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
#line 1 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\NumericTextBox\NumericTextBoxFeatures.cshtml"
|
||||
using APP.Controllers;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"72bc26b3ca69342a1b4fee816fbe676030a382c4", @"/Views/NumericTextBox/NumericTextBoxFeatures.cshtml")]
|
||||
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"c3015f221c992201c00806ad714a8948081299b9", @"/Views/_ViewImports.cshtml")]
|
||||
#nullable restore
|
||||
public class Views_NumericTextBox_NumericTextBoxFeatures : global::Microsoft.AspNetCore.Mvc.Razor.RazorPage<dynamic>
|
||||
#nullable disable
|
||||
{
|
||||
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_0 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("id", "numeric", global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_1 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("width", "250px", global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_2 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("id", "percentage", global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_3 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("format", "p2", global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_4 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("id", "currency", global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_5 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("format", "c2", global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
#line hidden
|
||||
#pragma warning disable 0649
|
||||
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext __tagHelperExecutionContext;
|
||||
#pragma warning restore 0649
|
||||
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner __tagHelperRunner = new global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner();
|
||||
#pragma warning disable 0169
|
||||
private string __tagHelperStringValueBuffer;
|
||||
#pragma warning restore 0169
|
||||
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager __backed__tagHelperScopeManager = null;
|
||||
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager __tagHelperScopeManager
|
||||
{
|
||||
get
|
||||
{
|
||||
if (__backed__tagHelperScopeManager == null)
|
||||
{
|
||||
__backed__tagHelperScopeManager = new global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager(StartTagHelperWritingScope, EndTagHelperWritingScope);
|
||||
}
|
||||
return __backed__tagHelperScopeManager;
|
||||
}
|
||||
}
|
||||
private global::Syncfusion.EJ2.Inputs.NumericTextBox __Syncfusion_EJ2_Inputs_NumericTextBox;
|
||||
#pragma warning disable 1998
|
||||
public async override global::System.Threading.Tasks.Task ExecuteAsync()
|
||||
{
|
||||
#nullable restore
|
||||
#line 2 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\NumericTextBox\NumericTextBoxFeatures.cshtml"
|
||||
|
||||
ViewBag.Title = "NumericTextBox";
|
||||
Layout = "~/Views/Shared/_Layout.cshtml";
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
WriteLiteral(@"<h2>NumericTextBox Features:</h2>
|
||||
<br/>
|
||||
<li> NumericTextBox Samples - Default</li>
|
||||
<li> Theme - Bootstrap-Theme</li>
|
||||
<br/>
|
||||
<div id = ""ControlRegion"">
|
||||
<div style=""width: 400px; margin: 0 auto"">
|
||||
</div>
|
||||
<div style=""padding-top: 20px; margin: 0 auto; width: 300px;"">
|
||||
<div>
|
||||
<label>Numeric TextBox</label>
|
||||
<br />
|
||||
");
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("ejs-numerictextbox", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "72bc26b3ca69342a1b4fee816fbe676030a382c45812", async() => {
|
||||
}
|
||||
);
|
||||
__Syncfusion_EJ2_Inputs_NumericTextBox = CreateTagHelper<global::Syncfusion.EJ2.Inputs.NumericTextBox>();
|
||||
__tagHelperExecutionContext.Add(__Syncfusion_EJ2_Inputs_NumericTextBox);
|
||||
__Syncfusion_EJ2_Inputs_NumericTextBox.Id = (string)__tagHelperAttribute_0.Value;
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
|
||||
#nullable restore
|
||||
#line 18 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\NumericTextBox\NumericTextBoxFeatures.cshtml"
|
||||
__Syncfusion_EJ2_Inputs_NumericTextBox.Value = 10;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute("value", __Syncfusion_EJ2_Inputs_NumericTextBox.Value, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
__Syncfusion_EJ2_Inputs_NumericTextBox.Width = (string)__tagHelperAttribute_1.Value;
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
|
||||
await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
|
||||
if (!__tagHelperExecutionContext.Output.IsContentModified)
|
||||
{
|
||||
await __tagHelperExecutionContext.SetOutputContentAsync();
|
||||
}
|
||||
Write(__tagHelperExecutionContext.Output);
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.End();
|
||||
WriteLiteral("\r\n </div>\r\n <br />\r\n <div>\r\n <label>Percentage TextBox</label>\r\n <br />\r\n ");
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("ejs-numerictextbox", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "72bc26b3ca69342a1b4fee816fbe676030a382c47617", async() => {
|
||||
}
|
||||
);
|
||||
__Syncfusion_EJ2_Inputs_NumericTextBox = CreateTagHelper<global::Syncfusion.EJ2.Inputs.NumericTextBox>();
|
||||
__tagHelperExecutionContext.Add(__Syncfusion_EJ2_Inputs_NumericTextBox);
|
||||
__Syncfusion_EJ2_Inputs_NumericTextBox.Id = (string)__tagHelperAttribute_2.Value;
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
|
||||
#nullable restore
|
||||
#line 24 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\NumericTextBox\NumericTextBoxFeatures.cshtml"
|
||||
__Syncfusion_EJ2_Inputs_NumericTextBox.Value = 0.5;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute("value", __Syncfusion_EJ2_Inputs_NumericTextBox.Value, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
#nullable restore
|
||||
#line 24 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\NumericTextBox\NumericTextBoxFeatures.cshtml"
|
||||
__Syncfusion_EJ2_Inputs_NumericTextBox.Min = 0;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute("min", __Syncfusion_EJ2_Inputs_NumericTextBox.Min, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
#nullable restore
|
||||
#line 24 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\NumericTextBox\NumericTextBoxFeatures.cshtml"
|
||||
__Syncfusion_EJ2_Inputs_NumericTextBox.Max = 1;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute("max", __Syncfusion_EJ2_Inputs_NumericTextBox.Max, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
#nullable restore
|
||||
#line 24 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\NumericTextBox\NumericTextBoxFeatures.cshtml"
|
||||
__Syncfusion_EJ2_Inputs_NumericTextBox.Step = 0.01;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute("step", __Syncfusion_EJ2_Inputs_NumericTextBox.Step, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
__Syncfusion_EJ2_Inputs_NumericTextBox.Format = (string)__tagHelperAttribute_3.Value;
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
|
||||
__Syncfusion_EJ2_Inputs_NumericTextBox.Width = (string)__tagHelperAttribute_1.Value;
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
|
||||
await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
|
||||
if (!__tagHelperExecutionContext.Output.IsContentModified)
|
||||
{
|
||||
await __tagHelperExecutionContext.SetOutputContentAsync();
|
||||
}
|
||||
Write(__tagHelperExecutionContext.Output);
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.End();
|
||||
WriteLiteral("\r\n </div>\r\n <br />\r\n <div>\r\n <label>Currency TextBox</label>\r\n <br />\r\n ");
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("ejs-numerictextbox", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "72bc26b3ca69342a1b4fee816fbe676030a382c410913", async() => {
|
||||
}
|
||||
);
|
||||
__Syncfusion_EJ2_Inputs_NumericTextBox = CreateTagHelper<global::Syncfusion.EJ2.Inputs.NumericTextBox>();
|
||||
__tagHelperExecutionContext.Add(__Syncfusion_EJ2_Inputs_NumericTextBox);
|
||||
__Syncfusion_EJ2_Inputs_NumericTextBox.Id = (string)__tagHelperAttribute_4.Value;
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
|
||||
#nullable restore
|
||||
#line 30 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\NumericTextBox\NumericTextBoxFeatures.cshtml"
|
||||
__Syncfusion_EJ2_Inputs_NumericTextBox.Value = 100;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute("value", __Syncfusion_EJ2_Inputs_NumericTextBox.Value, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
__Syncfusion_EJ2_Inputs_NumericTextBox.Format = (string)__tagHelperAttribute_5.Value;
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
|
||||
__Syncfusion_EJ2_Inputs_NumericTextBox.Width = (string)__tagHelperAttribute_1.Value;
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
|
||||
await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
|
||||
if (!__tagHelperExecutionContext.Output.IsContentModified)
|
||||
{
|
||||
await __tagHelperExecutionContext.SetOutputContentAsync();
|
||||
}
|
||||
Write(__tagHelperExecutionContext.Output);
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.End();
|
||||
WriteLiteral(@"
|
||||
</div>
|
||||
</div>
|
||||
<style>
|
||||
.content-wrapper {
|
||||
width: 35%;
|
||||
margin: 0 auto;
|
||||
min-width: 185px;
|
||||
}
|
||||
.e-float-input.e-numeric.e-input-group {
|
||||
margin-top: 40px;
|
||||
}
|
||||
.control-label {
|
||||
padding: 24px 0px 10px 0px;
|
||||
font-size: 12px;
|
||||
}
|
||||
</style>
|
||||
<div>
|
||||
");
|
||||
}
|
||||
#pragma warning restore 1998
|
||||
#nullable restore
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider ModelExpressionProvider { get; private set; } = default!;
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.IUrlHelper Url { get; private set; } = default!;
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.IViewComponentHelper Component { get; private set; } = default!;
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper Json { get; private set; } = default!;
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<dynamic> Html { get; private set; } = default!;
|
||||
#nullable disable
|
||||
}
|
||||
}
|
||||
#pragma warning restore 1591
|
||||
|
||||
@@ -1,191 +1,203 @@
|
||||
#pragma checksum "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\RichTextEditor\RichTextEditorFeatures.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "a75b72ccd4c0ec4143087c1de98508b9d6284022"
|
||||
// <auto-generated/>
|
||||
#pragma warning disable 1591
|
||||
[assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspNetCore.Views_RichTextEditor_RichTextEditorFeatures), @"mvc.1.0.view", @"/Views/RichTextEditor/RichTextEditorFeatures.cshtml")]
|
||||
namespace AspNetCore
|
||||
{
|
||||
#line hidden
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.AspNetCore.Mvc.Rendering;
|
||||
using Microsoft.AspNetCore.Mvc.ViewFeatures;
|
||||
#nullable restore
|
||||
#line 1 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\_ViewImports.cshtml"
|
||||
using APP;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
#line 2 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\_ViewImports.cshtml"
|
||||
using APP.Models;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"a75b72ccd4c0ec4143087c1de98508b9d6284022", @"/Views/RichTextEditor/RichTextEditorFeatures.cshtml")]
|
||||
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"c3015f221c992201c00806ad714a8948081299b9", @"/Views/_ViewImports.cshtml")]
|
||||
public class Views_RichTextEditor_RichTextEditorFeatures : global::Microsoft.AspNetCore.Mvc.Razor.RazorPage<dynamic>
|
||||
{
|
||||
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_0 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("id", "defaultRTE", global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
#line hidden
|
||||
#pragma warning disable 0649
|
||||
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext __tagHelperExecutionContext;
|
||||
#pragma warning restore 0649
|
||||
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner __tagHelperRunner = new global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner();
|
||||
#pragma warning disable 0169
|
||||
private string __tagHelperStringValueBuffer;
|
||||
#pragma warning restore 0169
|
||||
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager __backed__tagHelperScopeManager = null;
|
||||
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager __tagHelperScopeManager
|
||||
{
|
||||
get
|
||||
{
|
||||
if (__backed__tagHelperScopeManager == null)
|
||||
{
|
||||
__backed__tagHelperScopeManager = new global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager(StartTagHelperWritingScope, EndTagHelperWritingScope);
|
||||
}
|
||||
return __backed__tagHelperScopeManager;
|
||||
}
|
||||
}
|
||||
private global::Syncfusion.EJ2.RichTextEditor.RichTextEditor __Syncfusion_EJ2_RichTextEditor_RichTextEditor;
|
||||
private global::Syncfusion.EJ2.ContentTemplate __Syncfusion_EJ2_ContentTemplate;
|
||||
private global::Syncfusion.EJ2.RichTextEditor.RichTextEditorToolbarSettings __Syncfusion_EJ2_RichTextEditor_RichTextEditorToolbarSettings;
|
||||
#pragma warning disable 1998
|
||||
public async override global::System.Threading.Tasks.Task ExecuteAsync()
|
||||
{
|
||||
#nullable restore
|
||||
#line 1 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\RichTextEditor\RichTextEditorFeatures.cshtml"
|
||||
|
||||
ViewBag.Title = "RichTextEditor";
|
||||
Layout = "~/Views/Shared/_Layout.cshtml";
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
WriteLiteral("<h2>RichTextEditor Features:</h2>\r\n<br/>\r\n<li> RichTextEditor Samples - Default</li>\r\n<li> Theme - Bootstrap-Theme</li>\r\n<br/>\r\n<div id = \"ControlRegion\">\r\n ");
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("ejs-richtexteditor", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "a75b72ccd4c0ec4143087c1de98508b9d62840224154", async() => {
|
||||
WriteLiteral("\r\n ");
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-content-template", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "a75b72ccd4c0ec4143087c1de98508b9d62840224430", async() => {
|
||||
WriteLiteral(@"
|
||||
<div>
|
||||
<p>The rich text editor is WYSIWYG ('what you see is what you get') editor useful to create and edit content, and return the valid <a href='rte / rich - text - editor.html'>HTML markup</a> or <a href='rte / markdown - editor.html'>markdown</a> of the content</p>
|
||||
<p><b> Toolbar </b></p>
|
||||
<ol>
|
||||
<li>
|
||||
<p> Toolbar contains commands to align the text, insert link, insert image, insert list, undo / redo operations, HTML view, etc </p>
|
||||
</li>
|
||||
<li>
|
||||
<p> Toolbar is fully customizable </p>
|
||||
</li>
|
||||
</ol>
|
||||
<p><b> Links </b></p>
|
||||
<ol>
|
||||
<li>
|
||||
<p> You can insert a hyperlink with its corresponding dialog</p>
|
||||
</li>
|
||||
<li>
|
||||
<p> Attach a hyperlink to the displayed text. </p>
|
||||
</li>
|
||||
<li>
|
||||
<p> Custom");
|
||||
WriteLiteral(@"ize the quick toolbar based on the hyperlink </p>
|
||||
</li>
|
||||
</ol>
|
||||
<p><b> Image.</b></p>
|
||||
<ol>
|
||||
<li>
|
||||
<p> Allows you to insert images from an online source as well as the local computer</p>
|
||||
</li>
|
||||
<li>
|
||||
<p> You can upload an image</p>
|
||||
</li>
|
||||
<li>
|
||||
<p> Provides an option to customize quick toolbar for an image </p>
|
||||
</li>
|
||||
</ol>
|
||||
<img alt='Logo' src='images/RichTextEditor/RTEImage-Feather.png' style='width: 300px' />
|
||||
</div>
|
||||
");
|
||||
}
|
||||
);
|
||||
__Syncfusion_EJ2_ContentTemplate = CreateTagHelper<global::Syncfusion.EJ2.ContentTemplate>();
|
||||
__tagHelperExecutionContext.Add(__Syncfusion_EJ2_ContentTemplate);
|
||||
await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
|
||||
if (!__tagHelperExecutionContext.Output.IsContentModified)
|
||||
{
|
||||
await __tagHelperExecutionContext.SetOutputContentAsync();
|
||||
}
|
||||
Write(__tagHelperExecutionContext.Output);
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.End();
|
||||
WriteLiteral("\r\n ");
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-richtexteditor-toolbarsettings", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "a75b72ccd4c0ec4143087c1de98508b9d62840227129", async() => {
|
||||
WriteLiteral("\r\n ");
|
||||
}
|
||||
);
|
||||
__Syncfusion_EJ2_RichTextEditor_RichTextEditorToolbarSettings = CreateTagHelper<global::Syncfusion.EJ2.RichTextEditor.RichTextEditorToolbarSettings>();
|
||||
__tagHelperExecutionContext.Add(__Syncfusion_EJ2_RichTextEditor_RichTextEditorToolbarSettings);
|
||||
#nullable restore
|
||||
#line 51 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\RichTextEditor\RichTextEditorFeatures.cshtml"
|
||||
__Syncfusion_EJ2_RichTextEditor_RichTextEditorToolbarSettings.Items = ViewBag.tools;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute("items", __Syncfusion_EJ2_RichTextEditor_RichTextEditorToolbarSettings.Items, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
|
||||
if (!__tagHelperExecutionContext.Output.IsContentModified)
|
||||
{
|
||||
await __tagHelperExecutionContext.SetOutputContentAsync();
|
||||
}
|
||||
Write(__tagHelperExecutionContext.Output);
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.End();
|
||||
WriteLiteral("\r\n");
|
||||
}
|
||||
);
|
||||
__Syncfusion_EJ2_RichTextEditor_RichTextEditor = CreateTagHelper<global::Syncfusion.EJ2.RichTextEditor.RichTextEditor>();
|
||||
__tagHelperExecutionContext.Add(__Syncfusion_EJ2_RichTextEditor_RichTextEditor);
|
||||
__Syncfusion_EJ2_RichTextEditor_RichTextEditor.Id = (string)__tagHelperAttribute_0.Value;
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
|
||||
#nullable restore
|
||||
#line 11 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\RichTextEditor\RichTextEditorFeatures.cshtml"
|
||||
__Syncfusion_EJ2_RichTextEditor_RichTextEditor.ShowCharCount = true;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute("showCharCount", __Syncfusion_EJ2_RichTextEditor_RichTextEditor.ShowCharCount, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
#nullable restore
|
||||
#line 11 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\RichTextEditor\RichTextEditorFeatures.cshtml"
|
||||
__Syncfusion_EJ2_RichTextEditor_RichTextEditor.MaxLength = 2000;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute("maxLength", __Syncfusion_EJ2_RichTextEditor_RichTextEditor.MaxLength, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
|
||||
if (!__tagHelperExecutionContext.Output.IsContentModified)
|
||||
{
|
||||
await __tagHelperExecutionContext.SetOutputContentAsync();
|
||||
}
|
||||
Write(__tagHelperExecutionContext.Output);
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.End();
|
||||
WriteLiteral("\r\n</div>\r\n");
|
||||
}
|
||||
#pragma warning restore 1998
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider ModelExpressionProvider { get; private set; }
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.IUrlHelper Url { get; private set; }
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.IViewComponentHelper Component { get; private set; }
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper Json { get; private set; }
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<dynamic> Html { get; private set; }
|
||||
}
|
||||
}
|
||||
#pragma warning restore 1591
|
||||
#pragma checksum "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\RichTextEditor\RichTextEditorFeatures.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "a75b72ccd4c0ec4143087c1de98508b9d6284022"
|
||||
// <auto-generated/>
|
||||
#pragma warning disable 1591
|
||||
[assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspNetCore.Views_RichTextEditor_RichTextEditorFeatures), @"mvc.1.0.view", @"/Views/RichTextEditor/RichTextEditorFeatures.cshtml")]
|
||||
namespace AspNetCore
|
||||
{
|
||||
#line hidden
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.AspNetCore.Mvc.Rendering;
|
||||
using Microsoft.AspNetCore.Mvc.ViewFeatures;
|
||||
#nullable restore
|
||||
#line 1 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\_ViewImports.cshtml"
|
||||
using APP;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
#line 2 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\_ViewImports.cshtml"
|
||||
using APP.Models;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"a75b72ccd4c0ec4143087c1de98508b9d6284022", @"/Views/RichTextEditor/RichTextEditorFeatures.cshtml")]
|
||||
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"c3015f221c992201c00806ad714a8948081299b9", @"/Views/_ViewImports.cshtml")]
|
||||
#nullable restore
|
||||
public class Views_RichTextEditor_RichTextEditorFeatures : global::Microsoft.AspNetCore.Mvc.Razor.RazorPage<dynamic>
|
||||
#nullable disable
|
||||
{
|
||||
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_0 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("id", "defaultRTE", global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
#line hidden
|
||||
#pragma warning disable 0649
|
||||
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext __tagHelperExecutionContext;
|
||||
#pragma warning restore 0649
|
||||
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner __tagHelperRunner = new global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner();
|
||||
#pragma warning disable 0169
|
||||
private string __tagHelperStringValueBuffer;
|
||||
#pragma warning restore 0169
|
||||
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager __backed__tagHelperScopeManager = null;
|
||||
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager __tagHelperScopeManager
|
||||
{
|
||||
get
|
||||
{
|
||||
if (__backed__tagHelperScopeManager == null)
|
||||
{
|
||||
__backed__tagHelperScopeManager = new global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager(StartTagHelperWritingScope, EndTagHelperWritingScope);
|
||||
}
|
||||
return __backed__tagHelperScopeManager;
|
||||
}
|
||||
}
|
||||
private global::Syncfusion.EJ2.RichTextEditor.RichTextEditor __Syncfusion_EJ2_RichTextEditor_RichTextEditor;
|
||||
private global::Syncfusion.EJ2.ContentTemplate __Syncfusion_EJ2_ContentTemplate;
|
||||
private global::Syncfusion.EJ2.RichTextEditor.RichTextEditorToolbarSettings __Syncfusion_EJ2_RichTextEditor_RichTextEditorToolbarSettings;
|
||||
#pragma warning disable 1998
|
||||
public async override global::System.Threading.Tasks.Task ExecuteAsync()
|
||||
{
|
||||
#nullable restore
|
||||
#line 1 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\RichTextEditor\RichTextEditorFeatures.cshtml"
|
||||
|
||||
ViewBag.Title = "RichTextEditor";
|
||||
Layout = "~/Views/Shared/_Layout.cshtml";
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
WriteLiteral("<h2>RichTextEditor Features:</h2>\r\n<br/>\r\n<li> RichTextEditor Samples - Default</li>\r\n<li> Theme - Bootstrap-Theme</li>\r\n<br/>\r\n<div id = \"ControlRegion\">\r\n ");
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("ejs-richtexteditor", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "a75b72ccd4c0ec4143087c1de98508b9d62840224200", async() => {
|
||||
WriteLiteral("\r\n ");
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-content-template", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "a75b72ccd4c0ec4143087c1de98508b9d62840224476", async() => {
|
||||
WriteLiteral(@"
|
||||
<div>
|
||||
<p>The rich text editor is WYSIWYG ('what you see is what you get') editor useful to create and edit content, and return the valid <a href='rte / rich - text - editor.html'>HTML markup</a> or <a href='rte / markdown - editor.html'>markdown</a> of the content</p>
|
||||
<p><b> Toolbar </b></p>
|
||||
<ol>
|
||||
<li>
|
||||
<p> Toolbar contains commands to align the text, insert link, insert image, insert list, undo / redo operations, HTML view, etc </p>
|
||||
</li>
|
||||
<li>
|
||||
<p> Toolbar is fully customizable </p>
|
||||
</li>
|
||||
</ol>
|
||||
<p><b> Links </b></p>
|
||||
<ol>
|
||||
<li>
|
||||
<p> You can insert a hyperlink with its corresponding dialog</p>
|
||||
</li>
|
||||
<li>
|
||||
<p> Attach a hyperlink to the displayed text. </p>
|
||||
</li>
|
||||
<li>
|
||||
<p> Custom");
|
||||
WriteLiteral(@"ize the quick toolbar based on the hyperlink </p>
|
||||
</li>
|
||||
</ol>
|
||||
<p><b> Image.</b></p>
|
||||
<ol>
|
||||
<li>
|
||||
<p> Allows you to insert images from an online source as well as the local computer</p>
|
||||
</li>
|
||||
<li>
|
||||
<p> You can upload an image</p>
|
||||
</li>
|
||||
<li>
|
||||
<p> Provides an option to customize quick toolbar for an image </p>
|
||||
</li>
|
||||
</ol>
|
||||
<img alt='Logo' src='images/RichTextEditor/RTEImage-Feather.png' style='width: 300px' />
|
||||
</div>
|
||||
");
|
||||
}
|
||||
);
|
||||
__Syncfusion_EJ2_ContentTemplate = CreateTagHelper<global::Syncfusion.EJ2.ContentTemplate>();
|
||||
__tagHelperExecutionContext.Add(__Syncfusion_EJ2_ContentTemplate);
|
||||
await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
|
||||
if (!__tagHelperExecutionContext.Output.IsContentModified)
|
||||
{
|
||||
await __tagHelperExecutionContext.SetOutputContentAsync();
|
||||
}
|
||||
Write(__tagHelperExecutionContext.Output);
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.End();
|
||||
WriteLiteral("\r\n ");
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-richtexteditor-toolbarsettings", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "a75b72ccd4c0ec4143087c1de98508b9d62840227175", async() => {
|
||||
WriteLiteral("\r\n ");
|
||||
}
|
||||
);
|
||||
__Syncfusion_EJ2_RichTextEditor_RichTextEditorToolbarSettings = CreateTagHelper<global::Syncfusion.EJ2.RichTextEditor.RichTextEditorToolbarSettings>();
|
||||
__tagHelperExecutionContext.Add(__Syncfusion_EJ2_RichTextEditor_RichTextEditorToolbarSettings);
|
||||
#nullable restore
|
||||
#line 51 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\RichTextEditor\RichTextEditorFeatures.cshtml"
|
||||
__Syncfusion_EJ2_RichTextEditor_RichTextEditorToolbarSettings.Items = ViewBag.tools;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute("items", __Syncfusion_EJ2_RichTextEditor_RichTextEditorToolbarSettings.Items, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
|
||||
if (!__tagHelperExecutionContext.Output.IsContentModified)
|
||||
{
|
||||
await __tagHelperExecutionContext.SetOutputContentAsync();
|
||||
}
|
||||
Write(__tagHelperExecutionContext.Output);
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.End();
|
||||
WriteLiteral("\r\n");
|
||||
}
|
||||
);
|
||||
__Syncfusion_EJ2_RichTextEditor_RichTextEditor = CreateTagHelper<global::Syncfusion.EJ2.RichTextEditor.RichTextEditor>();
|
||||
__tagHelperExecutionContext.Add(__Syncfusion_EJ2_RichTextEditor_RichTextEditor);
|
||||
__Syncfusion_EJ2_RichTextEditor_RichTextEditor.Id = (string)__tagHelperAttribute_0.Value;
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
|
||||
#nullable restore
|
||||
#line 11 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\RichTextEditor\RichTextEditorFeatures.cshtml"
|
||||
__Syncfusion_EJ2_RichTextEditor_RichTextEditor.ShowCharCount = true;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute("showCharCount", __Syncfusion_EJ2_RichTextEditor_RichTextEditor.ShowCharCount, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
#nullable restore
|
||||
#line 11 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\RichTextEditor\RichTextEditorFeatures.cshtml"
|
||||
__Syncfusion_EJ2_RichTextEditor_RichTextEditor.MaxLength = 2000;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
__tagHelperExecutionContext.AddTagHelperAttribute("maxLength", __Syncfusion_EJ2_RichTextEditor_RichTextEditor.MaxLength, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
|
||||
if (!__tagHelperExecutionContext.Output.IsContentModified)
|
||||
{
|
||||
await __tagHelperExecutionContext.SetOutputContentAsync();
|
||||
}
|
||||
Write(__tagHelperExecutionContext.Output);
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.End();
|
||||
WriteLiteral("\r\n</div>\r\n");
|
||||
}
|
||||
#pragma warning restore 1998
|
||||
#nullable restore
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider ModelExpressionProvider { get; private set; } = default!;
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.IUrlHelper Url { get; private set; } = default!;
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.IViewComponentHelper Component { get; private set; } = default!;
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper Json { get; private set; } = default!;
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<dynamic> Html { get; private set; } = default!;
|
||||
#nullable disable
|
||||
}
|
||||
}
|
||||
#pragma warning restore 1591
|
||||
|
||||
@@ -35,7 +35,9 @@ using Syncfusion.EJ2;
|
||||
#nullable disable
|
||||
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"e8d3d0a7ed6a087be6480f7975f9375cb55b44a1", @"/Views/Schulhaus/Index.cshtml")]
|
||||
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"c3015f221c992201c00806ad714a8948081299b9", @"/Views/_ViewImports.cshtml")]
|
||||
#nullable restore
|
||||
public class Views_Schulhaus_Index : global::Microsoft.AspNetCore.Mvc.Razor.RazorPage<dynamic>
|
||||
#nullable disable
|
||||
{
|
||||
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_0 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("template", "#dialogtemplate", global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.SingleQuotes);
|
||||
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_1 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("url", "/Schulhaus/UrlDataSource", global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||
@@ -114,9 +116,9 @@ using Syncfusion.EJ2;
|
||||
#line hidden
|
||||
#nullable disable
|
||||
WriteLiteral("<h2>Schulhaus-Verwaltung</h2>\r\n<br />\r\n\r\n<div class=\"control-wrapper\">\r\n ");
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("ejs-grid", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e8d3d0a7ed6a087be6480f7975f9375cb55b44a115065", async() => {
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("ejs-grid", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e8d3d0a7ed6a087be6480f7975f9375cb55b44a115111", async() => {
|
||||
WriteLiteral("\r\n ");
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-grid-editSettings", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e8d3d0a7ed6a087be6480f7975f9375cb55b44a115336", async() => {
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-grid-editSettings", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e8d3d0a7ed6a087be6480f7975f9375cb55b44a115382", async() => {
|
||||
}
|
||||
);
|
||||
__Syncfusion_EJ2_Grids_GridEditSettings = CreateTagHelper<global::Syncfusion.EJ2.Grids.GridEditSettings>();
|
||||
@@ -163,7 +165,7 @@ __Syncfusion_EJ2_Grids_GridEditSettings.Mode = global::Syncfusion.EJ2.Grids.Edit
|
||||
Write(__tagHelperExecutionContext.Output);
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.End();
|
||||
WriteLiteral("\r\n ");
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-data-manager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e8d3d0a7ed6a087be6480f7975f9375cb55b44a118287", async() => {
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-data-manager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e8d3d0a7ed6a087be6480f7975f9375cb55b44a118333", async() => {
|
||||
}
|
||||
);
|
||||
__Syncfusion_EJ2_DataManager = CreateTagHelper<global::Syncfusion.EJ2.DataManager>();
|
||||
@@ -186,9 +188,9 @@ __Syncfusion_EJ2_Grids_GridEditSettings.Mode = global::Syncfusion.EJ2.Grids.Edit
|
||||
Write(__tagHelperExecutionContext.Output);
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.End();
|
||||
WriteLiteral("\r\n\r\n ");
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-grid-columns", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e8d3d0a7ed6a087be6480f7975f9375cb55b44a120134", async() => {
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-grid-columns", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e8d3d0a7ed6a087be6480f7975f9375cb55b44a120180", async() => {
|
||||
WriteLiteral("\r\n\r\n ");
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-grid-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e8d3d0a7ed6a087be6480f7975f9375cb55b44a120427", async() => {
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-grid-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e8d3d0a7ed6a087be6480f7975f9375cb55b44a120473", async() => {
|
||||
}
|
||||
);
|
||||
__Syncfusion_EJ2_Grids_GridColumn = CreateTagHelper<global::Syncfusion.EJ2.Grids.GridColumn>();
|
||||
@@ -249,7 +251,7 @@ __Syncfusion_EJ2_Grids_GridColumn.IsIdentity = true;
|
||||
Write(__tagHelperExecutionContext.Output);
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.End();
|
||||
WriteLiteral("\r\n\r\n ");
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-grid-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e8d3d0a7ed6a087be6480f7975f9375cb55b44a124422", async() => {
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-grid-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e8d3d0a7ed6a087be6480f7975f9375cb55b44a124468", async() => {
|
||||
}
|
||||
);
|
||||
__Syncfusion_EJ2_Grids_GridColumn = CreateTagHelper<global::Syncfusion.EJ2.Grids.GridColumn>();
|
||||
@@ -268,7 +270,7 @@ __Syncfusion_EJ2_Grids_GridColumn.IsIdentity = true;
|
||||
Write(__tagHelperExecutionContext.Output);
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.End();
|
||||
WriteLiteral("\r\n\r\n ");
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-grid-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e8d3d0a7ed6a087be6480f7975f9375cb55b44a126009", async() => {
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-grid-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e8d3d0a7ed6a087be6480f7975f9375cb55b44a126055", async() => {
|
||||
}
|
||||
);
|
||||
__Syncfusion_EJ2_Grids_GridColumn = CreateTagHelper<global::Syncfusion.EJ2.Grids.GridColumn>();
|
||||
@@ -287,7 +289,7 @@ __Syncfusion_EJ2_Grids_GridColumn.IsIdentity = true;
|
||||
Write(__tagHelperExecutionContext.Output);
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.End();
|
||||
WriteLiteral("\r\n\r\n ");
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-grid-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e8d3d0a7ed6a087be6480f7975f9375cb55b44a127596", async() => {
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-grid-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e8d3d0a7ed6a087be6480f7975f9375cb55b44a127642", async() => {
|
||||
}
|
||||
);
|
||||
__Syncfusion_EJ2_Grids_GridColumn = CreateTagHelper<global::Syncfusion.EJ2.Grids.GridColumn>();
|
||||
@@ -306,7 +308,7 @@ __Syncfusion_EJ2_Grids_GridColumn.IsIdentity = true;
|
||||
Write(__tagHelperExecutionContext.Output);
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.End();
|
||||
WriteLiteral("\r\n\r\n ");
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-grid-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e8d3d0a7ed6a087be6480f7975f9375cb55b44a129181", async() => {
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-grid-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e8d3d0a7ed6a087be6480f7975f9375cb55b44a129227", async() => {
|
||||
}
|
||||
);
|
||||
__Syncfusion_EJ2_Grids_GridColumn = CreateTagHelper<global::Syncfusion.EJ2.Grids.GridColumn>();
|
||||
@@ -325,7 +327,7 @@ __Syncfusion_EJ2_Grids_GridColumn.IsIdentity = true;
|
||||
Write(__tagHelperExecutionContext.Output);
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.End();
|
||||
WriteLiteral("\r\n\r\n ");
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-grid-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e8d3d0a7ed6a087be6480f7975f9375cb55b44a130768", async() => {
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-grid-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e8d3d0a7ed6a087be6480f7975f9375cb55b44a130814", async() => {
|
||||
}
|
||||
);
|
||||
__Syncfusion_EJ2_Grids_GridColumn = CreateTagHelper<global::Syncfusion.EJ2.Grids.GridColumn>();
|
||||
@@ -344,7 +346,7 @@ __Syncfusion_EJ2_Grids_GridColumn.IsIdentity = true;
|
||||
Write(__tagHelperExecutionContext.Output);
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.End();
|
||||
WriteLiteral("\r\n\r\n ");
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-grid-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e8d3d0a7ed6a087be6480f7975f9375cb55b44a132355", async() => {
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-grid-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e8d3d0a7ed6a087be6480f7975f9375cb55b44a132401", async() => {
|
||||
}
|
||||
);
|
||||
__Syncfusion_EJ2_Grids_GridColumn = CreateTagHelper<global::Syncfusion.EJ2.Grids.GridColumn>();
|
||||
@@ -398,7 +400,7 @@ __Syncfusion_EJ2_Grids_GridColumn.TextAlign = global::Syncfusion.EJ2.Grids.TextA
|
||||
#line hidden
|
||||
#nullable disable
|
||||
WriteLiteral(" ");
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-grid-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e8d3d0a7ed6a087be6480f7975f9375cb55b44a135770", async() => {
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-grid-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e8d3d0a7ed6a087be6480f7975f9375cb55b44a135816", async() => {
|
||||
}
|
||||
);
|
||||
__Syncfusion_EJ2_Grids_GridColumn = CreateTagHelper<global::Syncfusion.EJ2.Grids.GridColumn>();
|
||||
@@ -436,7 +438,7 @@ __Syncfusion_EJ2_Grids_GridColumn.Visible = true;
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.End();
|
||||
WriteLiteral("\r\n");
|
||||
WriteLiteral(" ");
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-grid-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e8d3d0a7ed6a087be6480f7975f9375cb55b44a138467", async() => {
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-grid-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e8d3d0a7ed6a087be6480f7975f9375cb55b44a138513", async() => {
|
||||
}
|
||||
);
|
||||
__Syncfusion_EJ2_Grids_GridColumn = CreateTagHelper<global::Syncfusion.EJ2.Grids.GridColumn>();
|
||||
@@ -466,7 +468,7 @@ __Syncfusion_EJ2_Grids_GridColumn.DefaultValue = (DateTime.Now);
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.End();
|
||||
WriteLiteral("\r\n");
|
||||
WriteLiteral(" ");
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-grid-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e8d3d0a7ed6a087be6480f7975f9375cb55b44a140740", async() => {
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-grid-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e8d3d0a7ed6a087be6480f7975f9375cb55b44a140786", async() => {
|
||||
}
|
||||
);
|
||||
__Syncfusion_EJ2_Grids_GridColumn = CreateTagHelper<global::Syncfusion.EJ2.Grids.GridColumn>();
|
||||
@@ -494,7 +496,7 @@ __Syncfusion_EJ2_Grids_GridColumn.DefaultValue = 0;
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.End();
|
||||
WriteLiteral("\r\n");
|
||||
WriteLiteral(" ");
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-grid-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e8d3d0a7ed6a087be6480f7975f9375cb55b44a142800", async() => {
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-grid-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e8d3d0a7ed6a087be6480f7975f9375cb55b44a142846", async() => {
|
||||
}
|
||||
);
|
||||
__Syncfusion_EJ2_Grids_GridColumn = CreateTagHelper<global::Syncfusion.EJ2.Grids.GridColumn>();
|
||||
@@ -530,7 +532,7 @@ __Syncfusion_EJ2_Grids_GridColumn.DefaultValue = 0;
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.End();
|
||||
WriteLiteral("\r\n");
|
||||
WriteLiteral(" ");
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-grid-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e8d3d0a7ed6a087be6480f7975f9375cb55b44a145284", async() => {
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-grid-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e8d3d0a7ed6a087be6480f7975f9375cb55b44a145330", async() => {
|
||||
}
|
||||
);
|
||||
__Syncfusion_EJ2_Grids_GridColumn = CreateTagHelper<global::Syncfusion.EJ2.Grids.GridColumn>();
|
||||
@@ -739,16 +741,26 @@ __Syncfusion_EJ2_Grids_Grid.Toolbar = (new List<string>() {"Add", "Edit", "Updat
|
||||
|
||||
</script>");
|
||||
}
|
||||
#pragma warning restore 1998
|
||||
#nullable restore
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider ModelExpressionProvider { get; private set; } = default!;
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.IUrlHelper Url { get; private set; } = default!;
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.IViewComponentHelper Component { get; private set; } = default!;
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper Json { get; private set; } = default!;
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<dynamic> Html { get; private set; } = default!;
|
||||
#nullable disable
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,75 +1,87 @@
|
||||
#pragma checksum "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Shared\Components\Footer\Footer.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "e3c30f8be81f6ffcebb0e60e29296b6263e179fa"
|
||||
// <auto-generated/>
|
||||
#pragma warning disable 1591
|
||||
[assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspNetCore.Views_Shared_Components_Footer_Footer), @"mvc.1.0.view", @"/Views/Shared/Components/Footer/Footer.cshtml")]
|
||||
namespace AspNetCore
|
||||
{
|
||||
#line hidden
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.AspNetCore.Mvc.Rendering;
|
||||
using Microsoft.AspNetCore.Mvc.ViewFeatures;
|
||||
#nullable restore
|
||||
#line 1 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\_ViewImports.cshtml"
|
||||
using APP;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
#line 2 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\_ViewImports.cshtml"
|
||||
using APP.Models;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"e3c30f8be81f6ffcebb0e60e29296b6263e179fa", @"/Views/Shared/Components/Footer/Footer.cshtml")]
|
||||
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"c3015f221c992201c00806ad714a8948081299b9", @"/Views/_ViewImports.cshtml")]
|
||||
public class Views_Shared_Components_Footer_Footer : global::Microsoft.AspNetCore.Mvc.Razor.RazorPage<dynamic>
|
||||
{
|
||||
#pragma warning disable 1998
|
||||
public async override global::System.Threading.Tasks.Task ExecuteAsync()
|
||||
{
|
||||
WriteLiteral("© ");
|
||||
#nullable restore
|
||||
#line 1 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Shared\Components\Footer\Footer.cshtml"
|
||||
Write(DateTime.Now.Year);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
WriteLiteral(" - ");
|
||||
#nullable restore
|
||||
#line 1 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Shared\Components\Footer\Footer.cshtml"
|
||||
Write(ViewBag.copyright);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
WriteLiteral(" / Version ");
|
||||
#nullable restore
|
||||
#line 1 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Shared\Components\Footer\Footer.cshtml"
|
||||
Write(ViewBag.version);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
WriteLiteral("\r\n");
|
||||
}
|
||||
#pragma warning restore 1998
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider ModelExpressionProvider { get; private set; }
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.IUrlHelper Url { get; private set; }
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.IViewComponentHelper Component { get; private set; }
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper Json { get; private set; }
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<dynamic> Html { get; private set; }
|
||||
}
|
||||
}
|
||||
#pragma warning restore 1591
|
||||
#pragma checksum "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Shared\Components\Footer\Footer.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "e3c30f8be81f6ffcebb0e60e29296b6263e179fa"
|
||||
// <auto-generated/>
|
||||
#pragma warning disable 1591
|
||||
[assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspNetCore.Views_Shared_Components_Footer_Footer), @"mvc.1.0.view", @"/Views/Shared/Components/Footer/Footer.cshtml")]
|
||||
namespace AspNetCore
|
||||
{
|
||||
#line hidden
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.AspNetCore.Mvc.Rendering;
|
||||
using Microsoft.AspNetCore.Mvc.ViewFeatures;
|
||||
#nullable restore
|
||||
#line 1 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\_ViewImports.cshtml"
|
||||
using APP;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
#line 2 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\_ViewImports.cshtml"
|
||||
using APP.Models;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"e3c30f8be81f6ffcebb0e60e29296b6263e179fa", @"/Views/Shared/Components/Footer/Footer.cshtml")]
|
||||
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"c3015f221c992201c00806ad714a8948081299b9", @"/Views/_ViewImports.cshtml")]
|
||||
#nullable restore
|
||||
public class Views_Shared_Components_Footer_Footer : global::Microsoft.AspNetCore.Mvc.Razor.RazorPage<dynamic>
|
||||
#nullable disable
|
||||
{
|
||||
#pragma warning disable 1998
|
||||
public async override global::System.Threading.Tasks.Task ExecuteAsync()
|
||||
{
|
||||
WriteLiteral("© ");
|
||||
#nullable restore
|
||||
#line 1 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Shared\Components\Footer\Footer.cshtml"
|
||||
Write(DateTime.Now.Year);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
WriteLiteral(" - ");
|
||||
#nullable restore
|
||||
#line 1 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Shared\Components\Footer\Footer.cshtml"
|
||||
Write(ViewBag.copyright);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
WriteLiteral(" / Version ");
|
||||
#nullable restore
|
||||
#line 1 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\Shared\Components\Footer\Footer.cshtml"
|
||||
Write(ViewBag.version);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
WriteLiteral("\r\n");
|
||||
}
|
||||
#pragma warning restore 1998
|
||||
#nullable restore
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider ModelExpressionProvider { get; private set; } = default!;
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.IUrlHelper Url { get; private set; } = default!;
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.IViewComponentHelper Component { get; private set; } = default!;
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper Json { get; private set; } = default!;
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<dynamic> Html { get; private set; } = default!;
|
||||
#nullable disable
|
||||
}
|
||||
}
|
||||
#pragma warning restore 1591
|
||||
|
||||
@@ -1,170 +1,182 @@
|
||||
#pragma checksum "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\TextBoxes\TextBoxesFeatures.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "d9818233c16e0639b59695cf5d7c0229c3564491"
|
||||
// <auto-generated/>
|
||||
#pragma warning disable 1591
|
||||
[assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspNetCore.Views_TextBoxes_TextBoxesFeatures), @"mvc.1.0.view", @"/Views/TextBoxes/TextBoxesFeatures.cshtml")]
|
||||
namespace AspNetCore
|
||||
{
|
||||
#line hidden
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.AspNetCore.Mvc.Rendering;
|
||||
using Microsoft.AspNetCore.Mvc.ViewFeatures;
|
||||
#nullable restore
|
||||
#line 1 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\_ViewImports.cshtml"
|
||||
using APP;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
#line 2 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\_ViewImports.cshtml"
|
||||
using APP.Models;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"d9818233c16e0639b59695cf5d7c0229c3564491", @"/Views/TextBoxes/TextBoxesFeatures.cshtml")]
|
||||
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"c3015f221c992201c00806ad714a8948081299b9", @"/Views/_ViewImports.cshtml")]
|
||||
public class Views_TextBoxes_TextBoxesFeatures : global::Microsoft.AspNetCore.Mvc.Razor.RazorPage<dynamic>
|
||||
{
|
||||
#pragma warning disable 1998
|
||||
public async override global::System.Threading.Tasks.Task ExecuteAsync()
|
||||
{
|
||||
#nullable restore
|
||||
#line 1 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\TextBoxes\TextBoxesFeatures.cshtml"
|
||||
|
||||
ViewBag.Title = "TextBoxes";
|
||||
Layout = "~/Views/Shared/_Layout.cshtml";
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
WriteLiteral(@"<h2>TextBoxes Features:</h2>
|
||||
<br/>
|
||||
<li> TextBoxes Samples - Default</li>
|
||||
<li> Theme - Bootstrap-Theme</li>
|
||||
<br/>
|
||||
<div id = ""ControlRegion"">
|
||||
<div id=""target"" class=""col-lg-12 control-section"">
|
||||
<div class=""content-wrapper"">
|
||||
<div class=""row"">
|
||||
<div class=""col-xs-6 col-sm-6 col-lg-6 col-md-6""><b>Default Inputs</b></div>
|
||||
</div>
|
||||
<div class=""row"">
|
||||
<div class=""col-xs-6 col-sm-6 col-lg-6 col-md-6"">
|
||||
<div class=""e-input-group"">
|
||||
<input class=""e-input"" type=""text"" placeholder=""Enter Name"">
|
||||
</div>
|
||||
</div>
|
||||
<div class=""col-xs-6 col-sm-6 col-lg-6 col-md-6"">
|
||||
<div class=""e-input-group e-rtl"">
|
||||
<input class=""e-input"" type=""text"" placeholder=""Last Name"">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class=""row"">
|
||||
<div class=""col-xs-6 col-sm-6 col-lg-6 col-md-6"">
|
||||
<div class=""e-input-gr");
|
||||
WriteLiteral(@"oup"">
|
||||
<input class=""e-input"" type=""password"" placeholder=""Password"" value=""password"">
|
||||
</div>
|
||||
</div>
|
||||
<div class=""col-xs-6 col-sm-6 col-lg-6 col-md-6"">
|
||||
<div class=""e-input-group"">
|
||||
<input class=""e-input"" type=""email"" placeholder=""Enter Email"">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class=""row"">
|
||||
<div class=""col-xs-6 col-sm-6 col-lg-6 col-md-6"">
|
||||
<b>Input with Icons</b>
|
||||
</div>
|
||||
</div>
|
||||
<div class=""row"">
|
||||
<div class=""col-xs-6 col-sm-6 col-lg-6 col-md-6"">
|
||||
<div class=""e-input-group"">
|
||||
<input class=""e-input"" placeholder=""Date of Birth"" type=""text"">
|
||||
<span id=""DOB"" class=""e-input-group-icon e-input-calendar""></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class=""col-xs-6 col-sm-6 col-lg-6 col-md-6"">
|
||||
<div class=""e-input-gr");
|
||||
WriteLiteral(@"oup e-float-icon-left"">
|
||||
<span class=""e-input-group-icon e-input-picture""></span>
|
||||
<div class=""e-input-in-wrap"">
|
||||
<input class=""e-input"" placeholder=""Upload Picture"" type=""text"">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
var inputObject = {};
|
||||
var input = document.querySelectorAll('.e-input-group .e-input,.e-float-input.e-input-group input');
|
||||
var inputIcon = document.querySelectorAll('.e-input-group-icon');
|
||||
var focusFn = function (index) {
|
||||
return function () {
|
||||
getParentNode(input[index]).classList.add('e-input-focus');
|
||||
};
|
||||
};
|
||||
var blurFn = function (index) {
|
||||
return function () {
|
||||
getParentNode(input[index]).classList.remove('e-input-focus');
|
||||
};
|
||||
};
|
||||
var mouseupFn = function () {
|
||||
var ele = this;
|
||||
setTimeout(function () { ele.classList.remove('e-input-btn-ripple'");
|
||||
WriteLiteral(@"); }, 500);
|
||||
};
|
||||
for (var i = 0; i < input.length; i++) {
|
||||
//Focus Event binding for input component
|
||||
input[i].addEventListener('focus', focusFn(i));
|
||||
//Blur Event binding for input component
|
||||
input[i].addEventListener('blur', blurFn(i));
|
||||
}
|
||||
for (var j = 0; j < inputIcon.length; j++) {
|
||||
inputIcon[j].addEventListener('mousedown', function () {
|
||||
this.classList.add('e-input-btn-ripple');
|
||||
});
|
||||
inputIcon[j].addEventListener('mouseup', mouseupFn);
|
||||
}
|
||||
function getParentNode(element) {
|
||||
var parentNode = element.parentNode;
|
||||
if (parentNode.classList.contains('e-input-in-wrap')) {
|
||||
return parentNode.parentNode;
|
||||
}
|
||||
return parentNode;
|
||||
}
|
||||
</script>
|
||||
<style>
|
||||
input {
|
||||
max-width: 100%;
|
||||
}
|
||||
.e-input-picture:before {
|
||||
content: '\e7b3';
|
||||
font-family: e-icons;
|
||||
}
|
||||
.e-input-calendar:before {
|
||||
content: """";
|
||||
font-family: e-icons");
|
||||
WriteLiteral(";\r\n font-size: 13px;\r\n }\r\n .content-wrapper {\r\n width: 90%;\r\n margin: 0 auto;\r\n min-width: 185px;\r\n }\r\n .content-wrapper div.row {\r\n padding: 15px 0px;\r\n }\r\n</style>\r\n</div>\r\n");
|
||||
}
|
||||
#pragma warning restore 1998
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider ModelExpressionProvider { get; private set; }
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.IUrlHelper Url { get; private set; }
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.IViewComponentHelper Component { get; private set; }
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper Json { get; private set; }
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<dynamic> Html { get; private set; }
|
||||
}
|
||||
}
|
||||
#pragma warning restore 1591
|
||||
#pragma checksum "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\TextBoxes\TextBoxesFeatures.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "d9818233c16e0639b59695cf5d7c0229c3564491"
|
||||
// <auto-generated/>
|
||||
#pragma warning disable 1591
|
||||
[assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspNetCore.Views_TextBoxes_TextBoxesFeatures), @"mvc.1.0.view", @"/Views/TextBoxes/TextBoxesFeatures.cshtml")]
|
||||
namespace AspNetCore
|
||||
{
|
||||
#line hidden
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.AspNetCore.Mvc.Rendering;
|
||||
using Microsoft.AspNetCore.Mvc.ViewFeatures;
|
||||
#nullable restore
|
||||
#line 1 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\_ViewImports.cshtml"
|
||||
using APP;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
#line 2 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\_ViewImports.cshtml"
|
||||
using APP.Models;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"d9818233c16e0639b59695cf5d7c0229c3564491", @"/Views/TextBoxes/TextBoxesFeatures.cshtml")]
|
||||
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"c3015f221c992201c00806ad714a8948081299b9", @"/Views/_ViewImports.cshtml")]
|
||||
#nullable restore
|
||||
public class Views_TextBoxes_TextBoxesFeatures : global::Microsoft.AspNetCore.Mvc.Razor.RazorPage<dynamic>
|
||||
#nullable disable
|
||||
{
|
||||
#pragma warning disable 1998
|
||||
public async override global::System.Threading.Tasks.Task ExecuteAsync()
|
||||
{
|
||||
#nullable restore
|
||||
#line 1 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\Views\TextBoxes\TextBoxesFeatures.cshtml"
|
||||
|
||||
ViewBag.Title = "TextBoxes";
|
||||
Layout = "~/Views/Shared/_Layout.cshtml";
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
#nullable disable
|
||||
WriteLiteral(@"<h2>TextBoxes Features:</h2>
|
||||
<br/>
|
||||
<li> TextBoxes Samples - Default</li>
|
||||
<li> Theme - Bootstrap-Theme</li>
|
||||
<br/>
|
||||
<div id = ""ControlRegion"">
|
||||
<div id=""target"" class=""col-lg-12 control-section"">
|
||||
<div class=""content-wrapper"">
|
||||
<div class=""row"">
|
||||
<div class=""col-xs-6 col-sm-6 col-lg-6 col-md-6""><b>Default Inputs</b></div>
|
||||
</div>
|
||||
<div class=""row"">
|
||||
<div class=""col-xs-6 col-sm-6 col-lg-6 col-md-6"">
|
||||
<div class=""e-input-group"">
|
||||
<input class=""e-input"" type=""text"" placeholder=""Enter Name"">
|
||||
</div>
|
||||
</div>
|
||||
<div class=""col-xs-6 col-sm-6 col-lg-6 col-md-6"">
|
||||
<div class=""e-input-group e-rtl"">
|
||||
<input class=""e-input"" type=""text"" placeholder=""Last Name"">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class=""row"">
|
||||
<div class=""col-xs-6 col-sm-6 col-lg-6 col-md-6"">
|
||||
<div class=""e-input-gr");
|
||||
WriteLiteral(@"oup"">
|
||||
<input class=""e-input"" type=""password"" placeholder=""Password"" value=""password"">
|
||||
</div>
|
||||
</div>
|
||||
<div class=""col-xs-6 col-sm-6 col-lg-6 col-md-6"">
|
||||
<div class=""e-input-group"">
|
||||
<input class=""e-input"" type=""email"" placeholder=""Enter Email"">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class=""row"">
|
||||
<div class=""col-xs-6 col-sm-6 col-lg-6 col-md-6"">
|
||||
<b>Input with Icons</b>
|
||||
</div>
|
||||
</div>
|
||||
<div class=""row"">
|
||||
<div class=""col-xs-6 col-sm-6 col-lg-6 col-md-6"">
|
||||
<div class=""e-input-group"">
|
||||
<input class=""e-input"" placeholder=""Date of Birth"" type=""text"">
|
||||
<span id=""DOB"" class=""e-input-group-icon e-input-calendar""></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class=""col-xs-6 col-sm-6 col-lg-6 col-md-6"">
|
||||
<div class=""e-input-gr");
|
||||
WriteLiteral(@"oup e-float-icon-left"">
|
||||
<span class=""e-input-group-icon e-input-picture""></span>
|
||||
<div class=""e-input-in-wrap"">
|
||||
<input class=""e-input"" placeholder=""Upload Picture"" type=""text"">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
var inputObject = {};
|
||||
var input = document.querySelectorAll('.e-input-group .e-input,.e-float-input.e-input-group input');
|
||||
var inputIcon = document.querySelectorAll('.e-input-group-icon');
|
||||
var focusFn = function (index) {
|
||||
return function () {
|
||||
getParentNode(input[index]).classList.add('e-input-focus');
|
||||
};
|
||||
};
|
||||
var blurFn = function (index) {
|
||||
return function () {
|
||||
getParentNode(input[index]).classList.remove('e-input-focus');
|
||||
};
|
||||
};
|
||||
var mouseupFn = function () {
|
||||
var ele = this;
|
||||
setTimeout(function () { ele.classList.remove('e-input-btn-ripple'");
|
||||
WriteLiteral(@"); }, 500);
|
||||
};
|
||||
for (var i = 0; i < input.length; i++) {
|
||||
//Focus Event binding for input component
|
||||
input[i].addEventListener('focus', focusFn(i));
|
||||
//Blur Event binding for input component
|
||||
input[i].addEventListener('blur', blurFn(i));
|
||||
}
|
||||
for (var j = 0; j < inputIcon.length; j++) {
|
||||
inputIcon[j].addEventListener('mousedown', function () {
|
||||
this.classList.add('e-input-btn-ripple');
|
||||
});
|
||||
inputIcon[j].addEventListener('mouseup', mouseupFn);
|
||||
}
|
||||
function getParentNode(element) {
|
||||
var parentNode = element.parentNode;
|
||||
if (parentNode.classList.contains('e-input-in-wrap')) {
|
||||
return parentNode.parentNode;
|
||||
}
|
||||
return parentNode;
|
||||
}
|
||||
</script>
|
||||
<style>
|
||||
input {
|
||||
max-width: 100%;
|
||||
}
|
||||
.e-input-picture:before {
|
||||
content: '\e7b3';
|
||||
font-family: e-icons;
|
||||
}
|
||||
.e-input-calendar:before {
|
||||
content: """";
|
||||
font-family: e-icons");
|
||||
WriteLiteral(";\r\n font-size: 13px;\r\n }\r\n .content-wrapper {\r\n width: 90%;\r\n margin: 0 auto;\r\n min-width: 185px;\r\n }\r\n .content-wrapper div.row {\r\n padding: 15px 0px;\r\n }\r\n</style>\r\n</div>\r\n");
|
||||
}
|
||||
#pragma warning restore 1998
|
||||
#nullable restore
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider ModelExpressionProvider { get; private set; } = default!;
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.IUrlHelper Url { get; private set; } = default!;
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.IViewComponentHelper Component { get; private set; } = default!;
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper Json { get; private set; } = default!;
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<dynamic> Html { get; private set; } = default!;
|
||||
#nullable disable
|
||||
}
|
||||
}
|
||||
#pragma warning restore 1591
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -1,24 +1,24 @@
|
||||
// <auto-generated/>
|
||||
#pragma warning disable 1591
|
||||
#pragma warning disable 0414
|
||||
#pragma warning disable 0649
|
||||
#pragma warning disable 0169
|
||||
|
||||
namespace APP.Views.Demo
|
||||
{
|
||||
#line hidden
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.AspNetCore.Components;
|
||||
public partial class Index : Microsoft.AspNetCore.Components.ComponentBase
|
||||
{
|
||||
#pragma warning disable 1998
|
||||
protected override void BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder)
|
||||
{
|
||||
}
|
||||
#pragma warning restore 1998
|
||||
}
|
||||
}
|
||||
#pragma warning restore 1591
|
||||
// <auto-generated/>
|
||||
#pragma warning disable 1591
|
||||
#pragma warning disable 0414
|
||||
#pragma warning disable 0649
|
||||
#pragma warning disable 0169
|
||||
|
||||
namespace APP.Views.Demo
|
||||
{
|
||||
#line hidden
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.AspNetCore.Components;
|
||||
public partial class Index : global::Microsoft.AspNetCore.Components.ComponentBase
|
||||
{
|
||||
#pragma warning disable 1998
|
||||
protected override void BuildRenderTree(global::Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder)
|
||||
{
|
||||
}
|
||||
#pragma warning restore 1998
|
||||
}
|
||||
}
|
||||
#pragma warning restore 1591
|
||||
|
||||
1
APP/obj/Debug/netcoreapp3.1/_IsIncrementalBuild
Normal file
1
APP/obj/Debug/netcoreapp3.1/_IsIncrementalBuild
Normal file
@@ -0,0 +1 @@
|
||||
obj\Debug\netcoreapp3.1\\_IsIncrementalBuild
|
||||
File diff suppressed because one or more lines are too long
1
APP/obj/Debug/netcoreapp3.1/project.razor.vs.json
Normal file
1
APP/obj/Debug/netcoreapp3.1/project.razor.vs.json
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user