@using Kreta.BusinessLogic.Logic.TanuloErtekeles @using Kreta.Web.Areas.Adminisztracio.Models @using Kreta.Web.Areas.TanuloErtekeles.Controllers @model TanuloErtekelesMondatbankItemSelectModel @{ var formName = BaseTanuloErtekelesController.MondatbankItemSelectFormName; } @using (Html.KretaForm(formName)) { @Html.KretaValidationSummary() @Html.HiddenFor(x => x.MondatbankSelectPopupRowId)
@Html.KretaComboBoxFor(x => x.MondatbankSelectPopupId, Model.MondatbankItemSelectList, onChangeFunction: "TanuloErtekelesMondatbankItemSelectHelper.mondatbankSelectPopupIdOnChange()", isAutoComplete: true, isSingleElementSet: false).AutoBind(false).RenderWithName(3, 9)
@Html.KretaTextBoxFor(x => x.MondatbankSelectPopupRovidNev).RenderWithName(3, 2, true)
@Html.LabelFor(x => x.MondatbankSelectPopupSzoveg, null, new Dictionary {{"class", "windowInputLabel"}})
@(Html.KretaHtmlEditorFor(m => m.MondatbankSelectPopupSzoveg) .Resizable(false) .Tools(tools => tools .Clear() .Bold() .Italic() .Underline() .SubScript() .SuperScript()))
@if (Model.IsNyelviesitesActive && TanuloErtekelesLogicBase.NyelviesithetoTanuloErtekelesTipusIdList.Contains(Model.MondatbankSelectPopupTanuloErtekelesTipusId)) { if (Model.IsNemetNemzetiDokumentumNyelvActive) {
@Html.LabelFor(x => x.MondatbankSelectPopupSzovegNemet, null, new Dictionary {{"class", "windowInputLabel"}})
@(Html.KretaHtmlEditorFor(m => m.MondatbankSelectPopupSzovegNemet) .Resizable(false) .Tools(tools => tools .Clear() .Bold() .Italic() .Underline() .SubScript() .SuperScript()))
} if (Model.IsHorvatNemzetiDokumentumNyelvActive) {
@Html.LabelFor(x => x.MondatbankSelectPopupSzovegHorvat, null, new Dictionary {{"class", "windowInputLabel"}})
@(Html.KretaHtmlEditorFor(m => m.MondatbankSelectPopupSzovegHorvat) .Resizable(false) .Tools(tools => tools .Clear() .Bold() .Italic() .Underline() .SubScript() .SuperScript()))
} if (Model.IsRomanNemzetiDokumentumNyelvActive) {
@Html.LabelFor(x => x.MondatbankSelectPopupSzovegRoman, null, new Dictionary {{"class", "windowInputLabel"}})
@(Html.KretaHtmlEditorFor(m => m.MondatbankSelectPopupSzovegRoman) .Resizable(false) .Tools(tools => tools .Clear() .Bold() .Italic() .Underline() .SubScript() .SuperScript()))
} if (Model.IsSzerbNemzetiDokumentumNyelvActive) {
@Html.LabelFor(x => x.MondatbankSelectPopupSzovegSzerb, null, new Dictionary {{"class", "windowInputLabel"}})
@(Html.KretaHtmlEditorFor(m => m.MondatbankSelectPopupSzovegSzerb) .Resizable(false) .Tools(tools => tools .Clear() .Bold() .Italic() .Underline() .SubScript() .SuperScript()))
} }
}