Home >Tips >JavaScript Web Part kalmstrom.com site map icon Site map  

Create a SharePoint Web Part In JavaScript

A SharePoint tutorial by Peter Kalmstrom

Visual Studio icon In the demo below Peter Kalmstrom, CEO of kalmstrom.com Business Solutions and Microsoft certified SharePoint specialist and trainer, shows how to create a web part using as much of HTML5 techniques as possible.

Peter creates it as sandboxed solution, and he minimizes the server-side code to be able to re-use the JavaScript code as much as possible.

Peter first creates the webpart in SharePoint 2010, to be able to use it in SharePoint 2013 and Office 365 SharePoint too. By the end of the demo he activates the solution on a SharePoint 2013 site to make sure it works there also.

When you are building web parts for SharePoint 2010 you need to have a local installation of SharePoint on the same machine.

Web part in SharePoint 2010

These are the steps shown in the demo below:
  1. Create a new C# SharePoint 2010 project in Visual Studio.
  2. Specify the local site you want to use for debugging.
  3. Add a module (= a file folder on the SharePoint site)
  4. Create subfolders for JavaScript, images and CSS
  5. Add an existing JQuery file into the JaveScript subfolder
  6. Add a Web Part
  7. Go into the Feature Designer, rename the feature and change the scope to Site
  8. Save and Run
  9. In the SharePoint site, check under Site Settings >Site features, that the new feature is there and activated.
  10. In the SharePoint site, check that the new web part is there under Insert >Web Part.
  11. In Visual Studio, add some script control code in the C# section of the web part.
  12. Add some code in the JavaScript file.
  13. In the SharePoint site, insert the web part and check that it works.
  14. Publish the project
  15. Upload the project package to a SharePoint 2013 site, under Site Settings >Solutions, and activate it.
  16. Activate the feature under Site Settings >Site Collection Features.
  17. Edit the SharePoint page and Insert the Web Part.
  18. Save and make sure the web part is visible where you want it.




Products Buy FAQ Services Tips Books Contact About Us Tools

Security and integrity

Copyright  Kalmstrom Enterprises AB  All rights reserved