sp-dev-fx-webparts/samples/knockout-taxonomy
Joel Rodrigues 764d8f10e0 Add tslint at the root of each SPFx project (#394) 2018-01-08 15:58:48 +02:00
..
.vscode Logic implemented 2016-11-11 17:11:56 -08:00
assets styling, README 2016-11-12 15:26:50 -08: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 Knockout taxonomy update (#197) 2017-05-08 21:32:08 +03: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

Taxonomy Web Part

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