+ All Categories
Home > Documents > SharePoint Framework - WordPress.com · SharePoint Framework either ... JavaScript code for field...

SharePoint Framework - WordPress.com · SharePoint Framework either ... JavaScript code for field...

Date post: 21-Aug-2018
Category:
Upload: duonganh
View: 225 times
Download: 0 times
Share this document with a friend
29
Transcript
Page 1: SharePoint Framework - WordPress.com · SharePoint Framework either ... JavaScript code for field ... SharePoint Framework SharePoint add-ins Remote API models with
Page 2: SharePoint Framework - WordPress.com · SharePoint Framework either ... JavaScript code for field ... SharePoint Framework SharePoint add-ins Remote API models with

SharePoint FrameworkPrihodnost SharePointa

Gašper Rupnik

Page 3: SharePoint Framework - WordPress.com · SharePoint Framework either ... JavaScript code for field ... SharePoint Framework SharePoint add-ins Remote API models with

Reach us with #ntk17

Gašper Rupnik

[email protected]

Page 4: SharePoint Framework - WordPress.com · SharePoint Framework either ... JavaScript code for field ... SharePoint Framework SharePoint add-ins Remote API models with

Reach us with #ntk17

SharePoint Dev Roadmap

Page 5: SharePoint Framework - WordPress.com · SharePoint Framework either ... JavaScript code for field ... SharePoint Framework SharePoint add-ins Remote API models with
Page 6: SharePoint Framework - WordPress.com · SharePoint Framework either ... JavaScript code for field ... SharePoint Framework SharePoint add-ins Remote API models with

Reach us with #ntk17

SharePoint Dev Roadmap

Page 7: SharePoint Framework - WordPress.com · SharePoint Framework either ... JavaScript code for field ... SharePoint Framework SharePoint add-ins Remote API models with
Page 8: SharePoint Framework - WordPress.com · SharePoint Framework either ... JavaScript code for field ... SharePoint Framework SharePoint add-ins Remote API models with

Project Templates C#MSBuild

IIS Express

XAML

Page 9: SharePoint Framework - WordPress.com · SharePoint Framework either ... JavaScript code for field ... SharePoint Framework SharePoint add-ins Remote API models with
Page 10: SharePoint Framework - WordPress.com · SharePoint Framework either ... JavaScript code for field ... SharePoint Framework SharePoint add-ins Remote API models with
Page 11: SharePoint Framework - WordPress.com · SharePoint Framework either ... JavaScript code for field ... SharePoint Framework SharePoint add-ins Remote API models with
Page 12: SharePoint Framework - WordPress.com · SharePoint Framework either ... JavaScript code for field ... SharePoint Framework SharePoint add-ins Remote API models with
Page 13: SharePoint Framework - WordPress.com · SharePoint Framework either ... JavaScript code for field ... SharePoint Framework SharePoint add-ins Remote API models with
Page 14: SharePoint Framework - WordPress.com · SharePoint Framework either ... JavaScript code for field ... SharePoint Framework SharePoint add-ins Remote API models with
Page 15: SharePoint Framework - WordPress.com · SharePoint Framework either ... JavaScript code for field ... SharePoint Framework SharePoint add-ins Remote API models with
Page 16: SharePoint Framework - WordPress.com · SharePoint Framework either ... JavaScript code for field ... SharePoint Framework SharePoint add-ins Remote API models with
Page 17: SharePoint Framework - WordPress.com · SharePoint Framework either ... JavaScript code for field ... SharePoint Framework SharePoint add-ins Remote API models with
Page 18: SharePoint Framework - WordPress.com · SharePoint Framework either ... JavaScript code for field ... SharePoint Framework SharePoint add-ins Remote API models with
Page 19: SharePoint Framework - WordPress.com · SharePoint Framework either ... JavaScript code for field ... SharePoint Framework SharePoint add-ins Remote API models with

SharePoint Framework

Client-side

web part Client-side web part

Web part raises an event

towards SharePoint Framework.

SharePoint Framework will

handle notification flow towards

other web parts (subscribers) in

the page.

Client side web part can

subscribe to events from the

SharePoint Framework either

using event name or by using

instance identifier of event

originator.

1

2

Page 20: SharePoint Framework - WordPress.com · SharePoint Framework either ... JavaScript code for field ... SharePoint Framework SharePoint add-ins Remote API models with
Page 21: SharePoint Framework - WordPress.com · SharePoint Framework either ... JavaScript code for field ... SharePoint Framework SharePoint add-ins Remote API models with

Areas in the page available for

Application Customizer to embed

customizations for end users.

Application Customizer can be also

invisible for the end users.

Command Set customizer can be used

to introduce new custom actions to a

list. Can be configured to be active

when numerous items are selected.

Executes associated custom code when

clicked.

Field customizer can be used to

customize experiences around the

specific fields. You can associate field

customizer component to a specific

field instance to make a customization

execute when it’s used.

Page 22: SharePoint Framework - WordPress.com · SharePoint Framework either ... JavaScript code for field ... SharePoint Framework SharePoint add-ins Remote API models with

Field customizer to embed

JavaScript code for field

specific UI rendering

Page 23: SharePoint Framework - WordPress.com · SharePoint Framework either ... JavaScript code for field ... SharePoint Framework SharePoint add-ins Remote API models with
Page 24: SharePoint Framework - WordPress.com · SharePoint Framework either ... JavaScript code for field ... SharePoint Framework SharePoint add-ins Remote API models with

SharePoint Framework

Ad

d-i

ns

• Azure AD

registration

• Native

responsive

support

• Built using

SharePoint

Framework

• … more …

Ad

dit

ion

al are

as

• More to

come…

js

Ext

en

sio

ns

• Application

Customizer

• CommandSet

Customizer

• Field

Customizer

• … more …

Web

part

s

• Web part

connections

• JS Framework

isolation

• Maintenance

mode

• Workbench

improvements

• … more …

Page 25: SharePoint Framework - WordPress.com · SharePoint Framework either ... JavaScript code for field ... SharePoint Framework SharePoint add-ins Remote API models with

Coming soon…

Capabilities

What’s included?

Page 26: SharePoint Framework - WordPress.com · SharePoint Framework either ... JavaScript code for field ... SharePoint Framework SharePoint add-ins Remote API models with

Road map CY17

Spring

Fall

Page 27: SharePoint Framework - WordPress.com · SharePoint Framework either ... JavaScript code for field ... SharePoint Framework SharePoint add-ins Remote API models with

Sharing is caring…

http://aka.ms/SharePointPnP

Code samples

Reusable components

Guidance documentation

Community calls

SharePoint Framework

SharePoint add-ins

Remote API models with

SharePoint development

Page 28: SharePoint Framework - WordPress.com · SharePoint Framework either ... JavaScript code for field ... SharePoint Framework SharePoint add-ins Remote API models with
Page 29: SharePoint Framework - WordPress.com · SharePoint Framework either ... JavaScript code for field ... SharePoint Framework SharePoint add-ins Remote API models with

Recommended