Last active
August 29, 2015 14:27
-
-
Save beyond-code-github/1154b2264a0e5e2a4a95 to your computer and use it in GitHub Desktop.
Example of teaher list config run amok
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var teacherListConfig = new ListConfig() | |
{ | |
ListTitle = "List of Teachers", | |
PostUrl = "api/teachers", | |
GetUrl = "api/teachers", | |
RequiresBulkUpload = true, | |
AllowSave = true, | |
ReadOnlyUnlessAdmin = false, | |
PageSize = 50, | |
ValidateNames = true, | |
AllowMultiSelect = true, | |
DrillDown = true, | |
DetailEditor = "TeacherDetail.html" | |
... | |
... | |
... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment