jHtmlArea_v0.7.0

所属分类:WEB开发
开发工具:ASP
文件大小:266KB
下载次数:1
上传日期:2016-01-07 09:35:17
上 传 者zzpudn56
说明:  jHtmlArea 是一个简单、轻量级、可扩展、基于jQuery开发的WYSIWYG HTML编辑器。这个组件可以很方便将页面中的TextArea标签转换成一个 WYSIWYG HTML Editor。整个编辑器包括图片和CSS大小只有22k。
(JHtmlArea is a simple, lightweight, scalable, WYSIWYG based development of HTML jQuery editor. This component can be very convenient to convert the TextArea tags on the page into a HTML Editor WYSIWYG. The entire editor includes pictures and CSS size of only 22K.)

文件列表:
images\disk.png (620, 2009-08-25)
scripts\jHtmlArea.ColorPickerMenu-0.7.0.js (5707, 2009-10-28)
scripts\jHtmlArea.ColorPickerMenu-0.7.0.min.js (2700, 2009-10-28)
scripts\jHtmlArea-0.7.0.js (15894, 2009-08-25)
scripts\jHtmlArea-0.7.0.min.js (9400, 2009-10-28)
scripts\jHtmlArea-0.7.0.min-vsdoc.js (15519, 2009-08-25)
scripts\jHtmlArea-0.7.0-vsdoc.js (15871, 2009-08-25)
scripts\jquery-1.3.2.js (127052, 2009-08-25)
scripts\jquery-1.3.2.min.js (59326, 2009-08-25)
scripts\jquery-1.3.2.min-vsdoc.js (202542, 2009-08-25)
scripts\jquery-1.3.2-vsdoc.js (202542, 2009-08-25)
scripts\jquery-ui-1.7.2.custom.min.js (192628, 2009-08-26)
style\jHtmlArea.ColorPickerMenu.css (475, 2009-08-25)
style\jHtmlArea.css (3605, 2009-08-25)
style\jHtmlArea.Editor.css (73, 2009-08-25)
style\jHtmlArea.png (8395, 2009-08-25)
style\jHtmlArea_Toolbar_Group__Btn_Select_BG.png (942, 2009-08-25)
style\jHtmlArea_Toolbar_Group_BG.png (964, 2009-08-25)
style\jqueryui (0, 2009-10-28)
style\jqueryui\ui-lightness (0, 2009-10-28)
style\jqueryui\ui-lightness\images (0, 2009-10-28)
style\jqueryui\ui-lightness\images\ui-bg_diagonals-thick_18_b81900_40x40.png (260, 2009-08-26)
style\jqueryui\ui-lightness\images\ui-bg_diagonals-thick_20_666666_40x40.png (251, 2009-08-26)
style\jqueryui\ui-lightness\images\ui-bg_flat_10_000000_40x100.png (178, 2009-08-26)
style\jqueryui\ui-lightness\images\ui-bg_glass_100_f6f6f6_1x400.png (104, 2009-08-26)
style\jqueryui\ui-lightness\images\ui-bg_glass_100_fdf5ce_1x400.png (125, 2009-08-26)
style\jqueryui\ui-lightness\images\ui-bg_glass_65_ffffff_1x400.png (105, 2009-08-26)
style\jqueryui\ui-lightness\images\ui-bg_gloss-wave_35_f6a828_500x100.png (3762, 2009-08-26)
style\jqueryui\ui-lightness\images\ui-bg_highlight-soft_100_eeeeee_1x100.png (90, 2009-08-26)
style\jqueryui\ui-lightness\images\ui-bg_highlight-soft_75_ffe45c_1x100.png (129, 2009-08-26)
style\jqueryui\ui-lightness\images\ui-icons_222222_256x240.png (4369, 2009-08-26)
style\jqueryui\ui-lightness\images\ui-icons_228ef1_256x240.png (4369, 2009-08-26)
style\jqueryui\ui-lightness\images\ui-icons_ef8c08_256x240.png (4369, 2009-08-26)
style\jqueryui\ui-lightness\images\ui-icons_ffd27a_256x240.png (4369, 2009-08-26)
style\jqueryui\ui-lightness\images\ui-icons_ffffff_256x240.png (4369, 2009-08-26)
style\jqueryui\ui-lightness\jquery-ui-1.7.2.custom.css (27528, 2009-08-26)
AutoPostTest.aspx (1445, 2009-08-25)
AutoPostTest.aspx.vb (262, 2009-08-25)
ColorPickerMenu.htm (3880, 2009-10-28)
Default.htm (5656, 2009-10-28)
... ...

/* jHtmlArea - WYSIWYG Html Editor jQuery Plugin * Copyright (c) 2009 Chris Pietschmann * http://jhtmlarea.codeplex.com * Licensed under the Microsoft Reciprocal License (Ms-RL) * http://jhtmlarea.codeplex.com/license */ EXAMPLE USAGE: ----------------------- See "Default.htm" for example usages. Or, check out http://jhtmlarea.codeplex.com CHANGE LOG ----------------------- v0.7.0 - Fixed ColorPickerMenu positioning when placed within a "position: relative" div element. - Fixed ColorPickerMenu to auto-hide after a short delay (1 second) once the user moves the mouse off the menu. - Fixed Form Submit issue that caused the text to not be posted. Also fixed a related issue with ASP.NET Postbacks. - Added jHtmlArea.p method and "paragraph" functionality + toolbar button This allows the user to change the formatting from

,

, etc. to

- Added an "Automatic" color option to the ColorPickerMenu. v0.6.0 - Hide All Toolbar buttons except the "html" button when entering HTML Source view (via clicking "html" button or executing jHtmlArea.showHTMLView). When toggling view back to the WYSIWYG editor all other buttons will then be shown again. - Added jHtmlArea.dispose method - Allows you to remove the WYSIWYG editor, and go back to having a plain TextArea. Beware, there is a memory leak when using this method; it's not too bad, but you want to call this as few a number of times if you can. The memory leak is due to the way the browsers handle removing DOM Elements. - Added Indent and Outdent functionality - This includes toolbar buttons and jHtmlArea.indent and jHtmlArea.outdent buttons. - Added justifyLeft, justifyCenter, justifyRight functionality and toolbar buttons. - Added insertHorizontalRule functionality and toolbar button. This adds a


tag to the currently selected area. - Added an "alias" method for jHtmlArea.execCommand named "ec" to help reduce the file size of the script. - Added increaseFontSize and decreaseFontSize functionality and toolbar buttons. The increaseFontSize and decreaseFontSize doesn't currently work in Safari. - Added forecolor functionality - Changes a font color for the selection or at the insertion point. Requires a color value string to be passed in as a value argument. - Fixed bug in jHtmlArea.toString method - Added jHtmlArea.queryCommandValue method and it's alias "jHtmlArea.qc" - Added the jHtmlAreaColorPickerMenu plugin/extension that resides within the "jHtmlAreaColorPickerMenu.js" file. This file includes a somewhat generic color picker menu that can be used for any purpose, plus it includes the code to wire up and override the "stock" jHtmlColor.forecolor functionality and inject the new Color Picker Menu functionality in it's place when you click on the "forecolor" toolbar button. - Changed the "execCommand" and "ec" second parameter to default to "false" if not specified, and third parameter to default to "null" if not specified. This helps to reduce the overall file size of the script. - Added support for Toolbar Button Grouping, now with the additional buttons included in this release, or even when any custom buttons are used, they will be able to display nicely by "auto-wrapping" to the next line. - Added a gradient background to the Toolbar Button Groups, with a slight reverse gradient on the Buttons when the mouse is hovered over. v0.5.0 - Initial Release ICONS / IMAGES: ----------------------- Some of the Icons within the jHtmlArea.png file are from the Silk icon set at www.famfamfam.com. They are licensed under the following license: Silk icon set 1.3 _________________________________________ Mark James http://www.famfamfam.com/lab/icons/silk/ _________________________________________ This work is licensed under a Creative Commons Attribution 2.5 License. [ http://creativecommons.org/licenses/by/2.5/ ] This means you may use it for any purpose, and make any changes you like. All I ask is that you include a link back to this page in your credits. Are you using this icon set? Send me an email (including a link or picture if available) to mjames@gmail.com Any other questions about this icon set please contact mjames@gmail.com


近期下载者

相关文件


收藏者