sp-dev-fx-webparts/samples/react-accordion-dynamic-sec...
Hugo Bernier 81f7dd9ba3
Update README.md
2020-11-08 23:13:03 -05:00
..
assets Add files via upload 2020-09-20 20:25:43 -04:00
config Add files via upload 2020-09-20 20:11:36 -04:00
dist Add files via upload 2020-09-20 20:12:36 -04:00
lib Fixed spelling 2020-10-03 00:44:50 -04:00
sharepoint/solution Add files via upload 2020-09-20 20:13:51 -04:00
src Fixed spelling 2020-10-03 00:44:50 -04:00
teams Add files via upload 2020-09-20 20:15:17 -04:00
README.md Update README.md 2020-11-08 23:13:03 -05:00
gulpfile.js Add files via upload 2020-09-20 20:17:05 -04:00
package-lock.json Add files via upload 2020-09-20 20:17:05 -04:00
package.json Add files via upload 2020-09-20 20:17:05 -04:00
tsconfig.json Add files via upload 2020-09-20 20:17:05 -04:00
tslint.json Add files via upload 2020-09-20 20:17:05 -04:00

README.md

Dynamic Accordion - FAQ Builder

Summary

  • This sample is based on [Erik Benke] and [Mike Zimmerman] (Accordion Section FAQ Builder web part. I has extended it support single FAQs list based on Category and dynamic properties selection.
  • Adds a collapsible accordion section to an Office 365 SharePoint page or Teams Tab.
  • Ideal for displaying FAQs.
  • When adding the web part, you'll be prompted to select a list from a property panel dropdown (target list must be created with FAQ type Question and Answer.).
  • The web part expects a choice type that will be used as Category.
  • The web part will automatically load all the properties in two dropdowns. One for Accordion Title and One for Accordion Content that must be html type.
  • This will generate an accordion with one section for each item in the list.
  • Modifications/deletions/additions to the list items in the target list of an added web part are automatically reflected on the page.
  • To deploy to a Teams tab see current Microsoft documentation.

Web Part in Action

Usage

1) Create or use a list for FAQs. It can have the FAQ format e.g. Title and a Content columns. You can also used the attached STP file if needed.:

  • The value in the Accordion Title property for each item will appear in the heading bars of the Accordion.
  • The value in the Accordion Content property for each item will appear in the collapsible content section of the Accordion
  • When creating the columns, select "Multiple lines of text". Rich text is now supported within the Content column.

Create list for use with the Accordion FAQ list Template for use with the Accordion FAQ Site Script  use with the Accordion

2) Add the Dynamic Accordion Section web part to your page & select your list, category, title and content columns. Click Apply and Publish:

Select list and other properties from property panel for use with the Accordion Completed properties.

Used SharePoint Framework Version

1.10.0

Applies to

Prerequisites

Please create the list as described above

Solution

Solution Author(s)
SPFx Collapsible Accordion Section Erik Benke (@erikjbenke)
SPFx Collapsible Accordion Section Mike Zimmerman
Dynamic SPFx Collapsible Accordion Section Jerry Yasir

Version history

Version Date Comments
1.0 September 20, 2020 Reused [Erik Benke] and [Mike Zimmerman] web part
1.1 September 20, 2020 Added Support for Dynamic Column selection for reuseability, Dynamic Property Selection for Columns

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 or download this repository
  • Run in command line:
    • npm install to install the npm dependencies
    • gulp serve to display in Developer Workbench (recommend using your tenant workbench so you can test with real lists within your site)
  • To package and deploy:
    • Use gulp bundle --ship & gulp package-solution --ship
    • Add the .sppkg to your SharePoint App Catalog