开发者

Multiple select drop down user control or field control

开发者 https://www.devze.com 2022-12-12 17:58 出处:网络
I want to use multiple select drop down user control or field control on my page layout and I want to pull list items from list and show it on page layout in Sharepoint.Does a开发者_开发问答nyone is h

I want to use multiple select drop down user control or field control on my page layout and I want to pull list items from list and show it on page layout in Sharepoint.Does a开发者_开发问答nyone is having idea how to achieve this.

Thanks, PS


In SharePoint Designer, go to:

  • Insert, SharePoint Controls, DataView
  • on the DataSource Library panel, choose a list and click "Show Data"
  • Drag and Drop a few fields from the Data Source Details
  • go to the Toolbox Tab in the same panel as Data Source Details and choose: "Data View Checkbox List"
  • Configure as you like

Edit based on your reply

If I understand your reply right, how about you have a Yes/No column(field) in your list named "IsVisible" with a Custom View where only items WHERE IsVisible Equals Yes on the web part and the Administrator will just edit the list and change the value for the Visible field.

0

精彩评论

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