Monday, March 14, 2011

Programmaticaly create Folder Structure in Document Library using Jquery and SPServices()

1. Create a custom folder content type.
2. Use CEWP to write jquery code and UI
3. Use SPServices() to programatically create folders and sub-folders based on the custom content type and update it's meta-data.


Image Changer Jquery

Jquery snippet to switch image link in SP List View Item.

Friday, January 7, 2011

SharePoint Survey Custamization

Tutorial how to customize SharePoint Survey by adding a custom aspx control using jquery.

1.Step:
Create a custom SP list that will be populated thru sharepoint survey new form.
2.Create Sp Survey and add lookup field to Custom SP list.
3.Edit SP survey new page and add CEWP and hide survey web part.
4.Open page in SP Designer and crete custom form.
INSERT>SHAREPOINT_CONTROLS>CUSTOM_LIST_FORM>SURVEY NAME


5.Add Label,Text Box and Button beside lookup control.


6.Add JQuery code into CEWP to enable adding a new items into lookup field from sharepoint survey.