简体   繁体   English

sharepoint:带有表单的自定义Wiki页面布局

[英]sharepoint : custom wiki page layout with forms

(rookie question ... just getting started with Sharepoint) (新手问题... Sharepoint入门)

Is it possible to create a custom page layout for a wiki page which contains form elements? 是否可以为包含表单元素的Wiki页面创建自定义页面布局?

Basically, I want to create a site that will host wiki pages, with associated features like rating, comments etc. But I want the wiki content to be structured somewhat. 基本上,我想创建一个站点,该站点将托管Wiki页面,并具有相关的功能,例如评分,评论等。但是我希望Wiki内容能够有所结构。 There need to be form elements like select boxes, radio buttons - and then a free form wiki area that would be composed using the WYSIWYG editor. 需要有诸如选择框,单选按钮之类的表单元素,然后是将使用“所见即所得”编辑器组成的自由表单Wiki区域。

How would I go about doing this? 我将如何去做呢? Where should I look for documentation? 我应该在哪里寻找文件?

Best way to implement this is to use a normal wiki page and all your form elements can be implemented as a web part. 最好的实现方法是使用普通的Wiki页面,并且所有表单元素都可以实现为Web部件。

With SHarepoint you can use visual webparts which is basically a Custom User control (ascx) wrapped in a webpart container. 使用SHarepoint,您可以使用可视化Web部件,它基本上是包装在Web部件容器中的自定义用户控件(ascx)。

The advantage of this is you can then insert your webpart into the rich text editor using the ribbon or if you are using the publishing feature even include it in a custom page layout so it will be there for all the pages that implement that custom layout. 这样做的好处是,您可以随后使用功能区将Web部件插入到RTF编辑器中,或者如果您正在使用发布功能,甚至可以将其包括在自定义页面布局中,以便实现该自定义布局的所有页面都可以在其中使用。

TO know more about visual webparts: 要了解有关可视化Web部件的更多信息:

http://msdn.microsoft.com/en-us/library/ff597539(v=office.14).aspx http://msdn.microsoft.com/en-us/library/ff597539(v=office.14).aspx

Custom Page Layouts: 自定义页面布局:

http://blog.henryong.com/2010/06/08/how-to-create-custom-sharepoint-2010-page-layouts-using-sharepoint-designer-2010/ http://blog.henryong.com/2010/06/08/how-to-create-custom-sharepoint-2010-page-layouts-using-sharepoint-designer-2010/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM