Forum Discussion
russell gove
Nov 28, 2016Copper Contributor
How to implement a full-page property pane in SPFX webpart
Hi, I am trying to create an SPFX webpart to allow users to edit list items in multiple lists across multiple sites. To do this I need a lot of configuration info (i.e. users need to select the list...
russell gove
Dec 05, 2016Copper Contributor
Thanks John , I'm not sure what you mean by 'Build your own panel?
Is there a way to have spfx load a custom panel when I click the prncil? Or are you just saying Build the editing of properties directly in the UI of my App?
If I build th eUI in my APP What Api would I use to update the properties of the webpart. If I just set the 'Properties' Property of the BaseClientSideWebpartm will it be automatically persisted?
Russell Gove
Feb 26, 2017Iron Contributor
thanks john, that helped,me out.
in case it helps anyone else, an example of full page property panes can be found in the react-multilist-grid sample app at https://github.com/SharePoint/sp-dev-fx-webparts/tree/master/samples/react-multilist-grid