Skip to content

codeless script editor SharePoint web part, using of jsom to connect to lists of type task

License

Notifications You must be signed in to change notification settings

braegelno5/Gantt4Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gantt4Project

This GitHub repo houses all of the content for the Gantt4Project SharePoint ScriptEditorWebPart. You are welcome to use this content as you wish.

If you will check only this codeless sandboxed solution on your O365 or SPonPrem you are free to follow this steps:

  • Step 0: Goto Site Collection Administration
  • Step 1: Upload wsp file from bin to your sitecollection Solutions store
    • you are able to get the wsp from repo's bin, click on the file and after that on RAW
  • Step 2: Activate the solution in your solution store after uploading
  • Step 3: Goto Site collection features
  • Step 4: Activate the feature named 'Gantt4Project'
    • the feature write some more files in a new folder under /_catalogs/masterpage with name 'Gantt4Project'
    • the feature write a file named 'Gantt4ProjectScript.webpart' in the web part gallery
  • Step 5: Goto a page where you will place the web part on
  • Step 6: Change the page to Edit Mode
  • Step 7: Insert WebPart from Category SuTor named 'Gantt4Project' to the page
    • the web part javascript code will not run byself in edit mode, so nothing will going wrong here
    • on the first line shown in the script editor, there is set a global var named 'ganttTaskListName' to "Tasks"
      • if you wish to bound to another existing list of type task do it here
  • Step 8: Save the page, so the javascript will pull all the items with JSOM from the servers list

ScreenShot

The web part is at his time not really for production. We do not change something on the server, wich would be possible to do over the UI, so we not prevent future updates from MS.

  • 20150323 bug fixed: not working on sites with managed path

About

codeless script editor SharePoint web part, using of jsom to connect to lists of type task

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages