зеркало из
1
0
Форкнуть 0
SharePoint Online add-in that utilizes Kendo UI to visualize data stored in SharePoint that's integrated through its REST APIs. http://www.telerik.com/kendo-ui/ui-for-office-365-sharepoint/
Перейти к файлу
Desislava Mihaylova 437ad2db39 Merge pull request #1 from telerik/docs-add-article
Docs add article
2016-10-17 10:33:26 +03:00
KendoUISharepoint Add Sharepoint demo 2015-05-05 09:38:20 +03:00
_UpgradeReport_Files Add Sharepoint demo 2015-05-05 09:38:20 +03:00
packages Add Sharepoint demo 2015-05-05 09:38:20 +03:00
KendoUISharepoint.sln Add Sharepoint demo 2015-05-05 09:38:20 +03:00
KendoUISharepoint.suo Add Sharepoint demo 2015-05-05 09:38:20 +03:00
KendoUISharepoint.v11.suo Add Sharepoint demo 2015-05-05 09:38:20 +03:00
README.md docs: add a title 2016-10-14 15:06:52 +03:00
UpgradeLog.XML Add Sharepoint demo 2015-05-05 09:38:20 +03:00
UpgradeLog.htm Add Sharepoint demo 2015-05-05 09:38:20 +03:00

README.md

Build SharePoint Add-Ins with Kendo UI: Demo

This is an example of what a SharePoint add-in might look like with the Chart, DropDownList, and Scheduler components from Kendo UI.

image

Key files and folders located in the project structure:

  • Content The content module for add-in stylesheets (including third-party stylesheets).
  • Content/App.css The default stylesheet for the add-in.
  • Pages/Default.aspx The default starting page of the add-in.
  • Scripts The scripts module for add-in JavaScript resources (including third-party stylesheets).
  • Scripts/App.js The default JavaScript file underlying the default starting page.
  • AppManifest.xml The deployment package properties for your add-in.

This application demonstrates how to:

  • Add Kendo UI into a SharePoint add-in.
  • Reference the CDN-based stylesheets for the Office 365 theme that ships with Kendo UI and matches the default theme of SharePoint (works well with other front-end frameworks like Office UI Fabric).
  • Configure the DataSource to access the SharePoint REST API.
  • Create SharePoint UI with the Chart, DropDownList, and Scheduler components from Kendo UI.

Why it makes sense to use Kendo UI:

  • 70+ responsive UI components that integrate with the SharePoint REST API.
  • Built-in Office 365 theme.
  • Built-in export functionality to most common office formats, such as Excel, PDF and image files.
  • Compliance with widely-recognized accessibility standards (WAI-ARIA, WCAG 2.0 and Section 508).