⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog

📁 很棒的在线教学系统
💻
📖 第 1 页 / 共 2 页
字号:
Version 2.0.4 (2006-02-24)	Fixed bug where fullscreen plugin was using the tinymce_dev.js script.	Fixed bug where events where having a return true; statement infront of them.	Fixed bug where theme_advanced_toolbar_location option wasn't working.	Fixed bug where select lists wasn't working if you touched them with the tab key.	Fixed bug where auto reset design mode wasn't working correctly.	Fixed bug where null was inserted in paste button action in MSIE.	Fixed bug where _template plugin had a , instead of . character on e.type.	Fixed bug where src, href where replaced to xsrc and xhref in comments.	Fixed bug where paste_cleanup_on_paste option wasn't working correctly with the paste plugin.	Fixed bug where MSIE was reporting an error when TinyMCE was placed in a frame and not focused.	Fixed bug where clipboard_msg wasn't entity decoded corectly before displaying it in confirm box.	Fixed bug where mceRemoveControl wasn't working correctly on DIV elements.	Fixed bug where mceInsertContent/mceReplaceContent produced error when a empty string was inserted.	Fixed so the default valid_elements option is more XHTML valid.	Fixed issue where style formatting wasn't handled when pasting content from Word.	Fixed issue where ' characters wasn't entity encoded, they are now encoded into ' and not '.	Fixed issue with empty paragraphs, these are now filled with &nsbp; if they are empty.	Added documentation on how the # prefix can be used in the valid_elements option.	Added new options paste_remove_styles and paste_remove_spans to paste plugin.	Added possibility to have empty default attributes values.Version 2.0.3 (2006-02-13)	Added missing buttons to button reference page in documentation.	Added dt,dl,dd elements to default_valid elements config value.	Added new support for self registrering plugins.	Added new callback for themes and plugins handleEvent and the handle_event_callback option.	Added new execcommand_callback option, this enables you to add custom execcommand logic on page level.	Added new custom_shortcuts option, this enables you to disable plugin/theme specific keyboard shortcuts.	Added new addShortcut to TinyMCE_Control, this enables plugin to register custom keyboard shortcuts.	Added new getButtonHTML function to TinyMCE core, this function makes it easier for plugins/themes to make buttons.	Added more documentation on how to write plugins and updated the _template plugin.	Added more documentation on how to write custom themes.	Fixed so the default window size of the source editor is larger in the advanced theme.	Fixed so all internal plugins use the new auto registration and separation logic.	Fixed so all internal themes use the new auto registration and separation logic.	Fixed so the Safari warning is switched off by default.	Fixed so cursor position isn't moved when performing a cleanup.	Fixed so cursor position is correct when performing undo/redo actions.	Fixed so all themes/plugins now use a:hover to produce the mouse over button effect.	Fixed so it uses the DOMContentLoaded and onreadystatechange instead of onload.	Fixed so the simple theme also supports the button_tile_map option.	Fixed so the selection/cursor is moved to the beginning of area on search/replace.	Fixed callback handling to reduce logic, improve performance and flexibility.	Fixed documentarion error for the paste plugin, contributed by Jochen Metzger.	Fixed bug that made the cleanup process to hang MSIE on specific content.	Fixed bug with absolute to relative URL convertion logic if the absolute URL didn't have a path.	Fixed bug where about.htm in advanced theme refered to a non existing css file.	Fixed bug with defParam and the event_elements option.	Fixed bug where fullscreen plugin wasn't correctly setup with editor contents.	Fixed bug where paste/drop converted relative URLs incorrectly in MSIE.	Fixed bug with inlinepopups not restoring selection on close window in MSIE.	Fixed bug where selection was lost when a new column/row was inserted in a table running in Gecko.	Fixed bug where save plugin wasn't working in fullscreen mode.	Fixed bug where fullscreen plugin wasn't working in Opera.	Fixed bug where editor resizing in advanced theme wasn't working in Opera.	Fixed bug where cursor position was placed at the end of instance on word paste.	Fixed bug where a tinyMCE is undefined error was reported in Firefox.	Fixed compatiblity issues with new cleanup plugin and the prototype.js library.	Renamed the mceItemEditable/mceItemNonEditable to mceEditable/mceNonEditable.	Renamed the TinyMCEControl class to TinyMCE_Control, TinyMCE_ is the valid class prefix.	Removed the getInsertLinkTemplate and getInsertImageTemplate functions from themes and from API.	Removed insertImage and insertLink from TinyMCE core, they are moved to the advanced theme.	Removed opacity workaround made for Opera Preview 1, download Opera Preview 2 instead.	Removed search backward function from replace dialog since it could result in a infinite loop.	Marked insertlink_callback, insertimage_callback options as deprecated these can be replaced with execcommand_callback.	Moved selection specific methods to a new class. For example inst.selectNode is now inst.selection.selectNode.	Updated German language pack, contributed by Ace Man.Version 2.0.2 (2006-01-24)	Added updated Danish language pack contributed by Jan Moelgaard, John Dalsgaard and Bo Frederiksen.	Added updated Czech language pack contributed by michi aka mishal.	Added new Slovenian language pack contributed by Domen Kosir.	Added new Turkish language pack contributed by Engin Dumlu.	Added new save_onsavecallback option to the save plugin, this function is called on save.	Added new save_enablewhendirty option to the save plugin, this will disable the button until changes are made.	Added new onpageload callback event, this event is called when the page is loaded but before instances are made.	Added new accessibility_focus option, this enables you to control if buttons should be tab focusable or not.	Added new greek alpha character to charmap dialog.	Added new Scaron,scaron,Alpha entities to the default value of the entities option thanks to Kevin Rodgers.	Added new contextmenu items link.unlink,advhr contributed by Speednet.	Added new paste_insert_word_content_callback option for the paste plugin.	Added new cleanup plugin, this will replace the one inside the core ones it's considered stable.	Added cancel button to color picker contributed by Speednet.	Fixed various documentation errors and typos, modified the FAQ.	Fixed issue where the first handleNodeChange call was done to early in initialization.	Fixed issue with Dutch language pack for advlink plugin.	Fixed issue where dialogs was to short when dialog_type option was set to modal in MSIE.	Fixed bug where insert image under Gecko resulted in a broken image if it was inserted a the beginning of a element.	Fixed bug where mceVisualAid class wasn't removed from TH elements on save.	Fixed bug where the href attribute area elements gets converted to xhref.	Fixed bug with document relative anchors being forced absolute even when the convert_urls was set to false.	Fixed bug where some plugins produced &gr; intead of > entities on string encoding.	Fixed bug where some characters in charmap dialog was double encoded in Firefox/Gecko.	Fixed bug with XML core entities wasn't encoded when using raw or numeric value in entity_encoding option.	Fixed bug where classes was removed from table,td,th elements when the verify_css_classes option was enabled.	Fixed bug where elements was getting a visual aid class if a default or force class attribute value rule was used.	Fixed bug where strong/em rules didn't handle the -/+ prefixes correctly under Firefox/Mozilla.	Fixed bug where non textarea elements didn't work when submiting content.	Fixed bug where a access denied error was produced when using contextmenu together with modal dialogs under MSIE.	Fixed bug where fullscreen plugin didn't call custom cleanup functions when passing content back and forth.	Fixed issue where default rule for font tags didn't have a + prefix in valid_elements.	Fixed issue with CSS where "arrow" was used instead of "default" for cursor replacement.	Fixed issue where the replace button replaced the current selection first time it was used.	Fixed issue with missing title for the advhr dialog.	Fixed issue with div not beeing usable in the theme_advanced_blockformats option.	Fixed issue in with translation in the German language pack.	Fixed so the word wrap toggle for source view functions in Firefox/Mozilla.	Fixed so title attribute of emotion images gets inserted aswell as alt.	Fixed so the insert return on popups is checked by default in advlink.	Fixed so url gets filled when empty if a user selects a popup url.	Fixed so some init settings gets trimmed from whitespace.	Fixed so charmap closes when a char is selected since most of the time users only need one char.	Fixed so the link and image dialogs of advanced theme are styled with the new 2.x layout.	Fixed accessibility issuew with the link, image and advhr dialogs.	Fixed so the advhr dialog uses the new 2.x layout.	Fixed XHTML compliance for Preview plugin contributed by Bo Frederiksen.	Fixed entity decoding problem with insert button of the advhr plugin contributed by Bo Frederiksen.Version 2.0.1 (2005-12-02)	Fixed critical bug in some MSIE versions when submiting content.Version 2.0 (2005-12-01)	Added new paste_replace_list option to the paste plugin, this replaces some MS specific characters into normal characters.	Added new convert_urls option, this was required to address some issues with Firefox 1.5.	Added new paste_create_linebreaks option to paste plugin contributed by Kevin Rodgers.	Added new advimage_update_dimensions_onchange option to advimage plugin, this is enabled by default.	Added new table_inline_editing option, this enables you to toggle the inline table editing controls in FF 1.5.	Added new object_resizing option, this enables you to toggle the resizing controls of table and images in FF 1.5.	Added updated simplified Chinese language pack contributed by Wang Yang (tom_cat).	Added updated Dutch language pack contributed by Mark van der Sanden.	Added updated French language pack contributed by Normand Lamoureux.	Added updated Polish language pack contributed by Wooya.	Added updated Brazilian Portuguese language pack contributed by Marcio Barbosa.	Added new Traditional Chinese language pack contributed by Twapweb.	Added new Slovak language pack contributed by Vladimir VASIL.	Added new Norwegian Nynorsk pack contributed by Knut B. Jacobsen.	Fixed bug where getting init settings in handleNodeChange callback wasn't working correctly when multiple configs where used.	Fixed bug with urls being converted into incorrect values in Firefox 1.5.	Fixed bug where editor and cursor was flickering when TinyMCE was placed in a hidden div in Firefox 1.5.	Fixed bug with missing parenthesis in a MSIE setInnerHTML call.	Fixed bug where MSIE was producing a "Invalid source HTML for this operation" javascript error when placed in P tags.	Fixed bug where some styles with RGB values was parsed/serialized incorrectly in Firefox/Mozilla.	Fixed bug where reset form action didn't reset all editor instances to their original values.	Fixed bug where a javascript exception whas thrown when the editor was resized to a negative value in MSIE.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -