@using Kreta.Web.Areas.Orarend.Models @model NemKotottMunkaidoModel @{ Layout = null; } @Html.HiddenFor(x => x.Id) @Html.HiddenFor(x => x.TanarId) @Html.HiddenFor(x => x.TulajId) @Html.HiddenFor(x => x.GroupId) @Html.HiddenFor(x => x.ModositasiIdoszakTipus) @Html.HiddenFor(x => x.JSHelperNev) @Html.HiddenFor(x => x.isMegtartott) @Html.HiddenFor(x => x.HetirendId) @Html.HiddenFor(x => x.AdminAltalTorolt) @Html.HiddenFor(x => x.Megjegyzes) @Html.KretaValidationSummary()
@Html.KretaDatePickerFor(x => x.Datum, new Dictionary() { { "readonly", "readonly" } }).RenderWithName(2, 2) @Html.KretaTimePickerFor(x => x.Kezdet, new Dictionary() { { "readonly", "readonly" } }).RenderWithName(2, 2) @Html.KretaTimePickerFor(x => x.Veg, new Dictionary() { { "readonly", "readonly" } }).RenderWithName(2, 2)
@Html.KretaComboBoxFor(x => x.TorvenyKategoria, Url.HttpRouteUrl(Constants.RouteKey.ActionApi, new { controller = "TanariOrarendApi", action = "GetTorvenyKategoriaList" }), "Text", "Value", new Dictionary() { { "readonly", "readonly" } }).AutoBind(true).RenderWithName(2, 10)
@Html.KretaTextAreaFor(m => m.NaplozottMegjegyzes, 6, new Dictionary() { { "readonly", "readonly" } }).RenderWithName(2, 10)