-
Search
-
Archive
June 2012 M T W T F S S « May 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Tag Archives: List Forms
Overriding SharePoint List Form Templates and Using Custom Form Templates
A while ago I alluded to using custom form rendering templates to display the Item ID on a list form. I have also used them to exclude the PeopleEditor control from the OOTB spell check. What I didn’t say was … Continue reading →
Posted in SharePoint, SharePoint 2010 | Tagged Content Types, List Forms, List Templates, Rendering Templates | 2 Comments
Spell Checker checking People Picker field
If you edit a list item with a people picker and run the spell checker it will try to spell check the field containing people’s login names which is just crazy. Fortunately we can inject some JavaScript into the page … Continue reading →
Display SharePoint Item ID in List Forms
Not a lot out there about this so I hope you find this useful. If you have a requirement to display the ID of a SharePoint list item in a custom display or edit list form what is the best … Continue reading →
Posted in SharePoint, SharePoint 2007, SharePoint 2010 | Tagged List Forms, Rendering Templates, SharePoint | 2 Comments
Date range validation in SharePoint list forms
I have been working on a project that had a requirement to add a review date column to a custom list which should be set to a date within a specific range – between one week and three years from … Continue reading →