SharePoint-通过编辑源在div中添加Web部件区域

时间:2014-08-26 11:54:35

标签: html css sharepoint

我在SharePoint网站的页面上有三个Web部件作为内容编辑器。每个内容编辑器分为内容div和图像div,我使用选项“编辑源”添加了代码。在以下div中我想使用代码或编辑源选项添加Web部件区域,如果有可能吗?所以在左侧div我可以允许用户添加代码并在左侧一个图像!我在线使用SharePoint -2013。

<div class="MyWrapper_01" style="width: 100%;"> 
  <div id="MyContent_01" style="float: left; width: 63%; background-color: red;"> content... </div> 
  <div id="MyContentImageRight_01" style="float: right; width: 35%; background-color: blue;"> image... </div> 
</div>

enter image description here

非常感谢提前

1 个答案:

答案 0 :(得分:2)

不,您无法使用内容编辑器Web部件添加Web部件区域,因为webpart区域是服务器端控件。实现这一目标的唯一方法是编辑页面布局。