sp-dev-fx-webparts/samples/react-webpartdetails
Hugo Bernier 68f7f67761 Changed from updated to modificationDateTime 2021-05-02 15:39:42 -04:00
..
assets Changed from updated to modificationDateTime 2021-05-02 15:39:42 -04:00
config React webpart that shows all the webpart details 2020-06-12 17:12:40 +05:30
src Fixed the issue for text webpart which has no webpartdata 2020-06-13 09:15:09 +05:30
teams React webpart that shows all the webpart details 2020-06-12 17:12:40 +05:30
.editorconfig React webpart that shows all the webpart details 2020-06-12 17:12:40 +05:30
.gitignore React webpart that shows all the webpart details 2020-06-12 17:12:40 +05:30
.yo-rc.json React webpart that shows all the webpart details 2020-06-12 17:12:40 +05:30
README.md Update README.md 2020-11-08 22:44:08 -05:00
gulpfile.js React webpart that shows all the webpart details 2020-06-12 17:12:40 +05:30
package-lock.json Fixed the issue for text webpart which has no webpartdata 2020-06-13 09:15:09 +05:30
package.json React webpart that shows all the webpart details 2020-06-12 17:12:40 +05:30
tsconfig.json React webpart that shows all the webpart details 2020-06-12 17:12:40 +05:30
tslint.json React webpart that shows all the webpart details 2020-06-12 17:12:40 +05:30

README.md

Display Web Part Details

Summary

The web part illustrates how to get all the web part present in the current page, bind them in a multi-select dropdown.

On selecting the web part title from the dropdown, it will be hidden. You can use this sample to as per the requirement.

React web part Details Note: This sample will not work in workbench as it loads the web part from current page and will not work for workbench.aspx. To test locally, build the development package (using gulp bundle and gulp package-solution) and test it using gulp serve.

Used SharePoint Framework Version

1.10.0

Applies to

Solution

Solution Author(s)
React-webpartdetails Harsha Vardhini (@harshagracy / Harsha's Blog)

Version history

Version Date Comments
1.0 June 13, 2020 Initial release

Minimal Path to Awesome

  • Clone this repository
  • in the command line run:
    • npm install
    • gulp serve