您好,欢迎光临本网站![请登录][注册会员]  
文件名称: freetextbox最新版2011/8/5
  所属分类: Web开发
  开发工具:
  文件大小: 1mb
  下载次数: 0
  上传时间: 2011-08-05
  提 供 者: tiany*****
 详细说明: For furhter installation instructions, please visit http://wiki.freetextbox.com/ ********************************************* Requirements: ********************************************* - .NET Framework 1.1, 2.0, 3.5, or 4.0 - IIS 5.0, 6.0, 7.0 ********************************************* Installation of dll ********************************************* 1. Copy the appropriate FreeTextBox.dll from Framework-X.X into your /bin/ folder 2. If you have a license file, copy FreeTextBox.lic into the /bin/ folder next to Fre eTextBox.dll ********************************************* Installing the FreeTextBox support files ********************************************* FreeTextBox uses JavaScript, images, and xml files. To correctly install FreeTextBox, you must install these files. FreeTextBox has two ways of accessing these files: 1. Internal Resources - All the images, javascript and xml can be streamed from inside the FreeTextBox.dll. For ASP.NET 1.0 and 1.0, you need to add the following httpHandler to web.config: For ASP.NET 4.0, you'll need to add to allow HTML to be posted If you are attempting to use this method and having trouble, please view the source code of your page and see where FtbWebResource.axd is being referenced. If it appears incorrect, please set FreeTextBox.AssemblyResourceHandlerPath to the appropriate directory where you have set your web.config. 2. External Files - If you prefer not to use the internal JavaScript and image resources you can also have FreeTextBox link to external files which default to ~/aspnet_client/FreeTextBox/. To use this, you need to do the following: - Tell FreeTextBox which kind of files to look for external resources: JavaScriptLocation=ExternalFile, ToolbarImages=ExternalFile, ButtonImagesLocation=ExternalFile - Set the SupportFolder property of your FreeTextBox instance to the directory where you copied the files. For example, if your website is stored at www.mysite.com/FreeTextBoxFiles/, you should set SupportFolder="/FreeTextBoxFiles/". ********************************************* Using FreeTextBox ********************************************* To add FreeTextBox to an ASP.NET page, do the following: 1. Add the following lines to the top of your page: <@% Page ValidateRequest="false" %> <%@ Register TagPrefix="FTB" Namespace="FreeTextBoxControls" Assembly="FreeTextBox" %> 2. Add the following code between
tags: Here's a complete example <@% Page ValidateRequest="false" %> <%@ Register TagPrefix="FTB" Namespace="FreeTextBoxControls" Assembly="FreeTextBox" %> FreeTextBox Test ********************************************* Customizing FreeTextBox ********************************************* FreeTextBox has as default set of buttons and dropdownlists in its toolbars. If you would like to customize the buttons, there are three methods you can use. 1. ToolbarLayout String This property accepts a string of ToolbarItem names. Use commas ( , ) to separate items. A pipe ( | ) will insert a ToolbarSeparator and a semicolon ( ; ) will start a new Toolbar. The default way to configure toolbars is to use use the propery ToolbarLayout <@% Page ValidateRequest="false" %>
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 2. Procedurally You can define which toolbar items appear by adding ToolbarItems in much the same way that one would add DataGrid Columns to a DataGrid. In order to do this, set AutoGenerateToolbarLayoutFromString=false:
3. Code (Page_Load or Code Behind) ToolbarButtons and ToolbarDropDownLists can also be set through code. You should set the property AutoGenerateToolbarsFromString to false if you want only the ToolbarItems you define.
...展开收缩
(系统自动生成,下载前可以参看下载内容)

下载文件列表

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等多线程下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.
 相关搜索: FTB freetextbox
 输入关键字,在本站1000多万海量源码库中尽情搜索: