@using Bowin.Web.Controls.Mvc; @using EMISOnline.Entities; @using EMISOnline.Web.Controls; @model EMISOnline.Entities.EM_CourseChapter @{ ViewBag.Title = "List"; }
所属章节: |
@* @Html.DropdownList(new DropdownListOptions { CssClass = "easyui-combotree", ItemSourceUrl = "~/CourseBuild/GetChaperTree?CoursematerialID=F6FCCB89-0CF0-4F73-9B45-AD26733CA2B2", ID = "ParentCourseChapterID", Name = "ParentCourseChapterID" }, new Dictionary |
---|---|
章节名称: | @Html.TextBoxFor(model => model.Name, new TextBoxOptions { Required = true, IsRequired = true }) |
序号: | @Html.TextBoxFor(model => model.OrderID, new TextBoxOptions { }) |