Skip to content

Latest commit

 

History

History

hTWOoDialogCommand

hTWOo Dialog in CommandSet

Summary

This solution demonstrates building a SPFx Command Set (List Command Button) that loads a dialog window using hTWOo-React dialog component (HOODialog).

Show command button when item in list is selected Show open dialog when button is pressed

Used SharePoint Framework Version

version

Applies to

Get your own free development tenant by subscribing to Microsoft 365 developer program

Version history

Version Date Comments
1.0 January 03, 2024 Initial release

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 this repository
  • Ensure that you are at the solution folder
  • in the command-line run:
    • npm install
    • gulp clean & gulp bundle --ship & gulp package-solution --ship
    • deploy to SharePoint app catalog

References