@model EMIS.ViewModel.CalendarManage.ActivitieView @using EMIS.Web.Controls; @using Bowin.Web.Controls.Mvc; @{ Layout = "~/Views/Shared/_Layout.cshtml"; ViewBag.Title = "Edit"; }
@Html.LabelFor(x => x.Name): | @Html.TextBoxFor(x => x.Name) | @Html.LabelFor(x => x.ActivitiesTime): | @Html.TextBoxFor(x => x.ActivitiesTimeMonth, new { style = "width:65px;" }) -@Html.TextBoxFor(x => x.ActivitiesTimeDay, new { style = "width:65px;" }) |
---|---|---|---|
@Html.LabelFor(x => x.ActivitiesType): | @Html.DropdownListFor(x => x.ActivitiesType, new DropdownListOptions { ItemSourceUrl = Url.Content("~/Activitie/ActivitiesTypeDropdownListBanid"), TextField = "Text", ValueField = "Value" }) | @Html.LabelFor(x => x.TimesSegment): | @Html.DropdownListFor(x => x.TimesSegment, new DropdownListOptions { ItemSourceUrl = Url.Content("~/Activitie/TimesSegmentDropdownListBanid"), TextField = "Text", ValueField = "Value" }) |
@Html.LabelFor(x => x.ActivitiesContent): | @Html.TextAreaFor(x => x.ActivitiesContent, new { style = "width:519px;" }) |