@using Bowin.Web.Controls.Mvc; @using EMIS.Web.Controls; @{ ViewBag.Title = "List"; } @section scripts{ }
@Html.DropdownList(new DropdownListOptions { BindType = DropdownListBindType.PleaseSelect, ItemList = ViewBag.WeekNumDropdownItemList, OnSelect = "refreshWeekList", ID = "ddlWeekNum", Name = "ddlWeekNum" }) | |
@Html.WeekdayDropDownList(new DropdownListOptions { BindType = DropdownListBindType.PleaseSelect, OnSelect = "refreshCourseTimeList", ID = "ddlWeekday", Name = "ddlWeekday" }) | |
@Html.ComboGrid(new ComboGridOptions
{
TextField = "Name",
ValueField = "UserID",
ID = "cbgUser",
Name = "cbgUser",
GridOptions = new DataGridOptions
{
Columns = new List |
|
@Html.DropdownList( new DropdownListOptions { BindType = DropdownListBindType.PleaseSelect, ItemSourceUrl = Url.Content("~/CoursesTime/DropDown"), ID = "ddlCoursesTime", Name = "ddlCoursesTime" } ) | |
@Html.DictionaryDropDownList(EMIS.ViewModel.DictionaryItem.CF_ClassroomType, new DropdownListOptions { BindType = DropdownListBindType.PleaseSelect, SelectedValue = Request["classroomTypeID"], OnSelect = "getClassroom", OnLoadSuccess = "getClassroom", ID = "ddlClassroomType", Name = "ddlClassroomType" } ) | |
@Html.ComboGrid(new ComboGridOptions
{
TextField = "Name",
ValueField = "ClassroomID",
ID = "cbgClassroom",
Name = "cbgClassroom",
GridOptions = new DataGridOptions
{
Columns = new List |
|
注:请设置需要批量调整的项,其他非调整项请勿操作。 |