sp-dev-fx-webparts/samples/knockout-taxonomy/README.md

2.6 KiB

page_type products languages extensions
sample
office-sp
javascript
typescript
contentType technologies platforms createdDate
samples
SharePoint Framework
knockout
1/1/2016 12:00:00 AM

Taxonomy

Summary

Sample Web Part illustrating

  • Reading taxonomy term stores' hierarchy from SharePoint
  • Loading JavaScript Object Model scripts
  • creating Knockout components

Taxonomy Sample Web Part

Compatibility

SPFx 1.0.0 Node.js v6 Compatible with SharePoint Online Compatible SharePoint 2019 Compatible with SharePoint 2016 (Feature Pack 2) Local Workbench Compatible Hosted Workbench Compatible

Applies to

Solution

Solution Author(s)
knockout-taxonomy Alex Terentiev (Sharepointalist Inc., AJIXuMuK)

Version history

Version Date Comments
1.0 November 12, 2016 Initial release
1.1 May 5, 2017 Update to GA Release, fix of minor bug

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.


Minimal Path to Awesome

  • Clone this repository
  • in the command line run:
    • npm i
    • gulp serve

Include any additional steps as needed.

Features

This project contains Client-Side Web Part built on the SharePoint Framework illustrating how to request Taxonomy Term Stores' hierarchy from SharePoint. This Web Part illustrates the following concepts on top of the SharePoint Framework:

  • Reading taxonomy term stores' hierarchy from SharePoint
  • Loading JavaScript Object Model scripts (init.js, sp.runtime.js, sp.js, taxonomy.js)
  • creating custom Knockout components
  • styling HTML elements to match Fabric UI experience