Modern UI Extensions with the SharePoint Framework

Slides:



Advertisements
Similar presentations
Microsoft Office SharePoint Portal Server 2007 Introduction to InfoPath Forms Services Daryl L. Rudolph.
Advertisements

LH SharePoint SIG - Custom Actions. Custom Actions A custom action represents a Server ribbon, menu, or link customization that a user can see. Custom.
Professor Joe Perret Pierce College Transition to Microsoft Office 2007.
Microsoft ® Official Course Introducing Apps for SharePoint SharePoint Practice Microsoft SharePoint 2013.
1 ADVANCED MICROSOFT WORD Lesson 15 – Creating Forms and Working with Web Documents Microsoft Office 2003: Advanced.
Getting Started Managing a Collaboration Site Kendra Holly SharePoint Analyst June 13, 2015.
Uploading documents to the site Сlick “Add document” on the home page To send several files enable Add-on “Microsoft Office”
Microsoft ® Official Course Developing a Publishing Site for Web Content Microsoft SharePoint 2013 SharePoint Practice.
Insert a voice comment in Word 2007 Before you can add a voice comment for the first time, you need to add the Insert Voice command to the Quick Access.
UNDERSTANDING YOUR OPTIONS FOR CLIENT-SIDE DEVELOPMENT IN OFFICE 365 Mark Rackley
The 2007 Microsoft Office System Servers Enterprise Content Management, Workflow and Forms Martin Parry Developer and Platform Group, Microsoft Ltd
@GPUG WHAT’S NEW IN DYNAMICS GP 2016 ? Presented by Beat Bucher, Dynamics GP MVP 1 Tweet During today’s #GPUG, #GPUG.
Converting SharePoint on- premise Apps to Office 365 Jos Auker-Woor M377.
SharePoint & jQuery. About me Phill Duffy – Product Manager at Lightning Tools Ltd – Author of ‘Pro SharePoint with jQuery’ – MCTS Application Developer.
Produce the help package
Ramping Up On The SharePoint Framework (SPFx)
SharePoint 101 – An Overview of SharePoint 2010, 2013 and Office 365
1/10/2018 9:33 PM Cloud Roadshow © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO.
How to be a SharePoint Developer
Build Client-side web parts for Microsoft SharePoint
SharePoint + CRM Saturday Zurich 2017
Get an Introduction to the SharePoint Framework
Make your app a native part of Office with Add-ins
Using JavaScript to Show an Alert
Understanding SharePoint Framework Extensions
Let's build with SharePoint Web parts, extensions, and much more
What's new in the world of SharePoint development and deployment
Customizing the Quick Access Toolbar in Microsoft Office
About Bill Bill Baer (ˈbɛər)
SharePoint Development in the Enterprise (What's New, What's Coming)
Building Custom Application With Office Add-Ins for OneNote
Developing your Intranet Content Strategy like a Coder
O365 Customization in the year 2017
Line of Business Solutions in SharePoint Online
Who Needs a Developer for Automated SharePoint Provisioning?
Presented by Kenny Duenke and Patrick Witbrod
Upgrading from Full Trust Code to Add-in Model and SharePoint Framework Paolo Pialorsi Senior Consultant - PiaSys.com Track: DEV | Level:
SharePoint Bruger Gruppe (SPBG) SharePoint Framework Introduction
Creating and Deploying Your First SharePoint Framework Application
New Tricks for Old Dogs: The SharePoint Framework (SPFx)
Modern UI Extensions with the SharePoint Framework
Working with the SharePoint Framework
PowerApps for SharePoint Users
SharePoint Framework Extensions
SharePoint Practice Lead
Building Single Page Applications (SPAs) in SharePoint with JavaScript
Branding SharePoint Using Application Customizers
SPFx – A modern development tool for SharePoint
Introduction to SharePoint Framework (SPFx)
Understanding SharePoint Framework and Modern Development
WEBINAR “Automation of document generation and document processing with AutoMerge” Atlanta, 10/21/2013 Clint Higley I would like to welcome everyone to.
The Future of SharePoint Development - Vision, Strategy, and Roadmap
Creating and Deploying Your First SharePoint Framework Application
Microsoft Virtual Academy
Introduction of FrontPage
Introduction to SharePoint Framework (SPFx)
Practical guide to build Modern Intranet sites with SharePoint Communication Sites Asish Padhy.
How to Enable/Disable Ribbon button in CustomAction Element base on user’s rights? Lyudmila Zharova SharePoint Developer at MRM Worlwide
Introduction to SharePoint Framework
System Center Application Management
The SharePoint framework
SharePoint 2019 Overview and Use SPFx Extensions
Cross Site Collection Navigation using SPFx, Powershell PnP & PnP-JS
Microsoft Connect /28/2019 2:20 AM
Windows 8.1 Deployment Jump Start
04 | Apps and SharePoint Chris Johnson | SharePoint Guru
Attach2Dynamics Drag and Drop multiple files and folders to Cloud Storage within your Dynamics CRM
Hello, Minnesota! This is the SPC18 recap.
Microsoft Dynamics.
Microsoft Virtual Academy
Presentation transcript:

Modern UI Extensions with the SharePoint Framework Andrew Connell Chief Course Artisan Voitanos

Host Microsoft MVP Co-Host, Microsoft Cloud Show Founder, Voitanos Office Development Office Servers & Services Co-Host, Microsoft Cloud Show @mscloudshow http://www.MicrosoftCloudShow.com Founder, Voitanos @voitanos https://www.voitanos.io

Resources FREE 10-day Email Course: Understanding SPFx Dev Toolchain On-Demand Mastering the SharePoint Framework Course FREE Starter bundle available now! Fundamentals & Ultimate bundles available now @andrewconnell | http://www.andrewconnell.com @voitanos | https://www.voitanos.io @mscloudshow | http://www.microsoftcloudshow.com

SPFx Extensions Brings common pre-SPFx customizations to SPFx Script link / delegate controls Custom actions JSLink What you need today: Yeoman SPFx generator >= v1.3.* Schedule May 2017 - Announced at Build 2017 June 6, 2017 - Released as dev preview September 25, 2017 – GA SharePoint Online On-premises ETA unknown (not Feature Pack 2)

Application Customizer Similar to ScriptLink / delegate controls Add script to a page Add HTML to well known Placeholder on the page Top Botom Let your voice be heard – more placeholders! https://github.com/SharePoint/sp-dev-docs/issues/625 Click-through & vote up the associated User Voice feature request

Field Customizer Similar to JSLink Change rendering of a cell within a list Only works in modern lists & libraries For classic lists & libraries, use JSLink

Command Set Similar to custom actions Add buttons to lists & libraries Toolbar Item context menu Specify conditions if command available when no / one / multiple items selected

Deployment Create XML file Package Deploy Install Test

Testing / Debugging Only possible in live SharePoint Online Not available: SharePoint Online hosted SPFx workbench Local SPFx workbench Let your voice be heard! http://aconn.me/2fGAiz1 Click-through & vote up the associated User Voice feature request

Resources FREE 10-day Email Course: Understanding SPFx Dev Toolchain On-Demand Mastering the SharePoint Framework Course FREE Starter bundle available now! Fundamentals & Ultimate bundles available now @andrewconnell | http://www.andrewconnell.com @voitanos | https://www.voitanos.io @mscloudshow | http://www.microsoftcloudshow.com