I have a webpoint that works from a list but I am trying to create a dropdown that includes a list SharePoint lists so that when the user edits the page and selects 'Shared WebPort Modified', they can select the list item and that the webpad gets parsed back.
Examples of any examples or links are appreciated!
Thanks
Donation
What you are looking for
-
To create your custom toolpart class from Microsoft, SharePoint.WebPartPages.ToolPart
- In your custom toolpart, override
CreateChildControls
, type the code to iterate on lists in your SPEEDBLOCK, and add it to the dropdown list < / Li> - Override
GetToolParts
in your webpage and add your custom toolpace so that it appears in the right hand
Comments
Post a Comment