@using Bowin.Web.Controls.Mvc; @using EMISOnline.Entities; @using EMISOnline.Web.Controls; @{ ViewBag.Title = "QuestionLibaryTree"; Layout = null; }
题库
@Html.Button(new ButtonOptions() { ID = "btnSaveLibary", Text = "保 存" })
@Html.Tree(new TreeOptions { ID = "ulTree", ItemSourceUrl = Url.Content("~/PaperSetting/ListQuesLibTree"), CssClass = "m_video_tree", IsCheckTree = true, }, null)