您好,欢迎光临本网站![请登录][注册会员]  
文件名称: FreeTexBoxt
  所属分类: Web开发
  开发工具:
  文件大小: 1mb
  下载次数: 0
  上传时间: 2008-09-19
  提 供 者: amvfc*****
 详细说明: For furhter installation instructions, please visit http://wiki.freetextbox.com/ ********************************************* Requirements: ********************************************* - .NET Framework 1.0, 1.1, or 2.0 - IIS 5.0 or 6.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 FreeTextBox .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. External Files - Before FreeTextBox 3.0, all images, javascript and xml were stored as external files. By default, FreeTextBox looks in ~/aspnet_client/FreeTextBox/ for these files. Please note that this is the a folder within the current application or virtual directory. If you want to store the files in a different location, you need: - 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/". 2. Internal Resources - As of FreeTextBox 3.0 all the images, javascript and xml are stored inside the FreeTextBox.dll. In ASP.NET 2.0 these files are automatically pulled from the FreeTextBox.dll. In ASP.NET 1.x, you need to add the following httpHandler to web.config: 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. ********************************************* Using FreeTextBox ********************************************* To add FreeTextBox to an ASP.NET page, do the following: 1. Add the following line to the top of your page: <%@ Register TagPrefix="FTB" Namespace="FreeTextBoxControls" Assembly="FreeTextBox" %> 2. Add the following code between
tags: ********************************************* 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 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最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.
 相关搜索: FreeTexBoxt使用
 输入关键字,在本站1000多万海量源码库中尽情搜索: