init
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
@using Kreta.Web.Areas.Tanulo.Models
|
||||
|
||||
@model TanuloApaczaiOsztondijKifizetesekSearchModel
|
||||
|
||||
@{
|
||||
const string gridName = "ApaczaiKifizetesekGrid";
|
||||
const string searchFormName = "ApaczaiKifizetesekSearchForm";
|
||||
}
|
||||
|
||||
@using (Html.SearchPanelSideBar(searchFormName, gridName))
|
||||
{
|
||||
@Html.KretaTextBoxFor(x => x.TanuloNeve).RenderSearchPanelSideBar()
|
||||
@Html.KretaMaskedTextBoxFor(model => model.OktatasiAzonosito, "00000000000").ClearPromptChar(true).UnmaskOnPost(true).RenderSearchPanelSideBar()
|
||||
@Html.KretaComboBoxFor(x => x.OsztalyId, Url.HttpRouteUrl(Constants.RouteKey.ActionApi, new { controller = Constants.ApiControllers.ComboBoxHelperApi, action = "GetOsztalyListByEvfolyam" })).RenderSearchPanelSideBar()
|
||||
@Html.KretaComboBoxFor(x => x.Evfolyam, Url.HttpRouteUrl(Constants.RouteKey.ActionApi, new { controller = Constants.ApiControllers.ComboBoxHelperApi, action = "GetEvfolyamComboBoxList" })).RenderSearchPanelSideBar()
|
||||
@Html.KretaComboBoxFor(x => x.Jogosultsag, Url.HttpRouteUrl(Constants.RouteKey.ActionApi, new { controller = Constants.ApiControllers.ComboBoxHelperEnumApi, action = "GetIgenNemEnumList" })).RenderSearchPanelSideBar()
|
||||
@Html.KretaMaskedTextBoxFor(x => x.JuttatasOsszege, "999990").ClearPromptChar(true).UnmaskOnPost(true).RenderSearchPanelSideBar()
|
||||
}
|
||||
Reference in New Issue
Block a user