Archive for tag: Custom List

Set task list title textbox to readonly mode in Sharepoint 2007

5 September, 2008 (14:23) | MOSS - Customization with SPD | By: GVK

One of my client asked to set the task list title textbox to readonly mode when the user selects edit item property from the context menu.
So, I thought to complete this scenario by making use of javascript

Open the EditForm.aspx in Sharepiont designer
Select one td tag to write the javascript which sets the Title textbox to [...]