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

70 lines
1.9 KiB
Markdown
Raw Normal View History

---
page_type: sample
products:
- office-sp
languages:
- javascript
- typescript
extensions:
contentType: samples
technologies:
- SharePoint Framework
platforms:
- knockout
createdDate: 1/1/2016 12:00:00 AM
---
2020-11-08 23:11:25 -05:00
# Taxonomy
2016-11-08 19:26:52 -05:00
2016-11-12 18:26:50 -05:00
## Summary
Sample Web Part illustrating
* Reading taxonomy term stores' hierarchy from SharePoint
* Loading JavaScript Object Model scripts
* creating Knockout components
2016-11-08 19:26:52 -05:00
2016-11-12 18:26:50 -05:00
![Taxonomy Sample Web Part](./assets/Taxonomy.png)
2016-11-08 19:26:52 -05:00
## Used SharePoint Framework Version
![drop](https://img.shields.io/badge/drop-ga-green.svg)
2016-11-12 18:26:50 -05:00
## Applies to
2016-11-08 19:26:52 -05:00
* [SharePoint Framework Developer Preview](https://docs.microsoft.com/sharepoint/dev/spfx/sharepoint-framework-overview)
2016-11-08 19:26:52 -05:00
2016-11-12 18:26:50 -05:00
## Solution
2016-11-08 19:26:52 -05:00
2016-11-12 18:26:50 -05:00
Solution|Author(s)
--------|---------
2016-11-12 18:30:40 -05:00
knockout-taxonomy | Alex Terentiev ([Sharepointalist Inc.](http://www.sharepointalist.com), [AJIXuMuK](https://github.com/AJIXuMuK))
2016-11-08 19:26:52 -05:00
2016-11-12 18:26:50 -05:00
## 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
2016-11-12 18:26:50 -05:00
## 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
<img src="https://telemetry.sharepointpnp.com/sp-dev-fx-webparts/samples/knockout-taxonomy" />