sp-dev-fx-webparts/samples/knockout-taxonomy
Hugo Bernier 68f7f67761 Changed from updated to modificationDateTime 2021-05-02 15:39:42 -04:00
..
.vscode Logic implemented 2016-11-11 17:11:56 -08:00
assets Changed from updated to modificationDateTime 2021-05-02 15:39:42 -04:00
config Knockout taxonomy update (#197) 2017-05-08 21:32:08 +03:00
src Knockout taxonomy update (#197) 2017-05-08 21:32:08 +03:00
typings Knockout taxonomy update (#197) 2017-05-08 21:32:08 +03:00
.editorconfig Logic implemented 2016-11-11 17:11:56 -08:00
.gitattributes Logic implemented 2016-11-11 17:11:56 -08:00
.gitignore Logic implemented 2016-11-11 17:11:56 -08:00
.npmignore Logic implemented 2016-11-11 17:11:56 -08:00
.yo-rc.json Logic implemented 2016-11-11 17:11:56 -08:00
README.md Update README.md 2020-11-08 23:11:25 -05:00
gulpfile.js Logic implemented 2016-11-11 17:11:56 -08:00
knockout-metadata.njsproj Logic implemented 2016-11-11 17:11:56 -08:00
package.json Knockout taxonomy update (#197) 2017-05-08 21:32:08 +03:00
tsconfig.json Knockout taxonomy update (#197) 2017-05-08 21:32:08 +03:00
tslint.json Add tslint at the root of each SPFx project (#394) 2018-01-08 15:58:48 +02:00

README.md

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

Used SharePoint Framework Version

drop

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