FTB编辑器 for Community Server 2.0增强版
Telligent's FreeTextBoxWraper replacement assembly for CS v2.0
使用说明:
将解压包中所有文件覆盖到CS的WEB目录里即可。
增强功能:
增加插入丰富的发贴表情(可分页)
增强C#,SQL,Javascript,HTML语法高亮着色
增加对FLASH、Microsoft Media,Real Media==多媒体格式的支持
版权说明:
George J. Capnias
中文支持:
http://cs.998118.com
英文说明:
Telligent's FreeTextBoxWraper replacement assembly for CS v2.0
George J. Capnias
03/22/2006
This is a replacement for the Telligent's FreeTextBox wraper assembly for Community Server v2.0. It offers the latest version of FreeTextBox v3.1.3 (http://www.freetextbox.com/), code color support through Thomas Johansen Highlight v2.2 (http://www.projectdistributor.net/Projects/Project.aspx?projectId=11), support for SSL, customizable start font for the control thought CSS.
Inside the assembly there are three versions of the control:
?RichEditor
?RichEditor (for Developers)
?RichEditor (for Editors)
which are selectable through the user's profile options.
Latest Additions
03/26/2006
?Update: The assembly is refreshed to use FreeTextBox v3.1.3.
03/22/2006
?Implementation: The buttons of the toolbars dynamically defined through web.config (Request by Perry Moutzouros)
03/09/2006
?Implementation: The buttons in the Developer's highlight code templates are created dynamically from Definitions.xml. Any addition of extra templates will automatically add new button (Request by Scott Isaacs)
?Implementation: Dynamic assignment of users' rights inside FreeTextBox ImageGallery (default ~/images). If inside the ImageGallery folder there is a folder with the name of the user, then the user automatically is assigned rights to create/delete folders and upload/delete images in his folder. If not, the user is capable of browsing the folders only. (Request by Dennis van der Stelt)
03/01/2006
?Implementation: The content explorer is integrated in FreeTextBox wrapper assembly.
Installation
1. Overwrite the files inside the site's bin directory with the ones provided in the archive's bin folder.
2. Replace the freetextbox3 folder's files with the ones provided in the archive's freetextbox3 folder.
3. (Optional, only if you need the functionality) Add inside the web.config file, and to the <configSections> section:
<section name="FreeTextBoxWraperSettings" type="System.Configuration.NameValueFileSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
4. 4. (Optional, only if you add the above region also) Also in web.config add a new section inside <configuration>
<FreeTextBoxWraperSettings>
<add key="ImageGalleryPath" value="~/UserFiles" />
<add key="ToolbarLayout" value="ParagraphMenu,FontFacesMenu,FontSizesMenu,FontForeColorsMenu,FontBackColorsMenu|Cut,Copy,Paste,Delete;Undo,Redo,Print|Bold,Italic,Underline,Strikethrough,Superscript,Subscript,RemoveFormat|JustifyLeft,JustifyRight,JustifyCenter,JustifyFull;BulletedList,NumberedList,Indent,Outdent;CreateLink,Unlink,InsertImage|InsertTable,EditTable;InsertTableRowAfter,InsertTableRowBefore,DeleteTableRow;InsertTableColumnAfter,InsertTableColumnBefore,DeleteTableColumn|InsertRule,InsertDate,InsertTime;SymbolsMenu,InsertDiv,EditStyle,InsertImageFromGallery,Preview,SelectAll,WordClean,NetSpell" />
<add key="LayoutToolbar" value="ParagraphMenu,FontFacesMenu,FontSizesMenu,FontForeColorsMenu,FontBackColorsMenu" />
<add key="EditToolBar" value="Cut,Copy,Paste,Delete;Undo,Redo,Print" />
<add key="FormatingToolBar" value="Bold,Italic,Underline,Strikethrough,Superscript,Subscript,RemoveFormat" />
<add key="ParagraphToolBar" value="JustifyLeft,JustifyRight,JustifyCenter,JustifyFull;BulletedList,NumberedList,Indent,Outdent;CreateLink,Unlink,InsertImage" />
<add key="TablesToolBar" value="InsertTable,EditTable;InsertTableRowAfter,InsertTableRowBefore,DeleteTableRow;InsertTableColumnAfter,InsertTableColumnBefore,DeleteTableColumn" />
<add key="GeneralToolbar" value="InsertRule,InsertDate,InsertTime;SymbolsMenu,InsertDiv,EditStyle,InsertImageFromGallery,Preview,SelectAll,WordClean,NetSpell" />
</FreeTextBoxWraperSettings>
This section allows to format the layout of the toolbars. The "ToolbarLayout" setting completely defines the toolbars for the RichEditor抯 toolbars. Each of the "LayoutToolbar", "EditToolBar", "FormatingToolBar", "ParagraphToolBar", "TablesToolBar", "GeneralToolbar", settings define a toolbar that is used by the editors.
Valid values for ToolbarButtons and ToolbarDropDownLists are:
ParagraphMenu, FontFacesMenu, FontSizesMenu, FontForeColorsMenu, FontForeColorPicker, FontBackColorsMenu, FontBackColorPicker, Bold, Italic, Underline, Strikethrough, Superscript, Subscript, InsertImageFromGallery, CreateLink, Unlink, RemoveFormat, JustifyLeft, JustifyRight, JustifyCenter, JustifyFull, BulletedList, NumberedList, Indent, Outdent, Cut, Copy, Paste, Delete, Undo, Redo, Print, Save, ieSpellCheck, StyleMenu, SymbolsMenu, InsertHtmlMenu, InsertRule, InsertDate, InsertTime, WordClean, InsertImage, InsertTable, EditTable, InsertTableRowBefore, InsertTableRowAfter, DeleteTableRow, InsertTableColumnBefore, InsertTableColumnAfter, DeleteTableColumn, InsertForm, InsertForm, InsertTextBox, InsertTextArea, InsertRadioButton, InsertCheckBox, InsertDropDownList, InsertButton, InsertDiv, InsertImageFromGallery, Preview, SelectAll, EditStyle
The following values are only available in Pro versions of FreeTextBox (or if running on localhost):
FontForeColorPicker, FontBackColorPicker, EditTable, InsertTableRowAfter, DeleteTableRow, InsertTableColumnBefore, InsertTableColumnAfter, DeleteTableColumn, InsertForm, InsertForm, InsertTextBox, InsertTextArea, InsertRadioButton, InsertCheckBox, InsertDropDownList, InsertButton, InsertDiv, Preview, SelectAll, EditStyle, WordClean
5. Inside the communityserver.config change the <MarkUp> region to:
<MarkUp>
<globalAttributes>
<class enable="true" />
<align enable="true" />
<valign enable="true" />
<id enable="true" />
<style enable="true" />
</globalAttributes>
<html>
<h1 />
<h2 />
<h3 />
<h4 />
<h5 />
<h6 />
<h7 />
<strong />
<em />
<u />
<b />
<i />
<strike />
<sub />
<sup />
<font size="true" color="true" face="true" />
<blockquote dir="true" />
<ul />
<ol />
<li />
<p dir="true" />
<address />
<div />
<hr />
<br />
<a href="true" title="true" name="true" target="true" rel="true" />
<span />
<img height="true" width="true" hspace="true" vspace="true" border="true" src="true" alt="true" title="true" />
<table border="true" cellpadding="true" cellspacing="true" bgcolor="true" width="true" background="true" />
<th />
<td rowspan="true" colspan="true" bgcolor="true" nowrap="true" />
<tr />
<pre />
<code />
<xmp />
<lecut />
</html>
</MarkUp>
6. Inside the communityserver.config inside the CSModules region change "ForumSourceCode" to:
<add name = "ForumSourceCode" type="Telligent.FreeTextBoxWraper.CodeHighlightingModule, Telligent.FreeTextBoxWraper" />
没有合适的资源?快使用搜索试试~ 我知道了~
程序源码 FTB编辑器 For Community Server v2.0增强版_ftb20(ASP.NET源码).rar
共914个文件
gif:862个
xml:25个
js:6个
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
0 下载量 154 浏览量
2023-03-13
08:02:02
上传
评论
收藏 1.01MB RAR 举报
温馨提示
免责声明:资料部分来源于合法的互联网渠道收集和整理,部分自己学习积累成果,供大家学习参考与交流。收取的费用仅用于收集和整理资料耗费时间的酬劳。 本人尊重原创作者或出版方,资料版权归原作者或出版方所有,本人不对所涉及的版权问题或内容负法律责任。如有侵权,请举报或通知本人删除。
资源推荐
资源详情
资源评论
收起资源包目录
程序源码 FTB编辑器 For Community Server v2.0增强版_ftb20(ASP.NET源码).rar (914个子文件)
emoticons.aspx 21KB
insertcode.aspx 4KB
ftb.imagegallery.aspx 3KB
ftb.css 139B
FreeTextBox.dll 716KB
Aylar.Highlight.dll 40KB
Telligent.FreeTextBoxWraper.dll 40KB
Aylar.Highlight.Extensions.dll 20KB
Telligent's FreeTextBoxWraper replacement assembly for CS v2.0.doc 46KB
buttons.gif 7KB
normal.gif 6KB
35.gif 5KB
11.gif 4KB
19.gif 4KB
smile_cry.gif 3KB
26.gif 3KB
9.gif 3KB
normal.gif 3KB
6.gif 3KB
060.gif 3KB
056.gif 2KB
7.gif 2KB
028.gif 2KB
049.gif 2KB
24.gif 2KB
020.gif 2KB
18.gif 2KB
8.gif 2KB
033.gif 2KB
32.gif 2KB
045.gif 2KB
053.gif 2KB
054.gif 2KB
42.gif 2KB
029.gif 2KB
067.gif 2KB
030.gif 2KB
046.gif 2KB
059.gif 2KB
025.gif 2KB
035.gif 2KB
29.gif 2KB
021.gif 2KB
25.gif 2KB
023.gif 2KB
019.gif 2KB
024.gif 2KB
034.gif 2KB
037.gif 2KB
040.gif 2KB
062.gif 2KB
044.gif 2KB
058.gif 2KB
015.gif 2KB
039.gif 2KB
057.gif 2KB
061.gif 2KB
036.gif 2KB
022.gif 2KB
042.gif 2KB
041.gif 2KB
050.gif 2KB
048.gif 2KB
051.gif 2KB
016.gif 2KB
017.gif 2KB
018.gif 2KB
052.gif 2KB
047.gif 2KB
075.gif 2KB
031.gif 2KB
072.gif 2KB
055.gif 2KB
071.gif 2KB
4.gif 2KB
67.gif 2KB
074.gif 2KB
073.gif 2KB
068.gif 2KB
064.gif 2KB
032.gif 2KB
043.gif 2KB
066.gif 2KB
038.gif 2KB
0.gif 2KB
069.gif 2KB
070.gif 2KB
078.gif 2KB
027.gif 2KB
53.gif 2KB
065.gif 2KB
076.gif 2KB
27.gif 2KB
34.gif 2KB
12.gif 2KB
smile_yawn.gif 2KB
33.gif 2KB
063.gif 2KB
026.gif 2KB
23.gif 2KB
共 914 条
- 1
- 2
- 3
- 4
- 5
- 6
- 10
资源评论
金枝玉叶9
- 粉丝: 195
- 资源: 7637
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 面向初学者的 Java 教程(包含 500 个代码示例).zip
- 阿里云OSS Java版SDK.zip
- 阿里云api网关请求签名示例(java实现).zip
- 通过示例学习 Android 的 RxJava.zip
- 通过多线程编程在 Java 中发现并发模式和特性 线程、锁、原子等等 .zip
- 通过在终端中进行探索来学习 JavaScript .zip
- 通过不仅针对初学者而且针对 JavaScript 爱好者(无论他们的专业水平如何)设计的编码挑战,自然而自信地拥抱 JavaScript .zip
- 适用于 Kotlin 和 Java 的现代 JSON 库 .zip
- AppPay-安卓开发资源
- yolo5实战-yolo资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功