开发者

Custom controls SharePoint webpart Property Panel

开发者 https://www.devze.com 2023-01-24 12:30 出处:网络
Can you please give me an idea how to render custom controls in property panel of webpart? My Requirement is to add a dropdown list,TextBox and a button to add selected items in the textbox in propert

Can you please give me an idea how to render custom controls in property panel of webpart? My Requirement is to add a dropdown list,TextBox and a button to add selected items in the textbox in property pane开发者_StackOverflow社区l. I am able to create TextBox,DropDown List and checkbox in property panel but found no way to create buttons and other controls.

Regards, Sharmila


You would have to use a tool part for the same sample code is available at the following link Tool Part

0

精彩评论

暂无评论...
验证码 换一张
取 消