Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的共享点新闻有页面布局。我可以控制管理员可以设置几个复选框的位置。如何将所选选项设置为我的新闻项目中的自定义字段?
我有事件接收者,但我无权访问那里的页面布局控件。我需要一些像“SaveButtonClick”或类似的事件......
向内容类型添加新的隐藏字段。
在页面回发将您的数据从自定义控件保存到隐藏字段。
在事件接收者中,我现在可以使用隐藏字段中的数据。