diff --git a/www/extras/tinymce/changelog b/www/extras/tinymce/changelog deleted file mode 100644 index 90235860a..000000000 --- a/www/extras/tinymce/changelog +++ /dev/null @@ -1,416 +0,0 @@ -Version 1.41 (2005-01-31) - Added new table plugin, all table code is moved into this plugin [BREAKS COMPATIBLITY]. - Added new external_link_list_url/external_image_list_url options for better backend integration. - Added new file_browser_callback option for better backend integration. - Added new layout manager code into the advanced theme, contributed by SlyD. - Added new nowrap option, enables so users may change the word wraping behavior. - Added new Thai language pack contributed by Innozent. - Added obfuscated version of all plugins and themes to reduce over all startup/download time. - Added Simplified Chinese language pack contributed by cube316. - Added a updated Czech language pack thanks to Josef Klimosz. - Fixed issue where anchor elements where closed. This results in browser problems with the outputed HTML. - Fixed bug where the first return key press didn't produce a paragraph in Firefox/Mozilla. - Fixed bug in the searchreplace plugin where replace content sometimes fails in Firefox/Mozilla. - Fixed so all language packs now uses the ISO-639-2 code instead of ISO 3166-1 [BREAKS COMPATIBLITY]. - Fixed some issues with the force_br_newlines option in MSIE. - Fixed bug where the backspace or delete key produced BR elements in Firefox/Mozilla. - Fixed bug issue with link and image dialogs of the default theme/simple example. - Fixed some bugs when having the editor hidden in a tab/div, contributed by Ernst de Moor. - Fixed some character issues with the Danish language packs, contributed by someone unknown. -Version 1.40 (2005-01-09) - Added a new default value for the font size drop down, if no font size where found this gets selected. - Added a auto resize window feature, this is enabled by default but can be disabled with a window argument. - Added a new print plugin, prints the current editor contents to a printer. - Added a new searchreplace plugin, adds a search, searchnext and replace button. - Fixed bug issue where buttons didn't display correctly on some Firefox installations. - Fixed issue with value and type attributes of input elements getting lost in cleanup on MSIE. - Fixed so that the getEditorInstance command is public, returns a TinyMCEControl by id. - Fixed issue where "true" and "false" string wasn't treated as booleans in TinyMCE init options. - Fixed so cursor/mousepointer allways remains a arrow in all themes when rolling over buttons. - Fixed the popup windows so they are mode "modal" in Mozilla/Firefox. - Fixed so the ask question is displayed when elements are focused with the tab key. - Fixed so the ask option works when mode option is set to exact. - Fixed issue with visualaids on tables not working correctly when the user uses the tab key in Firefox/Mozilla. - Fixed some bugs with the mceSetCSSClass class command and the element path. - Fixed a new version of the mceInsertContent command. - Fixed so the auto_cleanup_word option is disabled by default. - Removed the langs of the zoom plugin, it now uses + instead of the "zoom" word. -Version 1.391 (2005-01-04) - Fixed major spacebar bug in MSIE, spacebar was disabled. -Version 1.39 (2005-01-04) - Updated the Flash plugin with a new version, contributed by jamesw. - Added new setWindowArg function, useful if plugins are to call other plugins. - Added new save plugin, this plugin adds a save/submit form button to tinyMCE, contributed by SlyD. - Added new hilite color support, sets a background-color style on the selected text. - Added new variable replacement popup URLs, check the openWindow function documentation for details. - Added new force_p_newlines option, forces P elements on return/enter key in Mozilla/Firefox. - Added new theme_advanced_path_location, adds a element path list. - Added new theme_advanced_toolbar_align option, defaults to center. - Added new Portuguese translation contributed by José Pedro Pereira. - Added new mceSelectNode and mceSelectNodeDepth commands. - Added new add_unload_trigger option, this adds a unload triggerSave call. Enabled by default. - Added am/pm time format to the insertdatetime plugin. - Fixed font color and size attribute bug, contributed by Vincent FIACK. - Fixed className undefined bug, Firefox/Mozilla produced a console error sometimes. - Fixed so mceSetCSSClass command may be applied to all sorts of elements. - Fixed so anchor elements can be removed by setting the anchor name to nothing. - Fixed typing performance some in Firefox/Mozilla, removed some nodechange triggers. - Fixed so the zoom plugin is invisible in MSIE 5.0, since zoom isn't available in that browser. - Fixed bug with the emotions plugin in MSIE 5.0, it was opening a new window. - Fixed so contents stay within the editor if the user hits the back/forward buttons. - Fixed bug where the window.name property was set to the image name. - Fixed so anchors links within the same page are made relative when relative_urls are set to false. - Updated the advanced theme so most of the images are loaded from a tiled image, improves loading time. - Updated the Swedish language pack, contributed by Martin. - Updated the readme.txt in the advlink plugin, was some problems with the valid_elements. - Updated the default CSS for the advanced theme some, added button backgrounds to look like office2k. -Version 1.38 (2004-11-28) - Added new textarea field for form elements when debug mode is enabled, contributed by Michael Keck. - Added new spacer item support for the theme_advanced_buttons options, contributed by Michael Keck. - Added new selection borders for images and hr elements, contributed by Michael Keck. - Added new advhr plugin, this plugin handles advanced settings on HR elements, contributed by Michael Keck. - Added new german language pack for the preview plugin, contributed by Michael Keck. - Added new word wrap and source formatting to the source editor, contributed by Michael Keck. - Added new updated charmap, contributed by Michael Keck. - Added new flash plugin that enabled flash movied to be handled, contributed by Michael Keck. - Added the old cut/copy/paste commands to the advanced theme, these are not visible by default. - Added new theme_advanced_buttons_add_before option to advanced theme. - Added new "update" button title for a popup windows. - Added new zoom prefix language variable to the zoom plugin. - Added new entities option, that enables you to config entity code to name convertion. - Added new custom cleanup possibility to plugins. - Added new cleanup_callback option, adds the possibilty to add custom cleanup logic. - Added new Norwegian language pack, contributed by Sten Aksel Heien. - Added new Korean language pack, contributed by Setzer Gabbiani. - Fixed the layout of the color picker, contributed by Michael Keck. - Fixed so the preview plugin doesn't include the any toolsbars in preview popup window, contributed by Michael Keck. - Fixed bug where anchors elements was treated as links. - Fixed so all popup windows are modal dialogs in MSIE. - Fixed bug where the word "null" sometimes appares in HTML after cleanup in Firefox/Mozilla. - Fixed bug where form elements with missing name attributes produced errors. - Fixed some default value bugs and issues with the new advlink plugin. - Fixed the link/image dialog sizes in the SE language pack. - Fixed the content duplication bug, it seems to be fixed anyway, if not please let me know. - Fixed bug where plugin handleNodeChange extentions broke the theme function. -Version 1.37 (2004-11-12) - Added new mceResetDesignMode command that can be used when the editor is placed in tabs. - Added new updated Italian language pack thanks goes to "Fabrix Xm" for the contribtion. - Added new greek language pack thanks goes to "Jacaranda Bill" for the contribution. - Added new french language pack thanks goes to "Pat Boens" for the contribution. - Added new russian language pack thanks goes to "Roman Filippov" for the contribution. - Added new updated Dutch language pack thanks goes to Arnoud van Delden and Ernst de Moor for the contribution. - Added new convert_newlines_to_brs option, that enables newlines to be converted to br elements. - Added new custom_undo_redo_keyboard_shortcuts option, enables keyboard shortcuts to be enabled/disabled. - Added new auto_reset_designmode option, thats resets the design mode when a editor instance is focused. - Added new form reset handler, resets the contents of TinyMCE areas when the onreset event is trigged. - Added new skip_cleanup parameter to triggerSave, this parameter is optional and defaults to false. - Added new lang_underline_img language variable to all themes. - Added new title attribute to all images, enables tooltips in Mozilla and Firefox. - Added new insert and cancel CSS id's for all submit and cancel buttons. - Added new full featured example that includes all available plugins and buttons. - Added new advlink and advimage plugins to TinyMCE, these are more advanced link and image tools. Contributed by Michael Keck. - Added new parameters to insertImage and insertLink commands. Contributed by Michael Keck. - Added updated compatiblity chart, includes a matrix table thanks goes to Ernst de Moor. - Added new insert image icon contributed by Arnoud van Delden and Ernst de Moor. - Added window focus on all popup windows, contributed by Arnoud van Delden and Ernst de Moor. - Fixed some issues with the char map added some characters and removed duplicate ones, contributed by Arnoud van Delden and Ernst de Moor. - Fixed the insert row icon, rotated it 180 degrees, contributed by Arnoud van Delden and Ernst de Moor. - Fixed the visual aid icon, made it a bit darker. Contributed by Arnoud van Delden and Ernst de Moor. - Fixed some issues with entity encoding in source editor aswell as in core cleanup code. - Fixed bug where the auto import CSS feature imported invalid CSS rules with : or spaces. - Fixed bug where unnecessary entity encoding of characters was done. - Fixed the window sizes some to better function on MSIE with SP2. - Fixed some issued with the auto word cleanup feature, fixes some issued with content duplication. - Fixed bug that made the editor to throw weird error when HTML code includes content. - Fixed bug where the style attribute was returned on images in source output even if it was disabled. - Fixed issue where the UI form elements of TinyMCE was submitted with the form submit. -Version 1.36 (2004-10-19) - Added a newly modified version of the German language pack from "krokogras". - Added auto resizing to popup windows with the same name. - Added example page for the plugin_preview_pageurl option in the preview plugin. - Fixed issue with link button auto enable/disable feature when content selection was made with the keyboard. - Fixed bug where events wasn't handled correctly in MSIE 5.5 and some 6.0 versions. - Fixed so align on images gets set as float style when the inline_styles option is enabled. - Fixed so solid border style isn't applied on elements with a border when the inline_styles option is enabled. - Fixed some issues with tables and the inline_styles option. - Fixed back button issue with MSIE, iframes was placed in browser history. -Version 1.35 (2004-10-13) - Added so that whitespace gets stripped in plugin and theme_advanced_buttons options. - Added custom plugin_preview_pageurl option to preview plugin. - Added Canadian French language packs for the new plugins, contributed by Virtuelcom. - Added new theme_advanced_blockformats option. - Added new title support to advanced theme link dialog. - Added new Ctrl+B/I/U keyboard shortcuts for Firefox. - Added Polish language pack contributed by "revyag". - Added Taiwanese language pack contributed by "Jim Kou". - Added updated German language pack contributed by "Krokogras". - Fixed some issues with ieSpell including better language support. - Fixed bug with default value in valid_elements not working in Firefox some times. - Fixed bug when focusing links without selecting any characters. - Fixed some typos in Swedish language pack. - Fixed bug with content selection and link button auto enable/disable feature. - Fixed bug issue when "theme_advanced_buttons" options where left empty. - Fixed various bugs with absolute URLs. -Version 1.34 (2004-10-03) - Added new insertdatetime plugin, inserts date/time in various formats. - Added new preview plugin, previews the HTML page in a new window. - Added new zoom plugin, adds the possibility zoom the editor in MSIE. - Added new emotions plugin, adds the possibility to add smileys. - Fixed so that TinyMCE functions on MSIE 5.0 again. - Fixed so that TinyMCE functions better on Mozilla 1.3. - Fixed so that the cursor doesn't jump to the top when setting styles. - Fixed bug with STRONG and EM elements wasn't handled correctly in Firefox. - Optimized the key handling some, gives better typing performance. - Removed key down statusbar debug info. -Version 1.33 (2004-09-29) - Removed the need of loading blank.html, iframes are now created dynamicly. - Fixed bug when selecting tables, MSIE was casting errors. - Fixed bug with pluginurl variable. - Fixed bug when tinyMCE.selectedElement error was cast in Mozilla. - Added new Arabic language pack contributed by Hani Suleiman. - Added "lang_dir" support to language packs like Arabic. -Version 1.32 (2004-09-25) - Added new ieSpell plugin, only works in MSIE. - Added new "theme_advanced_buttons_add" option. - Added new importPluginLanguagePack function. - Added new Danish language pack contributed by Jan Moelgaard. - Added updated German language pack contributed by Christopher Müller. - Added new any_selection to handleNodeChange callback. - Modified so link/unlink is dimmed if nothing is selected. - Fixed bug when deleting images in Firefox. - Changed the plugin location to a new plugin directory. - Renamed the "theme_plugins" option to "plugins". -Version 1.31 (2004-09-18) - Added Canadian French language pack, contributed by Virtuelcom. - Added so link/unlink buttons gets selected when user enters a link element. - Fixed URL bug when drag dropping/copy pasting images in Mozilla. - Fixed so mso style attribs don't get trimmed if auto_cleanup_word option is set to false. - Fixed bug with text alignment buttons. - Fixed bug with CSS auto import function in MSIE. - Fixed initialization bugs and issues. -Version 1.30 (2004-09-10) - Fixed bug issue where the editor was stealing focus from location bar. - Fixed bug issue with absolute aligned images lost focus when using tools. - Fixed bug #1025483, Url converting broken. - Added ability to send command values in advanced theme button list, contributed by someone helpfull. - Added new cleanup_on_startup option, to increase startup speed. - Added new inline_styles partly based on a contribution by Victor Nilsson. - Added new named anchor support. - Added custom_undo_redo_levels option. -Version 1.29 (2004-09-08) - Added new getEditorId function, to retrive the editor id of a form element. - Readded so cleanup is automaticly executed on editor startup in MSIE. - Added some various cleanup fixes for MS Word HTML. - Added new auto_cleanup_word option, enabled auto MS Word HTML cleanup on paste events. - Fixed parameter issue with insertImage function. Bug #1022863. - Fixed bug #1022874, Where the small theme had underline command on strikethrough button. - Fixed some bugs with table commands. - Fixed bug #1023204, mceRemoveControl brings back the old HTML. - Fixed bug issue with tinyMCE.selectedInstance in Mozilla. - Fixed bug issue with Mozilla not saving content. -Version 1.28 (2004-09-04) - Added new Finnish language pack thanks to Urho Konttori. - Added new rowseparator as a possible value of the theme_advanced_buttons options. - Added new theme_advanced_toolbar_location option. - Added new uid variable option to valid_elements. (Generates unique IDs) - Added new "directionality" option to support languages like Arabic. - Added new character map button/window. - Added new guidelines/visual aid toggle button. - Reduced the source of the advanced theme some, and added some better comments. - Separated the default theme in to files aswell. - Removed source area size options and made source editor resizable instead. - Increased the default width and height of the source editor. - Fixed bug where image width/height default to 0x0 if these attributes wasn't defined. - Fixed some bug issues with MSIE 5.5. -Version 1.27 (2004-08-29) - Added new cleanup logic, with new options and smarter behavior. - Added new "trim_span_elements" option (removed unneeded span elements). - Added new "verify_css_classes" option (verifies so class attributes contain a valid class). - Added new "verify_html" option (enables/disabled verification of elements and attributes). - Added new value verification type to "valid_elements" option. - Added new simple wildcard support in "valid_elements" option. - Added class as a valid attribute to table elements by default. - Added so non existent classes gets removed HTML output. - Added fix for   entities, so they get converted correctly. - Added new class select box in table dialog. - Added hr as a default valid element. - Fixed some issues with the language packs. - Fixed some weird bugs and issues with hr elements. - Fixed bug where Mozilla was casting exceptions on keypress. -Version 1.26 (2004-08-25) - Added a better way to create theme popup windows (External files). - Added new getWindowArg function, returns window arguments in theme popups. - Modified the advanced theme to adopt the new theme popup idea. - Fixed critical Mozilla bug, where the editor didn't work at all some times. - Fixed bug with auto CSS class import feature running on Firefox. -Version 1.25 (2004-08-22) - Added new format select box in advanced theme (Can be disabled). - Added new "theme_advanced_disable" option to advanced theme. - Added some new elements to default list of valid elements (Format select box elements). - Added new font face, forecolor and font size support, these are not enabled by default. - Added new "mceAddControl" command, enables users to dynamicly add editors. - Added new execInstanceCommand function, check the documentation for details. - Added new "mceSetAttribute" command. - Modified the themes so that the focus alert doesn't popup as often as before. - Modified the "mceRemoveControl" command so it can handle element id aswell as editor ids. - Fixed some bugs and issues with the new custom undo/redo logic. - Fixed weird Mozilla bug #997860. -Version 1.24 (2004-08-17) - Modified so that span with CSS classes that don't exists get removed. - Added new "custom_undo_redo" option, this option is enabled by default. - Added new "fix_content_duplication" option, that fixes some MSIE content duplication issues. - Added new "mceFocus" command, that changes focus to the specified editor instance. - Added new "mceReplaceContent" command, that enables users to replace the current selection. - Fixed so styles including spaces doesn't get listed in style selection box. - Fixed bug with form element names and exact mode in Mozilla. - Fixed so tiny_mce_src.js can be used aswell as tiny_mce.js. - Converted some of the language packs to better support unicode. -Version 1.23 (2004-07-31) - Modified the mceSetCSSClass command to address bug #997071. - Added new Hungarian language pack thanks to 2XP. - Added new callback "setupcontent_callback" check the manual for details. - Fixed bug #994506, where empty theme_plugins option generated a 404 error. - Fixed bug #999332, where image properties wasn't removed if the user deleted the image. -Version 1.22 (2004-07-19) - Fixed bug #989846, Image resize bug. - Changed so that style attribute values get converted to lowercase in MSIE. - Changed so the alignment called "middle" is "center" in table properties. - Fixed so visual aids work correctly after using the source editor. - Fixed some issues with anchor links. - Fixed so that javascript: links can be used. - Added width/height options for the advanced source editor. - Fixed bug issue with URL:s containing quotes or single quotes. - Fixed so that document_base_url can point to another domain. -Version 1.21 (2004-07-12) - Added new "theme_plugins" option, check the manuals for details. - Added new "execCommand" plugin extention possibility. - Added new "buttons" config options to the advanced theme. - Added new "mceRemoveControl" command. - Added Spanish language pack thanks to "Alvaro Velasco". - Fixed first click bug. - Fixed so CSS url:s can be absolute. - Updated the FAQ regarding the Cut/Copy/Paste issue. -Version 1.20 (2004-07-05) - Fixed bug issue #983257, JS runtime error when template contains no controls. - Removed cut/copy/paste commands and icons due to security reasons in Mozilla. - Added Czech language pack, thanks goes to "Pavel Novák" for the contribution. - Fixed minor bug regarding empty attributes. - Fixed so the "extended_valid_elements" overrides previous declarations. -Version 1.19 (2004-06-28) - Fixed focus bug that appared on Linux version of Mozilla. - Fixed major bug issues with some Firefox/Firebird versions on Linux. - Fixed minor visual aid bugs on tables. - Fixed minor bugs with table commands. - Fixed scroll issue in HTML source windows on Mozilla/Linux. - Added a compatiblity chart to the manuals. -Version 1.18 (2004-06-20) - Added new option "remove_script_host". - Some minor fixes to the mceInsertContent command. - Fixed some issues with visual aids for tables. - Fixed strange focus bug in MSIE. - Updated some of the documentation. -Version 1.17 (2004-06-16) - Fixed bug, #972666 - Doesn't save edits when id != name. - Added more Italian, user manuals. Thanks goes to "Fabrix Xm". - Added Dutch language pack thanks to "Meint Post". - Modified the MSIE version of mceInsertContent command. -Version 1.16 (2004-06-14) - Added new table dialog and TinyMCE__getInsertTableTemplate template function. - Added auto class import feature and Italian language pack thanks goes to "Lorenzo Pavani". - Added border, alignment, vspace, hspace, width, height fields to the image properties dialog in advanced theme. - Updates advanced theme help pages for Swedish and English. - Fixed some minor issues with the mceSetCSSClass command. - Fixed minor MSIE bug in built in default URL convertor. - Fixed some image alignment issues. - Fixed support for site root script paths like src="/jscripts/tiny_mce.js". - Removed the use of "TinyMCE_advanced_cssClasses" from "advanced" theme. - Modified the default value of "valid_elements" to include table align and class as valid attributes. - Modified the default value of "valid_elements" to set img border attribute to 0 by default instead of by force. - Modified so that popup windows gets centered on screen. -Version 1.15 (2004-06-09) - Added new "advanced" theme, that adds some new functions. - Added new public js functions "getContent, setContent, applyTemplate, openWindow". - Added new custom command "mceSetCSSClass", that sets css class of the selection. - Added new custom command "mceInsertContent", that inserts HTML content. - Added class attributes to some of the elements in the default value of "valid_elements". - Added ability to have theme specific language packs by the js function "importThemeLanguagePack". - Added more documentation to the usage and themes sections. - Added table support, with custom commands and in advanced theme. - Modified the advanced example to include the new advanced theme. - Fixed tooltips for buttons in Mozilla. -Version 1.14 (2004-06-07) - Added new conversion possibility to save callback. - Added some more usage documentation. - Fixed some issues will updateContent function in Mozilla. - Fixed some issues with relative paths. - Fixed small Mozilla issue with visual aids. - Fixed so that the default theme sets image border to 0. - Fixed bug #968079, Removing editor buttons in template can cause errors. -Version 1.13 (2004-06-04) - Fixed critical bug where the editor didn't work at all in MSIE. - Fixed bug where table visual aids didn't work in Mozilla. -Version 1.12 (2004-06-03) - Added updateContent function thanks to "Jürgen Baute" contribution. - Added documentation of the diffrent public javascript functions of tinyMCE. - Fixed bug #965615, Empty editor content returns "
" as value after cleanup. - Fixed bug where Bold and Italic didn't work correctly in Mozilla. -Version 1.11 (2004-06-01) - Added new option "document_base_url", it's used when converting absolute URLs to relative ones. - Added so that align button sets the align attribute of selected images. - Fixed bug when / was passed within query string to the editors page. - Fixed bug #961041, Image attributes are not removed. -Version 1.1 (2004-05-26) - Fixed bug #960112 JavaScript error when opening image window. - Fixed bug #926644 Multiple forms with elements having the same name failed. - Added function so that "specific_textareas" mode handles the "ask" option. - Added new option "focus_alert", to remove annoying focus alert message. -Version 1.09 (2004-05-24) - Added new option "extended_valid_elements", this option adds extra elements to the "valid_elements" list. - Fixed bug #958637, Resized images are displayed in original size - Fixed bug #958942, Bug on realitive_urls (Bug with absolute URLs to insertlink_callback, insertimage_callback callbacks) - Fixed bug #958498, Unable to change Bold and italic text in Mozilla. -Version 1.08 (2004-05-21) - Added new attributes "border, hspace, vspace, width, height, align" to the getInsertImageTemplate theme function. - Added new relative_urls option, this new feature converts all absolute URLs to relative URLs and it's on by default. - Fixed bug #956007, the CSS theme URL:s was allways pointing to the default theme. - Fixed bug where enter/return key produced a error in the insert link popup window form. (This was done in the default template) - Fixed bug #957681, Could not delete text without first adding character bug in Mozilla. -Version 1.07 (2004-05-10) - Added experimental support for option "force_br_newlines" to address bug #922416 and feature request #936270. - Fixed bug with mailto: links. -Version 1.06 (2004-04-15) - Added new German language pack. Thanks goes to "Simon Rupf" for the contribution. - Added new German/Swedish bold/italic language specific icons to both default and simple theme. - Added new Swedish documentation. -Version 1.05 (2004-04-02) - Added new Italian language pack and documentation. Thanks goes to "Fabrix Xm" for the contribution. - Fixed missing "lang_help_desc" definition in UK and SE langpacks. - Added better documentation for the "valid_elements" option and it's format. - Added new "preformatted" option to address feature request #927948. - Added browser checker so that the script don't break on non compatible browsers. - Fixed bug #926639, now the editor instance gets resized if a width/height is specified in %. - Added new simple theme, this theme has only basic functions. -Version 1.04 (2004-03-30) - Fixed bug when insertLink and insertImage function didn't use the url_convertor callback. - Fixed MSIE bug when images was 32x32 on initialization on slow connections. - Fixed bug that made request on images with wrong path, produced some 404 error in webserver logs. - Fixed MSIE bug where users could add images outside of the editor scope. -Version 1.03 (2004-03-26) - Added new "add_form_submit_trigger" this option is default and is added on all document forms within the page. To address bug #923362 - Moved javascript sourcecode file to "jscripts/tiny_mce/tiny_mce_src.js". - Added new obfuscated version of tinymce to reduce size of script. - Added some performance boosting code to the switchClassSticky function. - Removed the "autosave" option, this is no longer needed and is replaced with "add_form_submit_trigger" or triggerSave call. - Fixed undo bug in MSIE. - Removed some unused eventhandlers results in better performance. -Version 1.02 (2004-03-26) - Added new handleNodeChange callback to themes. - Fixed some bugs regarding events and themes function checks. - Fixed bug issue when user focused nodes with keyboard. -Version 1.01 (2004-03-12) - Added some more documentation. - Added new "visual" option to editor. - Fixed bug on empty P elements. - Fixed bug on table width/height. -Version 1.0 (2004-03-11) - Added new "debug" option and fixed some path issues. diff --git a/www/extras/tinymce/docs/about.htm b/www/extras/tinymce/docs/about.htm deleted file mode 100755 index 04299e1c5..000000000 --- a/www/extras/tinymce/docs/about.htm +++ /dev/null @@ -1,43 +0,0 @@ - - - -About TinyMCE - - - - - - - - - - - -
-
-General information
-TinyMCE is a small WYSIWYG editor control for web browsers such as MSIE or Mozill -that enables the user to edit HTML contents in a more user friendly way. The editor -control is small but flexible and it's build for integration purposes for example -usage within systems like Intranets, CMS, LMS and so forth.
-
-TinyMCE was developed by MoxieCode Systems AB and is currently released under -the "LGPL" license, read the license agreement for details.
-
-Features
-- Easy to integrate, takes only two lines of code.
-- Theme and template support.
-- Easy to extend with custom code.
-- Customizable HTML output. Block elements and force attributes.
-- International language support (Language packs) currenly UK, Swedish, Italian, German and Dutch.
-- Multiple browser support, currently Mozilla, MSIE and FireFox.
-
- - - - - - -
- - diff --git a/www/extras/tinymce/docs/compatiblity.htm b/www/extras/tinymce/docs/compatiblity.htm deleted file mode 100755 index b6799fc89..000000000 --- a/www/extras/tinymce/docs/compatiblity.htm +++ /dev/null @@ -1,363 +0,0 @@ - - - - FAQ - Frequently Asked Questions - - - - - - - - - - - -
-Matrix of tested and browser and platform configurations:
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-
Windows XP
-
Linux(Debian)
-
MacOS X 10.3
-
MacOS 9
-
MSIE 6 OK
-

-

-
MSIE 5.5 SP2
-
OK
-

-

-
MSIE 5.2
-

-

-
TextArea
-
MSIE 5.01 SP2 OK (1)
-

-

-
MSIE 5.0
-

-

-
TextArea
Netscape 7.2
-

-

-
OK
-
Netscape 7.1
-
OK
-

-

-
Netscape 7.0.2
-

-

-

-
TextArea
Mozilla 1.8
-

-
OK
-

-
Mozilla 1.7.3
-

-

-
OK
-
Mozilla 1.7.2
-

-

-

-

-
Mozilla 1.7
-
OKOKOK
-
Mozilla 1.6
-
OKOK
-

-
Mozilla 1.5
-
OK (2)OK - (2)OK - (2)
-
Mozilla 1.4.1
-

-
OK
-

-
Mozilla 1.4
-
OK
-

-

-
Mozilla 1.3.1
-

-
OK
-
OK - (3)
Mozilla 1.3OK
-

-

-
Firefox 1.0
-
OK
-
OK
-
Firefox 0.9
-
OKOK
-

-
Firefox 0.8
-
OKOK
-

-
Firebird 0.7
-
OK - (2)OK - (2)
-

-
Firebird 0.6
-

-
NO
-

-

-
Safari 1.2.4
-

-

-
TextArea
-
-
-OK : Works correctly
-NO  -: Doesn't work at all
-TextArea : No HTML -editor, but plain text area
-
-
Notes:
-(1) : Disabled buttons don't get dimmed, this is due to the lack of opacity support -in CSS.
-(2) : Resizing tables seems to be a bit buggy. Seems to be an browser -issue.
-(3) : Cannot resize tables, the table dialog box does work though!
-
-Notice: Only major, stable browsers and those that support the -Midas specification are included in the tests. And remember just -beacurse your browser isn't included in the list it doesn't mean that -TinyMCE isn't working on that browser it's just not verified to work or -not work.
-
- - - - - - - - -
-
- - diff --git a/www/extras/tinymce/docs/faq.htm b/www/extras/tinymce/docs/faq.htm deleted file mode 100755 index b847efc59..000000000 --- a/www/extras/tinymce/docs/faq.htm +++ /dev/null @@ -1,53 +0,0 @@ - - - - FAQ - Frequently Asked Questions - - - - - - - - - - - -
-
-Why where the "Cut/Copy/Paste" icons removed?
-
-In version 1.20 the Cut/Copy/Paste icons where removed due to a security issue -in Mozilla and Firefox. If a function doesn't work in 2 out of 3 of the target -platforms it shouldn't be included in other words then it's not cross platform. -The keyboard shortcurts like Ctrl-X/C/V still works and allso the menu items for -these actions in the browsers "Edit" menu. It's only the icon shortcuts -that where removed. For more information about this security issue check bugzilla -at Mozilla.
-
-Why doesn't MCE work in the Opera/Konqueror/Safari browser?
-
-As long as these browsers doesn't support the execCommand and designMode specifications that Mozilla and MSIE does, it's not possible to do a WYSIWYG editor in JavaScript. But when these browsers do get that support we will begin the work on making the editor work on these aswell.
-
-Why is content sometimes duplicated for example when I copy/paste from Word?
-
-This bug occures when the HTML is not correctly formatted, this is a MSIE bug. It happens when the HTML code contains "<b/>" or nestled paragraph elements "<p><p>x</p></p>" this produces a incorrect DOM tree and incorrect output on innerHTML. If anyone have a solution for this problem please let me know.
-
-Why isn't there a color picker and/or a font selector?

-
-There is no need for a color picker or font selector in TinyMCE due to the fact that it would break the layout standards of the site/system implementing it i.e. it would be to loose. Font and colors can be applied by using the CSS classes instead.
-
-Why doesn't the undo/redo menu items in Mozilla function?
-
-This is becurse the "custom_undo_redo" option is enabled, that option overrides the keyboard shortcuts and the buttons available in the command toolbar. But there currenly no way to override the build in undo/redo menu items.
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/docs/index.htm b/www/extras/tinymce/docs/index.htm deleted file mode 100755 index 63b5f36f5..000000000 --- a/www/extras/tinymce/docs/index.htm +++ /dev/null @@ -1,29 +0,0 @@ - - - - Help Index - - - - - - - - - - -
-
-Click the links below to go to the different help sections. - -
- - diff --git a/www/extras/tinymce/docs/langs.htm b/www/extras/tinymce/docs/langs.htm deleted file mode 100755 index 52dd4e70b..000000000 --- a/www/extras/tinymce/docs/langs.htm +++ /dev/null @@ -1,61 +0,0 @@ - - - -Creating language packs - - - - - - - - - - - -
-
-Language packs are simply JavaScript name/value arrays placed in the "<ISO-639-2 code>.js" -files in the "lang" direcotry. Remember to allways use the "lang_" -prefix for these value names so that they don't override other variables in the -templates. The example below shows how the cut, copy and paste texts are lang packed. Notice there are two kinds of language packs one is the general one shared by all themes these are located in the "jscripts/tiny_mce/langs" directory the other optional one is theme specific language packs these are contained in "jscripts/tiny_mce/themes/<some theme>/langs".
-
- - - - - -
tinyMCELang['lang_cut_desc'] - = 'Cut (Ctrl+X)';
- tinyMCELang['lang_copy_desc'] = 'Copy (Ctrl+C)';
- tinyMCELang['lang_paste_desc'] = 'Paste (Ctrl+P)';
-

When translating TinyMCE, these are the files that currently needs to be translated:
-
-tinymce/jscripts/tiny_mce/langs/en.js
-tinymce/jscripts/tiny_mce/plugins/advhr/langs/en.js
-tinymce/jscripts/tiny_mce/plugins/advimage/langs/en.js
-tinymce/jscripts/tiny_mce/plugins/advlink/langs/en.js
-tinymce/jscripts/tiny_mce/plugins/emotions/langs/en.js
-tinymce/jscripts/tiny_mce/plugins/flash/langs/en.js
-tinymce/jscripts/tiny_mce/plugins/iespell/langs/en.js
-tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs/en.js
-tinymce/jscripts/tiny_mce/plugins/preview/langs/en.js
-tinymce/jscripts/tiny_mce/plugins/print/langs/en.js
-tinymce/jscripts/tiny_mce/plugins/save/langs/en.js
-tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/en.js
-tinymce/jscripts/tiny_mce/plugins/zoom/langs/en.js
-tinymce/jscripts/tiny_mce/themes/advanced/langs/en.js
-
- Notice some language variables may include a name/url of a gif image or simmilar, - for example the button for bold has a "F" character in the Swedish - language pack.

-
- - - - - - -
- - diff --git a/www/extras/tinymce/docs/license.htm b/www/extras/tinymce/docs/license.htm deleted file mode 100755 index 600e9cb00..000000000 --- a/www/extras/tinymce/docs/license.htm +++ /dev/null @@ -1,388 +0,0 @@ - - - -License - - - - - - - - - - - -
-
-Copyright © 2004 Moxiecode Systems AB
-
-This library is free software; you can redistribute it and/or
-modify it under the terms of the GNU Lesser General Public
-License
as published by the Free Software Foundation; either
-version 2.1 of the License, or (at your option) any later version.
-
-This library is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-Lesser General Public License for more details.
-
-You should have received a copy of the GNU Lesser General Public
-License along with this library; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-
-
-
-GNU Lesser General Public License
-Version 2.1, February 1999
-

Copyright (C) 1991, 1999 Free Software Foundation, Inc.
- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.

-

[This is the first released version of the Lesser GPL. It also counts
- as the successor of the GNU Library Public License, version 2, hence
- the version number 2.1.]

-

Preamble
- The licenses for most software are designed to take away your freedom to share - and change it. By contrast, the GNU General Public Licenses are intended to - guarantee your freedom to share and change free software--to make sure the software - is free for all its users.

-

This license, the Lesser General Public License, applies to some specially - designated software packages--typically libraries--of the Free Software Foundation - and other authors who decide to use it. You can use it too, but we suggest you - first think carefully about whether this license or the ordinary General Public - License is the better strategy to use in any particular case, based on the explanations - below.

-

When we speak of free software, we are referring to freedom of use, not price. - Our General Public Licenses are designed to make sure that you have the freedom - to distribute copies of free software (and charge for this service if you wish); - that you receive source code or can get it if you want it; that you can change - the software and use pieces of it in new free programs; and that you are informed - that you can do these things.

-

To protect your rights, we need to make restrictions that forbid distributors - to deny you these rights or to ask you to surrender these rights. These restrictions - translate to certain responsibilities for you if you distribute copies of the - library or if you modify it.

-

For example, if you distribute copies of the library, whether gratis or for - a fee, you must give the recipients all the rights that we gave you. You must - make sure that they, too, receive or can get the source code. If you link other - code with the library, you must provide complete object files to the recipients, - so that they can relink them with the library after making changes to the library - and recompiling it. And you must show them these terms so they know their rights. -

-

We protect your rights with a two-step method: (1) we copyright the library, - and (2) we offer you this license, which gives you legal permission to copy, - distribute and/or modify the library.

-

To protect each distributor, we want to make it very clear that there is no - warranty for the free library. Also, if the library is modified by someone else - and passed on, the recipients should know that what they have is not the original - version, so that the original author's reputation will not be affected by problems - that might be introduced by others.

-

Finally, software patents pose a constant threat to the existence of any free - program. We wish to make sure that a company cannot effectively restrict the - users of a free program by obtaining a restrictive license from a patent holder. - Therefore, we insist that any patent license obtained for a version of the library - must be consistent with the full freedom of use specified in this license.

-

Most GNU software, including some libraries, is covered by the ordinary GNU - General Public License. This license, the GNU Lesser General Public License, - applies to certain designated libraries, and is quite different from the ordinary - General Public License. We use this license for certain libraries in order to - permit linking those libraries into non-free programs.

-

When a program is linked with a library, whether statically or using a shared - library, the combination of the two is legally speaking a combined work, a derivative - of the original library. The ordinary General Public License therefore permits - such linking only if the entire combination fits its criteria of freedom. The - Lesser General Public License permits more lax criteria for linking other code - with the library.

-

We call this license the "Lesser" General Public License because - it does Less to protect the user's freedom than the ordinary General Public - License. It also provides other free software developers Less of an advantage - over competing non-free programs. These disadvantages are the reason we use - the ordinary General Public License for many libraries. However, the Lesser - license provides advantages in certain special circumstances.

-

For example, on rare occasions, there may be a special need to encourage the - widest possible use of a certain library, so that it becomes a de-facto standard. - To achieve this, non-free programs must be allowed to use the library. A more - frequent case is that a free library does the same job as widely used non-free - libraries. In this case, there is little to gain by limiting the free library - to free software only, so we use the Lesser General Public License.

-

In other cases, permission to use a particular library in non-free programs - enables a greater number of people to use a large body of free software. For - example, permission to use the GNU C Library in non-free programs enables many - more people to use the whole GNU operating system, as well as its variant, the - GNU/Linux operating system.

-

Although the Lesser General Public License is Less protective of the users' - freedom, it does ensure that the user of a program that is linked with the Library - has the freedom and the wherewithal to run that program using a modified version - of the Library.

-

The precise terms and conditions for copying, distribution and modification - follow. Pay close attention to the difference between a "work based on - the library" and a "work that uses the library". The former contains - code derived from the library, whereas the latter must be combined with the - library in order to run.

-

TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
- 0. This License Agreement applies to any software library or other program which - contains a notice placed by the copyright holder or other authorized party saying - it may be distributed under the terms of this Lesser General Public License - (also called "this License"). Each licensee is addressed as "you".

-

A "library" means a collection of software functions and/or data - prepared so as to be conveniently linked with application programs (which use - some of those functions and data) to form executables.

-

The "Library", below, refers to any such software library or work - which has been distributed under these terms. A "work based on the Library" - means either the Library or any derivative work under copyright law: that is - to say, a work containing the Library or a portion of it, either verbatim or - with modifications and/or translated straightforwardly into another language. - (Hereinafter, translation is included without limitation in the term "modification".) -

-

"Source code" for a work means the preferred form of the work for - making modifications to it. For a library, complete source code means all the - source code for all modules it contains, plus any associated interface definition - files, plus the scripts used to control compilation and installation of the - library.

-

Activities other than copying, distribution and modification are not covered - by this License; they are outside its scope. The act of running a program using - the Library is not restricted, and output from such a program is covered only - if its contents constitute a work based on the Library (independent of the use - of the Library in a tool for writing it). Whether that is true depends on what - the Library does and what the program that uses the Library does.

-

1. You may copy and distribute verbatim copies of the Library's complete source - code as you receive it, in any medium, provided that you conspicuously and appropriately - publish on each copy an appropriate copyright notice and disclaimer of warranty; - keep intact all the notices that refer to this License and to the absence of - any warranty; and distribute a copy of this License along with the Library. -

-

You may charge a fee for the physical act of transferring a copy, and you may - at your option offer warranty protection in exchange for a fee.

-

2. You may modify your copy or copies of the Library or any portion of it, - thus forming a work based on the Library, and copy and distribute such modifications - or work under the terms of Section 1 above, provided that you also meet all - of these conditions:

-

a) The modified work must itself be a software library.

-

b) You must cause the files modified to carry prominent notices stating that - you changed the files and the date of any change.

-

c) You must cause the whole of the work to be licensed at no charge to all - third parties under the terms of this License.

-

d) If a facility in the modified Library refers to a function or a table of - data to be supplied by an application program that uses the facility, other - than as an argument passed when the facility is invoked, then you must make - a good faith effort to ensure that, in the event an application does not supply - such function or table, the facility still operates, and performs whatever part - of its purpose remains meaningful.

-

(For example, a function in a library to compute square roots has a purpose - that is entirely well-defined independent of the application. Therefore, Subsection - 2d requires that any application-supplied function or table used by this function - must be optional: if the application does not supply it, the square root function - must still compute square roots.)

-

These requirements apply to the modified work as a whole. If identifiable sections - of that work are not derived from the Library, and can be reasonably considered - independent and separate works in themselves, then this License, and its terms, - do not apply to those sections when you distribute them as separate works. But - when you distribute the same sections as part of a whole which is a work based - on the Library, the distribution of the whole must be on the terms of this License, - whose permissions for other licensees extend to the entire whole, and thus to - each and every part regardless of who wrote it.

-

Thus, it is not the intent of this section to claim rights or contest your - rights to work written entirely by you; rather, the intent is to exercise the - right to control the distribution of derivative or collective works based on - the Library.

-

In addition, mere aggregation of another work not based on the Library with - the Library (or with a work based on the Library) on a volume of a storage or - distribution medium does not bring the other work under the scope of this License. -

-

3. You may opt to apply the terms of the ordinary GNU General Public License - instead of this License to a given copy of the Library. To do this, you must - alter all the notices that refer to this License, so that they refer to the - ordinary GNU General Public License, version 2, instead of to this License. - (If a newer version than version 2 of the ordinary GNU General Public License - has appeared, then you can specify that version instead if you wish.) Do not - make any other change in these notices.

-

Once this change is made in a given copy, it is irreversible for that copy, - so the ordinary GNU General Public License applies to all subsequent copies - and derivative works made from that copy.

-

This option is useful when you wish to copy part of the code of the Library - into a program that is not a library.

-

4. You may copy and distribute the Library (or a portion or derivative of it, - under Section 2) in object code or executable form under the terms of Sections - 1 and 2 above provided that you accompany it with the complete corresponding - machine-readable source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange.

-

If distribution of object code is made by offering access to copy from a designated - place, then offering equivalent access to copy the source code from the same - place satisfies the requirement to distribute the source code, even though third - parties are not compelled to copy the source along with the object code.

-

5. A program that contains no derivative of any portion of the Library, but - is designed to work with the Library by being compiled or linked with it, is - called a "work that uses the Library". Such a work, in isolation, - is not a derivative work of the Library, and therefore falls outside the scope - of this License.

-

However, linking a "work that uses the Library" with the Library - creates an executable that is a derivative of the Library (because it contains - portions of the Library), rather than a "work that uses the library". - The executable is therefore covered by this License. Section 6 states terms - for distribution of such executables.

-

When a "work that uses the Library" uses material from a header file - that is part of the Library, the object code for the work may be a derivative - work of the Library even though the source code is not. Whether this is true - is especially significant if the work can be linked without the Library, or - if the work is itself a library. The threshold for this to be true is not precisely - defined by law.

-

If such an object file uses only numerical parameters, data structure layouts - and accessors, and small macros and small inline functions (ten lines or less - in length), then the use of the object file is unrestricted, regardless of whether - it is legally a derivative work. (Executables containing this object code plus - portions of the Library will still fall under Section 6.)

-

Otherwise, if the work is a derivative of the Library, you may distribute the - object code for the work under the terms of Section 6. Any executables containing - that work also fall under Section 6, whether or not they are linked directly - with the Library itself.

-

6. As an exception to the Sections above, you may also combine or link a "work - that uses the Library" with the Library to produce a work containing portions - of the Library, and distribute that work under terms of your choice, provided - that the terms permit modification of the work for the customer's own use and - reverse engineering for debugging such modifications.

-

You must give prominent notice with each copy of the work that the Library - is used in it and that the Library and its use are covered by this License. - You must supply a copy of this License. If the work during execution displays - copyright notices, you must include the copyright notice for the Library among - them, as well as a reference directing the user to the copy of this License. - Also, you must do one of these things:

-

a) Accompany the work with the complete corresponding machine-readable source - code for the Library including whatever changes were used in the work (which - must be distributed under Sections 1 and 2 above); and, if the work is an executable - linked with the Library, with the complete machine-readable "work that - uses the Library", as object code and/or source code, so that the user - can modify the Library and then relink to produce a modified executable containing - the modified Library. (It is understood that the user who changes the contents - of definitions files in the Library will not necessarily be able to recompile - the application to use the modified definitions.)

-

b) Use a suitable shared library mechanism for linking with the Library. A - suitable mechanism is one that (1) uses at run time a copy of the library already - present on the user's computer system, rather than copying library functions - into the executable, and (2) will operate properly with a modified version of - the library, if the user installs one, as long as the modified version is interface-compatible - with the version that the work was made with.

-

c) Accompany the work with a written offer, valid for at least three years, - to give the same user the materials specified in Subsection 6a, above, for a - charge no more than the cost of performing this distribution.

-

d) If distribution of the work is made by offering access to copy from a designated - place, offer equivalent access to copy the above specified materials from the - same place.

-

e) Verify that the user has already received a copy of these materials or that - you have already sent this user a copy.

-

For an executable, the required form of the "work that uses the Library" - must include any data and utility programs needed for reproducing the executable - from it. However, as a special exception, the materials to be distributed need - not include anything that is normally distributed (in either source or binary - form) with the major components (compiler, kernel, and so on) of the operating - system on which the executable runs, unless that component itself accompanies - the executable.

-

It may happen that this requirement contradicts the license restrictions of - other proprietary libraries that do not normally accompany the operating system. - Such a contradiction means you cannot use both them and the Library together - in an executable that you distribute.

-

7. You may place library facilities that are a work based on the Library side-by-side - in a single library together with other library facilities not covered by this - License, and distribute such a combined library, provided that the separate - distribution of the work based on the Library and of the other library facilities - is otherwise permitted, and provided that you do these two things:

-

a) Accompany the combined library with a copy of the same work based on the - Library, uncombined with any other library facilities. This must be distributed - under the terms of the Sections above.

-

b) Give prominent notice with the combined library of the fact that part of - it is a work based on the Library, and explaining where to find the accompanying - uncombined form of the same work.

-

8. You may not copy, modify, sublicense, link with, or distribute the Library - except as expressly provided under this License. Any attempt otherwise to copy, - modify, sublicense, link with, or distribute the Library is void, and will automatically - terminate your rights under this License. However, parties who have received - copies, or rights, from you under this License will not have their licenses - terminated so long as such parties remain in full compliance.

-

9. You are not required to accept this License, since you have not signed it. - However, nothing else grants you permission to modify or distribute the Library - or its derivative works. These actions are prohibited by law if you do not accept - this License. Therefore, by modifying or distributing the Library (or any work - based on the Library), you indicate your acceptance of this License to do so, - and all its terms and conditions for copying, distributing or modifying the - Library or works based on it.

-

10. Each time you redistribute the Library (or any work based on the Library), - the recipient automatically receives a license from the original licensor to - copy, distribute, link with or modify the Library subject to these terms and - conditions. You may not impose any further restrictions on the recipients' exercise - of the rights granted herein. You are not responsible for enforcing compliance - by third parties with this License.

-

11. If, as a consequence of a court judgment or allegation of patent infringement - or for any other reason (not limited to patent issues), conditions are imposed - on you (whether by court order, agreement or otherwise) that contradict the - conditions of this License, they do not excuse you from the conditions of this - License. If you cannot distribute so as to satisfy simultaneously your obligations - under this License and any other pertinent obligations, then as a consequence - you may not distribute the Library at all. For example, if a patent license - would not permit royalty-free redistribution of the Library by all those who - receive copies directly or indirectly through you, then the only way you could - satisfy both it and this License would be to refrain entirely from distribution - of the Library.

-

If any portion of this section is held invalid or unenforceable under any particular - circumstance, the balance of the section is intended to apply, and the section - as a whole is intended to apply in other circumstances.

-

It is not the purpose of this section to induce you to infringe any patents - or other property right claims or to contest validity of any such claims; this - section has the sole purpose of protecting the integrity of the free software - distribution system which is implemented by public license practices. Many people - have made generous contributions to the wide range of software distributed through - that system in reliance on consistent application of that system; it is up to - the author/donor to decide if he or she is willing to distribute software through - any other system and a licensee cannot impose that choice.

-

This section is intended to make thoroughly clear what is believed to be a - consequence of the rest of this License.

-

12. If the distribution and/or use of the Library is restricted in certain - countries either by patents or by copyrighted interfaces, the original copyright - holder who places the Library under this License may add an explicit geographical - distribution limitation excluding those countries, so that distribution is permitted - only in or among countries not thus excluded. In such case, this License incorporates - the limitation as if written in the body of this License.

-

13. The Free Software Foundation may publish revised and/or new versions of - the Lesser General Public License from time to time. Such new versions will - be similar in spirit to the present version, but may differ in detail to address - new problems or concerns.

-

Each version is given a distinguishing version number. If the Library specifies - a version number of this License which applies to it and "any later version", - you have the option of following the terms and conditions either of that version - or of any later version published by the Free Software Foundation. If the Library - does not specify a license version number, you may choose any version ever published - by the Free Software Foundation.

-

14. If you wish to incorporate parts of the Library into other free programs - whose distribution conditions are incompatible with these, write to the author - to ask for permission. For software which is copyrighted by the Free Software - Foundation, write to the Free Software Foundation; we sometimes make exceptions - for this. Our decision will be guided by the two goals of preserving the free - status of all derivatives of our free software and of promoting the sharing - and reuse of software generally.

-

NO WARRANTY

-

15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR - THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE - STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY - "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, - INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND - FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE - OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME THE - COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.

-

16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL - ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE - THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY - GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE - OR INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR - DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR - A FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER - OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-

-
- - - - - - -
- - diff --git a/www/extras/tinymce/docs/style.css b/www/extras/tinymce/docs/style.css deleted file mode 100755 index ee3a5f1c3..000000000 --- a/www/extras/tinymce/docs/style.css +++ /dev/null @@ -1,28 +0,0 @@ -body { background-color: #FFFFFF; } -body, td, .content { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 12px; } -.title { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 16px; font-weight: bold; } -.subtitle { font-size: 12px; font-weight: bold; } - -.toc_ul, .toc_li { margin-left: 8 px; line-height: 16px; } -.step_ol, .step_li { margin-left: 11 px; line-height: 16px; } -img { border: #000000 solid 1px; } - -a:visited { color: #666666; text-decoration: underline; } -a:active { color: #666666; text-decoration: underline; } -a:hover { color: #666666; text-decoration: underline; } -a { color: #666666; text-decoration: underline; } - -.pageheader { border: #E0E0E0 solid 1px; } -.pagefooter { border: #E0E0E0 solid 1px; } -.sample { background-color: #FFFFFF; border: #000000 solid 1px; } -.samplecontent { font-size: 10px; } - -.code { background-color: #FFFFFF; border: #000000 solid 1px; } -.codecontent { font-size: 10px; } -.codecontent a:visited { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a:active { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a:hover { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a { color: #666666; text-decoration: none; font-weight: bold } - -.working { color: #00CC00 } -.failed { color: #CC0000 } diff --git a/www/extras/tinymce/docs/themes.htm b/www/extras/tinymce/docs/themes.htm deleted file mode 100755 index 96cd1b8e0..000000000 --- a/www/extras/tinymce/docs/themes.htm +++ /dev/null @@ -1,505 +0,0 @@ - - - -Creating themes - - - - - - - - - - - -
-
-Creating your own Themes and plugins
-
-Creating you own themes for the TinyMCE application is fairly easy if you know -the basics of HTML, CSS and Javascript. The most easy way is to copy the "default" or the "advanced" -template and rename it as your own name to for example "mytheme". After -you copy the template you need to change the red sections marked below to "mytheme" -this is needed so that themes don't overlap in other words it gives the theme -a unique name. Then just alter the HTML code as you see fit but notice some elements -needs to be there so check the docs below on each function also remember that -your custom themes needs to be located in tiny_mce's "themes" directory. -If you want you may add theme specific options/settings but remember to namespace them in the following format "theme_<your theme>_<option>".
-
-The example below has three functions, these are explained in greater detail below.
-
- - - - - - -
function TinyMCE_default_getEditorTemplate(settings) - {
-    var template = new Array();
-
   template['html'] = '<Some HTML>';
-    template['delta_width'] = 0;
-    template['delta_height'] = -40;
-
-    return template;
- } -

function TinyMCE_default_getInsertLinkTemplate(settings) - {
-    var template = new Array();
-
-    template['file'] = 'link.htm';
-    template['width'] = 320;
-    template['height'] = 130;
-
-    return template;
- }
-
- function TinyMCE_default_getInsertImageTemplate(settings) - {
-    var template = new Array();
-
-    template['file'] = 'image.htm';
-    template['width'] = 320;
-    template['height'] = 130;
-
-    return template;
- }
-
- function TinyMCE_default_handleNodeChange(editor_id, - node) {
-    // Check what happend
- }
-
- function TinyMCE_default_execCommand(editor_id, element, command, user_interface, value) - {
-    // - Your custom command logic
-   return false;
- } -
-

-
-
-
-

Using external template files

-

When using external template files, with the argument called "file" desribed below, you need to include the "tiny_mce_popup.js". This file is needed inorder to communicate with TinyMCE, all variables and language definitions gets replaced as in the "html" attribute. -

-Example of external template file: -
-
- - - - -
<html>
- <head>
- <title>{$lang_theme_sample_title}</title>
- <script language="javascript" src="../../tiny_mce_popup.js"></script>
- <script language="javascript">
-      alert(tinyMCE.getWindowArg('some_arg'));
- </script> -
- <body>
- {$lang_theme_sample_desc}
- </body> -
-
-
-The TinyMCE_<theme or plugin>_getEditorTemplate(settings) -function

-

This function is responsible for the layout of the editor instance within the - page it should return a name/value based array with some specific names. These - are explained below, notice names included in [] characters are optional. The settings parameter to this function is a name/value array containing tinyMCE:s settings/options.

-Template data:
-
-
- - - - - - - - - - - - - -
htmlHTML template data, this value should contain all the HTML code needed - to render the editor. Notice: {$<variable>} are replaces with values - when used. More about these specific values later on.
[delta_width]Delta width, this value should contain the relative width needed by the - UI. For example if a toolbar takes 20 pixels this value should be -20. This - is so the editor gets the same size as the element that are replaced.
[delta_height]Delta height, this value should contain the relative width needed by the - UI. For example if a toolbar takes 40 pixels this value should be -40. This - is so the editor gets the same size as the element that are replaced.
-

Variables within the "html" value above are replaced with internal - TinyMCE values. There are two types of variables one is the ones starting with - the "lang_" prefix, these are replaced with the matching names in - the language packs. So for example <b>{$lang_test}</b> gets replaces - with the "tinyMCELang['lang_test']" variable and the output is then - <b>Test</b>. The other variables are passed expicilty for the template - used and these are listed below. Notice: Variables within [] characters are - optional.
-
- Variables:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
editor_idThis is the editor instance id and it should be placed in ID attribute - of the IFRAME element that must be included in the template.
[default_document]This will be replaced with a blank html page, this is added for MSIE security - issues and should be placed in the SRC attribute of the IFRAME within the - template.
[area_width]Width of IFRAME area in pixels.
[area_height]Height of IFRAME area in pixels.
[width]Width of the whole editor area in pixels.
[height]Height of the whole editor area in pixels.
[themeurl]URL to theme location
-

Notice: There are two javascript function that can be called from this template - these are tinyMCE.execCommand that executes commans on the currenly selected - editor area and the tinyMCE.switchClass that switches the CSS class of the element - specified. For more details of commands available by execCommand check the Mozilla midas specification and the TinyMCE specific commands.
-

-
-
-The TinyMCE_<theme or plugin>_getInsertLinkTemplate(settings) -function -

This function is responsible for the layout of the insert link popup window - and it should return a name/value based array with some specific names. These - are explained below, notice names included in [] characters are optional. The settings parameter to this function is a name/value array containing tinyMCE:s settings/options.

-Template data:
-
-
- - - - - - - - - - - - - - - - - -
htmlHTML template data, this value should contain all the HTML code needed - to render the link dialog. Notice: {$<variable>} are replaces with values - when used. More about these specific values later on. This parameter is not needed if the "file" param is assigned.
fileName of external template file to use, this may even be logic pages like .php,.asp,.jsp etc.
[width]Width of popup window in pixels. Default is 320.
[height]Height of popup window in pixels. Default is 200.
-

Variables within the "html" value above are replaced with internal - TinyMCE values. There are two types of variables one is the ones starting with - the "lang_" prefix, these are replaced with the matching names in - the language packs. So for example <b>{$lang_test}</b> gets replaces - with the "tinyMCELang['lang_test']" variable and the output is then - <b>Test</b>. The other variables are passed expicilty for the template - used and these are listed below. Notice: Variables within [] characters are - optional.
-
- Variables/Window arguments:

- - - - - - - - - - - - - -
[href]This variable gets replaced with the "href" attribute value - of the selected link if one is selected.
[target]This variable gets replaced with the "target" attribute value of the selected link if one is selected.
[css]Theme popup css location.
-

Notice: There are a javascript function that can be called from this template - "window.opener.tinyMCE.insertLink(href, target)" this inserts the - link into the currently selected editor and should be called when for example - a insert button is pressed.

-
-
-The TinyMCE_<theme or plugin>_getInsertImageTemplate(settings) -function -

This function is responsible for the layout of the insert image dialog, it should return a name/value based array with some specific names. These - are explained below, notice names included in [] characters are optional. The settings parameter to this function is a name/value array containing tinyMCE:s settings/options.

-Template data:
-
-
- - - - - - - - - - - - - - - - - -
htmlHTML template data, this value should contain all the HTML code needed to render the image dialog. Notice: {$<variable>} are replaces with values when used. More about these specific values later on. This parameter is not needed if the "file" param is assigned.
fileName of external template file to use, this may even be logic pages like .php,.asp,.jsp etc.
[width]Width of popup window in pixels. Default is 320.
[height]Height of popup window in pixels. Default is 200.
-

Variables within the "html" value above are replaced with internal - TinyMCE values. There are two types of variables one is the ones starting with - the "lang_" prefix, these are replaced with the matchin names in the - language packs. So for example <b>{$lang_test}</b> gets replaces - with the "tinyMCELang['lang_test']" variable and the output is then - <b>Test</b>. The other variables are passed expicilty for the template - used and these are listed below. Notice: Variables within [] characters are - optional.
-
- Variables/Window arguments:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
[src]This variable gets replaced with the "src" attribute value of - the selected link if one is selected.
[alt]This variable gets replaced with the "alt" attribute value of - the selected link if one is selected.
[border]This variable gets replaced with the "border" attribute value - of the selected link if one is selected.
[hspace]This variable gets replaced with the "hspace" attribute value - of the selected link if one is selected.
[vspace]This variable gets replaced with the "vspace" attribute value - of the selected link if one is selected.
[width]This variable gets replaced with the "width" attribute value - of the selected link if one is selected.
[height]This variable gets replaced with the "height" attribute value - of the selected link if one is selected.
[align]This variable gets replaced with the "align" attribute value of the selected link if one is selected.
[css]Theme popup css location.
-

Notice: There are a javascript function that can be called from this template - "window.opener.tinyMCE.insertImage(src, alt, border, hspace, vspace, width, - height, align)" this inserts the image into the currently selected editor - and should be called when for example a insert button is pressed.

-
-
-The TinyMCE_<theme or plugin>_getInsertTableTemplate(settings) function -(Optional) -

This function is responsible for the layout of the insert table dialog, it should return a name/value based array with some specific names. These are explained below, notice names included in [] characters are optional. The settings parameter to this function is a name/value array containing tinyMCE:s settings/options.

-Template data:
-
-
- - - - - - - - - - - - - - - - - -
htmlHTML template data, this value should contain all the HTML code needed to render the table dialog. Notice: {$<variable>} are replaces with values when used. More about these specific values later on. This parameter is not needed if the "file" param is assigned.
fileName of external template file to use, this may even be logic pages like .php,.asp,.jsp etc.
[width]Width of popup window in pixels.
[height]Height of popup window in pixels.
-

Variables within the "html" value above are replaced with internal TinyMCE values. There are two types of variables one is the ones starting with the "lang_" prefix, these are replaced with the matchin names in the language packs. So for example <b>{$lang_test}</b> gets replaces with the "tinyMCELang['lang_test']" variable and the output is then <b>Test</b>. The other variables are passed expicilty for the template used and these are listed below. Notice: Variables within [] characters are optional.
-
- Variables/Window arguments:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
[cols]This variable gets replaced with the number of columns in the table.
[rows]This variable gets replaced with the number of rows in the table.
[border]This variable gets replaced with the "border" attribute value of the selected link if one is selected.
[cellpadding]This variable gets replaced with the "cellpadding" attribute value of the selected table if one is selected.
[cellspacing]This variable gets replaced with the "cellspacing" attribute value of the selected table if one is selected.
[width]This variable gets replaced with the "width" attribute value of the selected table if one is selected.
[height]This variable gets replaced with the "height" attribute value of the selected table if one is selected.
[align]This variable gets replaced with the "align" attribute value of the selected table if one is selected.
[action]Action type "update" or "insert" depending on if the user selected a table or want's to create a new one.
-
-
-The TinyMCE_<theme or plugin>_handleNodeChange -function (Optional) -

This function is called when the cursor/selection of a editor instance changes. - Then the currenly selected/focused node is passed to this function. This can - be useful when you want to change the UI depending on what the user has selected.

-Parameters:
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - -
editor_idUnique editor id, this is the same as the $editor_id variable in getEditorTemplate.
nodeReference to the Node element where the cursor is currenly located.
undo_indexCurrent undo index, this value is -1 if the custom undo/redo support is disabled.
undo_levelsCurrent number of undo levels, this value is -1 if the custom undo/redo support is disabled.
visual_aidTrue/false state of visual aid/guidelines mode.
any_selectionIs any text or image selected.
-
-
-The TinyMCE_<theme or plugin>_execCommand function (Optional) -

This function is called when a command is executed for example "bold" or "createlink" this callback/theme/plugin function may then intercept theme specific commands and do custom logic. If this command returns true the command handling is terminated and the default tinyMCE command handeling never gets executed.

-Parameters:
-
-
- - - - - - - - - - - - - - - - - - - - - -
editor_idUnique editor id, this is the same as the $editor_id variable in getEditorTemplate.
elementReference to the document DOM root element of the editor instance.
commandCommand that is to be executed for example "myCommand".
user_interfacetrue/false option if a user insterace is to be used or not.
valueCustom data value passed with command, may be any data type.
-
-Returns: true - Command intercepted and handled do not continue with command handling. false - Continue with execCommand handling, bubble.
-
-The TinyMCE_<theme or plugin>_getControlHTML(control_name) function (Optional) -

This function is called when a editor needs to render a specific control/button. This function should return the HTML template of that control or a empty string if the control_name wasn't recognized. Notice the variable {$pluginurl} gets replaced with the URL prefix for the current plugin directory.

-Parameters:
-
-
- - - - - -
control_nameControl name to match agains for example "iespell" for the iespell plugin.
-
-Returns: return the HTML template of that control or a empty string if the control_name wasn't recognized. -
-The TinyMCE_<plugin>_cleanup(type, content) function (Optional) -

This function is called when a editor does cleanup of contents.

-Parameters:
-
-
- - - - - - - - - -
typeType of cleanup, insert_to_editor or get_from_editor. Insert to editor is passed when new content is placed within the editor and get_from_editor is when content is passed out from the editor.
contentHTML contents to be cleaned up, this string contains the HTML code.
-
-Returns: return the cleaned up HTML code.
-
- - - - - - -
- - diff --git a/www/extras/tinymce/docs/using.htm b/www/extras/tinymce/docs/using.htm deleted file mode 100755 index e3545bb13..000000000 --- a/www/extras/tinymce/docs/using.htm +++ /dev/null @@ -1,770 +0,0 @@ - - - -Using/Integrating TinyMCE - - - - - - - - - - - -
-
- -Initialization
-
-Inorder to initialize the TinyMCE the following code must be placed within HEAD -element of a document. The following example is configurated to convert all TEXTAREA -elements to editors when the page loads, there are other modes aswell they are -described in greater detail later on.
-
- - - - - -
<!-- tinyMCE -->
- <script language="javascript" type="text/javascript" - src="jscripts/tiny_mce/tiny_mce.js"></script>
- <script language="javascript" type="text/javascript">
-    tinyMCE.init({
-       mode : "textareas"
-    });

- </script>
- <!-- /tinyMCE -->
-
-Notice the red section above is the location to them tiny_mce.js script file, -this file contains all code needed by the editor, themes and language packs are -loaded upon initialization.
-The blue section above is the initialization call, this sets up the TinyMCE global -instance, the settings or name/value pairs are described later on.
-
- Settings
-
-The settings that are passed as an name/value collection to the init method in -tinyMCE controls the global behavior of the application. Each of these keys and -their possible values are described below. Notice, names within [] are considered -optional and is not a requierd setting.
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
General settings
modeMode can be one of the following values:

textareas - - Converts all TEXTAREA elements to editors upon pageload.
specific_textareas - - Converts all TEXTAREA elements with the attribute "mce_editable" - set to true.
exact - Converts only explicit elements, - these are listed in the "elements" setting.
[theme]Theme template to use, this should be a name of the theme and the themes - are located in the themes directory of TinyMCE. Defaults to "default. - TinyMCE is distributed with 3 build in themes these are simple, default - and advanced. If you want to create your own themes please read more about - it in the theme section of the documentation.
[plugins]This option is a comma sparated list with chained theme plugins to for - example only extend only the image dialog, these extentions override functions - defined in the theme template. The plugin logic should be included in a - file called "editor_plugin.js" is the only one that is included - from the plugin directory. Example: "my_image_dialog,my_link_dialog". - If you want to create your own plugins please read more about it in - the theme section of the documentation.
[language]Language pack to use with TinyMCE, this should be a ISO-639-2 code and it's used to retrive the language packs located in "langs". This setting defaults to "en".
[elements]Comma separated list of elements to convert to editors, this option is - only used when "mode" is set to "exact". This list of - elements may be any HTML element as long as it has an id or name attribute.
[ask]When the "mode" is set to "textareas" or "specific_textareas" - this option apply and asks the user if the area is to be converted to a - editor instance or not. Set it to true if you want to enable this option.
[textarea_trigger]Name of textarea trigger attribute, this defaults to "mce_editable". - This option is only used when "mode" is set to specific_textareas.
[valid_elements]Comma separated list element convertion parts.

- For example: a[href|target=_blank],strong/b,div[align],br.

- The example string above tells TinyMCE to remove all elements that are not - a "a, strong, div or br" element, convert b elements to strong - elements, default target to "_blank" and keep the href, target - and align attributes of the elements. Wildcards such as *,+,? may be used in element or attribute name matching.
-
Characters:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 , Separates element definitions.
 / Separates element synonymous. The first element is the one that - will be outputted.
 | Separates attribute definitions.
 [ Starts a new attribute list for a element definition.
 ] Ends a attribute list for a element definition.
 = Makes the attribute to default to the specified value. For example - "target=_blank"
 : Makes the attribute to be forced to the specified value. For example "border:0"
 < Verifies the value of a attribute. For example "target<_blank?_self"
 ? Separates attribute verification values, see above.
-
- Special variables:
- {$uid} - Results in a unique ID. For example "p[id:{$uid}]".
-
- This option defaults to the following pattern:
"a[href|target],strong/b[class],em/i[class],strike[class],u[class],p[class|align],ol,ul,li,br,
- img[class|src|border=0|alt|hspace|vspace|width|height|align],sub,sup,blockquote[dir|style],
- table[border=0|cellspacing|cellpadding|width|height|class|align],tr[rowspan],
- td[colspan|rowspan|width|height],div[class|align],span[class|align],pre[class|align],
- address[class|align],h1[class|align],h2[class|align],h3[class|align],
- h4[class|align],h5[class|align],h6[class|align],hr".
-
- Use *[*] to include all elements and all attributes this can be very useful when used with the invalid_elements option.
[extended_valid_elements]Adds valid elements to the end of the "valid_elements" list. - This option can be useful when you just want to add a few elements to the - default list. The format of this option is the same as "valid_elements".
[invalid_elements]Comma spearated list of element names to be excluded from output.
[trim_span_elements]True/False option, if this option is set to true unneeded span element will be removed. Default value is true.
[verify_css_classes]True/False option, if this option is set to true CSS class attributes will be verified against the CSS. Default value is true.
[verify_html]True/False option is the HTML contents should be verified or not. Default value is true.
[urlconvertor_callback]Function name to call when URL:s are processed by the cleanup process - the function should be in the following format. func(url, node, on_save) - and should return the converted URL. This setting is to be used for integration - purposes only. The url parameter contains the URL to be converted, the node - is the actual node that contains the URL and the on_save is a true/false - state that is true if the user submits a form.
[preformatted]True/False option, if this option is set to true the editor will insert - TAB characters on tab and preserve other whitespace characters just like - a PRE HTML element does. This option is set to false by default.
[insertlink_callback]Name of function to call when "insertlink" command is executed. - This function gets the selected link url and target and should return a - array with "href", "target" and "title" as collection names or - call the tinyMCE.insertLink on window.opener for compatiblity with Mozilla - if a new window was used. Function format: linkcallback(href, target, title, action).
[insertimage_callback]Name of function to call when "insertimage" command is executed. - This function gets the selected image url and should return a array with - a collection names src and alt or call the tinyMCE.insertImage on window.opener - for compatiblity with Mozilla if a new window was used. Function format: - insertimage(src, alt, border, hspace, vspace, width, height, align, title, - onmouseover, onmouseout, action).
[setupcontent_callback]Name of function to be called when a editor instance is initialized, Function format: setupContentCallback(editor_id, node), where the editor_id is the id of the editor and node is the body element node of the editors iframe.
[save_callback]Name of function to call when the triggerSave function is called. Function - format: save(id, content, node), if a return value is specified that value - will be added to the HTML form element. So it's possible to add custom convertion - logic in this function.
[docs_language]Documentation language to use with TinyMCE, this should be the FN codes - like se, uk, us and so forth and it's used to retrive the docs located in - "<theme>/docs/<lang>". This setting defaults to the - "language" option.
[width]Width of editor instances, this defaults to the width of the element that - was replaced.
[height]Height of editor instances, this defaults to the height of the element - that was replaced.
[content_css]CSS to be used for the content window/iframe. This should be a page relative - path.
[popups_css]CSS to be used for the popup windows like insertlink and insertimage. - This should be a page relative path.
[editor_css]CSS to be used for the editor. This should be a page relative path.
[encoding]Output encoding for the editor, this option may only be "html" - or nothing at the time. If this option is set to "html" the output - will be HTML encoded so < will be &lt; and so forth. The default - value of this option is nothing.
[debug]True/False option, if this one is set to true debug information like paths - to CSS files and so fort are displayed.
[visual]True/False option, if this attribute is set to true visual aid lines will - be applied to tables with border size set to 0. This option is on by default. -
[visual_table_style]Enables users to set the visual aid style of tables with a custom look - and feel. The default value of this option is: "border: 1px dashed - #BBBBBB".
[add_form_submit_trigger]True/False option. If this option is set to true a event handler will be added do "onsubmit" on all forms to force triggerSave. The default value of this option is true.
[add_unload_trigger]True/False option. If this option is set to true a event handler will - be added do "onunload" of the current window to force a triggerSave call. This triggerSave call will not do any cleanup since this is for handling of back/forward history buttons. The - default value of this option is true.
[force_br_newlines]True/False option. This option forces output of BR elements instead of P elements. The default state of this option is off/false. (Experimental)
[force_p_newlines]True/False option. If this option is enabled Mozilla/Firefox will generate P elements on Enter/Return key and BR elements on Shift+Enter/Return. This option is enabled by default.
[relative_urls]True/False option. If this option is enabled absolute URLs are converted - to relative URLs. The default state of this option is true.
[remove_script_host]True/False option. If this option is enabled the host and port from URLs - are removed if they point within the same host as the script. For example - if the editor is location on http://www.somesite.com a link to http://www.somesite.com/somedir/somepage.html - will result in /somedir/somepage.html, i.e absolute within the same host. - This behavior is on by default if the relative_urls option is set to false.
[focus_alert]True/False option. If this option is enabled a annoying alert will be - shown when the editor isn't focused. The default state of this option is - true.
[document_base_url]This document URL is used when converting absolute URLs to relative URLs. This option defaults the the editor instances current document. Notice if this option points to a domain remember to use the protocol part and this option should be ended with a trailing slash. Example: http://www.somehost.com/mydir/
[custom_undo_redo]This option enables the custom undo/redo logic that makes undo/redo work better. This is a True/False option and it's enabled by default.
[custom_undo_redo_levels]This option sets the maximum number of undo levels, there is no limit by default.
[custom_undo_redo_keyboard_shortcuts]If enabled keyboard shortcuts for Ctrl+Z and Ctrl+Y is added to the editor. This option is enabled by default.
[fix_content_duplication]This option enables a fix for the content duplication bug that appears in MSIE. This fix is enabled by default but can be disabled for compatiblity reasons. True/False option.
[directionality]This option enables the possibility to change the text directionality to for example Arabic languages. Possible values: ltr, rtl. Default to: ltr.
[auto_cleanup_word]If enabled cleanup of MS office/Word HTML will be executed automaticly on paste operations. The default value of this option is false. Note: This option is currently only available for MSIE.
[cleanup_on_startup]If enabled contents of textareas and elements will be cleaned upon editor initialization. The default value for this option is false.
[inline_styles]If enabled attributes like width, height, vspace, hspace and align gets placed within the style attribute instead. The default value for this option is false. Remeber to enable the style attribute in valid elements when using this one.
[convert_newlines_to_brs]If enabled all \n (new lines) will be converted to <br /> elements on loading, this option defaults to false.
[auto_reset_designmode]Becurse there are bugs when showing/hiding a TinyMCE editor by using the style.display none/block method the designmode needs to be resetted, this option enabled this value to be auto resetted each time a area is focused, this option is disabled by default.
[entities]Comma separated list of the entitiy lookup table used to convert char codes into names such as &oring;. This list is in a odd, even format where odd values are the numbers to be converted and the even is the entity name that represents that number. For example: "8205,zwj,8206,lrm,8207,rlm,173,shy".
[cleanup_callback]Custom cleanup callback function, this enabled users to add custom cleanup logic to extend the build in one. This callback is called separatly from the default one, it doesn't replace the old one it just extends it. Check the plugin cleanup function for more details.
[nowrap]Sets the how content is to be word wrapped. This option is a true/false option and is disabled by default.
[external_link_list_url]URL to a backend page (PHP,ASP,ASPX,JSP) that is to populate a array with links called tinyMCELinkList check the example_link_list.js for a example format. This option enables you to better integrate TinyMCE with a backend system.
[external_image_list_url]URL to a backend page (PHP,ASP,ASPX,JSP) that is to populate a array with links called tinyMCEImageList check the example_image_list.js for a example format. This option enables you to better integrate TinyMCE with a backend system.
[file_browser_callback]String containting the callback function to execute on all "browse" buttons. These buttons will apaear when this option is enabled. The callback function format is: fileBrowserCallBack(field_name, url, type). Where field_name is the form field to place browse result in and the url is the url that is to be changed and type is link/image or flash.
Advanced theme specific settings
[theme_advanced_toolbar_location]This option enabled you to change the location of the toolbar. Possible values are "top" and "bottom". The default value is "bottom".
[theme_advanced_toolbar_align]This option enabled you to change toolbar alignment to left, center or right. This option defaults to center.
[theme_advanced_styles]This option enables you to add CSS classes and names for them to the style - selection droplist. The format is "<title>=<class>;..". - If this option isn't used the content CSS classes will automaticly be imported.
- Example: "Header 1=header1;Header 2=header2;Header 3=header3"
[theme_advanced_buttons1]Comma separated list of buttons to include on row 1. For example "bold,italic,underline".
-
- Possible button names:
- bold, italic, underline, strikethrough, justifyleft, justifycenter, justifyright, - justifyfull, styleselect, bullist, numlist, outdent, indent, undo,redo, - link, unlink, image, cleanup, help, code, table, row_before, row_after, - delete_row, separator, rowseparator, col_before, col_after, delete_col, hr, removeformat, - sub, sup, formatselect, fontselect, fontsizeselect, forecolor,charmap,visualaid,spacer,cut,copy,paste
[theme_advanced_buttons2]Same as above but the 2:nd row.
[theme_advanced_buttons3]Same as above but the 3:nd row.
[theme_advanced_buttons<N>_add]Adds extra controls/buttons to the specified row (N). For example: theme_advaned_buttons3_add : "iespell".
[theme_advanced_buttons<N>_add_before]Adds extra controls/buttons to the specified row (N) before the default ones. For example: theme_advaned_buttons3_add_before : "iespell".
[theme_advanced_disable]Comma separated list of buttons/elements to be disabled for example "formatselect".
[theme_advanced_source_editor_width]Source editor window width.
[theme_advanced_source_editor_height]Source editor window height.
[theme_advanced_path_location]Location of element path list. Possible values "top" or "bottom". Defaults to "none"
[theme_advanced_blockformats]Comma separated list of blockformats for the formatselect list. Defaults to: p,address,pre,h1,h2,h3,h4,h5,h6.
-
-Heres a example of a more complex initialization:
-
- - - - -
<!-- tinyMCE -->
<script language="javascript" - type="text/javascript" src="jscripts/tiny_mce/tiny_mce.js"></script>
- <script language="javascript" type="text/javascript">
-    tinyMCE.init({
-       mode : "exact",
-       theme : "mytheme",
-       language : "se",
-       elements : "elm1,elm2"
-   });

</script>
<!-- /tinyMCE -->
-
- Functions -(For advanced usage)
-
-TinyMCE has a global instance with some public functions that can be called from -the page.
-
-Syntax: tinyMCE.triggerSave([skip_cleanup]);
-
-Description: Makes a cleanup and moves the contents from the -editor to the form field. This method is automaticly called by tinyMCE by adding -a trigger on the forms submit method.
-
-Parameters:
-[skip_cleanup] - Disables the cleanup process of trigger save. Defaults to false. (Optional)
-
-Returns: Nothing
-
-Syntax: tinyMCE.updateContent(form_element_name);
-
-Description: Moves the contents from the form element to the -editor, this does the opposite of triggerSave(). This method can be used when -you want to change the contents of the editor dynamicly.
-
-Parameters:
-
form_element_name - The name of the form element to get contents from.
-
-Returns: Nothing -
-Syntax: tinyMCE.execInstanceCommand(editor_id, command, [user_interface], [value]);
-
-Description: This method executes a command by name on the editor instance specified by the editor_id parameter.
-
-Parameters:
-editor_id - ID of editor instance or element id/name of the replaced element.
-command - Command to execute check the execCommand function for details.
-[user_interface] - Is a user interface to be used or not.
-[value] - Value to pass with command for example a URL.
-
-Returns: Nothing -
-Syntax: tinyMCE.execCommand(command, [user_interface], [value]);
-
-Description: This method executes a command by name on the selected -editor instance.
-
-Parameters:
-
command - Command to execute for example "Bold" or "Italic". -These are defined by -Mozilla Midas spec. But there are a some tinyMCE specific commands.
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
mceLinkOpens the insert link dialog and inserts a link.
mceImageOpens the insert image dialog and inserts a image.
mceCleanupRemoved unwanted elements and attributes from the HTML code.
mceHelpOpens the manual pages.
mceAddControlAdds a editor control to the element id/name specified as value.
mceRemoveControlRemoves a specific control by editor_id name. The value is the editor_id to remove, editor ids are in the following format: "mce_editor_<index>". DOM element ids and form element names can allso be used.
mceFocusFocuses the editor by the id placed in value. Editor id's are in the format "mce_editor_<index>". DOM element ids and form element names can allso be used.
mceSetCSSClassSets the CSS class attribute or creates a new span of the selection. The value is the css class name to assign to selected element or new span element.
mceInsertContentInserts contents of value parameter to current cursor position.
mceReplaceContentReplaces the current selection with the HTML code in value. The {$selection} variable gets replaced with the currently selected text contents.
mceSetAttribute

Sets a attribute of the currenly selected element. The value of this command should be a name/value array with the following parameters.
-
- name - Attribute name to set.
- value - Attrbute value to set.
- [targets] - Target elements to add attribute on. Default: p,img,span,div,td,h1,h2,h3,h4,h5,h6,pre,address.
-
- Example of usage:
- tinyMCE.execCommand('mceSetAttribute',false,{name:'align',value:'right'});

mceToggleVisualAid

Toggles visual aid/guidelines mode on/off.

mceAnchor

Inserts a named anchor element, the value is the name of the anchor.

mceResetDesignMode

Resets the designMode state of all editor instances, this command is useful on Firefox if the editor is placed in tabs or shown/hidden with style.display="none/block". Call this command after the editor displayed again.

mceSelectNode

Selects the node/element passed as value. This command will also scroll to the elements location within the editor.

mceSelectNodeDepth

Selects the node/element by depth relative from the current node. So a value of 0 will select the currently focused node. This command will also scroll to the elements location within the editor.

-
-
-user_interface - Tells if the command is to display a user interface or not. True/False -option.
-value - Value to pass for the command for example to insertLink it's the URL of -the link.
-
-Returns: Nothing
-
-Example:
- - - - -
<a href="javascript:tinymce.execCommand('Bold');">[Do - bold]</a>
-
-Syntax: tinyMCE.insertLink(href, target);
-
-Description: This method inserts a link a the cursor position -of the selected editor instance or updates the selected link with new data. This -method should be called upon "ok" in the insertLink popup when you create -custom themes.
-
-Parameters:
-
href - HREF/URL of the link.
-target - Target of the link.
-
-Returns: Nothing -
-Syntax: tinyMCE.insertImage(src, alt, border, hspace, vspace, -width, height, align, title, onmouseover, onmouseout);
-
-Description: This method inserts a image a the cursor position -of the selected editor instance or updates the selected image with new data. This -method should be called upon "ok" in the insertImage popup when you -create custom themes.
-
-Parameters:
-
src - Image src url.
-alt - Alternative text of img element.
-border - Border of image element.
-hspace - Horizontal spacing of image element.
-vspace - Vertical spacing of image element.
-width - Width f image element.
-height - height f image element.
-align - Alignt of image element.
-title - Link title of image element.
-onmouseover - On mouse over event handler of image element.
-onmouseout - On mouse out event handler of image element.
-
-Returns: Nothing -
-Syntax: tinyMCE.triggerNodeChange();
-
-Description: This method is to be called when external changes -is made to the editor. This method will then call the "handleNodeChangeCallback" -callback in the theme.
-
-Parameters: None
-
-Returns: Nothing -
-Syntax: tinyMCE.getContent();
-
-Description: This method returns the HTML contents of the currently selected editor or null if no editor was selected.
-
-Parameters: None
-
-Returns: HTML contents of the currently selected editor or null. -
-Syntax: tinyMCE.setContent(html);
-
-Description: This method sets the HTML contents of the currently selected editor.
-
-Parameters:
-
html - HTML Source code to set.
-
-Returns: None. -
-Syntax: tinyMCE.getEditorInstance(editor_id);
-
-Description: This method returns a editor instance by editor id.
-
-Parameters:
-
editor_id - Editor instance to retrive.
-
-Returns: TinyMCE Editor instance (TinyMCEControl). -
-Syntax: tinyMCE.importThemeLanguagePack([theme]);
-
-Description: This method imports/loads theme specific language packs. This may be called from custom themes.
-
-Parameters:
-[theme] - Name of the current theme. This is a optional parameter it defaults to the global "theme" setting. This parameter is useful within theme plugins.
-
-Returns: None. -
-Syntax: tinyMCE.importPluginLanguagePack(plugin, valid_languages);
-
-Description: This method imports/loads plugin specific language packs. This may be called from custom plugins.
-
-Parameters:
-plugin - Name of the current plugin.
-valid_languages - Comma separated list of supported languagepacks.
-
-Returns: None. -
-Syntax: tinyMCE.applyTemplate(html);
-
-Description: This method replaces settings and lang variables in the theme.
-
-Parameters: -
-html - HTML code to apply theme variable substitution on.
-
-Returns: New converted, HTML code. -
-Syntax: tinyMCE.openWindow(template, [args]);
-
-Description: This method opens a new window by the template data assigned, it will get the width, height and html data from template parameters. The args array contains variable names to be substituted.
-
-There are some custom window arguments:
-mce_replacevariables -- Enables/Disables the language/variable replacement of the document HTML. Enabled by default.
-mce_windowresize - Enables/Disables the auto resize feature of popupwindows. Enabled by default.
-
-Parameters:
-template - Name/Value array with width, height, html and file keys in it.
-[args] - Name/Value array with variable names to replace. Variables in the template file key value (URL) gets replaced with the argument list. For example: image.php?src={$src} gets replaced with image.php?src=image.gif.
-
-Returns: None. -
-Syntax: tinyMCE.getWindowArg(name, [default_value]);
-
-Description: This method returns a window argument defined by name. This function is to be used in theme popup windows to retrive dialog parameters.
-
-Parameters:
-name - Name of window argument to get.
-[default_value] - Default value to be returned if window argument is missing.
-
-Returns: Window argument value. -
-Syntax: tinyMCE.setWindowArg(name, value);
-
-Description: This method sets a window argument by name. This can for example be useful if plugin are to call other plugins.
-
-Parameters:
-name - Name of window argument to set.
-value - Value to set in window argument.
-
-Returns: Window argument value. -
-Syntax: tinyMCE.getParam(name, [default_value], [strip_whitespace]);
-
-Description: This method returns a TinyMCE configuration parameter.
-
-Parameters:
-name - Name of window argument to get.
-[default_value] - Default value to be returned if window argument is missing.
-[strip_whitespace] - If true all whitespace will be removed from return value, default: false.
-
-Returns: TinyMCE configuration parameter.
-
- - - - - - -
- - diff --git a/www/extras/tinymce/docs/zh_cn/about.htm b/www/extras/tinymce/docs/zh_cn/about.htm deleted file mode 100644 index eca209f4e..000000000 --- a/www/extras/tinymce/docs/zh_cn/about.htm +++ /dev/null @@ -1,39 +0,0 @@ - - -ąŘÓÚTinyMCE - - - - - - - - - - - - -
-
-¸ĹĘö
-TinyMCEĘÇŇ»ÖÖĘĘÓĂÓÚMSIEşÍMozillaµČäŻŔŔĆ÷µÄÇáÁżĽ¶ËůĽűĽ´ËůµĂ±ŕĽ­Ć÷٬ŇÔ¸üĽÓÓѺõķ˝Ę˝ą©ÓĂ»§±ŕĽ­HTMLÄÚČݡŁËüС¶řÁé»îŁ¬ÎŞĽŻłÉ¶řąą˝¨Ł¬ŇŃÔÚIntranets, CMS, LMSÖ®ŔŕµÄϵͳÖĐÓĐĘąÓĂĎČŔý.
-
-TinyMCEÓÉMoxieCode Systems ABżŞ·˘Ł¬¸ůľÝ"LGPL"°ćȨЭŇé·˘ĐĐŁ¬Çë˛éż´°ćȨĐíżÉŇÔ»ńȡ¸ü¶ŕϸ˝ÚˇŁ
-
-ĚŘŐ÷
-- Ň×ÓÚĽŻłÉŁ¬Ö»ĐčÁ˝ĐĐ´úÂë.
-- Ö§łÖÄŁ°ĺşÍ×Ô¶¨ŇĺÖ÷Ěâ.
-- ±ăÓÚĘąÓĂ×Ô¶¨Ňĺ´úÂëŔ©Őą.
-- żÉ¶¨ÖƵÄHTMLĘäłö.ĆÁ±Î×éĽţŁ¬ÇżĽÓĘôĐÔ.
-- ąúĽĘÓďŃÔŁ¨ÓďŃÔ°ü٩֧łÖŁ¬ÄżÇ°°üŔ¨ŁşÓ˘ąúÓ˘ÓČđµäÓ˘ÓŇâ´óŔűÓµÂÓşÉŔĽŁ¬µ±Č»»ąÓĐÖĐÎÄ.
-- ¶ŕäŻŔŔĆ÷Ö§łÖŁ¬ÄżÇ°ÓĐŁşMozilla, MSIE Ľ° FireFox.
-
- - - - - - -
- - diff --git a/www/extras/tinymce/docs/zh_cn/compatiblity.htm b/www/extras/tinymce/docs/zh_cn/compatiblity.htm deleted file mode 100644 index fb76232da..000000000 --- a/www/extras/tinymce/docs/zh_cn/compatiblity.htm +++ /dev/null @@ -1,355 +0,0 @@ - - - ĽćČÝĐÔÍĽ - - - - - - - - - - - - -
-ŇŃľ­˛âĘÔąýµÄäŻŔŔĆ÷Ľ°Ć˝Ě¨ÉčÖĂľŘŐóŁş
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-
Windows XP
-
Linux(Debian)
-
MacOS X 10.3
-
MacOS 9
-
MSIE 6 OK
-

-

-
MSIE 5.5 SP2
-
OK
-

-

-
MSIE 5.2
-

-

-
TextArea
-
MSIE 5.01 SP2 OK (1)
-

-

-
MSIE 5.0
-

-

-
TextArea
Netscape 7.2
-

-

-
OK
-
Netscape 7.1
-
OK
-

-

-
Netscape 7.0.2
-

-

-

-
TextArea
Mozilla 1.8
-

-
OK
-

-
Mozilla 1.7.3
-

-

-
OK
-
Mozilla 1.7.2
-

-

-

-

-
Mozilla 1.7
-
OKOKOK
-
Mozilla 1.6
-
OKOK
-

-
Mozilla 1.5
-
OK (2)OK - (2)OK - (2)
-
Mozilla 1.4.1
-

-
OK
-

-
Mozilla 1.4
-
OK
-

-

-
Mozilla 1.3.1
-

-
OK
-
OK - (3)
Mozilla 1.3OK
-

-

-
Firefox 1.0
-
OK
-
OK
-
Firefox 0.9
-
OKOK
-

-
Firefox 0.8
-
OKOK
-

-
Firebird 0.7
-
OK - (2)OK - (2)
-

-
Firebird 0.6
-

-
NO
-

-

-
Safari 1.2.4
-

-

-
TextArea
-
-
-OK Łş ŐýłŁą¤×÷
-NO Łş ÍęČ«˛»ÄÜą¤×÷
-TextArea Łş ·ÇHTML±ŕĽ­Ć÷٬˝öÎıľÓň
-
-
עŇ⣺
-(1) Łş ÓÉÓÚCSSÖĐȱÉٲ»Í¸Ă÷Ö§łÖ٬±»˝űÓð´ĹĄ˝«ÎŢ·¨±ä÷öµ­ˇŁ
-(2) Łş ÖŘж¨Ňĺ±í¸ńłß´çČÔÓвż·Öbug٬ż´ĆđŔ´ËĆşőĘÇäŻŔŔĆ÷µÄÎĘĚ⡣
-(3) Łş ˛»ÄÜÖŘж¨Ňĺ±í¸ńłß´ç٬±í¸ń¶Ô»°żň¸ů±ľ˛»ÄÜĆđ×÷ÓĂŁˇ
-
-×˘Łş˛âĘÔÖĐÖ»°üş¬ÁËÖ÷Á÷µÄˇ˘Îȶ¨µÄ˛˘ÇŇÖ§łÖMidasĚŘĐÔµÄäŻŔŔĆ÷ˇŁ˛˘ÇŇÇëĽÇ׎٬ČçąűÄúµÄäŻŔŔĆ÷Ă»Óб»ÁĐľŮÔÚÉĎ·˝Ł¬˛˘˛»±íĘľTinyMCEÔÚÄǸöäŻŔŔĆ÷Öв»ÄÜą¤×÷٬˝ö˝öŇâζ×ĹĂ»ÓĐşËʵąýĘÇ·ńÄÜŐýłŁą¤×÷ˇŁ
-
- - - - - - - - -
-
- - diff --git a/www/extras/tinymce/docs/zh_cn/faq.htm b/www/extras/tinymce/docs/zh_cn/faq.htm deleted file mode 100644 index 132367ae6..000000000 --- a/www/extras/tinymce/docs/zh_cn/faq.htm +++ /dev/null @@ -1,47 +0,0 @@ - - - łŁĽűÎĘĚ⣨FAQŁ© - - - - - - - - - - - - -
-
-Ϊʲô"ĽôÇĐ/¸´ÖĆ/ŐłĚů"µÄÍĽ±ęż´˛»µ˝Ł¬ËüĂÇČĄÄĶůÁËŁż
-
-1.20°ć±ľÖĐŇňÎŞÔÚMozillaşÍFirefoxÉϵİ˛Č«ĐÔÎĘĚ⣬"ĽôÇĐ/¸´ÖĆ/ŐłĚů"µÄÍĽ±ę±»ŇĆ×ßÁˡŁČçąűŇ»¸öą¦ÄÜÔÚ2/3µÄÄż±ęƽ̨ÉĎÎŢ·¨ą¤×÷٬Ëü˝«˛»Äܱ»°üş¬˝řŔ´ˇŁ»»ľä»°ËµŁ¬Ëü˛»ĘÇżçƽ̨µÄˇŁĎńCtrl-X/C/VŐâŃůµÄżě˝ÝĽü»ąĘÇÄÜĽĚĐřĘąÓĂŁ¬ÔÚäŻŔŔĆ÷µÄ"±ŕĽ­"˛ËµĄÖĐҲżÉŇÔŐҵ˝ŐâĐ©ą¦ÄܵÄ×Ӳ˵ĄˇŁĘµĽĘÉĎÖ»ÓĐÍĽ±ężě˝ÝĽü±»ŇĆłýÁˡŁÓűÁË˝âŐâ¸ö°˛Č«ĐÔÎĘĚâµÄ¸üĎęϸĐĹĎ˘Ł¬Çëµă»÷MozillaÍřŐľÉϵĠbugzilla.
-
-ΪʲôMCEÔÚOpera/Konqueror/SafariäŻŔŔĆ÷Éϲ»ÄÜŐýłŁą¤×÷Łż
-
-ֻҪŐâĐ©äŻŔŔĆ÷˛»ÄÜĎńMozillaşÍMSIEŇ»ŃůÖ§łÖexecCommandĽ°designMode٬ÓĂJavaScriptŔ´´´˝¨ËůĽűĽ´ËůµĂ±ŕĽ­Ć÷ľÍĘDz»żÉÄܵĎٵ«ČçąűŐâĐ©äŻŔŔĆ÷żŞĘĽÖ§łÖÉĎĘöĚŘĐÔŁ¬ÎŇĂÇ˝«ľˇżěĘątinyMCEÄÜĽćČÝÖ®ˇŁ
-
-ΪʲôÓĐʱşňÄÚČÝĘÇÖظ´µÄ٬ŔýČçÎŇ´ÓwordÖи´ÖĆŐłĚůµÄʱşňŁż
-
-µ±HTMLÄÚČÝĂ»ÓĐŐýČ·¸ńĘ˝»ŻµÄʱşňľÍ»á·˘ÉúŐâ¸ö´íÎó٬ŐâĘÇMSIEµÄbugˇŁµ±HTML´úÂë°üş¬"<b/>"»ňŐßǶĚ׵ĶÎÂä±ęÇ©"<p><p>x</p></p>"µÄʱşňľÍ»áłö´í٬Ëü˛úÉúŇ»¸ö´íÎóµÄDOM tree٬Ľ°innerHTMLÉϵĴíÎóĘäłöˇŁČçąűÓĐČËÖŞµŔČçşÎ˝âľöŐâ¸öÎĘĚ⣬Çë¸ćËßÎҡŁ
-
-ΪʲôûÓĐŃŐɫѡÔń¸ú×ÖĚĺѡÔńŁż

-
-ŇňÎŞŃŐÉ«¸ú×ÖĚĺѡÔń˝«ĆĆ»µŐľµă»ňϵͳµÄ˛ĽľÖ±ę×ĽŁ¬ŔýČ磺»áĚ«ĎÔżíËÉŁ¬ËůŇÔĂ»ÓбŘŇŞÔÚTinyMCEÖĐĽÓÉĎŐâĐ©ˇŁ×ÖĚĺ¸úŃŐÉ«żÉŇÔͨąýCSSŔŕŔ´ÉčÖáŁ
-
-Ϊʲô"ł·Ďű/»Ö¸´"ą¦ÄÜÔÚMozillaÖв»Ćđ×÷ÓĂŁż
-
-ŐâĘÇŇňÎŞ"custom_undo_redo"ѡĎî±»´ňżŞŁ¬´ËѡĎ¸ÇÁËĽüĹĚżě˝ÝĽüĽ°ĂüÁľßŔ¸ÉϵĿÉÓð´ĹĄˇŁµ«ÄżÇ°Ă»ÓĐ·˝·¨żÉŇÔ¸˛¸ÇÄÚÖõÄ"ł·Ďű/»Ö¸´"˛ËµĄ×ÓĎ
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/docs/zh_cn/index.htm b/www/extras/tinymce/docs/zh_cn/index.htm deleted file mode 100644 index 434263666..000000000 --- a/www/extras/tinymce/docs/zh_cn/index.htm +++ /dev/null @@ -1,39 +0,0 @@ - - - °ďÖúË÷Ňý - - - - - - - - - - - - -
-
-Çëµă»÷ŇÔĎÂÁ´˝ÓŔ´˛éż´°ďÖúÄÚČÝÖеIJ»Í¬Ő½Ú. - -
-

ĽňĚĺÖĐÎÄ·­Ňë byŁşcube316
-
- עŇ⣺ijЩµŘ·˝ÓÉÓÚÓ˘ÎÄÎĵµËµµÄĎŕµ±ş¬şý٬»ňŐßŇëŐß±ľÉíˮƽԵąĘ٬ -·­ŇëµÄ˛»ĘÇ·ÇłŁŔíĎ룬˛»×ăÖ®´¦Çë¶ŕ¶ŕ°üş­ˇŁ
-˛»ÄÜŔí˝âµÄµŘ·˝żÉ˛ÎÔÄÓ˘ÎÄÎĵµŁ¬ÓиüşĂµÄ·­ŇëҲÇë
ČĂÎŇÖŞµŔ ˇŁ

- - diff --git a/www/extras/tinymce/docs/zh_cn/langs.htm b/www/extras/tinymce/docs/zh_cn/langs.htm deleted file mode 100644 index 035343552..000000000 --- a/www/extras/tinymce/docs/zh_cn/langs.htm +++ /dev/null @@ -1,49 +0,0 @@ - - -´´˝¨ÓďŃÔ°ü - - - - - - - - - - - - -
-
-ÓďŃÔ°üÖ»ĘÇĽňµĄµÄ˝«"lang"Ŀ¼ĎÂ"<FN Code>.js"ÎÄĽţÖеÄJavaScriptĂűłĆŁ­ÖµĘý×é¶ÔĚć»»¶řŇŃˇŁĽÇµĂÔÚŐâĐ©ĂűłĆÖĐŇ»¶¨ŇŞĘąÓĂ"lang_"Ç°×şŁ¬ŇÔĂâĆä¸úÄŁ°ĺÖеÄĆäËű±äÁżłĺÍ»ˇŁ
-ŇÔĎÂŔý×Ó±íĂ÷ÁËcut, copyşÍpasteµÄÎÄ×ÖÓďŃÔĘÇČçşÎ±»´¦ŔíµÄŁş
-
- - - - - -
tinyMCELang['lang_cut_desc'] - = 'Cut (Ctrl+X)';
- tinyMCELang['lang_copy_desc'] = 'Copy (Ctrl+C)';
- tinyMCELang['lang_paste_desc'] = 'Paste (Ctrl+P)';
-
עŇâÓĐÁ˝ÖÖŔŕĐ͵ÄÓďŃÔ°üŁ¬Ň»ÖÖĘDZ»Č«˛żÖ÷ĚâËůą˛ĎíµÄČ«ľÖÓďŃÔŁ¬ËüÔÚ"jscripts/tiny_mce/langs"Ŀ¼ÖĐŁ»
ÁíÍâŇ»ÖÖĘÇÄłÖ÷ĚâĚض¨ÓďŃÔŁ¬Ň»°ă·ĹÔÚ"jscripts/tiny_mce/themes/<some theme>/langs"Ŀ¼ÖСŁ
-

µ±·­ŇëTinyMCEƱ٬ŇÔĎÂĘÇĿǰËůĐčŇŞ·­ŇëµÄÎÄĽţŁş
-
- tinymce/jscripts/tiny_mce/langs/uk.js
- tinymce/jscripts/tiny_mce/plugins/emotions/langs/uk.js
- tinymce/jscripts/tiny_mce/plugins/iespell/langs/uk.js
- tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs/uk.js
- tinymce/jscripts/tiny_mce/plugins/preview/langs/uk.js
- tinymce/jscripts/tiny_mce/themes/advanced/langs/uk.js
-
עŇâijЩÓďŃÔ±äÁżżÉÄÜ»á°üş¬gifͼƬµÄname/url»ňŔŕËĆŁ¬ŔýČçÔÚČđµäÓďŃÔ°üÖĐ´ÖĚĺµÄ°´ĹĄÓĐŇ»¸ö"F"×Ö·űˇŁ

-
- - - - - - -
- - diff --git a/www/extras/tinymce/docs/zh_cn/license.htm b/www/extras/tinymce/docs/zh_cn/license.htm deleted file mode 100644 index 600e9cb00..000000000 --- a/www/extras/tinymce/docs/zh_cn/license.htm +++ /dev/null @@ -1,388 +0,0 @@ - - - -License - - - - - - - - - - - -
-
-Copyright © 2004 Moxiecode Systems AB
-
-This library is free software; you can redistribute it and/or
-modify it under the terms of the GNU Lesser General Public
-License
as published by the Free Software Foundation; either
-version 2.1 of the License, or (at your option) any later version.
-
-This library is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-Lesser General Public License for more details.
-
-You should have received a copy of the GNU Lesser General Public
-License along with this library; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-
-
-
-GNU Lesser General Public License
-Version 2.1, February 1999
-

Copyright (C) 1991, 1999 Free Software Foundation, Inc.
- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.

-

[This is the first released version of the Lesser GPL. It also counts
- as the successor of the GNU Library Public License, version 2, hence
- the version number 2.1.]

-

Preamble
- The licenses for most software are designed to take away your freedom to share - and change it. By contrast, the GNU General Public Licenses are intended to - guarantee your freedom to share and change free software--to make sure the software - is free for all its users.

-

This license, the Lesser General Public License, applies to some specially - designated software packages--typically libraries--of the Free Software Foundation - and other authors who decide to use it. You can use it too, but we suggest you - first think carefully about whether this license or the ordinary General Public - License is the better strategy to use in any particular case, based on the explanations - below.

-

When we speak of free software, we are referring to freedom of use, not price. - Our General Public Licenses are designed to make sure that you have the freedom - to distribute copies of free software (and charge for this service if you wish); - that you receive source code or can get it if you want it; that you can change - the software and use pieces of it in new free programs; and that you are informed - that you can do these things.

-

To protect your rights, we need to make restrictions that forbid distributors - to deny you these rights or to ask you to surrender these rights. These restrictions - translate to certain responsibilities for you if you distribute copies of the - library or if you modify it.

-

For example, if you distribute copies of the library, whether gratis or for - a fee, you must give the recipients all the rights that we gave you. You must - make sure that they, too, receive or can get the source code. If you link other - code with the library, you must provide complete object files to the recipients, - so that they can relink them with the library after making changes to the library - and recompiling it. And you must show them these terms so they know their rights. -

-

We protect your rights with a two-step method: (1) we copyright the library, - and (2) we offer you this license, which gives you legal permission to copy, - distribute and/or modify the library.

-

To protect each distributor, we want to make it very clear that there is no - warranty for the free library. Also, if the library is modified by someone else - and passed on, the recipients should know that what they have is not the original - version, so that the original author's reputation will not be affected by problems - that might be introduced by others.

-

Finally, software patents pose a constant threat to the existence of any free - program. We wish to make sure that a company cannot effectively restrict the - users of a free program by obtaining a restrictive license from a patent holder. - Therefore, we insist that any patent license obtained for a version of the library - must be consistent with the full freedom of use specified in this license.

-

Most GNU software, including some libraries, is covered by the ordinary GNU - General Public License. This license, the GNU Lesser General Public License, - applies to certain designated libraries, and is quite different from the ordinary - General Public License. We use this license for certain libraries in order to - permit linking those libraries into non-free programs.

-

When a program is linked with a library, whether statically or using a shared - library, the combination of the two is legally speaking a combined work, a derivative - of the original library. The ordinary General Public License therefore permits - such linking only if the entire combination fits its criteria of freedom. The - Lesser General Public License permits more lax criteria for linking other code - with the library.

-

We call this license the "Lesser" General Public License because - it does Less to protect the user's freedom than the ordinary General Public - License. It also provides other free software developers Less of an advantage - over competing non-free programs. These disadvantages are the reason we use - the ordinary General Public License for many libraries. However, the Lesser - license provides advantages in certain special circumstances.

-

For example, on rare occasions, there may be a special need to encourage the - widest possible use of a certain library, so that it becomes a de-facto standard. - To achieve this, non-free programs must be allowed to use the library. A more - frequent case is that a free library does the same job as widely used non-free - libraries. In this case, there is little to gain by limiting the free library - to free software only, so we use the Lesser General Public License.

-

In other cases, permission to use a particular library in non-free programs - enables a greater number of people to use a large body of free software. For - example, permission to use the GNU C Library in non-free programs enables many - more people to use the whole GNU operating system, as well as its variant, the - GNU/Linux operating system.

-

Although the Lesser General Public License is Less protective of the users' - freedom, it does ensure that the user of a program that is linked with the Library - has the freedom and the wherewithal to run that program using a modified version - of the Library.

-

The precise terms and conditions for copying, distribution and modification - follow. Pay close attention to the difference between a "work based on - the library" and a "work that uses the library". The former contains - code derived from the library, whereas the latter must be combined with the - library in order to run.

-

TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
- 0. This License Agreement applies to any software library or other program which - contains a notice placed by the copyright holder or other authorized party saying - it may be distributed under the terms of this Lesser General Public License - (also called "this License"). Each licensee is addressed as "you".

-

A "library" means a collection of software functions and/or data - prepared so as to be conveniently linked with application programs (which use - some of those functions and data) to form executables.

-

The "Library", below, refers to any such software library or work - which has been distributed under these terms. A "work based on the Library" - means either the Library or any derivative work under copyright law: that is - to say, a work containing the Library or a portion of it, either verbatim or - with modifications and/or translated straightforwardly into another language. - (Hereinafter, translation is included without limitation in the term "modification".) -

-

"Source code" for a work means the preferred form of the work for - making modifications to it. For a library, complete source code means all the - source code for all modules it contains, plus any associated interface definition - files, plus the scripts used to control compilation and installation of the - library.

-

Activities other than copying, distribution and modification are not covered - by this License; they are outside its scope. The act of running a program using - the Library is not restricted, and output from such a program is covered only - if its contents constitute a work based on the Library (independent of the use - of the Library in a tool for writing it). Whether that is true depends on what - the Library does and what the program that uses the Library does.

-

1. You may copy and distribute verbatim copies of the Library's complete source - code as you receive it, in any medium, provided that you conspicuously and appropriately - publish on each copy an appropriate copyright notice and disclaimer of warranty; - keep intact all the notices that refer to this License and to the absence of - any warranty; and distribute a copy of this License along with the Library. -

-

You may charge a fee for the physical act of transferring a copy, and you may - at your option offer warranty protection in exchange for a fee.

-

2. You may modify your copy or copies of the Library or any portion of it, - thus forming a work based on the Library, and copy and distribute such modifications - or work under the terms of Section 1 above, provided that you also meet all - of these conditions:

-

a) The modified work must itself be a software library.

-

b) You must cause the files modified to carry prominent notices stating that - you changed the files and the date of any change.

-

c) You must cause the whole of the work to be licensed at no charge to all - third parties under the terms of this License.

-

d) If a facility in the modified Library refers to a function or a table of - data to be supplied by an application program that uses the facility, other - than as an argument passed when the facility is invoked, then you must make - a good faith effort to ensure that, in the event an application does not supply - such function or table, the facility still operates, and performs whatever part - of its purpose remains meaningful.

-

(For example, a function in a library to compute square roots has a purpose - that is entirely well-defined independent of the application. Therefore, Subsection - 2d requires that any application-supplied function or table used by this function - must be optional: if the application does not supply it, the square root function - must still compute square roots.)

-

These requirements apply to the modified work as a whole. If identifiable sections - of that work are not derived from the Library, and can be reasonably considered - independent and separate works in themselves, then this License, and its terms, - do not apply to those sections when you distribute them as separate works. But - when you distribute the same sections as part of a whole which is a work based - on the Library, the distribution of the whole must be on the terms of this License, - whose permissions for other licensees extend to the entire whole, and thus to - each and every part regardless of who wrote it.

-

Thus, it is not the intent of this section to claim rights or contest your - rights to work written entirely by you; rather, the intent is to exercise the - right to control the distribution of derivative or collective works based on - the Library.

-

In addition, mere aggregation of another work not based on the Library with - the Library (or with a work based on the Library) on a volume of a storage or - distribution medium does not bring the other work under the scope of this License. -

-

3. You may opt to apply the terms of the ordinary GNU General Public License - instead of this License to a given copy of the Library. To do this, you must - alter all the notices that refer to this License, so that they refer to the - ordinary GNU General Public License, version 2, instead of to this License. - (If a newer version than version 2 of the ordinary GNU General Public License - has appeared, then you can specify that version instead if you wish.) Do not - make any other change in these notices.

-

Once this change is made in a given copy, it is irreversible for that copy, - so the ordinary GNU General Public License applies to all subsequent copies - and derivative works made from that copy.

-

This option is useful when you wish to copy part of the code of the Library - into a program that is not a library.

-

4. You may copy and distribute the Library (or a portion or derivative of it, - under Section 2) in object code or executable form under the terms of Sections - 1 and 2 above provided that you accompany it with the complete corresponding - machine-readable source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange.

-

If distribution of object code is made by offering access to copy from a designated - place, then offering equivalent access to copy the source code from the same - place satisfies the requirement to distribute the source code, even though third - parties are not compelled to copy the source along with the object code.

-

5. A program that contains no derivative of any portion of the Library, but - is designed to work with the Library by being compiled or linked with it, is - called a "work that uses the Library". Such a work, in isolation, - is not a derivative work of the Library, and therefore falls outside the scope - of this License.

-

However, linking a "work that uses the Library" with the Library - creates an executable that is a derivative of the Library (because it contains - portions of the Library), rather than a "work that uses the library". - The executable is therefore covered by this License. Section 6 states terms - for distribution of such executables.

-

When a "work that uses the Library" uses material from a header file - that is part of the Library, the object code for the work may be a derivative - work of the Library even though the source code is not. Whether this is true - is especially significant if the work can be linked without the Library, or - if the work is itself a library. The threshold for this to be true is not precisely - defined by law.

-

If such an object file uses only numerical parameters, data structure layouts - and accessors, and small macros and small inline functions (ten lines or less - in length), then the use of the object file is unrestricted, regardless of whether - it is legally a derivative work. (Executables containing this object code plus - portions of the Library will still fall under Section 6.)

-

Otherwise, if the work is a derivative of the Library, you may distribute the - object code for the work under the terms of Section 6. Any executables containing - that work also fall under Section 6, whether or not they are linked directly - with the Library itself.

-

6. As an exception to the Sections above, you may also combine or link a "work - that uses the Library" with the Library to produce a work containing portions - of the Library, and distribute that work under terms of your choice, provided - that the terms permit modification of the work for the customer's own use and - reverse engineering for debugging such modifications.

-

You must give prominent notice with each copy of the work that the Library - is used in it and that the Library and its use are covered by this License. - You must supply a copy of this License. If the work during execution displays - copyright notices, you must include the copyright notice for the Library among - them, as well as a reference directing the user to the copy of this License. - Also, you must do one of these things:

-

a) Accompany the work with the complete corresponding machine-readable source - code for the Library including whatever changes were used in the work (which - must be distributed under Sections 1 and 2 above); and, if the work is an executable - linked with the Library, with the complete machine-readable "work that - uses the Library", as object code and/or source code, so that the user - can modify the Library and then relink to produce a modified executable containing - the modified Library. (It is understood that the user who changes the contents - of definitions files in the Library will not necessarily be able to recompile - the application to use the modified definitions.)

-

b) Use a suitable shared library mechanism for linking with the Library. A - suitable mechanism is one that (1) uses at run time a copy of the library already - present on the user's computer system, rather than copying library functions - into the executable, and (2) will operate properly with a modified version of - the library, if the user installs one, as long as the modified version is interface-compatible - with the version that the work was made with.

-

c) Accompany the work with a written offer, valid for at least three years, - to give the same user the materials specified in Subsection 6a, above, for a - charge no more than the cost of performing this distribution.

-

d) If distribution of the work is made by offering access to copy from a designated - place, offer equivalent access to copy the above specified materials from the - same place.

-

e) Verify that the user has already received a copy of these materials or that - you have already sent this user a copy.

-

For an executable, the required form of the "work that uses the Library" - must include any data and utility programs needed for reproducing the executable - from it. However, as a special exception, the materials to be distributed need - not include anything that is normally distributed (in either source or binary - form) with the major components (compiler, kernel, and so on) of the operating - system on which the executable runs, unless that component itself accompanies - the executable.

-

It may happen that this requirement contradicts the license restrictions of - other proprietary libraries that do not normally accompany the operating system. - Such a contradiction means you cannot use both them and the Library together - in an executable that you distribute.

-

7. You may place library facilities that are a work based on the Library side-by-side - in a single library together with other library facilities not covered by this - License, and distribute such a combined library, provided that the separate - distribution of the work based on the Library and of the other library facilities - is otherwise permitted, and provided that you do these two things:

-

a) Accompany the combined library with a copy of the same work based on the - Library, uncombined with any other library facilities. This must be distributed - under the terms of the Sections above.

-

b) Give prominent notice with the combined library of the fact that part of - it is a work based on the Library, and explaining where to find the accompanying - uncombined form of the same work.

-

8. You may not copy, modify, sublicense, link with, or distribute the Library - except as expressly provided under this License. Any attempt otherwise to copy, - modify, sublicense, link with, or distribute the Library is void, and will automatically - terminate your rights under this License. However, parties who have received - copies, or rights, from you under this License will not have their licenses - terminated so long as such parties remain in full compliance.

-

9. You are not required to accept this License, since you have not signed it. - However, nothing else grants you permission to modify or distribute the Library - or its derivative works. These actions are prohibited by law if you do not accept - this License. Therefore, by modifying or distributing the Library (or any work - based on the Library), you indicate your acceptance of this License to do so, - and all its terms and conditions for copying, distributing or modifying the - Library or works based on it.

-

10. Each time you redistribute the Library (or any work based on the Library), - the recipient automatically receives a license from the original licensor to - copy, distribute, link with or modify the Library subject to these terms and - conditions. You may not impose any further restrictions on the recipients' exercise - of the rights granted herein. You are not responsible for enforcing compliance - by third parties with this License.

-

11. If, as a consequence of a court judgment or allegation of patent infringement - or for any other reason (not limited to patent issues), conditions are imposed - on you (whether by court order, agreement or otherwise) that contradict the - conditions of this License, they do not excuse you from the conditions of this - License. If you cannot distribute so as to satisfy simultaneously your obligations - under this License and any other pertinent obligations, then as a consequence - you may not distribute the Library at all. For example, if a patent license - would not permit royalty-free redistribution of the Library by all those who - receive copies directly or indirectly through you, then the only way you could - satisfy both it and this License would be to refrain entirely from distribution - of the Library.

-

If any portion of this section is held invalid or unenforceable under any particular - circumstance, the balance of the section is intended to apply, and the section - as a whole is intended to apply in other circumstances.

-

It is not the purpose of this section to induce you to infringe any patents - or other property right claims or to contest validity of any such claims; this - section has the sole purpose of protecting the integrity of the free software - distribution system which is implemented by public license practices. Many people - have made generous contributions to the wide range of software distributed through - that system in reliance on consistent application of that system; it is up to - the author/donor to decide if he or she is willing to distribute software through - any other system and a licensee cannot impose that choice.

-

This section is intended to make thoroughly clear what is believed to be a - consequence of the rest of this License.

-

12. If the distribution and/or use of the Library is restricted in certain - countries either by patents or by copyrighted interfaces, the original copyright - holder who places the Library under this License may add an explicit geographical - distribution limitation excluding those countries, so that distribution is permitted - only in or among countries not thus excluded. In such case, this License incorporates - the limitation as if written in the body of this License.

-

13. The Free Software Foundation may publish revised and/or new versions of - the Lesser General Public License from time to time. Such new versions will - be similar in spirit to the present version, but may differ in detail to address - new problems or concerns.

-

Each version is given a distinguishing version number. If the Library specifies - a version number of this License which applies to it and "any later version", - you have the option of following the terms and conditions either of that version - or of any later version published by the Free Software Foundation. If the Library - does not specify a license version number, you may choose any version ever published - by the Free Software Foundation.

-

14. If you wish to incorporate parts of the Library into other free programs - whose distribution conditions are incompatible with these, write to the author - to ask for permission. For software which is copyrighted by the Free Software - Foundation, write to the Free Software Foundation; we sometimes make exceptions - for this. Our decision will be guided by the two goals of preserving the free - status of all derivatives of our free software and of promoting the sharing - and reuse of software generally.

-

NO WARRANTY

-

15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR - THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE - STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY - "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, - INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND - FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE - OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME THE - COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.

-

16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL - ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE - THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY - GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE - OR INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR - DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR - A FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER - OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-

-
- - - - - - -
- - diff --git a/www/extras/tinymce/docs/zh_cn/themes.htm b/www/extras/tinymce/docs/zh_cn/themes.htm deleted file mode 100644 index c6774c160..000000000 --- a/www/extras/tinymce/docs/zh_cn/themes.htm +++ /dev/null @@ -1,439 +0,0 @@ - - -´´˝¨Ö÷Ěâ - - - - - - - - - - - - -
-
-´´˝¨Äă×ÔĽşµÄÖ÷ĚâÓë˛ĺĽţ
-
ČçąűÄă¶®µĂHTML,CSSşÍJavascriptµÄ»ů´ˇÖŞĘ¶Ł¬ÎŞTinyMCE´´˝¨×ÔĽşµÄÖ÷ĚâĘÇĎŕµ±ČÝŇ×µÄĘÂÇ顣
×îĽňµĄµÄ·˝·¨ÄŞąýÓÚ˝«"default"»ňŐß"advanced"ÄŁ°ĺż˝±´Ł¬˛˘˝«ËüÖŘĂüĂűÎŞÄă×ÔĽşµÄÖ÷ĚâĂűłĆ٬ŔýČ磺"mytheme"ˇŁ
Č»şóÄăĐčŇŞ°ŃŇÔĎÂƬ¶ĎÖеĺěÉ«±ęĽÇ¸ü¸ÄÎŞ"mytheme"٬ŐâŃů¸÷ÖÖÖ÷ĚâľÍ˛»»áłĺÍ»ˇŁ»»ľä»°ËµŁ¬¸řŐâ¸öÖ÷ĚâÖ¸¶¨ÁËΨһµÄĂű×ÖˇŁ
¸ü¸ÄŔďĂćµÄHTML´úÂëĘąÖ®ĘĘşĎÄăµÄÖ÷Ě⣬µ«ĐčҪעŇ⣬ijЩ×éĽţĘDZŘĐëµÄ٬ËůŇÔ¸ü¸ÄŇÔϵÄĂż¸öşŻĘýʱ¶ĽÇë˛éż´ĎŕÓ¦ÎĵµˇŁ
´ËÍ⣬×Ô¶¨ŇĺÖ÷Ěâ±ŘĐë×öÎŞ×ÓĿ¼·ĹÔÚtiny_mceµÄ"themes"Ŀ¼Ď¡Ł
ČçąűĐčŇŞŁ¬ÄăÍęČ«żÉŇÔÎŞ×ÔĽşµÄÖ÷ĚâÔöĽÓĚض¨µÄѡĎîşÍÉčÖĂŁ¬˛»ąýĽÇµĂŇŞÓĂŇÔϵÄĂüĂűąćÔňŁş"theme_<your theme>_<option>"ˇŁ
-
ŇÔĎÂĘľŔýÓĐČý¸öşŻĘý٬ĎÂĂć»áĎęϸ˝éÉܡŁ
-
- - - - - - -
function TinyMCE_default_getEditorTemplate(settings) - {
-    var template = new Array();
-
   template['html'] = '<Some HTML>';
-    template['delta_width'] = 0;
-    template['delta_height'] = -40;
-
-    return template;
- } -

function TinyMCE_default_getInsertLinkTemplate(settings) - {
-    var template = new Array();
-
-    template['file'] = 'link.htm';
-    template['width'] = 320;
-    template['height'] = 130;
-
-    return template;
- }
-
- function TinyMCE_default_getInsertImageTemplate(settings) - {
-    var template = new Array();
-
-    template['file'] = 'image.htm';
-    template['width'] = 320;
-    template['height'] = 130;
-
-    return template;
- }
-
- function TinyMCE_default_handleNodeChange(editor_id, - node) {
-    // Check what happend
- }
-
- function TinyMCE_default_execCommand(editor_id, element, command, user_interface, value) - {
-    // - Your custom command logic
-   return false;
- } -
-

-
-
-
-

ĘąÓĂÍⲿģ°ĺÎÄĽţ

-

µ±ÓĂĎÂĂćËůĂčĘöµÄ"file"˛ÎĘýĘąÓĂÍⲿģ°ĺÎÄĽţƱ٬ĐčŇŞ°Ń"tiny_mce_popup.js"°üş¬˝řŔ´ˇŁ
ÎŞÁ˸úTinyMCEÍ¨Ń¶Ł¬´ËÎÄĽţĘDZŘĐëµÄˇŁËůÓеıäÁżşÍÓďŃÔ¶¨ŇĺÔÚ"html"ĘôĐÔÖб»Ěć»»ˇŁ -

Íⲿģ°ĺÎÄĽţĘľŔýŁş -
-
- - - - -
<html>
- <head>
- <title>{$lang_theme_sample_title}</title>
- <script language="javascript" src="../../tiny_mce_popup.js"></script>
- <script language="javascript">
-      alert(tinyMCE.getWindowArg('some_arg'));
- </script> -
- <body>
- {$lang_theme_sample_desc}
- </body> -

-
-
-şŻĘý TinyMCE_<theme or plugin>_getEditorTemplate(settings)

-

´ËşŻĘý¸şÔđ±ŕĽ­Ć÷ʵŔýÔÚŇłĂćÖеIJĽľÖ٬Ëü·µ»Ř°üş¬Ěض¨ĂűłĆµÄĂűłĆŁ­Öµ¶ÔµÄĘý×顣˝âĘÍČçĎÂŁ¬×˘ŇâÓĂ[]Ŕ¨ĆđŔ´µÄĂűłĆĘÇżÉѡµÄˇŁ
´ËşŻĘýµÄsettings˛ÎĘýĘÇŇ»¸ö°üş¬ÁËtinyMCEÉčÖĂşÍѡĎîµÄĂűłĆŁ­Öµ¶ÔµÄĘý×顣

-ÄŁ°ĺĘýľÝŁş
-
-
- - - - - - - - - - - - - -
htmlHTMLÄŁ°ĺĘýľÝ٬ËüµÄÖµĘÇʵĎֱ༭Ć÷ËůĐčµÄČ«˛żHTML´úÂ롣עŇ⣺ÔÚĘąÓĂʱ{$<variable>}»á±»ĘµĽĘµÄÖµĚć»»ˇŁąŘÓÚŐâĐ©Ěض¨ÖµµÄ¸üĎęϸ˵Ă÷ĽűşóĂ档
[delta_width]Deltażí¶Č٬´ËÖµ°üş¬ÓĂ»§˝çĂćËůĐčµÄĎŕąŘżí¶ČˇŁŔýČçŁ¬ą¤ľßŔ¸ĐčŇŞ20ĎóËŘŁ¬Ôň´ËֵΪ-20ˇŁ
- ŐâҲĘÇΪʲô±ŕĽ­Ć÷µÄłß´ç¸úËüËůĚć»»µÄ×éĽţżí¶ČһֵÄÔ­ŇňˇŁ
[delta_height]Delta¸ß¶Č٬´ËÖµ°üş¬ÓĂ»§˝çĂćËůĐčµÄĎŕąŘ¸ß¶ČˇŁŔýČçŁ¬ą¤ľßŔ¸ĐčŇŞ40ĎóËŘŁ¬Ôň´ËֵΪ-40ˇŁ
- ŐâҲĘÇΪʲô±ŕĽ­Ć÷µÄłß´ç¸úËüËůĚć»»µÄ×éĽţżí¶ČһֵÄÔ­ŇňˇŁ
-

ÉĎĘö"html"ÖеıäÁż±»TinyMCEµÄÄÚ˛żÖµËůĚć»»ˇŁÓĐÁ˝ÖÖ˛»Í¬ŔŕĐ͵ıäÁżŁ¬Ň»ÖÖĘÇŇÔ"lang_"Ϊǰ׺µÄ٬ËüĂǻᱻĎŕÓ¦ĂűłĆµÄÓďŃÔ°üĚć»»ˇŁŔýČ磬<b>{$lang_test}</b>±»ÓďŃÔ±äÁż"tinyMCELang['lang_test']"ËůĚ㻻٬ĘäłöľÍłÉÁË<b>Test</b>ˇŁ
ÁíÍâµÄ±äÁżĘÇËůÓĂÄŁ°ĺÖ±˝Ó´«µÝµÄ٬ÁĐľŮČçĎÂˇŁ ×˘ŇâÓĂ[]Ŕ¨ĆđŔ´µÄ±äÁżĘÇżÉѡµÄˇŁ
-
- ±äÁżŁş

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
editor_id´ËÎŞ±ŕĽ­Ć÷ʵŔýµÄID٬ËüÓ¦µ±±»·ĹÔÚÄŁ°ĺ±ŘĐë°üş¬µÄIFRAME×éĽţµÄIDĘôĐÔÖСŁ
[default_document]ÎŞÁË˝âľöMSIEµÄ°˛Č«ÎĘĚ⣬ÔöĽÓÁË´ËÉčÖĂŁ¬Ëü»á±»Ěć»»łÉżŐ°×HTMLŇłĂ档°ŃËü·ĹÔÚÄŁ°ĺIFRAME×éĽţµÄSRCĘôĐÔÖСŁ
[area_width]IFRAMEÇřÓňµÄżí¶Č٬ŇÔĎóËŘÎŞµĄÎ»ˇŁ
[area_height]IFRAMEÇřÓňµÄ¸ß¶Č٬ŇÔĎóËŘÎŞµĄÎ»ˇŁ
[width]Őű¸ö±ŕĽ­Ć÷ÇřÓňµÄżí¶Č٬ŇÔĎóËŘÎŞµĄÎ»ˇŁ
[height]Őű¸ö±ŕĽ­Ć÷ÇřÓňµÄ¸ß¶Č٬ŇÔĎóËŘÎŞµĄÎ»ˇŁ
[themeurl]Ö÷ĚâËůÔÚλÖõÄURLˇŁ
-

עŇ⣺´ÓŐâ¸öÄŁ°ĺżÉŇÔµ÷ÓĂÁ˝¸öJavaScriptşŻĘý٬ËüĂÇĘÇŁşÔÚµ±Ç°Ńˇ¶¨±ŕĽ­Ć÷ÇřÓňÖĐÖ´ĐĐĂüÁîµÄtinyMCE.execCommandĽ°ÇĐ»»Ěض¨×éĽţCSSŔŕµÄtinyMCE.switchClassˇŁ
-ÓűÁË˝âexecCommandÖĐżÉŇÔÖ´Đеĸü¶ŕĂüÁîϸ˝Ú٬Çë˛éż´ Mozilla midas specification şÍ TinyMCE specific commands.
-

-
-
-şŻĘý TinyMCE_<theme or plugin>_getInsertLinkTemplate(settings) -

´ËşŻĘý¸şÔđ˛ĺČëÁ´˝ÓµŻłö´°żÚµÄ˛ĽľÖ٬Ëü·µ»Ř°üş¬Ěض¨ĂűłĆµÄĂűłĆŁ­Öµ¶ÔµÄĘý×顣˝âĘÍČçĎÂŁ¬×˘ŇâÓĂ[]Ŕ¨ĆđŔ´µÄĂűłĆĘÇżÉѡµÄˇŁ
´ËşŻĘýµÄsettings˛ÎĘýĘÇŇ»¸ö°üş¬ÁËtinyMCEÉčÖĂşÍѡĎîµÄĂűłĆŁ­Öµ¶ÔµÄĘý×顣

-ÄŁ°ĺĘýľÝŁş
-
-
- - - - - - - - - - - - - - - - - -
htmlHTMLÄŁ°ĺĘýľÝ٬ËüµÄÖµĘÇʵĎÖÁ´˝Ó¶Ô»°żňËůĐčµÄČ«˛żHTML´úÂ롣עŇ⣺ÔÚĘąÓĂʱ{$<variable>}»á±»ĘµĽĘµÄÖµĚć»»ˇŁąŘÓÚŐâĐ©Ěض¨ÖµµÄ¸üĎęϸ˵Ă÷ĽűşóĂ档Čçąű"file"˛ÎĘýÓиłÖµŁ¬´Ë˛ÎĘý˛»ĘDZŘĐëµÄˇŁ
fileŇŞĘąÓõÄÍⲿģ°ĺÎÄĽţµÄĂűłĆ٬ËüżÉŇÔĘÇĎń.php,.asp,.jspŐâŃůµÄ¶ŻĚ¬ŇłˇŁ
[width]µŻłö´°żÚµÄżí¶Č٬ŇÔĎóËŘÎŞµĄÎ»Ł¬Ä¬ČĎÎŞ320.
[height]µŻłö´°żÚµÄ¸ß¶Č٬ŇÔĎóËŘÎŞµĄÎ»Ł¬Ä¬ČĎÎŞ200.
-

ÉĎĘö"html"ÖеıäÁż±»TinyMCEµÄÄÚ˛żÖµËůĚć»»ˇŁÓĐÁ˝ÖÖ˛»Í¬ŔŕĐ͵ıäÁżŁ¬Ň»ÖÖĘÇŇÔ"lang_"Ϊǰ׺µÄ٬ËüĂǻᱻĎŕÓ¦ĂűłĆµÄÓďŃÔ°üĚć»»ˇŁŔýČ磬<b>{$lang_test}</b>±»ÓďŃÔ±äÁż"tinyMCELang['lang_test']"ËůĚ㻻٬ĘäłöľÍłÉÁË<b>Test</b>ˇŁ
ÁíÍâµÄ±äÁżĘÇËůÓĂÄŁ°ĺÖ±˝Ó´«µÝµÄ٬ÁĐľŮČçĎÂˇŁ ×˘ŇâÓĂ[]Ŕ¨ĆđŔ´µÄ±äÁżĘÇżÉѡµÄˇŁ
-
- ±äÁż/´°żÚ ˛ÎĘýŁş

- - - - - - - - - - - - - -
[href]ČçąűÓĐѡ¶¨Ň»¸öÁ´˝Ó٬´Ë±äÁż±»Á´˝ÓÖеÄ"href"ĘôĐÔÖµËůĚć´úˇŁ
[target]ČçąűÓĐѡ¶¨Ň»¸öÁ´˝Ó٬´Ë±äÁż±»Á´˝ÓÖеÄ"target"ĘôĐÔÖµËůĚć´úˇŁ
[css]Ö÷ĚâÖĐµŻłö´°żÚCSSµÄλÖáŁ
-

עŇ⣺´ÓŐâ¸öÄŁ°ĺÖĐżÉŇÔµ÷ÓĂ"window.opener.tinyMCE.insertLink(href, target)"Őâ¸öjavascriptşŻĘý٬ËüµÄ×÷ÓĂĘÇĘÇÔÚµ±Ç°Ńˇ¶¨µÄ±ŕĽ­Ć÷ÖвĺČëÁ´˝Ó٬˛˘ÇŇÓ¦µ±ÔÚ"˛ĺČë"°´ĹĄ°´ĎÂʱ±»µ÷ÓáŁ

-
-
-şŻĘý TinyMCE_<theme or plugin>_getInsertImageTemplate(settings) -

´ËşŻĘý¸şÔđ˛ĺČëÍĽĎńµŻłö´°żÚµÄ˛ĽľÖ٬Ëü·µ»Ř°üş¬Ěض¨ĂűłĆµÄĂűłĆŁ­Öµ¶ÔµÄĘý×顣˝âĘÍČçĎÂŁ¬×˘ŇâÓĂ[]Ŕ¨ĆđŔ´µÄĂűłĆĘÇżÉѡµÄˇŁ
´ËşŻĘýµÄsettings˛ÎĘýĘÇŇ»¸ö°üş¬ÁËtinyMCEÉčÖĂşÍѡĎîµÄĂűłĆŁ­Öµ¶ÔµÄĘý×顣

-ÄŁ°ĺĘýľÝŁş
-
-
- - - - - - - - - - - - - - - - - -
htmlHTMLÄŁ°ĺĘýľÝ٬ËüµÄÖµĘÇʵĎÖÍĽĎń¶Ô»°żňËůĐčµÄČ«˛żHTML´úÂ롣עŇ⣺ÔÚĘąÓĂʱ{$<variable>}»á±»ĘµĽĘµÄÖµĚć»»ˇŁąŘÓÚŐâĐ©Ěض¨ÖµµÄ¸üĎęϸ˵Ă÷ĽűşóĂ档Čçąű"file"˛ÎĘýÓиłÖµŁ¬´Ë˛ÎĘý˛»ĘDZŘĐëµÄˇŁ
fileŇŞĘąÓõÄÍⲿģ°ĺÎÄĽţµÄĂűłĆ٬ËüżÉŇÔĘÇĎń.php,.asp,.jspŐâŃůµÄ¶ŻĚ¬ŇłˇŁ
[width]µŻłö´°żÚµÄżí¶Č٬ŇÔĎóËŘÎŞµĄÎ»Ł¬Ä¬ČĎÎŞ320.
[height]µŻłö´°żÚµÄ¸ß¶Č٬ŇÔĎóËŘÎŞµĄÎ»Ł¬Ä¬ČĎÎŞ200.
-

ÉĎĘö"html"ÖеıäÁż±»TinyMCEµÄÄÚ˛żÖµËůĚć»»ˇŁÓĐÁ˝ÖÖ˛»Í¬ŔŕĐ͵ıäÁżŁ¬Ň»ÖÖĘÇŇÔ"lang_"Ϊǰ׺µÄ٬ËüĂǻᱻĎŕÓ¦ĂűłĆµÄÓďŃÔ°üĚć»»ˇŁŔýČ磬<b>{$lang_test}</b>±»ÓďŃÔ±äÁż"tinyMCELang['lang_test']"ËůĚ㻻٬ĘäłöľÍłÉÁË<b>Test</b>ˇŁ
ÁíÍâµÄ±äÁżĘÇËůÓĂÄŁ°ĺÖ±˝Ó´«µÝµÄ٬ÁĐľŮČçĎÂˇŁ ×˘ŇâÓĂ[]Ŕ¨ĆđŔ´µÄ±äÁżĘÇżÉѡµÄˇŁ
-
- ±äÁż/´°żÚ ˛ÎĘýŁş

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
[src]ČçąűÓĐѡ¶¨Ň»¸öÍĽĎń٬´Ë±äÁż±»ÍĽĎńÖеÄ"src"ĘôĐÔÖµËůĚć´úˇŁ
[alt]ČçąűÓĐѡ¶¨Ň»¸öÍĽĎń٬´Ë±äÁż±»ÍĽĎńÖеÄ"alt"ĘôĐÔÖµËůĚć´úˇŁ
[border]ČçąűÓĐѡ¶¨Ň»¸öÍĽĎń٬´Ë±äÁż±»ÍĽĎńÖеÄ"border"ĘôĐÔÖµËůĚć´úˇŁ
[hspace]ČçąűÓĐѡ¶¨Ň»¸öÍĽĎń٬´Ë±äÁż±»ÍĽĎńÖеÄ"hspace"ĘôĐÔÖµËůĚć´úˇŁ
[vspace]ČçąűÓĐѡ¶¨Ň»¸öÍĽĎń٬´Ë±äÁż±»ÍĽĎńÖеÄ"vspace"ĘôĐÔÖµËůĚć´úˇŁ
[width]ČçąűÓĐѡ¶¨Ň»¸öÍĽĎń٬´Ë±äÁż±»ÍĽĎńÖеÄ"width"ĘôĐÔÖµËůĚć´úˇŁ
[height]ČçąűÓĐѡ¶¨Ň»¸öÍĽĎń٬´Ë±äÁż±»ÍĽĎńÖеÄ"height"ĘôĐÔÖµËůĚć´úˇŁ
[align]ČçąűÓĐѡ¶¨Ň»¸öÍĽĎń٬´Ë±äÁż±»ÍĽĎńÖеÄ"align"ĘôĐÔÖµËůĚć´úˇŁ
[css]Ö÷ĚâÖĐµŻłö´°żÚCSSµÄλÖáŁ
-

עŇ⣺´ÓŐâ¸öÄŁ°ĺÖĐżÉŇÔµ÷ÓĂ"window.opener.tinyMCE.insertImage(src, alt, border, hspace, vspace, width, - height, align)"Őâ¸öjavascriptşŻĘý٬ËüµÄ×÷ÓĂĘÇĘÇÔÚµ±Ç°Ńˇ¶¨µÄ±ŕĽ­Ć÷ÖвĺČëÍĽĎń٬˛˘ÇŇÓ¦µ±ÔÚ"˛ĺČë"°´ĹĄ°´ĎÂʱ±»µ÷ÓáŁ

-
-
-şŻĘý TinyMCE_<theme or plugin>_getInsertTableTemplate(settings) -ٍżÉю٩ -

´ËşŻĘý¸şÔđ˛ĺČë±í¸ńµŻłö´°żÚµÄ˛ĽľÖ٬Ëü·µ»Ř°üş¬Ěض¨ĂűłĆµÄĂűłĆŁ­Öµ¶ÔµÄĘý×顣˝âĘÍČçĎÂŁ¬×˘ŇâÓĂ[]Ŕ¨ĆđŔ´µÄĂűłĆĘÇżÉѡµÄˇŁ
´ËşŻĘýµÄsettings˛ÎĘýĘÇŇ»¸ö°üş¬ÁËtinyMCEÉčÖĂşÍѡĎîµÄĂűłĆŁ­Öµ¶ÔµÄĘý×顣

-ÄŁ°ĺĘýľÝŁş
-
-
- - - - - - - - - - - - - - - - - -
htmlHTMLÄŁ°ĺĘýľÝ٬ËüµÄÖµĘÇʵĎÖ±í¸ń¶Ô»°żňËůĐčµÄČ«˛żHTML´úÂ롣עŇ⣺ÔÚĘąÓĂʱ{$<variable>}»á±»ĘµĽĘµÄÖµĚć»»ˇŁąŘÓÚŐâĐ©Ěض¨ÖµµÄ¸üĎęϸ˵Ă÷ĽűşóĂ档Čçąű"file"˛ÎĘýÓиłÖµŁ¬´Ë˛ÎĘý˛»ĘDZŘĐëµÄˇŁ
fileŇŞĘąÓõÄÍⲿģ°ĺÎÄĽţµÄĂűłĆ٬ËüżÉŇÔĘÇĎń.php,.asp,.jspŐâŃůµÄ¶ŻĚ¬ŇłˇŁ
[width]µŻłö´°żÚµÄżí¶Č٬ŇÔĎóËŘÎŞµĄÎ»ˇŁ
[height]µŻłö´°żÚµÄ¸ß¶Č٬ŇÔĎóËŘÎŞµĄÎ»ˇŁ
-

ÉĎĘö"html"ÖеıäÁż±»TinyMCEµÄÄÚ˛żÖµËůĚć»»ˇŁÓĐÁ˝ÖÖ˛»Í¬ŔŕĐ͵ıäÁżŁ¬Ň»ÖÖĘÇŇÔ"lang_"Ϊǰ׺µÄ٬ËüĂǻᱻĎŕÓ¦ĂűłĆµÄÓďŃÔ°üĚć»»ˇŁŔýČ磬<b>{$lang_test}</b>±»ÓďŃÔ±äÁż"tinyMCELang['lang_test']"ËůĚ㻻٬ĘäłöľÍłÉÁË<b>Test</b>ˇŁ
ÁíÍâµÄ±äÁżĘÇËůÓĂÄŁ°ĺÖ±˝Ó´«µÝµÄ٬ÁĐľŮČçĎÂˇŁ ×˘ŇâÓĂ[]Ŕ¨ĆđŔ´µÄ±äÁżĘÇżÉѡµÄˇŁ
-
- ±äÁż/´°żÚ ˛ÎĘýŁş

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
[cols]ČçąűÓĐѡ¶¨Ň»¸ö±í¸ń٬´Ë±äÁż»á±»±í¸ńµÄÁĐĘýËůĚć´úˇŁ
[rows]ČçąűÓĐѡ¶¨Ň»¸ö±í¸ń٬´Ë±äÁż»á±»±í¸ńµÄĐĐĘýËůĚć´úˇŁ
[border]ČçąűÓĐѡ¶¨Ň»¸ö±í¸ń٬´Ë±äÁż»á±»±í¸ńµÄ"border"ĘôĐÔÖµËůĚć´úˇŁ
[cellpadding]ČçąűÓĐѡ¶¨Ň»¸ö±í¸ń٬´Ë±äÁż»á±»±í¸ńµÄ"cellpadding"ĘôĐÔÖµËůĚć´úˇŁ
[cellspacing]ČçąűÓĐѡ¶¨Ň»¸ö±í¸ń٬´Ë±äÁż»á±»±í¸ńµÄ"cellspacing"ĘôĐÔÖµËůĚć´úˇŁ
[width]ČçąűÓĐѡ¶¨Ň»¸ö±í¸ń٬´Ë±äÁż»á±»±í¸ńµÄ"width"ĘôĐÔÖµËůĚć´úˇŁ
[height]ČçąűÓĐѡ¶¨Ň»¸ö±í¸ń٬´Ë±äÁż»á±»±í¸ńµÄ"height"ĘôĐÔÖµËůĚć´úˇŁ
[align]ČçąűÓĐѡ¶¨Ň»¸ö±í¸ń٬´Ë±äÁż»á±»±í¸ńµÄ"align"ĘôĐÔÖµËůĚć´úˇŁ
[action]¸ůľÝÓĂ»§ĘÇѡÔńÁËŇ»¸ö±í¸ń»ąĘÇ´´˝¨Ň»¸öеıí¸ńŔ´ŃˇÔń˛Ů×÷ŔŕĐÍĘÇ"update"»ąĘÇ"insert"ˇŁ
-
-
-şŻĘý TinyMCE_<theme or plugin>_handleNodeChange ٍżÉю٩ -

´ËşŻĘýÔÚÄł¸ö±ŕĽ­Ć÷ʵŔýµÄľŰ˝ą×´Ě¬·˘Éú¸Ä±äʱ±»µ÷ÓĂŁ¬µ±Ç°Đ¾۽ąµÄ˝Úµă±»×öÎŞ˛ÎĘý´«µÝ¸ř´ËşŻĘýˇŁŐâ¶ÔÓÚÄăĐčŇŞ¸ůľÝÓĂ»§µÄѡÔńŔ´¸Ä±äÓĂ»§˝çĂć·ÇłŁÓĐÓáŁ

-˛ÎĘýŁş
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - -
editor_id±ŕĽ­Ć÷µÄΨһIDşĹ٬Őâ¸úgetEditorTemplateÖеÄ$editor_id±äÁżŇ»Ö¡Ł
nodeµ±Ç°Ęó±ęËůÔÚλÖýڵăµÄŇýÓáŁ
undo_indexµ±Ç°ł·ĎűË÷Ňý٬Čçąűł·Ďű/ÖŘ×öą¦Äܱ»˝űÓĂŁ¬ĆäֵΪ-1ˇŁ
undo_levelsµ±Ç°ł·Ďű˛ă´ÎµÄĘýÄżŁ¬Čçąűł·Ďű/ÖŘ×öą¦Äܱ»˝űÓĂŁ¬ĆäֵΪ-1ˇŁ
visual_aidĘÓľő°ďÖúÄŁĘ˝µÄ×´Ě¬Ł¬True/falseˇŁ
any_selectionĘÇ·ńѡ¶¨ČÎşÎÎÄ×Ö»ňÍĽĎńˇŁ
-
-
-şŻĘý TinyMCE_<theme or plugin>_execCommand ٍżÉю٩ -

µ±Ö´ĐĐĎń"bold"»ň"createlink"ŐâŃůµÄĂüÁîƱ٬´Ë·˝·¨±»µ÷ÓáŁČ»şó´Ë »Řµ÷/Ö÷Ěâ/˛ĺĽţ şŻĘý»ŘÖжĎÖ÷ĚâĚض¨ĂüÁ˛˘Ö´Đпͻ§Â߼­ˇŁČçąű´ËĂüÁî·µ»Řtrue٬ĂüÁî´¦Ŕí±»ÖŐÖąŁ¬Ä¬ČϵÄtinyMCEĂüÁî´¦ŔíÓŔÔ¶˛»»á±»Ö´ĐСŁ

-˛ÎĘýŁş
-
-
- - - - - - - - - - - - - - - - - - - - - -
editor_id±ŕĽ­Ć÷µÄΨһIDşĹ٬Őâ¸úgetEditorTemplateÖеÄ$editor_id±äÁżŇ»Ö¡Ł
element¶Ô±ŕĽ­Ć÷ʵŔýÖĐÎĵµDOM¸ů×éĽţµÄŇýÓáŁ
commandŇŞÖ´ĐеÄĂüÁŔýČ磺"myCommand"ˇŁ
user_interfaceĘÇ·ńĘąÓĂÓĂ»§˝çĂ棬true/falseѡĎ
valueŇŞ´«¸řĂüÁîµÄ×Ô¶¨ŇĺĘýľÝֵ٬żÉŇÔĘÇČÎşÎĘýľÝŔŕĐ͡Ł
-
-·µ»ŘŁş true - ĂüÁî±»ÖŐÖąŁ¬ĂüÁî´¦Ŕí˛»ÔŮĽĚĐřŁ»false - ĽĚĐřexecCommand´¦ŔíŁ¬Ă°ĹݵġŁ
-
-şŻĘý TinyMCE_<theme or plugin>_getControlHTML(control_name) ٍżÉю٩ -

µ±±ŕĽ­Ć÷ĐčҪʵĎÖÄł¸öĚض¨żŘÖĆ/°´ĹĄµÄʱşň´ËşŻĘý±»µ÷ÓĂŁ¬Ëü·µ»ŘµÄĘÇÄǸöżŘÖƵÄHTMLÄŁ°ĺ٬ČçąűżŘÖƵÄĂű×Ö˛»Äܱ»Ę¶±đÔň·µ»ŘżŐ´®ˇŁ
עŇâ±äÁż{$pluginurl}»á±»µ±Ç°˛ĺĽţĿ¼µÄURLǰ׺ËůĚć»»ˇŁ

-˛ÎĘýŁş
-
-
- - - - - -
control_nameŇŞĆĄĹäµÄµÄżŘÖƵÄĂűłĆˇŁŔýČ磬"iespell"´ú±íµÄĘÇiespell˛ĺĽţˇŁ
-
-·µ»ŘŁş·µ»ŘµÄ¸ĂżŘÖƵÄHTMLÄŁ°ĺ٬ČçąűżŘÖƵÄĂű×Ö˛»Äܱ»Ę¶±đÔň·µ»ŘżŐ´®ˇŁ -
-şŻĘý TinyMCE_<plugin>_cleanup(type, content) ٍżÉю٩ -

µ±±ŕĽ­Ć÷¶ÔÄÚČÝ˝řĐĐÇĺŔíʱ´ËşŻĘý±»µ÷ÓáŁ

-˛ÎĘýŁş
-
-
- - - - - - - - - -
typeÇĺŔíµÄŔŕĐÍŁ¬insert_to_editor»ňŐßget_from_editorˇŁ
- µ±Ďň±ŕĽ­Ć÷ÖĐ´«µÝÄÚČÝʱʹÓĂinsert_to_editorŁ»µ±´Ó±ŕĽ­Ć÷ÖĐ»ńȡÄÚČÝʱʹÓĂget_from_editorˇŁ
contentŇŞÇĺŔíµÄHTMLÄÚČÝŁ¬¸Ă×Ö·ű´®°üş¬ÁËHTML´úÂ롣
-
-·µ»ŘŁşÇĺŔíşóµÄHTML´úÂ롣
-
- - - - - - -
- - diff --git a/www/extras/tinymce/docs/zh_cn/using.htm b/www/extras/tinymce/docs/zh_cn/using.htm deleted file mode 100644 index fa51dacbc..000000000 --- a/www/extras/tinymce/docs/zh_cn/using.htm +++ /dev/null @@ -1,706 +0,0 @@ - - -ĘąÓĂ/ĽŻłÉTinyMCE - - - - - - - - - - - - -
-
- -łőĘĽ»Ż
-
-ÔÚłőĘĽ»ŻTinyMCEµÄʱşň٬ĐčŇŞ°ŃŇÔĎ´úÂëĽÓČ뵽ҳĂćµÄHEAD±ęÇ©ÖĐˇŁ°´ŇÔĎÂŔý×ÓÖеÄÉčÖĂŁ¬ËůÓеÄTEXTAREAÎıľÓňÔÚŇłĂćĽÓÔŘʱ˝«±»×Ş»»łÉ±ŕĽ­Ć÷ˇŁÁíÍ⻹ÓĐĆäËűÄŁżé٬ÎŇĂÇ˝«ÔÚşóĂćĎęϸ˝˛ĘöˇŁ
-
- - - - - -
<!-- tinyMCE -->
- <script language="javascript" type="text/javascript" - src="jscripts/tiny_mce/tiny_mce.js"></script>
- <script language="javascript" type="text/javascript">
-    tinyMCE.init({
-       mode : "textareas"
-    });

- </script>
- <!-- /tinyMCE -->
-
-עŇâŇÔÉĎşěÉ«˛ż·ÖĘÇtiny_mce.js˝Ĺ±ľÎÄĽţµÄλÖĂŁ¬¸ĂÎÄĽţÖаüş¬Á˱༭Ć÷ËůĐčŇŞµÄČ«˛ż´úÂ룬Ö÷Ě⼰ÓďŃÔ°ü˝«ÔÚłőĘĽ»ŻĘ±±»ĽÓÔءŁ
-Ŕ¶É«˛ż·ÖĘÇłőĘĽ»Żµ÷ÓĂŁ¬ËüÉúłÉTinyMCEµÄČ«ľÖʵŔý٬ĆäÖеÄÉčÖĂĽ°ĂűłĆŁ­ÖµĘôĐÔ˝«ÔÚŇÔşóĂčĘöˇŁ
-
- ÉčÖĂ
-
-ŇÔĂűłĆŁ­ÖµĘôĐÔ·˝Ę˝´«µÝ¸řtinyMCEµÄinit·˝·¨µÄÉčÖĂżŘÖĆ×ĹłĚĐňµÄČ«ľÖĐĐÎŞˇŁËůÓеļüĽ°żÉÄܵļüÖµČçϱíËůĘľˇŁ×˘Ň⣬ÓĂ[]Ŕ¨ĆđŔ´µÄĂűłĆĘÇżÉѡµÄ٬˛»ĘDZŘĐëµÄÉčÖáŁ
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
łŁąćÉčÖĂ
modeModeżÉŇÔĘÇŇÔĎÂĽ¸¸öÖµÖ®Ň»Łş
-
textareas - - ŇłĂćĽÓÔŘʱ°ŃËůÓĐTEXTAREA×éĽţת»»łÉ±ŕĽ­Ć÷.
specific_textareas - - ˝«ËůÓĐ"mce_editable"ĘôĐÔֵΪtrueµÄTEXTAREAת»»łÉ±ŕĽ­Ć÷.
- exact - ֻת»»ÔÚ"elements"ÉčÖĂÖĐÖ¸¶¨µÄČ·ÇĐ×éĽţ.
[theme]Ö¸¶¨ŇŞĘąÓõÄÖ÷ĚâĂűłĆ٬Ö÷Ě⽫±»·ĹÔÚTinyMCEµÄthemesĿ¼ĎÂŁ¬Ä¬ČĎÎŞdefaultˇŁTinyMCE×Ô´řČý¸öÄÚÖõÄÖ÷Ě⣬ËüĂÇĘÇsimple٬defaultşÍadvancedˇŁ
- ČçąűÄăĎë´´˝¨×ÔĽşµÄÖ÷Ě⣬Çë×ĐϸÔĶÁÎĵµµÄ Ö÷Ěâ ˛ż·ÖˇŁ
[plugins]´ËѡĎîĘÇһϵÁĐŇÔ¶şşĹ·Ö¸ôµÄÖ÷Ěâ˛ĺĽţÁĐ±íŁ¨ŔýČ磬żÉŇÔÖ»ÓĂŔ´Ŕ©ŐąÍĽĎń¶Ô»°żňŁ©ˇŁŐâĐ©˛ĺĽţ¸˛¸ÇÁËÖ÷ĚâÄŁ°ĺÖж¨ŇĺµÄą¦Ä܎ٞĺĽţÂ߼­Ó¦¸Ă°üş¬ÔÚŇ»¸ö˝Đ"editor_plugin.js"µÄÎÄĽţÖĐŁ¬ËüĘDzĺĽţĿ¼ÖĐΨһ±»°üş¬˝řŔ´µÄÎÄĽţˇŁ
- ŔýČ磺"my_image_dialog,my_link_dialog". -
ČçąűÄăĎë´´˝¨×ÔĽşµÄ˛ĺĽţ٬Çë×ĐϸÔĶÁÎĵµµÄ Ö÷Ěâ ˛ż·ÖˇŁ
[language]TinyMCEÖĐĘąÓõÄÓďŃÔ°ü٬ŐâÓ¦¸ĂĘÇĎńse,uk,usµČÖîČç´ËŔŕµÄFN´úÂ룬Ëü±»ÓĂŔ´´Ó"langs"Ŀ¼ÖĐ»ńȡÓďŃÔ°ü٬¸ĂÉčÖõÄĬČĎֵΪ"uk".
- ÖĐÎÄÓĂ»§˝¨ŇéÄúĘąÓĂ"zh-CN"
[elements]ŇÔ¶şşĹ·Ö¸ôµÄÓĂŔ´×Ş»»łÉ±ŕĽ­Ć÷µÄ×éĽţÁĐ±íŁ¬¸ĂѡĎî˝öÔÚ"mode"ѡĎî±»ÉčÖĂłÉ"exact"ʱʹÓĂˇŁ¸ĂÁбíÖеÄÔŞËŘżÉŇÔĘÇČÎşÎÓĐid»ňnameĘôĐÔµÄHTML×éĽţˇŁ
[ask]µ±"mode"±»ÉčÖĂłÉ"textareas"»ň"specific_textareas"µÄʱşň٬¸ĂѡĎî±»Ó¦ÓĂŁ¬ŃŻÎĘÓĂ»§ĘäČëżňĘÇ·ń˝«±»×Ş»»łÉ±ŕĽ­Ć÷ˇŁ
- ČçąűÄăĎëĘąÓĂŐâ¸öѡĎ˝«ËüÉčÖĂÎŞtrue.
[textarea_trigger]textareaٍÎıľÓňŁ©´Ą·˘Ć÷µÄĘôĐÔŁ¬Ä¬ČĎֵΪ"mce_editable"ˇŁ
- ¸ĂѡĎî˝öÔÚ"mode"±»ÉčÖĂÎŞ"specific_textareas"ʱʹÓáŁ
[valid_elements]ŇÔ¶şşĹ·Ö¸ôżŞµÄ×éĽţת»»˛ż·ÖµÄÁĐ±íˇŁ
-
- ŔýČ磺 a[href|target=_blank],strong/b,div[align],br.

- ŇÔÉĎŔý×Ó¸ćËßTinyMCEŇĆłýËůÓĐłýÁË"a, strong, div"şÍ"br"µÄ×éĽţ٬˝«ÔŞËŘbת»»łÉstrong٬ĬČĎtargetÉčÎŞ"_blank"˛˘±ŁłÖhrefˇ˘targetˇ˘alignĘôĐÔˇŁÔÚĆĄĹä×éĽţĽ°ĘôĐÔµÄĂűłĆʱżÉŇÔĘąÓĂĎń*,+,?ŐâŃůµÄͨĹä·űˇŁ
-
×Ö·űŁş
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 , ¸÷×éĽţ¶¨ŇĺÖ®ĽäµÄ·Ö¸ô·űˇŁ
 / Á˝¸öͬŇĺ×éĽţÖ®ĽäµÄ·Ö¸ô·űˇŁµÚŇ»¸ö×éĽţĘǻᱻÓĂŔ´ĘäłöµÄÄǸöٍĽ´µÚ¶ţ¸ö×éĽţ±»µÚŇ»¸öĚ㻻٩ˇŁ
 | ¸÷ĘôĐÔ¶¨ŇĺÖ®ĽäµÄ·Ö¸ô·űˇŁ
 [ ¶¨ŇĺÄł×éĽţµÄĘôĐÔÁбíµÄżŞĘĽ·űşĹˇŁ
 ] ¶¨ŇĺÄł×éĽţµÄĘôĐÔÁбíµÄ˝áĘř·űşĹˇŁ
 = ˝«ĘôĐÔµÄĬČĎÖµÉčÎŞĚض¨ÖµˇŁŔýČ磺"target=_blank"
 : ˝«ĘôĐÔµÄֵǿĐĐÉčÎŞĚض¨ÖµˇŁŔýČ磺"border:0"
 < ĐŁŃéÄł¸öĘôĐÔµÄÖµˇŁŔýČ磺"target<_blank?_self"
 ? ĘôĐÔĐŁŃéÖµÖ®ĽäµÄ·Ö¸ô·ű٬ĽűÉϡŁ
-
- ĚŘĘâ±äÁżŁş
- {$uid} - ˛úÉúŇ»¸öΨһIDşĹˇŁ ŔýČ磺"p[id:{$uid}]".
-
´ËѡĎîµÄĬČĎÖµĘÇŇÔĎÂÄŁĘ˝Łş
"a[href|target],strong/b[class],em/i[class],strike[class],u[class],p[class|align],ol,ul,li,br,
- img[class|src|border=0|alt|hspace|vspace|width|height|align],sub,sup,blockquote[dir|style],
- table[border=0|cellspacing|cellpadding|width|height|class|align],tr[rowspan],
- td[colspan|rowspan|width|height],div[class|align],span[class|align],pre[class|align],
- address[class|align],h1[class|align],h2[class|align],h3[class|align],
- h4[class|align],h5[class|align],h6[class|align],hr".
-
ŇŞ°üş¬ËůÓĐ×éĽţĽ°ĘôĐÔŁ¬ÇëĘąÓĂ *[*] ٬ŐâÔÚĘąÓĂinvalid_elementsѡĎîʱĚرđÓĐÓáŁ
[extended_valid_elements]Ďň"valid_elements"ÁбíĩβĚíĽÓżÉÓĂ×éĽţˇŁ´ËѡĎîÔÚÄă˝ö˝öĎëÍůĬČĎÁбíÖĐÔöĚí˛ż·Ö×éĽţʱĎŕµ±ÓĐÓáŁ
- ¸ńĘ˝Óë"valid_elements"Ň»Ö¡Ł
[invalid_elements]ĘäłöʱĐčŇŞĹĹłýÔÚÍâµÄ×éĽţĂűłĆÁĐ±íŁ¬ŇÔ¶şşĹ·Ö¸ôżŞˇŁ
[trim_span_elements]True/FalseѡĎČçąűÉčÖĂÎŞtrue٬˛»ĐčŇŞµÄ×éĽţ˝«±»ŇĆłýˇŁÄ¬ČĎÖµĽ´ÎŞtrueˇŁ
[verify_css_classes]True/FalseѡĎČçąűÉčÖĂÎŞtrue٬˝«»áĐŁŃéCSSµÄclassĘôĐÔˇŁÄ¬ČĎÖµĽ´ÎŞtrueˇŁ
[verify_html]True/FalseѡĎ´ú±í×ĹHTMLÄÚČÝĘÇ·ńĐčŇŞĐŁŃ顣ĬČĎֵΪtrueˇŁ
[urlconvertor_callback]µ±ÇĺŔí˝řłĚ´¦ŔíURLµÄʱşňµ÷ÓõĺŻĘýĂűˇŁ´ËşŻĘý±ŘĐë×ń´ÓŇÔϵĸńĘ˝Łşfunc(url, node, on_save) ٬·µ»Řת»»şóµÄURLˇŁ´ËÉčÖĂרΪĽŻłÉÄżµÄ¶řÉ衣˛ÎĘýurl´ú±íҪת»»µÄµŘַ٬node´ú±í°üş¬URLµÄÄǸö˝Úµă٬on_saveĘÇŇ»¸ö˛Ľ¶űֵٍÔÚÓĂ»§Ěá˝»±íµĄĘ±ÎŞŐ棩ˇŁ
[preformatted]True/FalseѡĎČçąűÉčÖĂÎŞtrue٬±ŕĽ­Ć÷˝«°ŃÖƱí·űٍTABŁ©×Ş»»łÉËő˝ř٬łý´ËÍⱣłÖĆäËűwhitespaceٍżŐ°××Ö·űˇ˘»»Đеȣ©×Ö·ű٬ľÍČçͬHTML±ęÇ©ÖеÄPREµÄЧąűˇŁÄ¬ČĎֵΪfalseˇŁ
[insertlink_callback]µ±Ö´ĐĐ"insertlink"ĂüÁîʱµ÷ÓõĺŻĘýĂűˇŁ´ËşŻĘý»ńȡѡ¶¨Á´˝ÓµÄµŘÖ·şÍÄż±ę٬·µ»ŘŇ»¸öŇÔ"href", "target"şÍ "title"ÎŞcollectionĂűłĆµÄĘý×顣µ±ĘąÓĂĐ´°żÚĘ±Ł¬ÎŞÁËĽćČÝMozilla٬»áÔÚwindow.openerٍµŻłö´°żÚµÄĸ´°żÚ٬ŇëŐß×˘Ł©Éϵ÷ÓĂtinyMCE.insertLinkˇŁ
[insertimage_callback]µ±Ö´ĐĐ"insertimage"ĂüÁîʱµ÷ÓõĺŻĘýĂűˇŁ´ËşŻĘý»ńȡѡ¶¨ÍĽĎńµÄurl˛˘·µ»ŘŇ»¸öŇÔsrcşÍaltÎŞcollectionĂűłĆµÄĘý×顣µ±ĘąÓĂĐ´°żÚĘ±Ł¬ÎŞÁËĽćČÝMozilla٬»áÔÚwindow.openerÉϵ÷ÓĂtinyMCE.insertImageˇŁ
- şŻĘý¸ńĘ˝Łşinsertimage(src, alt, border, hspace, vspace, width, height, align, title, - onmouseover, onmouseout, action).
[setupcontent_callback]µ±±ŕĽ­Ć÷łőĘĽ»ŻĘ±µ÷ÓõĺŻĘýĂűˇŁşŻĘý¸ńĘ˝ŁşsetupContentCallback(editor_id, node)٬ĆäÖĐeditor_idĘDZ༭Ć÷µÄid٬nodeĘDZ༭Ć÷ËůÔÚµÄbody×éĽţ˝ÚµăˇŁ
[save_callback]µ±Ö´ĐĐtriggerSaveٍ´Ą·˘±Ł´ćŁ©ĂüÁî±»µ÷ÓĂʱµ÷ÓõĺŻĘýĂűˇŁşŻĘý¸ńĘ˝Łşsave(id, content, node)٬ČçąűÓĐĚض¨·µ»Řֵ٬ĆäÖµ˝«»á±»ĽÓµ˝HTML±íµĄ×éĽţÉϡŁËůŇÔżÉŇÔͨąý´ËşŻĘýŔ´×Ô¶¨ŇĺÓĂ»§×Ş»»Â߼­ˇŁ
[docs_language]TinyMCEÎĵµÖĐĘąÓõÄÓďŃÔŁ¬ŐâÓ¦¸ĂĘÇĎńse,uk,usµČÖîČç´ËŔŕµÄFN´úÂ룬Ëü±»ÓĂŔ´´Ó"<theme>/docs/<lang>"Ŀ¼ÖĐ»ńȡÎĵµˇŁ - ¸ĂѡĎîµÄĬČĎÖµ¸úlanguageѡĎîŇ»Ö¡Ł
[width]±ŕĽ­Ć÷µÄżí¶Č٬ËüĬČϵĿí¶ČĘÇÔ­Ďȱ»Ěć»»µÄ×éĽţżí¶ČˇŁ
[height]±ŕĽ­Ć÷µÄ¸ß¶Č٬ËüĬČϵĸ߶ČĘÇÔ­Ďȱ»Ěć»»µÄ×éĽţ¸ß¶ČˇŁ
[content_css]±ŕĽ­´°żÚÖĐŇŞĘąÓõÄCSSÎÄĽţ٬Ćä·ľ¶Ó¦¸Ă¸úŇłĂćĎŕąŘˇŁ
[popups_css]Ďń˛ĺČëÁ´˝ÓşÍͼƬʱµÄµŻłö´°żÚÖĐĘąÓõÄCSSÎÄĽţ٬Ćä·ľ¶Ó¦¸Ă¸úŇłĂćĎŕąŘˇŁ
[editor_css]±ŕĽ­Ć÷ĘąÓõÄCSSÎÄĽţ٬Ćä·ľ¶Ó¦¸Ă¸úŇłĂćĎŕąŘˇŁ
[encoding]±ŕĽ­Ć÷µÄĘäłö±ŕÂ룬´ËѡĎîĿǰֻÄÜÎŞ"html"»ňŐßżŐˇŁČçąűÉčÖĂÎŞ"html"٬±ŕĽ­Ć÷µÄĘäłö˝«ľ­ąýHTML±ŕÂë´¦ŔíˇŁ
- ŔýČ磺<˝«»á±äłÉ&lt;٬ŇŔ´ËŔŕÍơŁÄ¬ČĎÖµĘÇżŐˇŁ
[debug]True/FalseѡĎČçąűÉčÖĂłÉtrue٬ĎńcssÎÄĽţ·ľ¶µČµ÷ĘÔĐĹϢ˝«»á±»ĎÔĘľˇŁ
[visual]True/FalseѡĎČçąűÉčÖĂłÉtrue٬µ±±ßżňÉčÖĂłÉ0µÄʱşňŁ¬ÎŞ´ďµ˝¸üşĂµÄĘÓľőЧąűÔڱ༭Ć÷Öбí¸ń»áÓĐĐéĎßłöĎÖˇŁ
- ĬČĎֵΪtrueˇŁ
[visual_table_style]ÓĂ»§żÉ×Ô¶¨Ňĺ±í¸ńµÄŃůĘ˝Ł¬Ä¬ČĎÖµÎŞŁş"border: 1px dashed #BBBBBB"ˇŁ
[add_form_submit_trigger]True/FalseѡĎČçąűÉčÖĂłÉtrue٬˝«ÇżÖĆ˝řĐĐËůÓĐ±íµĄµÄ"onsubmit"ĘÂĽţ´¦Ŕí˛˘Ňý·˘±Ł´ćˇŁ´ËѡĎîĬČĎֵΪtrueˇŁ
[add_unload_trigger]True/FalseѡĎČçąűÉčÖĂłÉtrue٬ÔÚ"onunload"ĘÂĽţ·˘ÉúƱ٬µ±Ç°´°żÚ»áŇý·˘Ň»¸ötriggerSaveµ÷ÓĂˇŁ´ËtriggerSaveµ÷Óò»»á×öČÎşÎÇĺŔíą¤×÷٬ŇňÎŞËüĘÇÓĂŔ´´¦Ŕí ǰ˝ř/şóÍË °´ĹĄµÄˇŁ´ËѡĎîĬČĎֵΪtrueˇŁ
[force_br_newlines]True/FalseѡĎ´ËѡĎîÇżÖƱ༭Ć÷˝«¶ÎÂä·űşĹ(P)Ěć»»łÉ»»ĐĐ·ű(BR)ˇŁ´ËѡĎîĬČĎֵΪfalseˇŁŁ¨ĘµŃé˝×¶ÎŁ©
[force_p_newlines]True/FalseѡĎČçąű´ňżŞ´ËѡĎÔÚ°´Ď»سµĽüٍEnter٩ƱMozilla/FirefoxäŻŔŔĆ÷»áÉúłÉ¶ÎÂä·űşĹ(P)٬ÔÚ°´ĎÂShift+Enterʱ»áÉúłÉ»»ĐĐ·ű(BR)ˇŁ´ËѡĎîĬČĎÎŞtrueˇŁ
[relative_urls]True/FalseѡĎČçąűÉčÖĂłÉtrue٬ľř¶Ô·ľ¶˝«±»×Ş»»łÉĎŕ¶Ô·ľ¶ˇŁÄ¬ČĎֵΪtrueˇŁ
[remove_script_host]True/FalseѡĎÔÚÉčÖĂłÉtrueµÄÇéżöĎÂŁ¬ČçąűURLÖеÄÖ÷»úĂűˇ˘¶ËżÚşĹ¸ú±ŕĽ­Ć÷µ±Ç°ËůÔÚŇ»ÖÂŁ¬ËüĂǻᱻŇĆłýˇŁ
- ŔýČ磺±ŕĽ­Ć÷ËůÔÚŐľµăÎŞ http://www.somesite.com ٬ÄÇĂ´ŇÔĎÂÁ´˝Ó http://www.somesite.com/somedir/somepage.html ˝«»á±»×Ş»»łÉ /somedir/somepage.html ˇŁ
Čçąűrelative_urls±»ÉčÖĂłÉfalse٬´ËѡĎîĬČĎÎŞtrueˇŁ
[focus_alert]True/FalseѡĎČçąűÉčÖĂłÉtrue٬±ŕĽ­Ć÷ÔÚʧȥ˝ąµăµÄʱşňľÍ»áłöĎÖŇ»¸ö·łČËµÄľŻ¸ćżňˇŁÄ¬ČĎֵΪtrueˇŁ
[document_base_url]ÔÚ˝«ľř¶Ô·ľ¶×Ş»»łÉĎŕ¶Ô·ľ¶µÄʱşň»áÓõ˝´ËÎĵµµÄURLˇŁŐâ¸öѡĎîÖ¸¶¨Á˱༭Ć÷µ±Ç°µÄĬČĎÎĵµˇŁ
- עŇâČçąű´ËѡĎîÖ¸¶¨µ˝Ň»¸öÓňĂű٬ÇëĚíĽÓĐ­ŇéÇ°×şŁ¬˛˘ŇÔб¸Ü˝áβˇŁŔýČ磺http://www.somehost.com/mydir/
[custom_undo_redo]True/FalseѡĎ´ËѡĎîżÉŇÔĘą ł·Ďű/ÖŘ×ö ą¦ÄܸüĽÓÍęÉơŁÄ¬ČĎֵΪtrueˇŁ
[custom_undo_redo_levels]×Ô¶¨Ňĺ×î¶ŕżÉł·Ďű˛Ů×÷µÄ´ÎĘý٬ĬČĎĘÇÎŢĎŢÖơŁ
[custom_undo_redo_keyboard_shortcuts]ČçąűĘąÓĂŁ¬±ŕĽ­Ć÷żÉŇÔĘąÓĂCtrl+ZşÍCtrl+Yżě˝ÝĽüŔ´ĘµĎÖł·ĎűşÍÖŘ×öˇŁÄ¬ČĎÔĘĐíˇŁ
[fix_content_duplication]True/FalseѡĎ´ËѡĎîĐŢŐýÁËMSIEÖĐŇ»¸öÄÚČÝÖظ´µÄbugˇŁÄ¬ČĎĆôÓĂŁ¬µ«ĘÇÎŞÁËĽćČÝĐÔҲżÉŇÔ˝űÓĂ(false)ˇŁ
[directionality]´ËѡĎîżÉŇÔÉčÖĂĎń°˘Ŕ­˛®ÓďµČÓďŃÔµÄÎÄ×Ö·˝ĎňˇŁżÉÄܵÄÖµÎŞŁşltr, rtlˇŁÄ¬ČĎÖµ: ltrٍ´Ó×óµ˝ÓŇŁ©ˇŁ
[auto_cleanup_word]ČçąűĆôÓĂŁ¬´ÓMS office/WordŐłĚůµÄHTML˝«»á×Ô¶Ż±»ÇĺŔíˇŁ´ËѡĎîĬČĎֵΪfalseˇŁ
- עŇ⣺´Ë˛Ů×÷µ±Ç°˝öÖ§łÖMSIEˇŁ
[cleanup_on_startup]ČçąűĆôÓĂŁ¬Ôڱ༭Ć÷łőĘĽ»ŻĘ±ÎıľÓňĽ°×éĽţ˝«»á±»ÇĺŔíˇŁÄ¬ČĎֵΪfalseˇŁ
[inline_styles]ČçąűĆôÓĂŁ¬Ďńwidth,height,vspace,hspaceşÍalignµČĘôĐÔ˝«»á±»·ç¸ńĘôĐÔĚć´úˇŁÄ¬ČĎֵΪfalseˇŁ
- ÔÚĘąÓĂ´ËѡĎîʱĽÇµĂŇŞ°Ń·ç¸ńĘôĐÔÓ¦ÓĂÔÚŐýČ·µÄ×éĽţÉϡŁ
[convert_newlines_to_brs]ČçąűĆôÓĂŁ¬ËůÓеÄ\n(ĐÂĐĐ)˝«»áÔڱ༭Ć÷Ćô¶ŻĘ±±»×Ş»»łÉ<br />×éĽţˇŁ´ËѡĎîĬČĎֵΪfalseˇŁ
[auto_reset_designmode]ŇňÎŞÔÚµ÷ÓĂstyle.displayµÄnone/block·˝·¨Ŕ´ĎÔĘľ/Ňţ˛ŘÄł¸öTinyMCE±ŕĽ­Ć÷µÄʱşňÓĐbug٬ÉčĽĆÄŁĘ˝ĐčŇŞ±»ÖŘÖĂˇŁ´ËѡĎîŇ»µ©ĆôÓĂŁ¬µ±±ŕĽ­Ć÷ľŰ˝ąĘ±Ł¬˝«×Ô¶ŻÖŘÖáŁÄ¬ČĎֵΪfalseˇŁ
[entities]Ň»ŐĹŇÔ×Ö·ű´úÂëŔ´˛éŐŇĂűłĆµÄ±í٬¸Ă±íÖĐÔŞËŘĘÇŇÔ¶şşĹ·Ö¸ôżŞµÄʵĚĺÁĐ±íˇŁ¸ĂÁбíŇÔĆćĘýĎżĘýĎîÇř·Ö٬ĆäÖĐĆćĘýĎîĘDZ»ÓĂŔ´×Ş»»µÄ×Ö·ű´úÂ룬żĘýĎîĘÇ´ú±íÄǸö×Ö·ű´úÂëµÄʵĚĺĂűłĆˇŁŔýČ磺"8205,zwj,8206,lrm,8207,rlm,173,shy"ˇŁ
[cleanup_callback]×Ô¶¨ŇĺÇĺŔíşŻĘýˇŁ´ËѡĎîÄÜČĂÓĂ»§ÔÚĬČϵÄÇĺŔí»ů´ˇÉĎÓĐËůŔ©ŐąˇŁ´ËşŻĘýµ÷ÓøúĬČϵĵ÷ÓĂĘÇ·ÖżŞµÄŁ¬Ëü˛˘˛»Ě滻ĬČϵÄÇĺŔíşŻĘý٬¶ř˝ö˝öĘÇŔ©ŐąˇŁµă»÷ ˛ĺĽţÇĺŔí ˛éż´¸ü¶ŕϸ˝ÚˇŁ
Ö÷ĚâµÄ¸ßĽ¶Ěض¨ÉčÖĂ
[theme_advanced_toolbar_location]´ËѡĎîÓĂŔ´¸Ä±äą¤ľßŔ¸µÄĬČĎλÖĂˇŁżÉÄܵÄÖµÎŞŁş"top"şÍ"bottom"ˇŁÄ¬ČĎÖµĘÇ"bottom"ˇŁ
[theme_advanced_toolbar_align]´ËѡĎîÓĂŔ´ÉčÖĂą¤ľßŔ¸µÄ¶ÔĆ뷽ʽĘÇleft, center»ąĘÇrightˇŁÄ¬ČĎÖµĘÇcenterˇŁ
[theme_advanced_styles]´ËѡĎîżÉŇÔÓĂŔ´ÔöĽÓ·ç¸ńĎÂŔ­żňÖеÄCSSŔŕşÍĂűłĆˇŁ¸ńĘ˝ČçĎÂŁş"<title>=<class>;.."ˇŁ
- ČçąűĂ»ÓĐÖ¸¶¨´ËѡĎÖ÷ÄÚČݲż·ÖµÄCSSŔཫ»á±»×Ô¶ŻµĽČ롣
- ŔýČ磺"Header 1=header1;Header 2=header2;Header 3=header3"
[theme_advanced_buttons1]ą¤ľßŔ¸ÉϵÚŇ»ĐĐŇŞ°üş¬µÄ°´ĹĄÁĐ±íŁ¬ŇÔ¶şşĹ·Ö¸ôżŞˇŁŔýČ磺"bold,italic,underline"ˇŁ
-
- ÔĘĐíµÄ°´ĹĄĂűłĆČçĎÂŁş
- bold, italic, underline, strikethrough, justifyleft, justifycenter, justifyright, - justifyfull, styleselect, bullist, numlist, outdent, indent, undo,redo, - link, unlink, image, cleanup, help, code, table, row_before, row_after, - delete_row, separator, rowseparator, col_before, col_after, delete_col, hr, removeformat, - sub, sup, formatselect, fontselect, fontsizeselect, forecolor,charmap,visualaid,spacer,cut,copy,paste
[theme_advanced_buttons2]ͬÉĎŁ¬˛î±đÔÚÓÚÖ¸¶¨µÄĘÇą¤ľßŔ¸µÚ¶ţĐСŁ
[theme_advanced_buttons3]ͬÉĎŁ¬˛î±đÔÚÓÚÖ¸¶¨µÄĘÇą¤ľßŔ¸µÚČýĐСŁ
[theme_advanced_buttons<N>_add]Ďňą¤ľßŔ¸ÉĎĚض¨µÄµÚNĐĐÖĐÔöĽÓ¶îÍâµÄżŘÖĆ/°´ĹĄˇŁŔýČ磺theme_advaned_buttons3_add : "iespell".
[theme_advanced_buttons<N>_add_before]Ďňą¤ľßŔ¸ÉĎĚض¨µÄµÚNĐеÄĬČϰ´ĹĄÇ°ĂćÔöĽÓ¶îÍâµÄżŘÖĆ/°´ĹĄˇŁŔýČ磺theme_advaned_buttons3_add_before : "iespell"ˇŁ
[theme_advanced_disable]ŇŞ˝űÓõİ´ĹĄ/×éĽţµÄÁĐ±íŁ¬ŇÔ¶şşĹ·Ö¸ôˇŁŔýČ磺"formatselect".
[theme_advanced_source_editor_width]Ô´ÎÄĽţ±ŕĽ­Ć÷´°żÚµÄżí¶ČˇŁ
[theme_advanced_source_editor_height]Ô´ÎÄĽţ±ŕĽ­Ć÷´°żÚµÄ¸ß¶ČˇŁ
[theme_advanced_path_location]×éĽţ·ľ¶ÁбíµÄλÖĂŁ¬żÉÄܵÄÖµÎŞŁş"top"»ň"bottom"ˇŁÄ¬ČĎÖµÎŞŁş"none"
[theme_advanced_blockformats]formatselectÁбíŇŞĆÁ±ÎµÄ¸ńĘ˝ÁĐ±íŁ¬ŇÔ¶şşĹ·Ö¸ôżŞˇŁÄ¬ČĎÖµŁşp,address,pre,h1,h2,h3,h4,h5,h6ˇŁ
-
-ŇÔĎÂĘÇŇ»¸ö˝ĎÎŞ¸´ÔӵijőĘĽ»ŻŔý×ÓŁş
-
- - - - -
<!-- tinyMCE -->
<script language="javascript" - type="text/javascript" src="jscripts/tiny_mce/tiny_mce.js"></script>
- <script language="javascript" type="text/javascript">
-    tinyMCE.init({
-       mode : "exact",
-       theme : "mytheme",
-       language : "se",
-       elements : "elm1,elm2"
-   });

</script>
<!-- /tinyMCE -->
-
- şŻĘý -Ł¨ą©¸ßĽ¶ĘąÓĂŁ©
-
-TinyMCEÓĐŇ»¸öČ«ľÖʵŔý٬ËüÄÜĚṩһЩżÉ´ÓŇłĂćµ÷ÓõĹ«ÓĂşŻĘýˇŁ
-
-Óď·¨Łş tinyMCE.triggerSave([skip_cleanup]);
-
-ĂčĘöŁş˝řĐĐÇĺłý˛Ů×÷٬˛˘˝«±ŕĽ­Ć÷ÄÚČÝŇƻص˝±íµĄÓňÖСŁtinyMCEͨąýĎň±íµĄĚá˝»·˝·¨ÖĐÔöĽÓ´Ą·˘Ć÷Ŕ´×Ô¶Żµ÷ÓĂ´ËşŻĘýˇŁ
-
-˛ÎĘýŁş
-[skip_cleanup] - ˝űÓĂ±Ł´ć´Ą·˘Ć÷µÄÇĺłýą¦ÄÜŁ¬Ä¬ČĎÎŞfalseˇŁ(żÉѡ)
-
-·µ»ŘŁş ÎŢ
-
-Óď·¨Łş tinyMCE.updateContent(form_element_name);
-
-ĂčĘöŁş˝«±íµĄ×éĽţµÄÄÚČÝתŇƵ˝±ŕĽ­Ć÷ÖĐŁ¬´Ë˛Ů×÷µÄą¦ÄܸútriggerSave()ŐýşĂĎŕ·´ˇŁµ±ÄăĎ붯̬¸Ä±ä±ŕĽ­Ć÷ÄÚČÝʱżÉŇÔĘąÓĂ´Ë·˝·¨ˇŁ
-
-˛ÎĘýŁş
-
form_element_name - ŇŞ»ńȡÄÚČݵÄ×éĽţËůÔÚ±íµĄµÄĂűłĆˇŁ
-
-·µ»ŘŁş ÎŢ -
-Óď·¨Łş tinyMCE.execInstanceCommand(editor_id, command, [user_interface], [value]);
-
-ĂčĘöŁş´Ë·˝·¨Í¨ąýeditor_id˛ÎĘýŐҵ˝Äł¸ö±ŕĽ­Ć÷ʵŔý٬Ôڴ˱༭Ć÷ÉĎÖ´ĐĐŇ»¸öĂüÁ
-
-˛ÎĘýŁş
-editor_id - ±ŕĽ­Ć÷ʵŔýµÄID»ňŐß±»Ěć»»şóµÄ×éĽţid/ĂűłĆˇŁ
-command - ŇŞÖ´ĐеÄĂüÁ˛éż´execCommandşŻĘýŇÔ»ńȡ¸ü¶ŕϸ˝ÚˇŁ
-[user_interface] - ĘÇ·ńĘąÓĂÓĂ»§˝çĂ档
-[value] - Ö´ĐĐĂüÁîʱҪ´«µÝµÄ˛ÎĘý٬ŔýČ磺һ¸öURLˇŁ
-
-·µ»ŘŁş ÎŢ -
-Óď·¨Łş tinyMCE.execCommand(command, [user_interface], [value]);
-
-ĂčĘöŁş´Ë·˝·¨ÔÚѡ¶¨±ŕĽ­Ć÷ÖĐͨąýĂűłĆÖ´ĐĐĚض¨ĂüÁ
-
-˛ÎĘýŁş
-
command - ŇŞÖ´ĐеÄĂüÁŔýČ磺"Bold" or "Italic"ˇŁÄăżÉŇÔͨąý´ËÁ¬˝ÓŔ´˛éż´Mozilla Midas specˇŁµ«ĘÇtinyMCEҲÓĐ×ÔÉíһЩĚŘĘâµÄĂüÁîČçϱíËůĘľŁş
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
mceLink´ňżŞ˛ĺČëÁ´˝Ó¶Ô»°żň˛˘˛ĺČëÁ´˝ÓˇŁ
mceImage´ňżŞ˛ĺČëÍĽĎń¶Ô»°żň˛˘˛ĺČëÍĽĎńˇŁ
mceCleanup´ÓHTML´úÂëÖĐŇĆłý˛»ĐčŇŞµÄ×éĽţşÍĘôĐÔˇŁ
mceHelp´ňżŞÎĵµŇłĂ档
mceInsertTableÔÚĘó±ęλÖòĺČë±í¸ń٬ĬČĎłß´çÎŞŁş2ˇÁ2ˇŁČçąűexecCommandşŻĘýÖĐÓĐÖ¸¶¨value˛ÎĘý٬ËüµÄ¸ńĘ˝±ŘĐëÎŞname/valueĐÎĘ˝µÄĘý×飬ĆäÖĐnameÓĐŇÔĎÂѡĎcols, rows, border, cellspacing, cellpaddingˇŁborderٍ±ßżňŁ©µÄĬČĎ´óĐˇÎŞŁş0ˇŁ
mceTableInsertRowBeforeÔÚµ±Ç°Ęó±ęËůÔÚλÖĂ֮ǰ˛ĺČëŇ»ĐСŁ
mceTableInsertRowAfterÔÚµ±Ç°Ęó±ęËůÔÚλÖĂÖ®şó˛ĺČëŇ»ĐСŁ
mceTableDeleteRow˝«µ±Ç°Ęó±ęËůÔÚĐĐÉľłýˇŁ
mceTableInsertColBeforeÔÚµ±Ç°Ęó±ęËůÔÚλÖĂ֮ǰ˛ĺČëŇ»ÁСŁ
mceTableInsertColAfterÔÚµ±Ç°Ęó±ęËůÔÚλÖĂÖ®şó˛ĺČëŇ»ÁСŁ
mceTableDeleteCol˝«µ±Ç°Ęó±ęËůÔÚÁĐÉľłýˇŁ
mceAddControlĎň±ŕĽ­Ć÷ĚíĽÓ×éĽţżŘÖĆŁ¬´Ë±ŕĽ­Ć÷µÄid/nameÓÉvalueÖ¸¶¨ˇŁ
mceRemoveControlͨąýeditor_idĂűłĆŔ´ŇĆłýĚض¨żŘÖơŁvalueĘÇŇŞŇĆłýµÄeditor_idٍ±ŕĽ­Ć÷ID٩٬±ŕĽ­Ć÷ID¸ńĘ˝ČçĎÂŁş"mce_editor_<index>"ˇŁ
- ҲżÉŇÔĘąÓĂDOM×éĽţµÄIDşÍ±íµĄĂűˇŁ
mceFocusĘąŇÔvalueµÄֵΪIDµÄ±ŕĽ­Ć÷»ńµĂ˝ąµăˇŁ±ŕĽ­Ć÷ID¸ńĘ˝ČçĎÂŁş"mce_editor_<index>"ˇŁŇ˛żÉŇÔĘąÓĂDOM×éĽţµÄIDşÍ±íµĄĂűˇŁ
mceSetCSSClassÉčÖĂCSSŔŕĘôĐÔŁ¬»ňŐßÔÚѡÔńżňÖĐ´´˝¨ĐµÄspanˇŁvalueµÄÖµĘÇŇŞ¸řѡ¶¨×éĽţÖ¸ĹɵÄcssŔŕĂű»ňŐßŇŞĐ´´˝¨µÄspan×éĽţĂűłĆˇŁ
mceInsertContentÔÚµ±Ç°Ęó±ęËůÔÚλÖòĺČëvalueµÄÄÚČݡŁ
mceReplaceContent˝«µ±Ç°Ńˇ¶¨˛ż·ÖĚ滻ΪvalueÖеÄHTML´úÂ롣{$selection}±äÁżÓɵ±Ç°Ńˇ¶¨˛ż·ÖµÄÎÄ×ÖÄÚČÝĚć»»ˇŁ
mceSetAttribute

ÎŞµ±Ç°Ńˇ¶¨×éĽţÉčÖĂĘôĐÔˇŁ´ËĂüÁîµÄvalueÓ¦¸ĂĘÇname/valueĘý×飬Ćä˛ÎĘýČçĎÂŁş
-
- name - ŇŞÉčÖõÄĘôĐÔĂűˇŁ
- value - ŇŞÉčÖõÄĘôĐÔÖµˇŁ
- [targets] - ŇŞÔöĽÓĘôĐÔµÄÄż±ę×éĽţ٬ĬČĎÎŞŁşp,img,span,div,td,h1,h2,h3,h4,h5,h6,pre,addressˇŁ
-
- ĘąÓĂĘľŔýŁş
- tinyMCE.execCommand('mceSetAttribute',false,{name:'align',value:'right'});

mceToggleVisualAid

ĘÇ·ńżŞĆôĘÓľő°ďÖúÄŁĘ˝

mceAnchor

˛ĺČëĂűłĆĂŞµăˇŁvalueĘÇĂŞµăµÄĂűłĆˇŁ

mceResetDesignMode

ÖŘÖĂËůÓб༭Ć÷ʵŔýµÄÉčĽĆģʽ״̬ˇŁÔÚFirefoxÖĐŁ¬µ±±ŕĽ­Ć÷±»·ĹÔÚÖƱí·űÖĐ»ňŐßÓĂstyle.display="none/block"Ŕ´żŘÖĆŇţĎÔµÄʱşň٬´ËĂüÁî·ÇłŁÓĐÓáŁÔڱ༭Ć÷ÖŘĐÂĎÔʾʱµ÷ÓĂ´ËĂüÁ

mceSelectNode

ѡ¶¨valueÖ¸¶¨µÄ˝Úµă/×éĽţˇŁÍ¬Ę±´ËĂüÁî»áĘą±ŕĽ­Ć÷ąö¶Żµ˝´Ë×éĽţËůÔÚλÖáŁ

mceSelectNodeDepth

´Óµ±Ç°˝ÚµăŇÔÉî¶ČąŘϵѡÔńÖ¸¶¨µÄ˝Úµă/×éĽţˇŁËůŇÔ0Öµ»áѡ¶¨µ±Ç°ľŰ˝ąµÄ˝ÚµăˇŁÍ¬Ę±´ËĂüÁî»áĘą±ŕĽ­Ć÷ąö¶Żµ˝´Ë×éĽţËůÔÚλÖáŁ

-
-
-user_interface - ÉęĂ÷ÄłĂüÁîĘÇ·ń»áĎÔĘľÓĂ»§˝çĂ档True/FalseѡĎ
-value - ŇŞ´«µÝ¸řĂüÁîµÄÖµˇŁŔýČ磬˛ĺČëÁ´˝ÓƱ٬ËüľÍĘÇÁ´˝ÓµÄURLˇŁ
-
-·µ»ŘŁş ÎŢ
-
-ĘľŔýŁş
- - - - -
<a href="javascript:tinymce.execCommand('Bold');">[Do - bold]</a>
-
-Óď·¨Łş tinyMCE.insertLink(href, target);
-
-ĂčĘöŁş´Ë·˝·¨ÔÚµ±Ç°Ńˇ¶¨±ŕĽ­Ć÷ʵŔýµÄĘó±ęλÖòĺČëŇ»¸öÁ´˝Ó٬»ňŐßÓĂеÄĘýľÝŔ´¸üĐÂŇŃÓĐÁ´˝ÓˇŁµ±Äă´´˝¨×ÔĽşµÄÖ÷ĚâƱ٬´Ë·˝·¨Ó¦ÔÚ˛ĺČëÁ´˝ÓµÄµŻłö´°żÚÖеÄOK°´ĹĄ°´ĎÂʱ±»µ÷ÓáŁ
-
-˛ÎĘýŁş
-
href - Á´˝ÓµÄµŘÖ·/URLˇŁ
-target - Á´˝ÓµÄÄż±ęˇŁ
-
-·µ»ŘŁş ÎŢ -
-Óď·¨Łş tinyMCE.insertImage(src, alt, border, hspace, vspace, -width, height, align, title, onmouseover, onmouseout);
-
-ĂčĘöŁş´Ë·˝·¨ÔÚµ±Ç°Ńˇ¶¨±ŕĽ­Ć÷ʵŔýµÄĘó±ęλÖòĺČëÍĽĎń٬»ňŐßÓĂеÄĘýľÝŔ´¸üĐÂŇŃÓĐÍĽĎńˇŁµ±Äă´´˝¨×ÔĽşµÄÖ÷ĚâƱ٬´Ë·˝·¨Ó¦ÔÚ˛ĺČëÍĽĎńµÄµŻłö´°żÚÖеÄOK°´ĹĄ°´ĎÂʱ±»µ÷ÓáŁ
-
-˛ÎĘýŁş
-
src - ÍĽĎńµŘÖ·ˇŁ
-alt - ͼƬµÄĚć´úÎÄ×ÖˇŁ
-border - ÍĽĎń±ßżňˇŁ
-hspace - ÍĽĎńˮƽĽäľŕˇŁ
-vspace - ÍĽĎń´ąÖ±ĽäľŕˇŁ
-width - ÍĽĎńżíˇŁ
-height - ÍĽĎń¸ßˇŁ
-align - ÍĽĎń¶ÔĆ뷽ʽˇŁ
-title - ÍĽĎńÁ´˝ÓµÄ±ęĚ⡣
-onmouseover - ÍĽĎńÔÚĘó±ę·ĹÉĎȥʱµÄĘÂĽţ´¦ŔíˇŁ
-onmouseout - ÍĽĎńÔÚĘó±ęŇĆżŞĘ±µÄĘÂĽţ´¦ŔíˇŁ
-
-·µ»ŘŁş ÎŢ -
-Óď·¨Łş tinyMCE.triggerNodeChange();
-
-ĂčĘöŁşµ±±ŕĽ­Ć÷·˘ÉúÍⲿ±ä»ŻĘ±´Ë·˝·¨±»µ÷ÓáŁČ»şó´Ë·˝·¨»Řµ÷Ö÷ĚâµÄ"handleNodeChangeCallback"·˝·¨ˇŁ
-
-˛ÎĘýŁş None
-
-·µ»ŘŁş ÎŢ -
-Óď·¨Łş tinyMCE.getContent();
-
-ĂčĘöŁş´Ë·˝·¨·µ»Řµ±Ç°Ńˇ¶¨±ŕĽ­Ć÷ÖеÄHTMLÄÚČݡŁČçąűĂ»ÓĐČÎşÎѡ¶¨±ŕĽ­Ć÷٬¸Ă·˝·¨·µ»ŘnullˇŁ
-
-˛ÎĘýŁş None
-
-·µ»ŘŁşµ±Ç°Ńˇ¶¨±ŕĽ­Ć÷ÖеÄHTMLÄÚČÝ»ňŐßnullˇŁ -
-Óď·¨Łş tinyMCE.setContent(html);
-
-ĂčĘöŁş´Ë·˝·¨É趨µ±Ç°Ńˇ¶¨±ŕĽ­Ć÷µÄHTMLÄÚČݡŁ
-
-˛ÎĘýŁş
-
html - ŇŞÉ趨µÄHTMLÔ´´úÂ롣
-
-·µ»ŘŁş None. -
-Óď·¨Łş tinyMCE.getEditorInstance(editor_id);
-
-ĂčĘöŁş´Ë·˝·¨Í¨ąýeditor_id·µ»ŘÄł¸ö±ŕĽ­Ć÷ʵŔýˇŁ
-
-˛ÎĘýŁş
-
editor_id - ŇŞ»ńȡµÄ±ŕĽ­Ć÷ʵŔýˇŁ
-
-·µ»ŘŁş±ŕĽ­Ć÷ʵŔý(TinyMCEControl)ˇŁ -
-Óď·¨Łş tinyMCE.importThemeLanguagePack([theme]);
-
-ĂčĘöŁş´Ë·˝·¨µĽČëÖ÷ĚâÖĐĚض¨µÄÓďŃÔ°üˇŁ×Ô¶¨ŇĺÖ÷ĚâÖĐżÉŇÔµ÷ÓĂ´Ë·˝·¨ˇŁ
-
-˛ÎĘýŁş
-[theme] - µ±Ç°Ö÷ĚâĂűłĆˇŁ´ËѡĎîżÉю٬ĬČĎÎŞČ«ľÖµÄ"theme"É趨ˇŁ´Ë˛ÎĘýÔÚÖ÷Ěâ˛ĺĽţÖĐ·ÇłŁÓĐÓáŁ
-
-·µ»ŘŁş None. -
-Óď·¨Łş tinyMCE.importPluginLanguagePack(plugin, valid_languages);
-
-ĂčĘöŁş´Ë·˝·¨µĽČë˛ĺĽţÖĐĚض¨µÄÓďŃÔ°üˇŁ×Ô¶¨Ňĺ˛ĺĽţÖĐżÉŇÔµ÷ÓĂ´Ë·˝·¨ˇŁ
-
-˛ÎĘýŁş
-plugin - µ±Ç°˛ĺĽţµÄĂűłĆˇŁ
-valid_languages - ŇÔ¶şşĹ·Ö¸ôµÄËůÖ§łÖÓďŃÔ°üÁĐ±íˇŁ
-
-·µ»ŘŁş None. -
-Óď·¨Łş tinyMCE.applyTemplate(html);
-
-ĂčĘöŁş´Ë·˝·¨Ěć»»Ö÷ĚâÖеÄÉčÖĂĽ°ÓďŃÔ±äÁżˇŁ
-
-˛ÎĘýŁş -
-html - ŇŞĚć»»Ö÷Ěâ±äÁżµÄHTML´úÂ롣
-
-·µ»ŘŁş ת»»şóµÄHTML´úÂ롣 -
-Óď·¨Łş tinyMCE.openWindow(template, [args]);
-
-ĂčĘöŁş´Ë·˝·¨Í¨ąý´ÓÖ¸¶¨µÄtemplate˛ÎĘýÖĐ»ńȡwidth, heightĽ°htmlĘýľÝŔ´´ňżŞĐ´°żÚˇŁĘý×é˛ÎĘýargsÖаüş¬ŇŞĚć»»µÄ±äÁżĂűˇŁ
-
-»ąÓĐһЩ×Ô¶¨ŇĺµÄ´°żÚ˛ÎĘýŁş
-mce_replacevariables -- ĆôÓĂ/˝űÓĂHTMLÎĵµÖеÄÓďŃÔ/±äÁżĚć»»ˇŁÄ¬ČĎĆôÓáŁ
-mce_windowresize - ĆôÓĂ/˝űÓĂµŻłö´°żÚµÄ×Ô¶ŻresizeĚŘŐ÷٬ĬČĎĆôÓáŁ
-
-˛ÎĘýŁş
-template - Name/ValueĘý×飬ŇÔwidth, height, htmlşÍfileÎŞĽüˇŁ
-[args] - °üş¬ŇŞĚć»»±äÁżĂűµÄName/ValueĘý×顣ģ°ĺÎÄĽţÖеļüÖµ±äÁż±»˛ÎĘýÁбíËůĚć»»ˇŁ
-ŔýČ磺image.php?src={$src}±»Ěć»»ÎŞŁşimage.php?src=image.gifˇŁ
-
-·µ»ŘŁş None. -
-Óď·¨Łş tinyMCE.getWindowArg(name, [default_value]);
-
-ĂčĘöŁş´Ë·˝·¨¸ůľÝname·µ»Ř´°żÚ˛ÎĘý٬ËüżÉŇÔÓĂÔÚÖ÷ĚâÖĐµÄµŻłö´°żÚÖĐŁ¬ŇÔ»ńȡ¶Ô»°żňÖеIJÎĘýˇŁ
-
-˛ÎĘýŁş
-name - ŇŞ»ńȡµÄ´°żÚ˛ÎĘýµÄĂűłĆˇŁ
-[default_value] - ´°żÚ˛ÎĘý¶ŞĘ§Ę±·µ»ŘµÄĬČĎÖµˇŁ
-
-·µ»ŘŁş ´°żÚ˛ÎĘýµÄÖµˇŁ -
-Óď·¨Łş tinyMCE.setWindowArg(name, value);
-
-ĂčĘöŁş´Ë·˝·¨¸ůľÝnameÉ趨´°żÚ˛ÎĘý٬ŔýČçËüÔÚÄł˛ĺĽţµ÷ÓĂĆäËű˛ĺĽţʱ·ÇłŁÓĐÓáŁ
-
-˛ÎĘýŁş
-name - ŇŞÉčÖõĴ°żÚ˛ÎĘýˇŁ
-value - ´°żÚ˛ÎĘýÖĐŇŞÉčÖõÄÖµˇŁ
-
-·µ»ŘŁş ´°żÚ˛ÎĘýÖµˇŁ -
-Óď·¨Łş tinyMCE.getParam(name, [default_value], [strip_whitespace]);
-
-ĂčĘöŁş´Ë·˝·¨·µ»ŘTinyMCEµÄĹäÖòÎĘýˇŁ
-
-˛ÎĘýŁş
-name - ŇŞ»ńȡµÄ´°żÚ˛ÎĘýĂűˇŁ
-[default_value] - ´°żÚ˛ÎĘý¶ŞĘ§Ę±·µ»ŘµÄĬČĎÖµˇŁ
-[strip_whitespace] - ČçąűÎŞŐ棬ËůÓĐ·µ»ŘÖµÖеĿհ××Ö·ű˝«»á±»łýČĄˇŁÄ¬ČĎŁşfalseˇŁ
-
-·µ»ŘŁşTinyMCEĹäÖòÎĘýˇŁ
-
- - - - - - -
- - diff --git a/www/extras/tinymce/examples/Thumbs.db b/www/extras/tinymce/examples/Thumbs.db deleted file mode 100644 index 9d6734c4f..000000000 Binary files a/www/extras/tinymce/examples/Thumbs.db and /dev/null differ diff --git a/www/extras/tinymce/examples/dump.php b/www/extras/tinymce/examples/dump.php deleted file mode 100644 index a0e04f9e8..000000000 --- a/www/extras/tinymce/examples/dump.php +++ /dev/null @@ -1,27 +0,0 @@ - - -Displays the output of a TinyMCE - - - -

HTML output from post

- - - - $value) { ?> - - -
Form elementHTML output
- -

Source output from post

- - - - $value) { ?> - - -
Form elementSource output
- - - - diff --git a/www/extras/tinymce/examples/example_advanced.css b/www/extras/tinymce/examples/example_advanced.css deleted file mode 100644 index 28b1d1c62..000000000 --- a/www/extras/tinymce/examples/example_advanced.css +++ /dev/null @@ -1,40 +0,0 @@ -body { - background-color: #FFFFFF; - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 12px; - color: #880000; - scrollbar-3dlight-color: #F0F0EE; - scrollbar-arrow-color: #676662; - scrollbar-base-color: #F0F0EE; - scrollbar-darkshadow-color: #DDDDDD; - scrollbar-face-color: #E0E0DD; - scrollbar-highlight-color: #F0F0EE; - scrollbar-shadow-color: #F0F0EE; - scrollbar-track-color: #F5F5F5; -} - -.header1 { - font-weight: bold; - font-size: 14px -} - -.header2 { - font-weight: bold; - font-size: 12px; - color: #FF0000 -} - -.header3 { - font-weight: normal; - font-size: 12px; - color: #0000FF -} - -.tablerow1 { - background-color: #BBBBBB; -} - -td { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 12px; -} diff --git a/www/extras/tinymce/examples/example_advanced.htm b/www/extras/tinymce/examples/example_advanced.htm deleted file mode 100644 index 0fcaef0bb..000000000 --- a/www/extras/tinymce/examples/example_advanced.htm +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - - - -[Simple example] [Advanced example] [Mail example] [Full featured example] - -

Advanced example

-This page shows a more complex usage of TinyMCE. On this page the mode is set to convert specific elements in this case a DIV element and a TEXTAREA into editor instances. The example below uses a custom CSS, thats why the text is red and it allso uses the "advanced" theme that includes more options than the default one. The code allso includes examples of custom call back functions and much more. Notice the submit button at the end of the page, this button triggers a save action. Read more about the features and possible settings of TinyMCE in the manual.
-
- - -
- -
- -
- - -
- Some element, this is to be editor 2.
This editor instance is a DIV element instead of a textarea. -

Some paragraph. Some link

- -
- -
- -Some custom actions: -[Bold] | -[Italic] -[Insert some HTML] -[Replace selection] - -
- - - \ No newline at end of file diff --git a/www/extras/tinymce/examples/example_flash_list.js b/www/extras/tinymce/examples/example_flash_list.js deleted file mode 100644 index ad0daace7..000000000 --- a/www/extras/tinymce/examples/example_flash_list.js +++ /dev/null @@ -1,9 +0,0 @@ -// This list may be created by a server logic page PHP/ASP/ASPX/JSP in some backend system. -// There flash movies will be displayed as a dropdown in all flash dialogs if the "flash_external_list_url" -// option is defined in TinyMCE init. - -var tinyMCEFlashList = new Array( - // Name, URL - ["Some Flash 1", "test1.swf"], - ["Some Flash 2", "test2.swf"] -); diff --git a/www/extras/tinymce/examples/example_full.css b/www/extras/tinymce/examples/example_full.css deleted file mode 100644 index 3b423d24e..000000000 --- a/www/extras/tinymce/examples/example_full.css +++ /dev/null @@ -1,47 +0,0 @@ -body { - background-color: #FFFFFF; - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 10px; - scrollbar-3dlight-color: #F0F0EE; - scrollbar-arrow-color: #676662; - scrollbar-base-color: #F0F0EE; - scrollbar-darkshadow-color: #DDDDDD; - scrollbar-face-color: #E0E0DD; - scrollbar-highlight-color: #F0F0EE; - scrollbar-shadow-color: #F0F0EE; - scrollbar-track-color: #F5F5F5; -} - -td { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 10px; -} - -pre { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 10px; -} - -/* Custom class needed by the flash plugin */ -.mce_plugin_flash { - border: 1px dotted #cc0000; - background-image: url(../jscripts/tiny_mce/plugins/flash/images/flash.gif); - background-position: center; - background-repeat: no-repeat; - background-color: #ffffcc; -} - -.example1 { - font-weight: bold; - font-size: 14px -} - -.example2 { - font-weight: bold; - font-size: 12px; - color: #FF0000 -} - -.tablerow1 { - background-color: #BBBBBB; -} diff --git a/www/extras/tinymce/examples/example_full.htm b/www/extras/tinymce/examples/example_full.htm deleted file mode 100644 index 74415d023..000000000 --- a/www/extras/tinymce/examples/example_full.htm +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - - - - - -[Simple example] [Advanced example] [Mail example] [Full featured example] - -
- -

Full featured example

-This page shows all available plugins that are included in the TinyMCE distribution. Some of these plugins will only be visible on MSIE due to the lack of some support in FF. For more details on the various options on TinyMCE check the manual or for more third party plugins check the plugin section.

- - - -
- - - - -
- - - \ No newline at end of file diff --git a/www/extras/tinymce/examples/example_image_list.js b/www/extras/tinymce/examples/example_image_list.js deleted file mode 100644 index 551910556..000000000 --- a/www/extras/tinymce/examples/example_image_list.js +++ /dev/null @@ -1,9 +0,0 @@ -// This list may be created by a server logic page PHP/ASP/ASPX/JSP in some backend system. -// There images will be displayed as a dropdown in all image dialogs if the "external_link_image_url" -// option is defined in TinyMCE init. - -var tinyMCEImageList = new Array( - // Name, URL - ["Logo 1", "logo.jpg"], - ["Lgog 2", "logo_over.jpg"] -); diff --git a/www/extras/tinymce/examples/example_link_list.js b/www/extras/tinymce/examples/example_link_list.js deleted file mode 100644 index 0d464331f..000000000 --- a/www/extras/tinymce/examples/example_link_list.js +++ /dev/null @@ -1,10 +0,0 @@ -// This list may be created by a server logic page PHP/ASP/ASPX/JSP in some backend system. -// There links will be displayed as a dropdown in all link dialogs if the "external_link_list_url" -// option is defined in TinyMCE init. - -var tinyMCELinkList = new Array( - // Name, URL - ["Moxiecode", "http://www.moxiecode.com"], - ["Freshmeat", "http://www.freshmeat.com"], - ["Sourceforge", "http://www.sourceforge.com"] -); diff --git a/www/extras/tinymce/examples/example_mail.htm b/www/extras/tinymce/examples/example_mail.htm deleted file mode 100644 index 3378db0a9..000000000 --- a/www/extras/tinymce/examples/example_mail.htm +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - [Simple example] [Advanced example] [Mail example] [Full featured example] -

Mail example

-This example shows how to enable the font face and size select boxes for usage in online email systems and other situations where CSS classes is impossible to use. But for contents used on websites I suggest using the CSS approach. -Read more about the features and possible settings of TinyMCE in the manual.
-
- - -
- -
- - - \ No newline at end of file diff --git a/www/extras/tinymce/examples/example_simple.htm b/www/extras/tinymce/examples/example_simple.htm deleted file mode 100644 index 004e68cb3..000000000 --- a/www/extras/tinymce/examples/example_simple.htm +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - -[Simple example] [Advanced example] [Mail example] [Full featured example] - -
-

Simple example

-This page shows how to use TinyMCE on a HTML page in the most common and simple way. On this page each TEXTAREA -element gets converted to a editor instance on page load. Notice how TinyMCE tries to match the width and height of the old text area elements. Read more about the features and settings of TinyMCE in the manual.

- - - -

- - -
- - - \ No newline at end of file diff --git a/www/extras/tinymce/examples/logo.jpg b/www/extras/tinymce/examples/logo.jpg deleted file mode 100644 index 612e902a8..000000000 Binary files a/www/extras/tinymce/examples/logo.jpg and /dev/null differ diff --git a/www/extras/tinymce/examples/logo_over.jpg b/www/extras/tinymce/examples/logo_over.jpg deleted file mode 100644 index c204dabf2..000000000 Binary files a/www/extras/tinymce/examples/logo_over.jpg and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/ca_fr/about.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/ca_fr/about.htm deleted file mode 100755 index 9474e8a2d..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/ca_fr/about.htm +++ /dev/null @@ -1,33 +0,0 @@ - - - -À propos de TinyMCE - - - - - - - - - - - -
-
-TinyMCE est un petit éditeur "WYSIWYG" pour page Web comme MSIE ou Mozilla qui -vous permet de manipuler du contenu HTML d'une façon plus intuitive. -Il est simple d'utilisation et possède les fonctionalités ls plus répendues que l'on peut retrouver dans -les traitements de texte. -
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/ca_fr/common_buttons.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/ca_fr/common_buttons.htm deleted file mode 100755 index f0cd6bc1d..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/ca_fr/common_buttons.htm +++ /dev/null @@ -1,161 +0,0 @@ - - - -Outils communs - - - - - - - - - - - -
-
-Ci-dessous une courte description de chacuns des outils. -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Met le texte sélectionné en gras.
Met le texte sélectionné en italique.
Souligne le texte sélectionné.
Barre le texte sélectionné.
Alignement à gauche.
Alignement au centré.
Alignement à droite.
Texte justifié.
Liste à puces.
Liste numérotée
Réduit l'indentation.
Augmente l'indentation.
Annule la dernière opération.
Refait la dernière opération annulée.
Insère ou modifie un hyperlien. Allez à la page - Outil d'ajout d'hyperliens pour plus de détails.
Efface les hyperliens qui sont sélectionées.
Insère ou modifie une image. Allez à la page - Outil d'ajout d'images pour plus de détails.
Nettoie le code et retire les paramètres non désirés. Cet outil - est très utile lorsque vous copiez du contenu provenant de logiciels - de bureatique.
Affiche cette page d'aide.
Ouvre un éditeur permettant de modifier le code HTML.
Insère un nouveau tableau à la position actuelle. Allez à la page - Outil d'ajout de tableau pour plus de détails.
Ajoute une ligne au tableau avant la ligne courante.
Ajoute une ligne au tableau après la ligne courante.
Supprime la ligne courante.
Ajoute une colonne au tableau avant la colonne courante.
Ajoute une colonne au tableau après la colonne courante.
Supprime la colonne courante.
Insère un séparateur horizontal.
Supprime les formattages du texte sélectionné.
Transforme le texte sélectionné en texte souscrit.
Transforme le texte sélectionné en indice supérieur.
-
-
- - - - - - - - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/ca_fr/images/insert_image_window.gif b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/ca_fr/images/insert_image_window.gif deleted file mode 100755 index 4ee31bdf0..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/ca_fr/images/insert_image_window.gif and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/ca_fr/images/insert_link_window.gif b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/ca_fr/images/insert_link_window.gif deleted file mode 100755 index 97009218d..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/ca_fr/images/insert_link_window.gif and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/ca_fr/images/insert_table_window.gif b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/ca_fr/images/insert_table_window.gif deleted file mode 100755 index 1a265223c..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/ca_fr/images/insert_table_window.gif and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/ca_fr/index.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/ca_fr/index.htm deleted file mode 100755 index d11e1e8ac..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/ca_fr/index.htm +++ /dev/null @@ -1,26 +0,0 @@ - - - -Table des matières de l'aide - - - - - - - - - -
-
-Faites votre sélection parmis les thèmes suivants: - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/ca_fr/insert_image_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/ca_fr/insert_image_button.htm deleted file mode 100755 index ef03548d4..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/ca_fr/insert_image_button.htm +++ /dev/null @@ -1,67 +0,0 @@ - - - -Outil d'ajout d'images - - - - - - - - - - - -
-
-L'outil d'ajout d'images ouvre la fenêtre ci-dessous.
-
-
-
-Vous entrez tout simplement l'adresse de l'image que vous désirez ajouter et -entrez une description facultative. La description sera affichée en texte alternatif -sur l'image lorsqu'elle sera publiée.
-
-Description des champs:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Adresse de l'image Adresse URL de l'image à insérer.
Description de l'image Description alternative de l'image.
DimensionsLargeur et Hauteur de l'image en pixel.
AlignementAlignement de l'image. Très utile pour faire contourner le texte autour des images.
BordureÉpaisseur en pixel de la bordure.
VSpaceEspacement vertical. Très utile pour faire contourner le texte autour des images.
HSpaceEspacement horizontal. Très utile pour faire contourner le texte autour des images.
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/ca_fr/insert_link_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/ca_fr/insert_link_button.htm deleted file mode 100755 index af973a16b..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/ca_fr/insert_link_button.htm +++ /dev/null @@ -1,35 +0,0 @@ - - - -Outil d'ajout d'hyperliens - - - - - - - - - - - -
-
-L'outil d'ajout d'hyperlien ouvre la fenêtre ci-dessous.
-
-
-
-Il y a deux champs dans cette fenêtre. L'Adresse URL est l'adresse -de l'hyperlien. La destination vous permet de choisir de quelle façon -l'hyperlien sera ouvert.
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/ca_fr/insert_table_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/ca_fr/insert_table_button.htm deleted file mode 100755 index 60c47e0b8..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/ca_fr/insert_table_button.htm +++ /dev/null @@ -1,72 +0,0 @@ - - - -Outil d'ajout de tableau - - - - - - - - - - - -
-
-L'outil d'ajout de tableau ouvre la fenêtre ci-dessous. Elle vous permet de créer dfes talbeaux.
-
-
-
-Description des champs:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ColonnesNombre de colonnes du tableau.
LignesNombre de lignes du tableau.
CellpaddingMarge ŕ l'intérieur des cellules du tableau.
CellspacingEspacement entre les cellules du tableau.
AlignementAlignement du tableau.
BordureÉpaisseur des bordures du tableau.
LargeurLargeur en pixel du tableau.
HauteurHauteur en pixel du tableau.
Classe CSSNom de la classe CSS pour appliquer un style.
-
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/ca_fr/style.css b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/ca_fr/style.css deleted file mode 100755 index 722f537a1..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/ca_fr/style.css +++ /dev/null @@ -1,28 +0,0 @@ -body { background-color: #FFFFFF; } -body, td, .content { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 12px; } -.title { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 16px; font-weight: bold; } -.subtitle { font-size: 12px; font-weight: bold; } - -.toc_ul, .toc_li { margin-left: 8 px; line-height: 16px; } -.step_ol, .step_li { margin-left: 11 px; line-height: 16px; } -img { border: #000000 solid 1px; } - -a:visited { color: #666666; text-decoration: underline; } -a:active { color: #666666; text-decoration: underline; } -a:hover { color: #666666; text-decoration: underline; } -a { color: #666666; text-decoration: underline; } - -.pageheader { border: #E0E0E0 solid 1px; } -.pagefooter { border: #E0E0E0 solid 1px; } -.sample { background-color: #FFFFFF; border: #000000 solid 1px; } -.samplecontent { font-size: 10px; } - -.code { background-color: #FFFFFF; border: #000000 solid 1px; } -.codecontent { font-size: 10px; } -.codecontent a:visited { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a:active { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a:hover { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a { color: #666666; text-decoration: none; font-weight: bold } - -hr { height: 1px; } - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/cz/about.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/cz/about.htm deleted file mode 100755 index 841366461..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/cz/about.htm +++ /dev/null @@ -1,32 +0,0 @@ - - - -O TinyMCE - - - - - - - - - - - - -
-
-TinyMCE je malý WYSIWYG editor pro webové prohlíľeče jako jsou MSIE nebo Mozilla, -kterým lze HTML obsah upravovat mnohem jednoduąeji. Obsahuje běľné funkce, -jeľ lze nalézt ve větąině textových editorů, proto by jeho pouľívání nemělo být sloľité.
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/cz/common_buttons.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/cz/common_buttons.htm deleted file mode 100755 index 37351c2f4..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/cz/common_buttons.htm +++ /dev/null @@ -1,171 +0,0 @@ - - - -Běľná tlačítka - - - - - - - - - - - - -
-
-Níľe je krátce popsáno kaľdé tlačítko. - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Zkopíruje aktuálně vybraný obsah do schránky. (Ctrl+C)
Vyjme aktuálně vybraný obsah do schránky. (Ctrl+X)
Vloľí obsah schránky do okna editoru. (Ctrl+P)
Ztuční text.
Naformátuje text kurzívou.
Podtrhne text.
Přeąkrtne text.
Zarovná vlevo.
Zarovná na střed.
Zarovná vpravo.
Zarovná do bloku.
Neřazený seznam/seznam s odráľky.
Řazený seznam/číslovaný seznam.
Předsadí/sníľí odsazení.
Odsadí/zvýąí odsazení.
Vrátí zpět naposledy provedenou akci.
Obnoví poslední akci.
Vloľí nový odkaz, více o této funkci v části Vloľit odkaz.
Zruąí odkaz v aktuálním výběru/odstranit vąechny vybrané odkazy.
Vloľí nový obrázek, více o této funkci v části Vloľit obrázek.
Vyčistí kód/odstraní nechtěné formátování. Tato funkce se hodí kdyľ - kopírujete obsah například z kancelářského balíku.
Zobrazí tuto nápovědu.
Otevře editor s HTML zdrojem.
Do aktuální pozice vloľí novou 2x2 tabulku.
Přidá řádek před aktuální.
Přidá řádek pod aktuální.
Odstraní řádek.
Přidá sloupec před aktuální.
Přidá sloupec za aktuální.
Odstraní aktuální sloupec.
Přidá nový vodorovný oddělovač.
Odstraní z výběru formátování.
Vytvoří z vybraného textu dolní index.
Vytvoří z vybraného textu horní index.
-
-
- - - - - - - - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/cz/images/insert_image_window.png b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/cz/images/insert_image_window.png deleted file mode 100755 index 5d9ea9830..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/cz/images/insert_image_window.png and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/cz/images/insert_link_window.png b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/cz/images/insert_link_window.png deleted file mode 100755 index 94a0c2e5a..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/cz/images/insert_link_window.png and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/cz/images/insert_table_window.png b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/cz/images/insert_table_window.png deleted file mode 100755 index 17c46d0f4..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/cz/images/insert_table_window.png and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/cz/index.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/cz/index.htm deleted file mode 100755 index 5bebbd39a..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/cz/index.htm +++ /dev/null @@ -1,27 +0,0 @@ - - - -Nápověda - - - - - - - - - - -
-
-Kliknutím na odkazy níľe zvolte poľadovanou část nápovědy. - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/cz/insert_image_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/cz/insert_image_button.htm deleted file mode 100755 index b55dd18ae..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/cz/insert_image_button.htm +++ /dev/null @@ -1,67 +0,0 @@ - - - -Tlačítko vloľit obrázek - - - - - - - - - - - - -
-
-Tlačítko vloľit obrázek otevře následující okno.
-
-
-
-Jen vloľte URL obrázku, který chcete přidat a zadáte jeho popis, jenľ bude -zobrazován jako alternativní popisek obrázku.
-
-Popis políček:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
URL obrázkuURL/cesta k obrázku.
Popis obrázkuAlternativní popis toho, co je na obrázku.
Rozměry©ířka/výąka obrázku.
ZarovnáníZarovnání obrázku, vhodné pro obtékání obrázku textem.
RámečekTlouą»ka rámečku.
Vertikální okrajVertikální okraj, vhodné pro zalomení textu kolem obrázku.
Horizontální okrajHorizontální okraj, vhodné pro zalomení textu kolem obrázku.
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/cz/insert_link_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/cz/insert_link_button.htm deleted file mode 100755 index 678e2c9e1..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/cz/insert_link_button.htm +++ /dev/null @@ -1,35 +0,0 @@ - - - -Tlačítko vloľit odkaz - - - - - - - - - - - - -
-
-Toto tlačítko otevře nové okno s moľností vloľení/úpravy odkazu.
-
-
-
-V tomto okně jsou dvě políčka. "URL odkazu" je adresa stránky, na -kterou odkazujeme. "Cíl" určuje, jak má být odkazovaná stránka otevřena.
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/cz/insert_table_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/cz/insert_table_button.htm deleted file mode 100755 index 3f7c2230c..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/cz/insert_table_button.htm +++ /dev/null @@ -1,69 +0,0 @@ - - - -Tlačítko vloľit tabulku - - - - - - - - - - - - -
-
-Tlačítko vloľit tabulku otevře následující okno, v němľ můľete definovat novou tabulku.
-
-
-
-Popis políček:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SloupcePočet sloupců v tabulce.
ŘádkyPočet řádků v tabulce.
Vnitřní okraj buněkVnitřní okraj buněk tabulky.
Vnějąí okraj buněkVnitřní okraj buněk tabulky.
ZarovnáníZarovnání tabulky.
RámečekTlouą»ka rámečku tabulky.
©ířka©ířka tabulky v pixelech.
VýąkaVýąka tabulky v pixelech.
-
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/cz/style.css b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/cz/style.css deleted file mode 100755 index f988e2a7b..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/cz/style.css +++ /dev/null @@ -1,28 +0,0 @@ -body { background-color: #FFFFFF; } -body, td, .content { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 12px; } -.title { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 16px; font-weight: bold; } -.subtitle { font-size: 12px; font-weight: bold; } - -.toc_ul, .toc_li { margin-left: 8 px; line-height: 16px; } -.step_ol, .step_li { margin-left: 11 px; line-height: 16px; } -img { border: 0; } - -a:visited { color: #666666; text-decoration: underline; } -a:active { color: #666666; text-decoration: underline; } -a:hover { color: #666666; text-decoration: underline; } -a { color: #666666; text-decoration: underline; } - -.pageheader { border: #E0E0E0 solid 1px; } -.pagefooter { border: #E0E0E0 solid 1px; } -.sample { background-color: #FFFFFF; border: #000000 solid 1px; } -.samplecontent { font-size: 10px; } - -.code { background-color: #FFFFFF; border: #000000 solid 1px; } -.codecontent { font-size: 10px; } -.codecontent a:visited { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a:active { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a:hover { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a { color: #666666; text-decoration: none; font-weight: bold } - -hr { height: 1px; } - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/de/about.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/de/about.htm deleted file mode 100755 index 8a4568a03..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/de/about.htm +++ /dev/null @@ -1,32 +0,0 @@ - - - -Über TinyMCE - - - - - - - - - - - -
-
-TinyMCE ist ein kompakter WYSIWYG-Editor für Webbrowser wie MSIE oder Mozilla -der es Ihnen ermöglicht HTML-Inhalte auf eine benutzerfreundliche Weise zu -editieren. Es verfügt über die wichtigsten Funktionen die in den meisten -Textverarbeitungen vorkommen und sollte einfach zu benutzen sein.
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/de/common_buttons.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/de/common_buttons.htm deleted file mode 100755 index e1a4ada48..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/de/common_buttons.htm +++ /dev/null @@ -1,108 +0,0 @@ - - - -Allgemeine Schaltflächen - - - - - - - - - - - -
-
-Untenstehend eine kurze Beschreibung jeder Schaltfläche.
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Fetter Text.
Kursiver Text.
Unterstrichener Text.
Durchgestrichener Text.
Linksbündig.
Zentriert.
Rechtsbündig.
Blocksatz.
Unsortierte Liste / Punktierte Liste.
Sortierte Liste / Nummerierte Liste.
Einzug verkleinern.
Einzug vergrössern.
Letzte Aktion rückgängig machen.
Letzte Aktion wiederholen.
Einen neuen Hyperlink einfügen, lesen Sie mehr über diese Funktion im Kapitel Hyperlink einfügen.
Den gegenwärtige markierten Hyperlink entfernen / Alle gegenwärtig markierten Hyperlinks entfernen.
Ein neues Bild einfügen, lesen Sie mehr über diese Funktion im Kapitel Bild einfügen.
unsauberen Code aufräumen / Entfernt ungewollte Formatierungen. Diese Funktion ist nützlich, - wenn Sie beispielsweise Inhalte aus einem Office Produkt kopieren.
Zeigt diese Hilfe an.
-
-
- - - - - - - - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/de/images/insert_image_window.gif b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/de/images/insert_image_window.gif deleted file mode 100755 index 751de2816..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/de/images/insert_image_window.gif and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/de/images/insert_link_window.gif b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/de/images/insert_link_window.gif deleted file mode 100755 index 14871d7d2..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/de/images/insert_link_window.gif and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/de/index.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/de/index.htm deleted file mode 100755 index 25260e527..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/de/index.htm +++ /dev/null @@ -1,25 +0,0 @@ - - - -Inhaltsverzeichnis der Hilfe - - - - - - - - - -
-
-Klicken Sie auf die untenstehenden Links um die verschiedenen Bereiche der Hilfe zu betrachten. - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/de/insert_image_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/de/insert_image_button.htm deleted file mode 100755 index 0f84ca76a..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/de/insert_image_button.htm +++ /dev/null @@ -1,34 +0,0 @@ - - - -Schaltfläche Bild einfügen - - - - - - - - - - - -
-
-Die Schaltfläche "Bild einfügen" öffnet das unten gezeigte Fenster.
-
-
-
-Sie geben einfach die URL zu dem Bild ein, das Sie verknüpfen möchten und eine -Beschreibung des Bildes, welche dann als alternative Textbeschreibung verwendet wird. -
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/de/insert_link_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/de/insert_link_button.htm deleted file mode 100755 index 54586b727..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/de/insert_link_button.htm +++ /dev/null @@ -1,35 +0,0 @@ - - - -Schaltfläche Hyperlink einfügen - - - - - - - - - - - -
-
-Diese Schaltfläche öffnet das Fenster für die "Hyperlink einfügen / bearbeiten"-Funktion.
-
-
-
-Zwei Felder sind in diesem Fenster auszufüllen. Das Erste, "Hyperlink URL", ist für -die URL der Verknüpfung. Das "Ziel" erlaubt Ihnen auszuwählen wie die Verknüpfung -geöffnet werden soll. -
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/de/style.css b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/de/style.css deleted file mode 100755 index 722f537a1..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/de/style.css +++ /dev/null @@ -1,28 +0,0 @@ -body { background-color: #FFFFFF; } -body, td, .content { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 12px; } -.title { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 16px; font-weight: bold; } -.subtitle { font-size: 12px; font-weight: bold; } - -.toc_ul, .toc_li { margin-left: 8 px; line-height: 16px; } -.step_ol, .step_li { margin-left: 11 px; line-height: 16px; } -img { border: #000000 solid 1px; } - -a:visited { color: #666666; text-decoration: underline; } -a:active { color: #666666; text-decoration: underline; } -a:hover { color: #666666; text-decoration: underline; } -a { color: #666666; text-decoration: underline; } - -.pageheader { border: #E0E0E0 solid 1px; } -.pagefooter { border: #E0E0E0 solid 1px; } -.sample { background-color: #FFFFFF; border: #000000 solid 1px; } -.samplecontent { font-size: 10px; } - -.code { background-color: #FFFFFF; border: #000000 solid 1px; } -.codecontent { font-size: 10px; } -.codecontent a:visited { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a:active { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a:hover { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a { color: #666666; text-decoration: none; font-weight: bold } - -hr { height: 1px; } - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/about.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/about.htm deleted file mode 100755 index 2b97df438..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/about.htm +++ /dev/null @@ -1,29 +0,0 @@ - - - -Acerca de TinyMCE - - - - - - - - - - - -
-
-TinyMCE es un editor WYSIWYG para navegadores como MSIE o Mozilla que te permite editar el contenido HTML de una manera más amigable. Tiene la mayoría de las opciones de un procesador de texto y no debería ser dificil de usar.
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/common_buttons.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/common_buttons.htm deleted file mode 100755 index 01e6454e7..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/common_buttons.htm +++ /dev/null @@ -1,156 +0,0 @@ - - - -Botones de uso común - - - - - - - - - - - -
-
-Pequeña descripción de cada botoón. -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Texto en negrita.
Texto en cursiva.
Texto subrayado.
Texto tachado.
Alinear a la izquierda.
Alinear al centro.
Alinear a la derecha.
Alinear justificado.
Lista desordenada/lista por puntos.
Lista ordenada/lista numerada
Disminuir la sangría.
Aumentar la sangría.
Deshacer la última operación.
Rehacer la última operación.
Insertar un enlace, más información en insertar enlace.
Quita el enlace al texto seleccionado.
Insertar un imagen, más información en insertar imagen.
Limpiar código, esta función es útil cuando copias el código de otra página.
Muestra esta ventana de ayuda.
Abre el editor de HTML.
Inserta una nueva tabla de 2x2.
Añade una fila encima.
Añade una fila debajo.
Elimina una fila.
Añade una columna antes de la actual .
Añade una columna después de la actual.
Elimina la columna actual.
Inserta un separador horizontal
Elimina el formato de la selección.
Subíndice.
Superíndice.
-
-
- - - - - - - - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/images/insert_image_window.gif b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/images/insert_image_window.gif deleted file mode 100755 index cdc617eab..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/images/insert_image_window.gif and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/images/insert_link_window.gif b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/images/insert_link_window.gif deleted file mode 100755 index 7bad7583a..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/images/insert_link_window.gif and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/images/insert_table_window.gif b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/images/insert_table_window.gif deleted file mode 100755 index 5e8497f75..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/images/insert_table_window.gif and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/index.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/index.htm deleted file mode 100755 index e0c0de295..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/index.htm +++ /dev/null @@ -1,26 +0,0 @@ - - - -Índice de la ayuda - - - - - - - - - -
-
-Selecciona una sección para ver la ayuda. - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/insert_image_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/insert_image_button.htm deleted file mode 100755 index 7223a87a6..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/insert_image_button.htm +++ /dev/null @@ -1,65 +0,0 @@ - - - -Insertar imagen - - - - - - - - - - - -
-
-El botón insertar imagen abre la siguiente ventana.
-
-
-
-Tu sólo tienes que escribir la URL de la imagen que quieres que aparezca y escribir una descripción de esta, esta descripción aparecera como un texto alternativo que describa la imagen.
-
-Descripción de los campos:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Image URL URL de la imagen.
Image description Descripción alternativa del contenido de la imagen.
DimentionsAltura/anchura de la imagen.
AlignmentAlineamiento, útil cuando colocas texto alrededor de la imagen.
BorderAnchura del borde.
VSpaceEspacio vertical, útil cuando colocas texto alrededor de la imagen.
HSpaceEspacio horizontal, útil cuando colocas texto alrededor de la imagen.
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/insert_link_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/insert_link_button.htm deleted file mode 100755 index e04ec96f5..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/insert_link_button.htm +++ /dev/null @@ -1,33 +0,0 @@ - - - -Insertar enlaces - - - - - - - - - - - -
-
-Este botón abre una nueva ventana con la función insertar/editar enlace.
-
-
-
-Hay dos campos en esta ventana, el primero "Link URL" es donde hay que escribir la dirección del enlace. El segundo "Target" indica cómo se abrirá el enlace.
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/insert_table_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/insert_table_button.htm deleted file mode 100755 index 84bba456b..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/insert_table_button.htm +++ /dev/null @@ -1,68 +0,0 @@ - - - -Insertar tabla - - - - - - - - - - - -
-
-El botón insertar tabla abre la siguiente ventana. Esta acci&ocaute;n te permite crear tablas.
-
-
-
-Descripción de los campos:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ColumnsNúmero de columnas.
RowsNAúmero de filas.
CellpaddingDesplazamiento entre celdas .
CellspacingEspacio entre celdas .
AlignmentAlineamiento de la tabla.
BorderAnchura del borde de la tabla.
WidthAnchura de la tabla en pixels .
HeightAltura de la tabla en pixels.
-
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/style.css b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/style.css deleted file mode 100755 index 722f537a1..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/style.css +++ /dev/null @@ -1,28 +0,0 @@ -body { background-color: #FFFFFF; } -body, td, .content { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 12px; } -.title { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 16px; font-weight: bold; } -.subtitle { font-size: 12px; font-weight: bold; } - -.toc_ul, .toc_li { margin-left: 8 px; line-height: 16px; } -.step_ol, .step_li { margin-left: 11 px; line-height: 16px; } -img { border: #000000 solid 1px; } - -a:visited { color: #666666; text-decoration: underline; } -a:active { color: #666666; text-decoration: underline; } -a:hover { color: #666666; text-decoration: underline; } -a { color: #666666; text-decoration: underline; } - -.pageheader { border: #E0E0E0 solid 1px; } -.pagefooter { border: #E0E0E0 solid 1px; } -.sample { background-color: #FFFFFF; border: #000000 solid 1px; } -.samplecontent { font-size: 10px; } - -.code { background-color: #FFFFFF; border: #000000 solid 1px; } -.codecontent { font-size: 10px; } -.codecontent a:visited { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a:active { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a:hover { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a { color: #666666; text-decoration: none; font-weight: bold } - -hr { height: 1px; } - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/about.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/about.htm deleted file mode 100755 index 907b97f5b..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/about.htm +++ /dev/null @@ -1,29 +0,0 @@ - - - -About TinyMCE - - - - - - - - - - - -
-
-TinyMCE on pieni WYSIWYG sisällönmuokkausohjain webbiselaimille kuten MSIE tai Mozilla joka mahdollistaa HTML sisällön muokkauksen käyttäjäystävällisellä tavalla. Se tarjoaa yleiset tekstinkäsittelyohjelmien tarjoamat toiminnot eikä ole vaikea käyttää.
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/common_buttons.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/common_buttons.htm deleted file mode 100755 index 540b70673..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/common_buttons.htm +++ /dev/null @@ -1,157 +0,0 @@ - - - -Common buttons - - - - - - - - - - - -
-
-Alla on lyhyt selostus kaikista toimintonapeista. -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Lihavointi.
Kursivointi.
Alleviivaus.
Yliviivaus.
vasen tasaus.
Keskitys.
Oikea tasaus.
Pakotettu tasaus.
Järjestämätön lista.
Järjestetty lista/numeroitu lista
Poista / vähennä sisennystä.
Sisennä.
Peruuta viimeinen muutos.
Tee uudelleen viimeinen peruutettu muutos.
Lisää linkki. Lisätietoa tästä toiminnosta lisää linkki -osiosta.
Poista linkki valitusta tekstistä.
Lisää kuva. Lue lisää tästä toiminnosta lisää kuva -osiosta.
Siisti koodi. Tämä toiminto on käytännöllinen kun liität tekstiä toimistosovelluksista.
Näyttäää tämän apuikkunan.
Avaa HTML lähdekoodieditorin.
Lisää tualu. Lue lisää tästä toiminnosta lisää taulu -osiosta.
Lisää rivi valitun rivin edelle.
Lisää rivi valitun rivin jälkeen.
Poista valittu rivi.
Lisää saraka valitun sarakkeen jälkeen.
Lisää sarake valitun sarakkeen edelle.
Poistaa valitun sarakkeen.
Lisää vaakaviiva.
Poista muotoilu valitusta tekstistä.
Tekee valitusta tekstistä alamääreistä.
Tekee valitusta tekstistä ylämääreistä.
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/images/insert_image_window.gif b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/images/insert_image_window.gif deleted file mode 100755 index 29dc61625..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/images/insert_image_window.gif and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/images/insert_link_window.gif b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/images/insert_link_window.gif deleted file mode 100755 index 6406a6f17..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/images/insert_link_window.gif and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/images/insert_table_window.gif b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/images/insert_table_window.gif deleted file mode 100755 index b24364695..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/images/insert_table_window.gif and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/index.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/index.htm deleted file mode 100755 index 67ad616ac..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/index.htm +++ /dev/null @@ -1,26 +0,0 @@ - - - -Apua sisällysluettelo - - - - - - - - - -
-
-Napsauta alla olevista linkeistä mennäksesi eri osa-alueisiin. - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/insert_image_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/insert_image_button.htm deleted file mode 100755 index 0f76fd06d..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/insert_image_button.htm +++ /dev/null @@ -1,66 +0,0 @@ - - - -Insert image button - - - - - - - - - - - -
-
-Lisää linkki -nappi avaa alla näkyvän ikkunan.
-
-
-
-Kirjoita haluamasi kuvan URL osoite ja lisää kuvalle selite. Selite näytetään vaihtoehtoisena selitteenä sivulla. -
-
-Kenttien selitykset:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Kuvan URLKuvan URL tai polku.
Kuvan seliteVaihtoehtoinen selite kuvan sisällöstä.
UlottuvuudetKuvan leveys ja korkeus.
AsetteluKuvan asettelu, käytännöllinen kun halutaan tekstin rivittyvän kuvan ympärille.
ReunaKuvaa ympäröivän reunan leveys.
PystyväliPystyväli, käytännöllinen kun halutaan tekstin rivittyvän kuvan ympärille.
VaakaväliVaakaväli, useful when wrapping text around images.
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/insert_link_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/insert_link_button.htm deleted file mode 100755 index afaff5ce5..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/insert_link_button.htm +++ /dev/null @@ -1,36 +0,0 @@ - - - -Insert link button - - - - - - - - - - - -
-
-Tämä nappi avaa uuden ikkunan jossa on linkin lisäys- ja muokkaustoiminnallisuus.
-
-
-
- -Tässä ikkunassa on kaksi kenttää. Ensimmäinen kenttä, "Linkin URL", on linkin osoittama URL -osoite. -Toinen kenttä, "kohde", vaikuttaa siihen miten linkki avataan. -The target enables you to select how the link is to be opened.
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/insert_table_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/insert_table_button.htm deleted file mode 100755 index 5c95e2019..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/insert_table_button.htm +++ /dev/null @@ -1,68 +0,0 @@ - - - -Insert table button - - - - - - - - - - - -
-
-Lisää taulu -nappi avaa alla näkyvän ikkunan. Tämä toimonto mahdollistaa taulujen luonnin.
-
-
-
-Kenttien selitteet:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SarakkeetTaulussa olevien saraakkeiden määrä.
RivitTaulussa olevien rivien määrä.
Solun reunan ja sisällön väliTaulun sisällä olevan solun reunan ja sisällön väli.
Solujen väliTaulun sisällä olevien solujen väli.
AsetteluTaulun asettelu.
ReunaReunan leveys.
LeveysTaulun leveys pikseleinä.
KorkeusTaulun korkeus pikseleinä.
-
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/style.css b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/style.css deleted file mode 100755 index 722f537a1..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/style.css +++ /dev/null @@ -1,28 +0,0 @@ -body { background-color: #FFFFFF; } -body, td, .content { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 12px; } -.title { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 16px; font-weight: bold; } -.subtitle { font-size: 12px; font-weight: bold; } - -.toc_ul, .toc_li { margin-left: 8 px; line-height: 16px; } -.step_ol, .step_li { margin-left: 11 px; line-height: 16px; } -img { border: #000000 solid 1px; } - -a:visited { color: #666666; text-decoration: underline; } -a:active { color: #666666; text-decoration: underline; } -a:hover { color: #666666; text-decoration: underline; } -a { color: #666666; text-decoration: underline; } - -.pageheader { border: #E0E0E0 solid 1px; } -.pagefooter { border: #E0E0E0 solid 1px; } -.sample { background-color: #FFFFFF; border: #000000 solid 1px; } -.samplecontent { font-size: 10px; } - -.code { background-color: #FFFFFF; border: #000000 solid 1px; } -.codecontent { font-size: 10px; } -.codecontent a:visited { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a:active { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a:hover { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a { color: #666666; text-decoration: none; font-weight: bold } - -hr { height: 1px; } - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/hu/about.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/hu/about.htm deleted file mode 100755 index aa440464d..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/hu/about.htm +++ /dev/null @@ -1,29 +0,0 @@ - - - -Über TinyMCE - - - - - - - - - - - -
-
-A TinyMCE egy kompakt WYSIWYG-szerkesztő az MSIE-hoz és a Mozillához hasonló webböngészők számára, mely lehetőséget nyújt önnek a HTML tartalmak egyszerű szerkesztésére. A legtöbb szövegszerkesztőben elérhető funkciókat nyújtja egyszerűen kezelhető formában.
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/hu/common_buttons.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/hu/common_buttons.htm deleted file mode 100755 index ced2012dd..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/hu/common_buttons.htm +++ /dev/null @@ -1,107 +0,0 @@ - - - -Allgemeine Schaltflächen - - - - - - - - - - - -
-
-Untenstehend eine kurze Beschreibung jeder Schaltfläche.
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Félkövér szöveg.
Dőlt szöveg .
Aláhúzott szöveg .
Áthúzott szöveg .
Balra igazítás .
Középre igazítás .
Jobbra igazíás .
Sorkizárt.
Felsorolás / pontozott lista.
Felsorolás / számozott lista.
Behúzás balra .
behúzás jobbra .
Utolsó parancs visszavonása .
Utolsó parancs ismétlése .
Új link beillesztése, bővebb információért olvassa el a Link beillesztését.
A kijelölt link eltávolítása / Az összes kijelölt link eltávolítása.
Egy új kép beillesztése, bővebb információért olvassa el a Kép beillesztését .
Kód tisztítása / Eltávolítja a nemkívánt formázásokat. Ez a funkció akkor hasznos, ha például Office dokumentumból másol tartalmat.
Ennek a segítségnek az elérése.
-
-
- - - - - - - - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/hu/images/insert_image_window.gif b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/hu/images/insert_image_window.gif deleted file mode 100755 index a60e1fa8d..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/hu/images/insert_image_window.gif and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/hu/images/insert_link_window.gif b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/hu/images/insert_link_window.gif deleted file mode 100755 index e72357bb6..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/hu/images/insert_link_window.gif and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/hu/index.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/hu/index.htm deleted file mode 100755 index e26281933..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/hu/index.htm +++ /dev/null @@ -1,25 +0,0 @@ - - - -Inhaltsverzeichnis der Hilfe - - - - - - - - - -
-
-Kattintson az alábbi linkekre a segítség különböző részeinek eléréséhez. - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/hu/insert_image_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/hu/insert_image_button.htm deleted file mode 100755 index d186f33c3..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/hu/insert_image_button.htm +++ /dev/null @@ -1,33 +0,0 @@ - - - -Schaltfläche Bild einfügen - - - - - - - - - - - -
-
-A Kép beillesztése gomb az alábbi ablakot nyitja meg. -
-
-
-
-Egyszerűen meg kell adni a beilleszteni kívánt kép elérésének URL-jét, valamint egy rövd leírást, mely alternatív szövegként kerül megjelenítésre (pl. nem grafikus böngészőkben).
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/hu/insert_link_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/hu/insert_link_button.htm deleted file mode 100755 index 2672ba575..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/hu/insert_link_button.htm +++ /dev/null @@ -1,32 +0,0 @@ - - - -Schaltfläche Hyperlink einfügen - - - - - - - - - - - -
-
-A Link beillesztése gomb az alábbi ablakot nyitja meg.
-
-
-
-Két mezőt kell kitöltenie ebben az ablakban. Az első - "Link URL" - a hivatkozás URL-je. A második lehetőséget ad Önnek a hivatkoztás megjelenítésének kiválasztásához.
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/hu/style.css b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/hu/style.css deleted file mode 100755 index 722f537a1..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/hu/style.css +++ /dev/null @@ -1,28 +0,0 @@ -body { background-color: #FFFFFF; } -body, td, .content { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 12px; } -.title { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 16px; font-weight: bold; } -.subtitle { font-size: 12px; font-weight: bold; } - -.toc_ul, .toc_li { margin-left: 8 px; line-height: 16px; } -.step_ol, .step_li { margin-left: 11 px; line-height: 16px; } -img { border: #000000 solid 1px; } - -a:visited { color: #666666; text-decoration: underline; } -a:active { color: #666666; text-decoration: underline; } -a:hover { color: #666666; text-decoration: underline; } -a { color: #666666; text-decoration: underline; } - -.pageheader { border: #E0E0E0 solid 1px; } -.pagefooter { border: #E0E0E0 solid 1px; } -.sample { background-color: #FFFFFF; border: #000000 solid 1px; } -.samplecontent { font-size: 10px; } - -.code { background-color: #FFFFFF; border: #000000 solid 1px; } -.codecontent { font-size: 10px; } -.codecontent a:visited { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a:active { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a:hover { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a { color: #666666; text-decoration: none; font-weight: bold } - -hr { height: 1px; } - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/about.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/about.htm deleted file mode 100755 index 4c19c0a1e..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/about.htm +++ /dev/null @@ -1,38 +0,0 @@ - - - - Informazioni su TinyMCE - - - - - - - - - - - -
-
-TinyMCE è un piccolo WYSIWYG (What You See Is What You Get, -quello che vedi è quello che ottieni) editor per i web browser -come MSIE o Mozilla che permette di editare HTML in modo comodo. Ha le -funzionalità comuni di molti word processor e non dovrebbe -essere difficile da usare.
-
-
- - - - - - - - -
-
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/common_buttons.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/common_buttons.htm deleted file mode 100755 index 053661941..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/common_buttons.htm +++ /dev/null @@ -1,181 +0,0 @@ - - - - Pulsanti comuni - - - - - - - - - - - -
-
-Di seguito una breve descrizione di ogni pulsante.
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Testo grassetto.
Testo corsivo.
Testo sottolineato.
Testo barrato.
Allinea a sinistra.
Allinea al centro.
Allinea a destra.
Giustifica.
Lista non ordinata.
Lista ordianta.
-
Diminuisci l'indentazione.
-
Aumenta l'indentazione.
Annulla l'ultima operazione.
Ripeti l'ultima operazione.
Inserieci un nuovo collegamento, maggiori informazioni su -questa funzione nella Sezione -'Inserisci un collegamento'
Rimuovi tutti i collegamenti selezionati
-
Inserisci una nuova àncora, maggiori informazioni su -questa funzione nella Sezione 'Inserisci un'àncora'.
Inserieci una nuova immagine, maggiori informazioni su questa -funzione nella Sezione 'Inserisci -una immagine'.
Ripulisci il codice/rimuovi la formattazione non voluta. -Questa funzione è utile quando si copia per esempio da un -programma office
-
Mostra questa guida
-
Apre l'editor del sorgente HTML.
Inserisce una nuova tabella 2x2 alla posizione corrente.
Aggiunge una riga sopra quella corrente.
Aggiunge una roga sotto quella corrente.
Rimuove la riga corrente.
Aggiunge una colonna prima di quella corrente.
Aggiunge una colonna dopo quella corrente.
Rimuove la colonna corrente.
Inserisce una nuova riga orizzontale.
Rimuove la formattazione dalla selezione.
Formatta la selezione come pedice.
Formatta la selezione come apice.
-
-
- - - - - - - - - - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/images/insert_anchor_window.gif b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/images/insert_anchor_window.gif deleted file mode 100644 index cc9fc9d4a..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/images/insert_anchor_window.gif and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/images/insert_image_window.gif b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/images/insert_image_window.gif deleted file mode 100755 index 2b5b8e960..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/images/insert_image_window.gif and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/images/insert_link_window.gif b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/images/insert_link_window.gif deleted file mode 100755 index 9c778e24b..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/images/insert_link_window.gif and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/images/insert_table_window.gif b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/images/insert_table_window.gif deleted file mode 100755 index 5cb25cf59..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/images/insert_table_window.gif and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/index.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/index.htm deleted file mode 100755 index 06c526014..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/index.htm +++ /dev/null @@ -1,31 +0,0 @@ - - - - Indice della guida - - - - - - - - - - - -
-
-Seleziona un argomento:
- -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/insert_anchor_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/insert_anchor_button.htm deleted file mode 100644 index baf5651e1..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/insert_anchor_button.htm +++ /dev/null @@ -1,33 +0,0 @@ - - - -Bottone 'Inserisci àncora' - - - - - - - - - - - -
-
-Questo bottone apre una nuova finestra che permette di aggiungere o modificare un'àncora
-
-
-
-C'è un solo campo in questa finestra, dove devi inserire il nome del tuo punto di àncoraggio. Ricorda che il nome dell' àncora deve essere univoco.
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/insert_image_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/insert_image_button.htm deleted file mode 100755 index f9aca7114..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/insert_image_button.htm +++ /dev/null @@ -1,67 +0,0 @@ - - - -Pulsante 'Inserisci immagine' - - - - - - - - - - - -
-
-Il pulsante 'inserisci immagine' apre la finestra mostrata qui sotto.
-
-
-
-Si inserisce semplicemente l'url dell'immagine che si vuole collegare e una descrizione di quell'immagine, -che sarà mostrato come testo alternativo dell'immagine sulla pagina. -
-
-Descrizione dei parametri:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
URL immagine URL/indirizzo dell'immagine.
Descrizione dell'immagine Descrizione alternativa del contenuto dell'immagine.
DimensioniLarghezza/Altezza dell'immagine.
AllineamentoAllineamento dell'immagine, utile quando si inserisce del testo attorno all'immagine.
BordoSpessore del bordo.
Spazio verticaleSpazio verticale, utile quando si inserisce del testo attorno all'immagine.
Spazio orizzontaleSpazio orizzontale, utile quando si inserisce del testo attorno all'immagine.
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/insert_link_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/insert_link_button.htm deleted file mode 100755 index f24967536..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/insert_link_button.htm +++ /dev/null @@ -1,42 +0,0 @@ - - - - Pulsante 'Inserisci collegamento' - - - - - - - - - - - -
-
-Questo pulsante apre una nuova finstra con le funzioni di -inserimento/modifica del collegamento.
-
-
-
-Ci sono due campi in questa finestra: il primo, "Link URL" è -l'indirizzo del collegamento. Il 'target' permette di selezionare come -il collegamento deve essere aperto.
-
-
- - - - - - - - -
-
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/insert_table_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/insert_table_button.htm deleted file mode 100755 index c168c0360..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/insert_table_button.htm +++ /dev/null @@ -1,72 +0,0 @@ - - - -Pulsante 'Inserisci tabella' - - - - - - - - - - - -
-
-Il pulsante 'Inserisci tabella' apre la finestra mostrata qui sotto. Questa azione permette di creare tabelle.
-
-
-
-Descrizione dei parametri:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ColonneNumero di colonne nella nuova tabella.
RigheNumero di righe nella nuova tabella.
CellpaddingSpazio tra il bordo di una cella e il suo contenuto.
CellspacingSpazio tra le celle della tabella.
AllineamentoAllineamento della tabella.
BordoSpessore del bordo della tabella.
LarghezzaLarghezza, in pixel, della tabella.
AltezzaAltezza, in pixel, della tabella.
ClasseStile o classe CSS della tabella.
-
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/style.css b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/style.css deleted file mode 100755 index 722f537a1..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/style.css +++ /dev/null @@ -1,28 +0,0 @@ -body { background-color: #FFFFFF; } -body, td, .content { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 12px; } -.title { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 16px; font-weight: bold; } -.subtitle { font-size: 12px; font-weight: bold; } - -.toc_ul, .toc_li { margin-left: 8 px; line-height: 16px; } -.step_ol, .step_li { margin-left: 11 px; line-height: 16px; } -img { border: #000000 solid 1px; } - -a:visited { color: #666666; text-decoration: underline; } -a:active { color: #666666; text-decoration: underline; } -a:hover { color: #666666; text-decoration: underline; } -a { color: #666666; text-decoration: underline; } - -.pageheader { border: #E0E0E0 solid 1px; } -.pagefooter { border: #E0E0E0 solid 1px; } -.sample { background-color: #FFFFFF; border: #000000 solid 1px; } -.samplecontent { font-size: 10px; } - -.code { background-color: #FFFFFF; border: #000000 solid 1px; } -.codecontent { font-size: 10px; } -.codecontent a:visited { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a:active { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a:hover { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a { color: #666666; text-decoration: none; font-weight: bold } - -hr { height: 1px; } - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/about.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/about.htm deleted file mode 100644 index 696845407..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/about.htm +++ /dev/null @@ -1,32 +0,0 @@ - - - -Over TinyMCE - - - - - - - - - - - -
-
-TinyMCE is een kleine What-You-See-Is-What-You-Get (WYSIWYG) -editor voor teksten. De bediening vindt plaats in de web browser, zoals MSIE of Mozilla. -Het werken met deze editor is eenvoudig, omdat de bediening veel lijkt op het werken -met teksten in (office-)tekstverwerkers. -

-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/common_buttons.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/common_buttons.htm deleted file mode 100644 index b77bdeb03..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/common_buttons.htm +++ /dev/null @@ -1,189 +0,0 @@ - - - -Functies van TinyMCE - - - - - - - - - - - -
-
-Het werken met de editor komt sterk overeen met wat u gewend bent van uw tekstverwerker: -Dubbel-klik op een woord in de tekst, of trek een kader met de muis terwijl u -de linkerknop inhoudt om een gedeelte van de tekst te kiezen. Het aldus gemarkeerde woord of -tekstfragment noemen we 'selecteerd'. Met de knoppen en stijl-keuzelijsten -in de editor kunt u hiervan vervolgens de opmaak aanpassen of (indien deze reeds was toegekend) verwijderen. -

-De meeste functies voert u eenvoudig uit door het klikken -van de knoppen (buttons) boven het tekstvenster in de editor. Hieronder vindt u van elk van deze -knoppen een beknopte beschrijving. -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Gekozen tekstfragment 'Vet' (Bold) maken.
Gekozen tekstfragment 'Cursief' (Italic) maken.
Gekozen tekstfragment 'Onderstrepen' (Underline).
Gekozen tekstfragment 'Doorstrepen' (Strikethrough).
Gekozen tekstfragment naar links uitlijnen.
Gekozen tekstfragment centreren.
Gekozen tekstfragment naar rechts uitlijnen.
Gekozen tekstfragment 'uitvullen' tot complete regels.
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Gekozen tekstfragment omzetten naar ongeordende (bullet-)lijst of opsomming.
Gekozen tekstfragment omzetten naar doorgenummerde lijst.
Inspringniveau van het gekozen tekstfragment verkleinen.
Inspringniveau van het gekozen tekstfragment vergroten.
De laaste bewerking ongedaan maken. De toetscombinatie CRTL-Z doet hetzelfde.
De laatste bewerking opnieuw uitvoeren.
Invoegen van een Link (Cross-Link) via dialoogmenu.
- Zie de beschrijving bij Links en verwijzingen in tekst invoegen.
Verwijdert alle gevonden Links (Cross-Links) uit de tekstselectie.
Anker aan de tekstselectie toekennen of wijzigen.
- Zie de beschrijving bij Anker Toevoegen.
Voegt een afbeelding in.
- Zie de beschrijving bij Afbeeldingen invoegen.
Schoont ongewenste opmaak en codering van de tekstselectie op. Deze functie is erg nuttig na het - overkopiëren van teksten vanuit uw (Office-)tekstverwerker.
Toont dit helpvenster met uitleg van alle functionaliteit van de editor.
Opent het venster met de HTML-broncode voor het direct maken van wijzigingen - in de achterliggende pagina-codering. Kennis van de HTML-taal is vereist.
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Voegt een nieuwe tabel met 2 rijen en kolommen in op de huidige positie in te tekst.
Voegt een nieuwe rij toe aan de tabel boven de huidige.
Voegt een nieuwe rij toe aan de tabel onder de huidige.
Verwijdert de huidige rij uit de tabel.
Voegt een nieuwe kolom toe aan de tabel voor de huidige.
Voegt een nieuwe kolom toe aan de tabel achter de huidige.
Verwijdert de huidige kolom uit de tabel.
Voegt een horizontale lijn in de tekst toe.
Verwijdert alle tekst-opmaak van de tekstselectie.
Toon of verberg hulplijnen voor tabellen in het tekstvenster.
Verandert het gekozen tekstfragment in Subscript.
Verandert het gekozen tekstfragment in Superscript.
De Karaktertabel maakt het eenvoudig invoegen van bijzondere karakters mogelijk.
- Zie de beschrijving bij Bijzondere karakers in de tekst invoegen.
-
-
- - - - - - - - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/images/.DS_Store b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/images/.DS_Store deleted file mode 100644 index 5008ddfcf..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/images/.DS_Store and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/images/html_source_window.gif b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/images/html_source_window.gif deleted file mode 100644 index db933dc9e..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/images/html_source_window.gif and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/images/insert_anchor_window.gif b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/images/insert_anchor_window.gif deleted file mode 100644 index 17dde58b7..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/images/insert_anchor_window.gif and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/images/insert_image_window.gif b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/images/insert_image_window.gif deleted file mode 100644 index 05354a4ef..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/images/insert_image_window.gif and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/images/insert_link_window.gif b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/images/insert_link_window.gif deleted file mode 100644 index e1d01a802..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/images/insert_link_window.gif and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/images/insert_specchar_window.gif b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/images/insert_specchar_window.gif deleted file mode 100644 index 986fa51d3..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/images/insert_specchar_window.gif and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/images/insert_table_window.gif b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/images/insert_table_window.gif deleted file mode 100644 index e65679dde..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/images/insert_table_window.gif and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/index.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/index.htm deleted file mode 100644 index 015d8142d..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/index.htm +++ /dev/null @@ -1,28 +0,0 @@ - - - -Help Index - - - - - - - - - -
-
-Klik op de onderwerpen in onderstaande inhoudsopgave voor meer informatie. - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/insert_anchor_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/insert_anchor_button.htm deleted file mode 100644 index 25a790eb2..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/insert_anchor_button.htm +++ /dev/null @@ -1,38 +0,0 @@ - - - -Ankers in de tekst gebruiken - - - - - - - - - -
-
-Met de knop 'Invoegen Anker' kunt u in de tekst z.g. HTML-ankers invoegen en -aanpassen. Deze ankers maken het mogelijk snel naar bepaalde tekstfragmenten te springen. -Door het toevoegen van de ankernaam (voorafgegaan door een '#') -aan de link naar een pagina (Zie 'Links en verwijzingen in tekst invoegen') -kan op deze wijze desgewenst direct naar een bepaalde passage in een pagina worden doorgelinkt. -

-Voor het toevoegen of aanpassen van een anker wordt onderstaand dialoogvenster getoond.
-
-
-
-Bij het veld 'Anker naam' kan de gewenste naam van het anker worden ingevuld. -Let op: Binnen een complete pagina binnen uw website dient de naam van dit anker uniek zijn.
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/insert_image_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/insert_image_button.htm deleted file mode 100644 index 79251886e..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/insert_image_button.htm +++ /dev/null @@ -1,66 +0,0 @@ - - - -Afbeeldingen invoegen - - - - - - - - - - - -
-
-Voer simpelweg de URL van de afbeelding en de beschrijving in. -De omschrijvende tekst wordt in sommige browsers bij de muiswijzer getoond -wanneer deze boven de afbeelding wordt stilgehouden. -De knop 'Afbeelding Invoegen' opent onderstaand dialoogvenster.
-
-
-
-Omschrijving van de velden:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
AfbeeldingIn dit veld dient u een complete URL op te geven van de afbeelding.
BeschrijvingOmschrijvende tekst die in sommige browsers bij de muiswijzer wordt getoond wanneer deze boven de afbeelding wordt stilgehouden.
UitlijningUit de lijst kan worden gekozen op welke wijze de afbeelding in de tekst wordt ingebed.
AfmetingenDe breedte en hoogte van de afbeelding in pixels. Laat deze velden leeg als de originele afmetingen gewenst zijn.
OmrandingDe dikte (in pixels) van de omranding om de afbeelding.
Verticale margeDe verticale marge (in pixels) gebruikt voor de omloop van teksten om de afbeelding.
Horizontale margeDe horizontale marge (in pixels) gebruikt voor de omloop van teksten om de afbeelding.
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/insert_link_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/insert_link_button.htm deleted file mode 100644 index a471a254c..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/insert_link_button.htm +++ /dev/null @@ -1,36 +0,0 @@ - - - -Links en verwijzingen in tekst invoegen - - - - - - - - - - - -
-
-De knop 'Link Invoegen' leidt u naar onderstaand dialoogvenster waarmee u eenvoudig -een Link (Cross-Link) kunt aanbrengen in uw teksten. -

-
-
-Bij 'Link URL' dient de de url van -de link te worden ingevuld (desgewenst voorafgegaan door 'http://' voor een externe -website), bij 'target' kan worden bepaald hoe de link moet openen. -
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/insert_specchar_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/insert_specchar_button.htm deleted file mode 100644 index 9bbbfdada..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/insert_specchar_button.htm +++ /dev/null @@ -1,33 +0,0 @@ - - - -Bijzondere karakers in de tekst invoegen - - - - - - - - - -
-
-Met de knop 'Bijzondere Karakters' kunt u in de tekst bijzondere karakters, die soms -op het toetsenbord lastig te vinden zijn, invoegen. -

-Voor het invoegen van een deze karakters wordt onderstaand keuzevenster getoond. -Door het eenvoudigweg klikken op het gewenste karakter in het overzicht, wordt het op de huidige positie in de tekst ingevoegd.
-
-
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/insert_table_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/insert_table_button.htm deleted file mode 100644 index 5b57df702..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/insert_table_button.htm +++ /dev/null @@ -1,74 +0,0 @@ - - - -Tabellen invoegen en aanpassen - - - - - - - - - - - -
-
-De knop 'Invoegen Tabel' stelt u in staat op de huidige plek een nieuwe tabel -in uw tekst in te voegen en opent onderstaand dialoogvenster.
-
-
-
-Omschrijving van de velden:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
KolommenHet gewenste aantal kolommen in de tabel.
RijenHet gewenste aantal rijen in de tabel.
CelvullingDe 'Celvulling' (Cellpadding)
- De opvulmarge rondom binnen elke cel in de tabel in pixels.
CelafstandDe 'Celafstand' (Cellspacing)
- De ruimte tussen de cellen onderling binnen de tabel in pixels.
PositioneringDe positionering van de tabel in de paragraaf.
OmrandingDe dikte in pixels van de omranding van de tabel.
BreedteDe breedte van de tabel (in pixels of percentuele notatie).
HoogteDe breedte van de tabel (in pixels of percentuele notatie).
CSS-StijlOptionele stijlkeuze uit de voor de website aangemaakte Cascading Style Sheet (CSS).
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/style.css b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/style.css deleted file mode 100644 index f36b6297f..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/style.css +++ /dev/null @@ -1,28 +0,0 @@ -/* body { background-color: #FFFFFF; } */ -body, td, .content { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 12px; } -.title { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 16px; font-weight: bold; } -.subtitle { font-size: 12px; font-weight: bold; } - -.toc_ul, .toc_li { margin-left: 8 px; line-height: 16px; } -.step_ol, .step_li { margin-left: 11 px; line-height: 16px; } -img { border: #000000 solid 1px; } - -a:visited { color: #666666; text-decoration: underline; } -a:active { color: #666666; text-decoration: underline; } -a:hover { color: #666666; text-decoration: underline; } -a { color: #666666; text-decoration: underline; } - -.pageheader { border: #E0E0E0 solid 1px; } -.pagefooter { border: #E0E0E0 solid 1px; } -.sample { background-color: #FFFFFF; border: #000000 solid 1px; } -.samplecontent { font-size: 10px; } - -.code { background-color: #FFFFFF; border: #000000 solid 1px; } -.codecontent { font-size: 10px; } -.codecontent a:visited { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a:active { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a:hover { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a { color: #666666; text-decoration: none; font-weight: bold } - -hr { height: 1px; } - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/about.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/about.htm deleted file mode 100644 index dc2e94141..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/about.htm +++ /dev/null @@ -1,34 +0,0 @@ - - - - - -O TinyMCE - - - - - - - - - - - -
-
-TinyMCE jest małym edytorem WYSWIWYG dla przegl±darek internetowych takich jak MSIE -lub Mozilla, pozwalaj±cym na edytowanie zawarto¶ci strony HTML w sposób przyjazny dla -użytkownika. Posiada szeref funkcji znanych z popularnych edytorów tekstu, więc powinien -być łatwy w użyciu.
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/common_buttons.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/common_buttons.htm deleted file mode 100644 index bd80f20b9..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/common_buttons.htm +++ /dev/null @@ -1,165 +0,0 @@ - - - - - -Ważniejsze przyciski - - - - - - - - - - - -
-
-Poniżej znajduje się krótki opis każdego przycisku -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Pogrubienie tekstu.
Pochylenie tekstu.
Podkre¶lenie tekstu.
Przekre¶lenie tekstu.
Wyrównanie do lewej
Wy¶rodkowanie.
Wyrównanie do prawej.
Wyjustowanie.
Lista nieuporz±dkowana/lista punktów.
Lista uporz±dkowana/lista ponumerowana
Wysunięcie/zmniejsz wcięcie.
Wcięcie/zwiększ wcięcie.
Cofnięcie ostatnio wykonanej czynno¶ci
Ponowienie ostatnio wykonanej czynno¶ci
Wstawienie nowego ł±cza, przeczytaj więcej o tej funkcji sekcji Wstaw - ł±cze.
Usunięcie ł±cz z zaznaczonej czę¶ci/usunięcie wszystkich zaznaczonych ł±cz.
Wstawienie nowego zakotwiczenia, przeczytaj więcej o tej funkcji w sekcji Wstaw zakotwiczenie.
Wstawienie nowego zdjęcia, przeczytaj więcej o tej funkcji w sekcji Wstaw - zdjęcie.
Oczyszczenie kodu/usunięcie niechcianeg formatowania. Ta funkcja jest pomocna kiedy - kopiujesz zawarto¶ć np. z worda.
Pokazanie tego okna pomocy.
Otwarcie edytora kodu HTML.
Wstawienie nowej tabeli 2x2 w bież±cej pozycji.
Wstawienie wiersza ponad aktualnie zaznaczonym.
Wstawienie wiersz poniżej aktualnie zaznaczonego.
Usunięcie wiersza.
Wstawienie kolumny przed aktualnie zaznaczon±.
Wstawienie kolumny za aktualnie zaznaczon±.
Usunięcie kolumny.
Wstawienie poziomej linii.
Usunięcie formatowania z zaznaczonej czę¶ci.
Przekształcenie w indeks dolny.
Przekształcenie w indeks górny.
-
-
- - - - - - - - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/images/insert_anchor_window.gif b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/images/insert_anchor_window.gif deleted file mode 100644 index c2e08332b..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/images/insert_anchor_window.gif and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/images/insert_image_window.gif b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/images/insert_image_window.gif deleted file mode 100644 index 3dbae3c7b..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/images/insert_image_window.gif and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/images/insert_link_window.gif b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/images/insert_link_window.gif deleted file mode 100644 index 559def693..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/images/insert_link_window.gif and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/images/insert_table_window.gif b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/images/insert_table_window.gif deleted file mode 100644 index b02e34eda..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/images/insert_table_window.gif and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/index.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/index.htm deleted file mode 100644 index 1360ad4ca..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/index.htm +++ /dev/null @@ -1,29 +0,0 @@ - - - - - -Spis pomocy - - - - - - - - - -
-
-Aby zobaczyć poszczególne sekcje pomocy kliknij jeden z poniższych linków - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/insert_anchor_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/insert_anchor_button.htm deleted file mode 100644 index a6a52694c..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/insert_anchor_button.htm +++ /dev/null @@ -1,34 +0,0 @@ - - - - - -Przycisk "Wstaw zakotwiczenie" - - - - - - - - - -
-
-Ten przycisk otwiera nowe okno z funkcj± wstawienia/edycja zakotwiczenia.
-
-
-
-Jest tylko jedno pole w tym oknie, należy tam wpisać nazwę punktu zakotwiczenia. Należy pamiętać, że nazwa musi być -unikatowa, nie powtarzaj±ca się. -

-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/insert_image_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/insert_image_button.htm deleted file mode 100644 index ad1531319..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/insert_image_button.htm +++ /dev/null @@ -1,66 +0,0 @@ - - - - - -Przycisk "Wstaw zdjęcie" - - - - - - - - - -
-
-Przycisk "Wstaw zdjęcie" otwiera okno pokazane poniżej.
-
-
-
-Należy podać adres URL lub scieżkę dostępu do zdjęcia które ma być wstawione i podać krótki opis -zdjęcia, jest on wy¶wietlany jako alternatyny tekstowy opis zdjęcia umieszczonego na stronie. -

-Opis pól:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Adres URL lub ¶cieżka dostępu do zdjęciaURL/scieżka dostępu do zdjęcia.
Opis zdjęciaTekst opisuj±cy zdjęcia.
WymiaryDługo¶ć/szeroko¶ć zdjęcia .
WyrównanieWyrównanie zdjęcia, użyteczne przy zawijaniu tekstu wokół zdjęcia.
KrawędzieGrubo¶ć krawędzi.
Odstęp poziomyOdstęp poziomy, pomocne przy zawijaniu tesktu wokół zdjęcia.
Odstęp pionowyOdstęp pionowy, pomocne przy zawijaniu tesktu wokół zdjęcia.
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/insert_link_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/insert_link_button.htm deleted file mode 100644 index 8451b559e..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/insert_link_button.htm +++ /dev/null @@ -1,36 +0,0 @@ - - - - - -Przycisk "Wstaw ł±cze" - - - - - - - - - - - -
-
-Ten przycisk otwiera nowe okno, pozwalaj±ce na wstawienie lub edytowanie ł±cza.
-
-
-
-S± dwa pola w tym oknie, pierwsze "Adres URL" jest adresem URL ł±cza -. "Cel" umożliwia ustalenie jak ł±cze ma być otwarte.
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/insert_table_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/insert_table_button.htm deleted file mode 100644 index fee4dbc81..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/insert_table_button.htm +++ /dev/null @@ -1,74 +0,0 @@ - - - - - -Przycisk "Wstaw tabelę" - - - - - - - - - - - -
-
-Przycisk "Wstaw tabelę" otwiera okno pokazane poniżej. Można w ten sposób stworzyć now± tabelę.
-
-
-
-Opis pól:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
KolumnyLiczba kolumn w tabeli.
WierszeLiczba wierszy w tabeli.
CellpaddingOdległo¶ć akapitu od krawędzi komórki tabeli.
CellspacingSzeroko¶ć krawędzi komórek tabeli.
WyrównanieWyrównanie tabeli.
KrawędzieGrubo¶ć krawędzi tabeli.
Szeroko¶ćSzeroko¶ć tabeli w pikselach.
Wysoko¶ćWysoko¶ć tabeli w pikselach.
KlasaStyl lub klasa CSS tabeli.
-
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/style.css b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/style.css deleted file mode 100644 index 722f537a1..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/style.css +++ /dev/null @@ -1,28 +0,0 @@ -body { background-color: #FFFFFF; } -body, td, .content { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 12px; } -.title { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 16px; font-weight: bold; } -.subtitle { font-size: 12px; font-weight: bold; } - -.toc_ul, .toc_li { margin-left: 8 px; line-height: 16px; } -.step_ol, .step_li { margin-left: 11 px; line-height: 16px; } -img { border: #000000 solid 1px; } - -a:visited { color: #666666; text-decoration: underline; } -a:active { color: #666666; text-decoration: underline; } -a:hover { color: #666666; text-decoration: underline; } -a { color: #666666; text-decoration: underline; } - -.pageheader { border: #E0E0E0 solid 1px; } -.pagefooter { border: #E0E0E0 solid 1px; } -.sample { background-color: #FFFFFF; border: #000000 solid 1px; } -.samplecontent { font-size: 10px; } - -.code { background-color: #FFFFFF; border: #000000 solid 1px; } -.codecontent { font-size: 10px; } -.codecontent a:visited { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a:active { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a:hover { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a { color: #666666; text-decoration: none; font-weight: bold } - -hr { height: 1px; } - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/se/about.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/se/about.htm deleted file mode 100755 index 42380902c..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/se/about.htm +++ /dev/null @@ -1,33 +0,0 @@ - - - -About TinyMCE - - - - - - - - - - - -
-
-TinyMCE är en liten WYSIWYG editor kontroll för webläsare som t.ex -MSIE och Mozilla som möjliggör för användare att redigera -HTML innehåll i på mer användarvänligt sätt. Applikationen -har funktioner som liknar dem man finner i vanliga ordbehandlare och borde inte -vara speciellt svårt att använda om man har datorvana.
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/se/common_buttons.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/se/common_buttons.htm deleted file mode 100755 index fe334beea..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/se/common_buttons.htm +++ /dev/null @@ -1,163 +0,0 @@ - - - -Common buttons - - - - - - - - - - - -
-
-Nedan finner du en kort beskrivning om varje knapp/funktion.
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Fet text stil.
Kursiv text stil.
Understruken text stil.
Genomstruken text stil.
Vänster justera.
Centrera.
Höger justera.
Full justera.
Osorterad lista/Punktlista.
Sorterad lista/numrerad lista
Minska indrag.
Öka utdrag.
Ångra senaste operationen.
Gör om senaste operationen.
Skapa/Redigera länk, läs mer om denna funktion i Skapa/Redigera - länk sektionen.
Ta bort länkar från den nuvarande markeringen.
Skapa/Redigera ankare, lär mer om denna funktion i Skapa/Redigera ankare sektionen.
Skapa/Redigera bild, lär mer om denna funktion i Skapa/Redigera - bild sektionen.
Rensa/Städa kåden. Denna funktion tar bort onödig formatering. - Bör användas när man t.ex klipper text från Office - produkter.
Visad denna hjälp funktion
Öppnar en HTML källkåds editor .
Skapar en ny table (2x2) .
Skapar en rad ovanför den nuvarande raden .
Skapar en rad under den nuvarande raden .
Tarbort en rad.
Skapar en kolumn före den nuvarande kolumnen.
Skapar en kolumn efter den nuvarande kolumnen.
Tar bort en kolumn.
Skapar en horizontell linie.
Tarbort formattering från markeringen.
Skapar nedsänkt text.
Skapar upphöjd text.
-
-
- - - - - - - - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/se/images/insert_anchor_window.gif b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/se/images/insert_anchor_window.gif deleted file mode 100755 index 1c38437e2..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/se/images/insert_anchor_window.gif and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/se/images/insert_image_window.gif b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/se/images/insert_image_window.gif deleted file mode 100755 index c3d7379ff..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/se/images/insert_image_window.gif and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/se/images/insert_link_window.gif b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/se/images/insert_link_window.gif deleted file mode 100755 index 2a56e79c4..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/se/images/insert_link_window.gif and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/se/images/insert_table_window.gif b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/se/images/insert_table_window.gif deleted file mode 100755 index e8b69ef02..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/se/images/insert_table_window.gif and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/se/index.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/se/index.htm deleted file mode 100755 index 484d591ba..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/se/index.htm +++ /dev/null @@ -1,28 +0,0 @@ - - - -Help Index - - - - - - - - - -
-
-Klicka på länkarna nedan för att gå till olika hjälp -sektioner. - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/se/insert_anchor_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/se/insert_anchor_button.htm deleted file mode 100755 index 8116be04e..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/se/insert_anchor_button.htm +++ /dev/null @@ -1,33 +0,0 @@ - - - -Skapa/Redigera länk - - - - - - - - - - - -
-
-Denna funktion öppnar ett nytt fönster liknande det nedan.
-
-
-
-Detta fönster har ett fält som man skall fylla i med ett unik namn, denna funktion gör det möjligt att skapa ankarpunkter/bokmärken.
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/se/insert_image_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/se/insert_image_button.htm deleted file mode 100755 index 07c42c958..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/se/insert_image_button.htm +++ /dev/null @@ -1,69 +0,0 @@ - - - -Skapa/Redigera bild - - - - - - - - - - - -
-
-Skapa/Redigera bild funktionen öppnar ett nytt fönster som ser ut som -bilden nedan.
-
-
-
-I detta fönster skriver du in URL:en till bilden du vill länka till -samt en bild beskrivning, denna beskrivning kommer att visas som en alternativ -text till bilden för t.ex handikappade.
-
-Field descriptions:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Bilderns URL URL/sökväg till bilden.
Bildens beskrivningBildens beskrivning, denna beskrivning kommer att visas som en alternativ -text till bilden för t.ex handikappade.
DimentionerBildens brädd och höjd.
JusteringBildens justering, kan vara användbart när man vill att text skall flyta runt bilden.
RamBildramens bredd.
Vertikalt tomrum Vertikalt tomrum , kan vara användbart när man vill att text skall flyta runt bilden.
Horizontellt tomromHorizontellt tomrom, kan vara användbart när man vill att text skall flyta runt bilden.
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/se/insert_link_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/se/insert_link_button.htm deleted file mode 100755 index 5339f5256..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/se/insert_link_button.htm +++ /dev/null @@ -1,34 +0,0 @@ - - - -Skapa/Redigera länk - - - - - - - - - - - -
-
-Denna funktion öppnar ett nytt fönster liknande det nedan.
-
-
-
-Detta fönster har två fält länkens URL/adress samt hur länken -skall öppnas.
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/se/insert_table_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/se/insert_table_button.htm deleted file mode 100755 index 819bf011a..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/se/insert_table_button.htm +++ /dev/null @@ -1,72 +0,0 @@ - - - -Skapa/Redigera tabell - - - - - - - - - - - -
-
-Skapa tabell knappen öppnar ett nytt fönster, med hjälp av detta fönster kan du skapa tabeller.
-
-
-
-Field descriptions:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
KolumnerAntal kolumner i tabellen.
RaderAntal rader i tabellen .
CellpaddingCellpadding of the table .
CellspacingCellspacing of the table .
JusteringTabellens justering.
RambreddRamens bredd .
BreddBredd i pixlar.
HöjdHöjd i pixlar.
StilStilmall på tabellen.
-
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/se/style.css b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/se/style.css deleted file mode 100755 index 722f537a1..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/se/style.css +++ /dev/null @@ -1,28 +0,0 @@ -body { background-color: #FFFFFF; } -body, td, .content { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 12px; } -.title { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 16px; font-weight: bold; } -.subtitle { font-size: 12px; font-weight: bold; } - -.toc_ul, .toc_li { margin-left: 8 px; line-height: 16px; } -.step_ol, .step_li { margin-left: 11 px; line-height: 16px; } -img { border: #000000 solid 1px; } - -a:visited { color: #666666; text-decoration: underline; } -a:active { color: #666666; text-decoration: underline; } -a:hover { color: #666666; text-decoration: underline; } -a { color: #666666; text-decoration: underline; } - -.pageheader { border: #E0E0E0 solid 1px; } -.pagefooter { border: #E0E0E0 solid 1px; } -.sample { background-color: #FFFFFF; border: #000000 solid 1px; } -.samplecontent { font-size: 10px; } - -.code { background-color: #FFFFFF; border: #000000 solid 1px; } -.codecontent { font-size: 10px; } -.codecontent a:visited { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a:active { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a:hover { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a { color: #666666; text-decoration: none; font-weight: bold } - -hr { height: 1px; } - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/uk/about.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/uk/about.htm deleted file mode 100755 index 984a99028..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/uk/about.htm +++ /dev/null @@ -1,32 +0,0 @@ - - - -About TinyMCE - - - - - - - - - - - -
-
-TinyMCE is a small WYSIWYG editor control for web browsers such as MSIE or Mozilla -that enables you to edit HTML contents in a more user friendly way. It has common -features that are found in most word processors and should not be difficult to -use.
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/uk/common_buttons.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/uk/common_buttons.htm deleted file mode 100755 index 01fe39053..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/uk/common_buttons.htm +++ /dev/null @@ -1,163 +0,0 @@ - - - -Common buttons - - - - - - - - - - - -
-
-Below is a short description about each button. -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Bold text style.
Italic text style.
Underline text style.
Strikethrough text style.
Align left.
Align center.
Align right.
Align full.
Unordered list/bullet list.
Ordered list/numbered list
Outdent/decrease indentation.
Indent/incread indentation.
Undo the last operation.
Redo the last operation.
Insert a new link, read more about this function in the Insert - link section.
Unlinks the current selection/removes all selected links.
Insert a new anchor, read more about this function in the Insert anchor section.
Insert a new image, read more about this function in the Insert - image section.
Cleanup code/Removes unwanted formating. This function is useful when - you copy contents from for example a office product.
Shows this help window.
Opens HTML source code editor.
Inserts a new 2x2 table at the current location.
Adds a row above the current one.
Adds a row under the current one.
Removes the row.
Adds a column before the current one.
Adds a column after the current one.
Removes the current column.
Inserts a new horizontal ruler
Removes formatting from the selection.
Makes the selection to be subscript.
Makes the selection to be superscripted.
-
-
- - - - - - - - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/uk/images/insert_anchor_window.gif b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/uk/images/insert_anchor_window.gif deleted file mode 100755 index 5b5f528dd..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/uk/images/insert_anchor_window.gif and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/uk/images/insert_image_window.gif b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/uk/images/insert_image_window.gif deleted file mode 100755 index cdc617eab..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/uk/images/insert_image_window.gif and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/uk/images/insert_link_window.gif b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/uk/images/insert_link_window.gif deleted file mode 100755 index 7bad7583a..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/uk/images/insert_link_window.gif and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/uk/images/insert_table_window.gif b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/uk/images/insert_table_window.gif deleted file mode 100755 index 6a032c5ae..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/uk/images/insert_table_window.gif and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/uk/index.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/uk/index.htm deleted file mode 100755 index 0b0526af0..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/uk/index.htm +++ /dev/null @@ -1,27 +0,0 @@ - - - -Help Index - - - - - - - - - -
-
-Click the links below to go to the different help sections. - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/uk/insert_anchor_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/uk/insert_anchor_button.htm deleted file mode 100755 index e1118a289..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/uk/insert_anchor_button.htm +++ /dev/null @@ -1,33 +0,0 @@ - - - -Insert anchor button - - - - - - - - - - - -
-
-This button opens a new window with the insert/edit anchor function.
-
-
-
-There are one field in this window, this is where you enter the name of you anchor point. Remember the anchor name needs to be unique.
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/uk/insert_image_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/uk/insert_image_button.htm deleted file mode 100755 index e101fff85..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/uk/insert_image_button.htm +++ /dev/null @@ -1,66 +0,0 @@ - - - -Insert image button - - - - - - - - - - - -
-
-The insert image button opens the window shown below.
-
-
-
-You simply enter a URL to the image you want to link to and enter a image description, -this is then displayed as an alternative text descripton of the image on the page.
-
-Field descriptions:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Image URL URL/path to the image.
Image description Alternative description of image contents.
DimentionsImage width/height.
AlignmentImage alignment, useful when wrapping text around images.
BorderBorder thickness.
VSpaceVertical space, useful when wrapping text around images.
HSpaceHorizontal space, useful when wrapping text around images.
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/uk/insert_link_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/uk/insert_link_button.htm deleted file mode 100755 index ddfeb3af0..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/uk/insert_link_button.htm +++ /dev/null @@ -1,34 +0,0 @@ - - - -Insert link button - - - - - - - - - - - -
-
-This button opens a new window with the insert/edit link function.
-
-
-
-There are two fields in this window the first one "Link URL" is the -URL of the link. The target enables you to select how the link is to be opened.
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/uk/insert_table_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/uk/insert_table_button.htm deleted file mode 100755 index d3bd196ed..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/uk/insert_table_button.htm +++ /dev/null @@ -1,72 +0,0 @@ - - - -Insert table button - - - - - - - - - - - -
-
-The insert table button opens the window shown below. This action enables you to create tables.
-
-
-
-Field descriptions:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ColumnsNumber of columns in the table.
RowsNumber of rows in the new table.
CellpaddingCellpadding of the table .
CellspacingCellspacing of the table .
AlignmentTable alignment .
BorderBorder thinkness of table.
WidthWidth in pixels of table .
HeightHeight in pixels of table.
ClassStyle or CSS class of table.
-
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/uk/style.css b/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/uk/style.css deleted file mode 100755 index 722f537a1..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/advanced/docs/uk/style.css +++ /dev/null @@ -1,28 +0,0 @@ -body { background-color: #FFFFFF; } -body, td, .content { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 12px; } -.title { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 16px; font-weight: bold; } -.subtitle { font-size: 12px; font-weight: bold; } - -.toc_ul, .toc_li { margin-left: 8 px; line-height: 16px; } -.step_ol, .step_li { margin-left: 11 px; line-height: 16px; } -img { border: #000000 solid 1px; } - -a:visited { color: #666666; text-decoration: underline; } -a:active { color: #666666; text-decoration: underline; } -a:hover { color: #666666; text-decoration: underline; } -a { color: #666666; text-decoration: underline; } - -.pageheader { border: #E0E0E0 solid 1px; } -.pagefooter { border: #E0E0E0 solid 1px; } -.sample { background-color: #FFFFFF; border: #000000 solid 1px; } -.samplecontent { font-size: 10px; } - -.code { background-color: #FFFFFF; border: #000000 solid 1px; } -.codecontent { font-size: 10px; } -.codecontent a:visited { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a:active { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a:hover { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a { color: #666666; text-decoration: none; font-weight: bold } - -hr { height: 1px; } - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/ca_fr/about.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/ca_fr/about.htm deleted file mode 100755 index 9474e8a2d..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/ca_fr/about.htm +++ /dev/null @@ -1,33 +0,0 @@ - - - -À propos de TinyMCE - - - - - - - - - - - -
-
-TinyMCE est un petit éditeur "WYSIWYG" pour page Web comme MSIE ou Mozilla qui -vous permet de manipuler du contenu HTML d'une façon plus intuitive. -Il est simple d'utilisation et possède les fonctionalités ls plus répendues que l'on peut retrouver dans -les traitements de texte. -
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/ca_fr/common_buttons.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/ca_fr/common_buttons.htm deleted file mode 100755 index b692b7594..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/ca_fr/common_buttons.htm +++ /dev/null @@ -1,112 +0,0 @@ - - - -Outils communs - - - - - - - - - - - -
-
-Ci-dessous une courte description de chacuns des outils. -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Met le texte sélectionné en gras.
Met le texte sélectionné en italique.
Souligne le texte sélectionné.
Barre le texte sélectionné.
Alignement à gauche.
Alignement au centré.
Alignement à droite.
Texte justifié.
Liste à puces.
Liste numérotée
Réduit l'indentation.
Augmente l'indentation.
Annule la dernière opération.
Refait la dernière opération annulée.
Insère ou modifie un hyperlien. Allez à la page - Outil d'ajout d'hyperliens pour plus de détails.
Efface les hyperliens qui sont sélectionées.
Insère ou modifie une image. Allez à la page - Outil d'ajout d'images pour plus de détails.
Nettoie le code et retire les paramètres non désirés. Cet outil - est très utile lorsque vous copiez du contenu provenant de logiciels - de bureatique.
Affiche cette page d'aide.
-
-
- - - - - - - - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/ca_fr/images/Thumbs.db b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/ca_fr/images/Thumbs.db deleted file mode 100755 index 4495587e4..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/ca_fr/images/Thumbs.db and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/ca_fr/images/insert_image_window.gif b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/ca_fr/images/insert_image_window.gif deleted file mode 100755 index 256d65b6e..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/ca_fr/images/insert_image_window.gif and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/ca_fr/images/insert_link_window.gif b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/ca_fr/images/insert_link_window.gif deleted file mode 100755 index b6be262d9..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/ca_fr/images/insert_link_window.gif and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/ca_fr/index.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/ca_fr/index.htm deleted file mode 100755 index ec5b31952..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/ca_fr/index.htm +++ /dev/null @@ -1,25 +0,0 @@ - - - -Table des matières de l'aide - - - - - - - - - -
-
-Faites votre sélection parmis les thèmes suivants: - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/ca_fr/insert_image_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/ca_fr/insert_image_button.htm deleted file mode 100755 index bc4adaf0d..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/ca_fr/insert_image_button.htm +++ /dev/null @@ -1,35 +0,0 @@ - - - -Outil d'ajout d'images - - - - - - - - - - - -
-
-L'outil d'ajout d'images ouvre la fenêtre ci-dessous.
-
-
-
-Vous entrez tout simplement l'adresse de l'image que vous désirez ajouter et -entrez une description facultative. La description sera affichée en texte alternatif -sur l'image lorsqu'elle sera publiée.
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/ca_fr/insert_link_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/ca_fr/insert_link_button.htm deleted file mode 100755 index af973a16b..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/ca_fr/insert_link_button.htm +++ /dev/null @@ -1,35 +0,0 @@ - - - -Outil d'ajout d'hyperliens - - - - - - - - - - - -
-
-L'outil d'ajout d'hyperlien ouvre la fenêtre ci-dessous.
-
-
-
-Il y a deux champs dans cette fenêtre. L'Adresse URL est l'adresse -de l'hyperlien. La destination vous permet de choisir de quelle façon -l'hyperlien sera ouvert.
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/ca_fr/style.css b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/ca_fr/style.css deleted file mode 100755 index 722f537a1..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/ca_fr/style.css +++ /dev/null @@ -1,28 +0,0 @@ -body { background-color: #FFFFFF; } -body, td, .content { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 12px; } -.title { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 16px; font-weight: bold; } -.subtitle { font-size: 12px; font-weight: bold; } - -.toc_ul, .toc_li { margin-left: 8 px; line-height: 16px; } -.step_ol, .step_li { margin-left: 11 px; line-height: 16px; } -img { border: #000000 solid 1px; } - -a:visited { color: #666666; text-decoration: underline; } -a:active { color: #666666; text-decoration: underline; } -a:hover { color: #666666; text-decoration: underline; } -a { color: #666666; text-decoration: underline; } - -.pageheader { border: #E0E0E0 solid 1px; } -.pagefooter { border: #E0E0E0 solid 1px; } -.sample { background-color: #FFFFFF; border: #000000 solid 1px; } -.samplecontent { font-size: 10px; } - -.code { background-color: #FFFFFF; border: #000000 solid 1px; } -.codecontent { font-size: 10px; } -.codecontent a:visited { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a:active { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a:hover { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a { color: #666666; text-decoration: none; font-weight: bold } - -hr { height: 1px; } - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/cz/about.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/cz/about.htm deleted file mode 100755 index 841366461..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/cz/about.htm +++ /dev/null @@ -1,32 +0,0 @@ - - - -O TinyMCE - - - - - - - - - - - - -
-
-TinyMCE je malý WYSIWYG editor pro webové prohlíľeče jako jsou MSIE nebo Mozilla, -kterým lze HTML obsah upravovat mnohem jednoduąeji. Obsahuje běľné funkce, -jeľ lze nalézt ve větąině textových editorů, proto by jeho pouľívání nemělo být sloľité.
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/cz/common_buttons.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/cz/common_buttons.htm deleted file mode 100755 index d1ef93e50..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/cz/common_buttons.htm +++ /dev/null @@ -1,123 +0,0 @@ - - - -Běľná tlačítka - - - - - - - - - - - - -
-
-Níľe je krátce popsáno kaľdé tlačítko. - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Zkopíruje aktuálně vybraný obsah do schránky. (Ctrl+C)
Vyjme aktuálně vybraný obsah do schránky. (Ctrl+X)
Vloľí obsah schránky do okna editoru. (Ctrl+P)
Ztuční text.
Naformátuje text kurzívou.
Podtrhne text.
Přeąkrtne text.
Zarovná vlevo.
Zarovná na střed.
Zarovná vpravo.
Zarovná do bloku.
Neřazený seznam/seznam s odráľky.
Řazený seznam/číslovaný seznam.
Předsadí/sníľí odsazení.
Odsadí/zvýąí odsazení.
Vrátí zpět naposledy provedenou akci.
Obnoví poslední akci.
Vloľí nový odkaz, více o této funkci v části Vloľit odkaz.
Zruąí odkaz v aktuálním výběru/odstranit vąechny vybrané odkazy.
Vloľí nový obrázek, více o této funkci v části Vloľit obrázek.
Vyčistí kód/odstraní nechtěné formátování. Tato funkce se hodí kdyľ - kopírujete obsah například z kancelářského balíku.
Zobrazí tuto nápovědu.
-
-
- - - - - - - - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/cz/images/insert_image_window.png b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/cz/images/insert_image_window.png deleted file mode 100755 index 48e3aaca2..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/cz/images/insert_image_window.png and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/cz/images/insert_link_window.png b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/cz/images/insert_link_window.png deleted file mode 100755 index 94a0c2e5a..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/cz/images/insert_link_window.png and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/cz/index.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/cz/index.htm deleted file mode 100755 index c3772d5dd..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/cz/index.htm +++ /dev/null @@ -1,26 +0,0 @@ - - - -Nápověda - - - - - - - - - - -
-
-Kliknutím na odkazy níľe zvolte poľadovanou část nápovědy. - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/cz/insert_image_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/cz/insert_image_button.htm deleted file mode 100755 index 8147055ad..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/cz/insert_image_button.htm +++ /dev/null @@ -1,35 +0,0 @@ - - - -Tlačítko vloľit obrázek - - - - - - - - - - - - -
-
-Tlačítko vloľit obrázek otevře následující okno.
-
-
-
-Jen vloľte URL obrázku, který chcete přidat a zadáte jeho popis, jenľ bude -zobrazován jako alternativní popisek obrázku.
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/cz/insert_link_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/cz/insert_link_button.htm deleted file mode 100755 index 678e2c9e1..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/cz/insert_link_button.htm +++ /dev/null @@ -1,35 +0,0 @@ - - - -Tlačítko vloľit odkaz - - - - - - - - - - - - -
-
-Toto tlačítko otevře nové okno s moľností vloľení/úpravy odkazu.
-
-
-
-V tomto okně jsou dvě políčka. "URL odkazu" je adresa stránky, na -kterou odkazujeme. "Cíl" určuje, jak má být odkazovaná stránka otevřena.
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/cz/style.css b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/cz/style.css deleted file mode 100755 index f988e2a7b..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/cz/style.css +++ /dev/null @@ -1,28 +0,0 @@ -body { background-color: #FFFFFF; } -body, td, .content { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 12px; } -.title { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 16px; font-weight: bold; } -.subtitle { font-size: 12px; font-weight: bold; } - -.toc_ul, .toc_li { margin-left: 8 px; line-height: 16px; } -.step_ol, .step_li { margin-left: 11 px; line-height: 16px; } -img { border: 0; } - -a:visited { color: #666666; text-decoration: underline; } -a:active { color: #666666; text-decoration: underline; } -a:hover { color: #666666; text-decoration: underline; } -a { color: #666666; text-decoration: underline; } - -.pageheader { border: #E0E0E0 solid 1px; } -.pagefooter { border: #E0E0E0 solid 1px; } -.sample { background-color: #FFFFFF; border: #000000 solid 1px; } -.samplecontent { font-size: 10px; } - -.code { background-color: #FFFFFF; border: #000000 solid 1px; } -.codecontent { font-size: 10px; } -.codecontent a:visited { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a:active { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a:hover { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a { color: #666666; text-decoration: none; font-weight: bold } - -hr { height: 1px; } - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/de/about.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/de/about.htm deleted file mode 100755 index 8a4568a03..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/de/about.htm +++ /dev/null @@ -1,32 +0,0 @@ - - - -Über TinyMCE - - - - - - - - - - - -
-
-TinyMCE ist ein kompakter WYSIWYG-Editor für Webbrowser wie MSIE oder Mozilla -der es Ihnen ermöglicht HTML-Inhalte auf eine benutzerfreundliche Weise zu -editieren. Es verfügt über die wichtigsten Funktionen die in den meisten -Textverarbeitungen vorkommen und sollte einfach zu benutzen sein.
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/de/common_buttons.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/de/common_buttons.htm deleted file mode 100755 index e1a4ada48..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/de/common_buttons.htm +++ /dev/null @@ -1,108 +0,0 @@ - - - -Allgemeine Schaltflächen - - - - - - - - - - - -
-
-Untenstehend eine kurze Beschreibung jeder Schaltfläche.
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Fetter Text.
Kursiver Text.
Unterstrichener Text.
Durchgestrichener Text.
Linksbündig.
Zentriert.
Rechtsbündig.
Blocksatz.
Unsortierte Liste / Punktierte Liste.
Sortierte Liste / Nummerierte Liste.
Einzug verkleinern.
Einzug vergrössern.
Letzte Aktion rückgängig machen.
Letzte Aktion wiederholen.
Einen neuen Hyperlink einfügen, lesen Sie mehr über diese Funktion im Kapitel Hyperlink einfügen.
Den gegenwärtige markierten Hyperlink entfernen / Alle gegenwärtig markierten Hyperlinks entfernen.
Ein neues Bild einfügen, lesen Sie mehr über diese Funktion im Kapitel Bild einfügen.
unsauberen Code aufräumen / Entfernt ungewollte Formatierungen. Diese Funktion ist nützlich, - wenn Sie beispielsweise Inhalte aus einem Office Produkt kopieren.
Zeigt diese Hilfe an.
-
-
- - - - - - - - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/de/images/insert_image_window.gif b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/de/images/insert_image_window.gif deleted file mode 100755 index 751de2816..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/de/images/insert_image_window.gif and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/de/images/insert_link_window.gif b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/de/images/insert_link_window.gif deleted file mode 100755 index 14871d7d2..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/de/images/insert_link_window.gif and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/de/index.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/de/index.htm deleted file mode 100755 index 25260e527..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/de/index.htm +++ /dev/null @@ -1,25 +0,0 @@ - - - -Inhaltsverzeichnis der Hilfe - - - - - - - - - -
-
-Klicken Sie auf die untenstehenden Links um die verschiedenen Bereiche der Hilfe zu betrachten. - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/de/insert_image_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/de/insert_image_button.htm deleted file mode 100755 index 0f84ca76a..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/de/insert_image_button.htm +++ /dev/null @@ -1,34 +0,0 @@ - - - -Schaltfläche Bild einfügen - - - - - - - - - - - -
-
-Die Schaltfläche "Bild einfügen" öffnet das unten gezeigte Fenster.
-
-
-
-Sie geben einfach die URL zu dem Bild ein, das Sie verknüpfen möchten und eine -Beschreibung des Bildes, welche dann als alternative Textbeschreibung verwendet wird. -
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/de/insert_link_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/de/insert_link_button.htm deleted file mode 100755 index 54586b727..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/de/insert_link_button.htm +++ /dev/null @@ -1,35 +0,0 @@ - - - -Schaltfläche Hyperlink einfügen - - - - - - - - - - - -
-
-Diese Schaltfläche öffnet das Fenster für die "Hyperlink einfügen / bearbeiten"-Funktion.
-
-
-
-Zwei Felder sind in diesem Fenster auszufüllen. Das Erste, "Hyperlink URL", ist für -die URL der Verknüpfung. Das "Ziel" erlaubt Ihnen auszuwählen wie die Verknüpfung -geöffnet werden soll. -
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/de/style.css b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/de/style.css deleted file mode 100755 index 722f537a1..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/de/style.css +++ /dev/null @@ -1,28 +0,0 @@ -body { background-color: #FFFFFF; } -body, td, .content { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 12px; } -.title { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 16px; font-weight: bold; } -.subtitle { font-size: 12px; font-weight: bold; } - -.toc_ul, .toc_li { margin-left: 8 px; line-height: 16px; } -.step_ol, .step_li { margin-left: 11 px; line-height: 16px; } -img { border: #000000 solid 1px; } - -a:visited { color: #666666; text-decoration: underline; } -a:active { color: #666666; text-decoration: underline; } -a:hover { color: #666666; text-decoration: underline; } -a { color: #666666; text-decoration: underline; } - -.pageheader { border: #E0E0E0 solid 1px; } -.pagefooter { border: #E0E0E0 solid 1px; } -.sample { background-color: #FFFFFF; border: #000000 solid 1px; } -.samplecontent { font-size: 10px; } - -.code { background-color: #FFFFFF; border: #000000 solid 1px; } -.codecontent { font-size: 10px; } -.codecontent a:visited { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a:active { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a:hover { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a { color: #666666; text-decoration: none; font-weight: bold } - -hr { height: 1px; } - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/es/about.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/es/about.htm deleted file mode 100755 index 2b97df438..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/es/about.htm +++ /dev/null @@ -1,29 +0,0 @@ - - - -Acerca de TinyMCE - - - - - - - - - - - -
-
-TinyMCE es un editor WYSIWYG para navegadores como MSIE o Mozilla que te permite editar el contenido HTML de una manera más amigable. Tiene la mayoría de las opciones de un procesador de texto y no debería ser dificil de usar.
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/es/common_buttons.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/es/common_buttons.htm deleted file mode 100755 index 943896050..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/es/common_buttons.htm +++ /dev/null @@ -1,108 +0,0 @@ - - - -Botones de uso común<TITLE> -<link href="style.css" rel="stylesheet" type="text/css"> -</HEAD> - -<BODY> - -<table width="100%" border="0" cellpadding="1" cellspacing="3" class="pageheader"> - <tr> - <td><span class="title">Botones de uso común</span></td> - <td align="right"><a href="index.htm">TOC</a></td> - </tr> -</table> -<hr noshade> -<br> -Pequeña descripción de cada botón.<img src="../../images/spacer.gif" width="1" height="1"> -<br> -<br> -<table border="1" cellpadding="3" cellspacing="0"> - <tr> - <td><img src="../../images/bold.gif" width="20" height="20"></td> - <td>Texto en negrita.</td> - </tr> - <tr> - <td><img src="../../images/italic.gif" width="20" height="20"></td> - <td>Texto en cursiva.</td> - </tr> - <tr> - <td><img src="../../images/underline.gif" width="20" height="20"></td> - <td>Texto subrayado.</td> - </tr> - <tr> - <td><img src="../../images/strikethrough.gif" width="20" height="20"></td> - <td>Texto tachado.</td> - </tr> - <tr> - <td><img src="../../images/left.gif" width="20" height="20"></td> - <td>Alinear a la izquierda.</td> - </tr> - <tr> - <td><img src="../../images/center.gif" width="20" height="20"></td> - <td>Alinear al centro.</td> - </tr> - <tr> - <td><img src="../../images/right.gif" width="20" height="20"></td> - <td>Alinear a la derecha.</td> - </tr> - <tr> - <td><img src="../../images/full.gif" width="20" height="20"></td> - <td>Alinear justificado.</td> - </tr> - <tr> - <td><img src="../../images/bullist.gif" width="20" height="20"></td> - <td>Lista desordenada/lista por puntos.</td> - </tr> - <tr> - <td><img src="../../images/numlist.gif" width="20" height="20"></td> - <td>Lista ordenada/lista numerada</td> - </tr> - <tr> - <td><img src="../../images/outdent.gif" width="20" height="20"></td> - <td>Disminuir la sangría.</td> - </tr> - <tr> - <td><img src="../../images/indent.gif" width="20" height="20"></td> - <td>Aumentar la sangría.</td> - </tr> - <tr> - <td><img src="../../images/undo.gif" width="20" height="20"></td> - <td>Deshacer la última operación.</td> - </tr> - <tr> - <td><img src="../../images/redo.gif" width="20" height="20"></td> - <td>Rehacer la última operación.</td> - </tr> - <tr> - <td><img src="../../images/link.gif" width="20" height="20"></td> - <td>Insertar un enlace, más información en <a href="insert_link_button.htm">insertar enlace</a>.</td> - </tr> - <tr> - <td><img src="../../images/unlink.gif" width="20" height="20"></td> - <td>Quita el enlace al texto seleccionado.</td> - </tr> - <tr> - <td><img src="../../images/image.gif" width="20" height="20"></td> - <td>Inserta una nueva imagen, más información en <a href="insert_image_button.htm">insertar imagen</a>.</td> - </tr> - <tr> - <td><img src="../../images/cleanup.gif" width="20" height="20"></td> - <td>Limpiar código. Esta función es útil cuando copias el código de otra página.</td> - </tr> - <tr> - <td><img src="../../images/help.gif" width="20" height="20"></td> - <td>Muestra esta ventana de ayuda.</td> - </tr> -</table> -<br> -<hr noshade> -<table width="100%" border="0" cellpadding="1" cellspacing="3" class="pagefooter"> - <tr> - <td>Ir a: <a href="index.htm">Lista de contenidos</a></td> - <td align="right"><a href="#">Top</a></td> - </tr> -</table> -</BODY> -</HTML> diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/es/images/insert_image_window.gif b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/es/images/insert_image_window.gif deleted file mode 100755 index 37de44318..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/es/images/insert_image_window.gif and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/es/images/insert_link_window.gif b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/es/images/insert_link_window.gif deleted file mode 100755 index 7bad7583a..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/es/images/insert_link_window.gif and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/es/index.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/es/index.htm deleted file mode 100755 index 477d79a24..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/es/index.htm +++ /dev/null @@ -1,25 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<HTML> -<HEAD> -<TITLE>Indice de la ayuda - - - - - - - - - -
-
-Selecciona una sección para ver la ayuda. - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/es/insert_image_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/es/insert_image_button.htm deleted file mode 100755 index 8a4d0003b..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/es/insert_image_button.htm +++ /dev/null @@ -1,33 +0,0 @@ - - - -Insertar imagen - - - - - - - - - - - -
-
-El botón insertar imagen abre la siguiente ventana.
-
-
-
-Tu sólo tienes que escribir la URL de la imagen que quieres que aparezca y escribir una descripción de esta, esta descripción aparecera como un texto alternativo que describa la imagen.
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/es/insert_link_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/es/insert_link_button.htm deleted file mode 100755 index e04ec96f5..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/es/insert_link_button.htm +++ /dev/null @@ -1,33 +0,0 @@ - - - -Insertar enlaces - - - - - - - - - - - -
-
-Este botón abre una nueva ventana con la función insertar/editar enlace.
-
-
-
-Hay dos campos en esta ventana, el primero "Link URL" es donde hay que escribir la dirección del enlace. El segundo "Target" indica cómo se abrirá el enlace.
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/es/style.css b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/es/style.css deleted file mode 100755 index 722f537a1..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/es/style.css +++ /dev/null @@ -1,28 +0,0 @@ -body { background-color: #FFFFFF; } -body, td, .content { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 12px; } -.title { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 16px; font-weight: bold; } -.subtitle { font-size: 12px; font-weight: bold; } - -.toc_ul, .toc_li { margin-left: 8 px; line-height: 16px; } -.step_ol, .step_li { margin-left: 11 px; line-height: 16px; } -img { border: #000000 solid 1px; } - -a:visited { color: #666666; text-decoration: underline; } -a:active { color: #666666; text-decoration: underline; } -a:hover { color: #666666; text-decoration: underline; } -a { color: #666666; text-decoration: underline; } - -.pageheader { border: #E0E0E0 solid 1px; } -.pagefooter { border: #E0E0E0 solid 1px; } -.sample { background-color: #FFFFFF; border: #000000 solid 1px; } -.samplecontent { font-size: 10px; } - -.code { background-color: #FFFFFF; border: #000000 solid 1px; } -.codecontent { font-size: 10px; } -.codecontent a:visited { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a:active { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a:hover { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a { color: #666666; text-decoration: none; font-weight: bold } - -hr { height: 1px; } - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/hu/about.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/hu/about.htm deleted file mode 100755 index aa440464d..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/hu/about.htm +++ /dev/null @@ -1,29 +0,0 @@ - - - -Über TinyMCE - - - - - - - - - - - -
-
-A TinyMCE egy kompakt WYSIWYG-szerkesztő az MSIE-hoz és a Mozillához hasonló webböngészők számára, mely lehetőséget nyújt önnek a HTML tartalmak egyszerű szerkesztésére. A legtöbb szövegszerkesztőben elérhető funkciókat nyújtja egyszerűen kezelhető formában.
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/hu/common_buttons.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/hu/common_buttons.htm deleted file mode 100755 index ced2012dd..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/hu/common_buttons.htm +++ /dev/null @@ -1,107 +0,0 @@ - - - -Allgemeine Schaltflächen - - - - - - - - - - - -
-
-Untenstehend eine kurze Beschreibung jeder Schaltfläche.
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Félkövér szöveg.
Dőlt szöveg .
Aláhúzott szöveg .
Áthúzott szöveg .
Balra igazítás .
Középre igazítás .
Jobbra igazíás .
Sorkizárt.
Felsorolás / pontozott lista.
Felsorolás / számozott lista.
Behúzás balra .
behúzás jobbra .
Utolsó parancs visszavonása .
Utolsó parancs ismétlése .
Új link beillesztése, bővebb információért olvassa el a Link beillesztését.
A kijelölt link eltávolítása / Az összes kijelölt link eltávolítása.
Egy új kép beillesztése, bővebb információért olvassa el a Kép beillesztését .
Kód tisztítása / Eltávolítja a nemkívánt formázásokat. Ez a funkció akkor hasznos, ha például Office dokumentumból másol tartalmat.
Ennek a segítségnek az elérése.
-
-
- - - - - - - - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/hu/images/insert_image_window.gif b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/hu/images/insert_image_window.gif deleted file mode 100755 index a60e1fa8d..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/hu/images/insert_image_window.gif and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/hu/images/insert_link_window.gif b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/hu/images/insert_link_window.gif deleted file mode 100755 index e72357bb6..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/hu/images/insert_link_window.gif and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/hu/index.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/hu/index.htm deleted file mode 100755 index e26281933..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/hu/index.htm +++ /dev/null @@ -1,25 +0,0 @@ - - - -Inhaltsverzeichnis der Hilfe - - - - - - - - - -
-
-Kattintson az alábbi linkekre a segítség különböző részeinek eléréséhez. - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/hu/insert_image_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/hu/insert_image_button.htm deleted file mode 100755 index d186f33c3..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/hu/insert_image_button.htm +++ /dev/null @@ -1,33 +0,0 @@ - - - -Schaltfläche Bild einfügen - - - - - - - - - - - -
-
-A Kép beillesztése gomb az alábbi ablakot nyitja meg. -
-
-
-
-Egyszerűen meg kell adni a beilleszteni kívánt kép elérésének URL-jét, valamint egy rövd leírást, mely alternatív szövegként kerül megjelenítésre (pl. nem grafikus böngészőkben).
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/hu/insert_link_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/hu/insert_link_button.htm deleted file mode 100755 index 2672ba575..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/hu/insert_link_button.htm +++ /dev/null @@ -1,32 +0,0 @@ - - - -Schaltfläche Hyperlink einfügen - - - - - - - - - - - -
-
-A Link beillesztése gomb az alábbi ablakot nyitja meg.
-
-
-
-Két mezőt kell kitöltenie ebben az ablakban. Az első - "Link URL" - a hivatkozás URL-je. A második lehetőséget ad Önnek a hivatkoztás megjelenítésének kiválasztásához.
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/hu/style.css b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/hu/style.css deleted file mode 100755 index 722f537a1..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/hu/style.css +++ /dev/null @@ -1,28 +0,0 @@ -body { background-color: #FFFFFF; } -body, td, .content { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 12px; } -.title { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 16px; font-weight: bold; } -.subtitle { font-size: 12px; font-weight: bold; } - -.toc_ul, .toc_li { margin-left: 8 px; line-height: 16px; } -.step_ol, .step_li { margin-left: 11 px; line-height: 16px; } -img { border: #000000 solid 1px; } - -a:visited { color: #666666; text-decoration: underline; } -a:active { color: #666666; text-decoration: underline; } -a:hover { color: #666666; text-decoration: underline; } -a { color: #666666; text-decoration: underline; } - -.pageheader { border: #E0E0E0 solid 1px; } -.pagefooter { border: #E0E0E0 solid 1px; } -.sample { background-color: #FFFFFF; border: #000000 solid 1px; } -.samplecontent { font-size: 10px; } - -.code { background-color: #FFFFFF; border: #000000 solid 1px; } -.codecontent { font-size: 10px; } -.codecontent a:visited { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a:active { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a:hover { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a { color: #666666; text-decoration: none; font-weight: bold } - -hr { height: 1px; } - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/it/about.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/it/about.htm deleted file mode 100755 index 4c19c0a1e..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/it/about.htm +++ /dev/null @@ -1,38 +0,0 @@ - - - - Informazioni su TinyMCE - - - - - - - - - - - -
-
-TinyMCE è un piccolo WYSIWYG (What You See Is What You Get, -quello che vedi è quello che ottieni) editor per i web browser -come MSIE o Mozilla che permette di editare HTML in modo comodo. Ha le -funzionalità comuni di molti word processor e non dovrebbe -essere difficile da usare.
-
-
- - - - - - - - -
-
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/it/common_buttons.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/it/common_buttons.htm deleted file mode 100755 index 2144e2d01..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/it/common_buttons.htm +++ /dev/null @@ -1,126 +0,0 @@ - - - - Pulsanti comuni - - - - - - - - - - - -
-
-Di seguito una breve descrizione di ogni pulsante.
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Testo grassetto.
Testo corsivo.
Testo sottolineato.
Testo barrato.
Allinea a sinistra.
Allinea al centro.
Allinea a destra.
Giustifica.
Lista non ordinata.
Lista ordianta.
-
Diminuisci l'indentazione.
-
Aumenta l'indentazione.
Annulla l'ultima operazione.
Ripeti l'ultima operazione.
Inserieci un nuovo collegamento, maggiori informazioni su -questa funzione nella Sezione -'Inserisci un collegamento'
Rimuovi tutti i collegamenti selezionati
-
Inserieci una nuova immagine, maggiori informazioni su questa -funzione nella Sezione 'Inserisci -una immagine'.
Ripulisci il codice/rimuovi la formattazione non voluta. -Questa funzione è utile quando si copia per esempio da un -programma office
-
Mostra questa guida
-
-
-
- - - - - - - - - - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/it/images/insert_image_window.gif b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/it/images/insert_image_window.gif deleted file mode 100755 index dfda8fc8e..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/it/images/insert_image_window.gif and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/it/images/insert_link_window.gif b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/it/images/insert_link_window.gif deleted file mode 100755 index 9c778e24b..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/it/images/insert_link_window.gif and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/it/index.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/it/index.htm deleted file mode 100755 index 7c951462e..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/it/index.htm +++ /dev/null @@ -1,32 +0,0 @@ - - - - Indice della guida - - - - - - - - - - - -
-
-Seleziona un argomento:
- -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/it/insert_image_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/it/insert_image_button.htm deleted file mode 100755 index e6210cd05..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/it/insert_image_button.htm +++ /dev/null @@ -1,41 +0,0 @@ - - - - Pulsante 'Inserisci immagine' - - - - - - - - - - - -
-
-Il pulsante 'inserisci immagine' apre questa finestra.
-
-
-
-Semplicemente, inserite l'inidirzzo all'immagine che volete collegare e -datene una descrizione, che sarà poi visualizzata come testo -alternativo all'immagine nella pagina.
-
-
- - - - - - - - -
-
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/it/insert_link_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/it/insert_link_button.htm deleted file mode 100755 index f24967536..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/it/insert_link_button.htm +++ /dev/null @@ -1,42 +0,0 @@ - - - - Pulsante 'Inserisci collegamento' - - - - - - - - - - - -
-
-Questo pulsante apre una nuova finstra con le funzioni di -inserimento/modifica del collegamento.
-
-
-
-Ci sono due campi in questa finestra: il primo, "Link URL" è -l'indirizzo del collegamento. Il 'target' permette di selezionare come -il collegamento deve essere aperto.
-
-
- - - - - - - - -
-
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/it/style.css b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/it/style.css deleted file mode 100755 index 722f537a1..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/it/style.css +++ /dev/null @@ -1,28 +0,0 @@ -body { background-color: #FFFFFF; } -body, td, .content { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 12px; } -.title { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 16px; font-weight: bold; } -.subtitle { font-size: 12px; font-weight: bold; } - -.toc_ul, .toc_li { margin-left: 8 px; line-height: 16px; } -.step_ol, .step_li { margin-left: 11 px; line-height: 16px; } -img { border: #000000 solid 1px; } - -a:visited { color: #666666; text-decoration: underline; } -a:active { color: #666666; text-decoration: underline; } -a:hover { color: #666666; text-decoration: underline; } -a { color: #666666; text-decoration: underline; } - -.pageheader { border: #E0E0E0 solid 1px; } -.pagefooter { border: #E0E0E0 solid 1px; } -.sample { background-color: #FFFFFF; border: #000000 solid 1px; } -.samplecontent { font-size: 10px; } - -.code { background-color: #FFFFFF; border: #000000 solid 1px; } -.codecontent { font-size: 10px; } -.codecontent a:visited { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a:active { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a:hover { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a { color: #666666; text-decoration: none; font-weight: bold } - -hr { height: 1px; } - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/pl/about.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/pl/about.htm deleted file mode 100644 index dc2e94141..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/pl/about.htm +++ /dev/null @@ -1,34 +0,0 @@ - - - - - -O TinyMCE - - - - - - - - - - - -
-
-TinyMCE jest małym edytorem WYSWIWYG dla przegl±darek internetowych takich jak MSIE -lub Mozilla, pozwalaj±cym na edytowanie zawarto¶ci strony HTML w sposób przyjazny dla -użytkownika. Posiada szeref funkcji znanych z popularnych edytorów tekstu, więc powinien -być łatwy w użyciu.
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/pl/common_buttons.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/pl/common_buttons.htm deleted file mode 100644 index f82925aa4..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/pl/common_buttons.htm +++ /dev/null @@ -1,113 +0,0 @@ - - - - - -Ważniejsze przyciski - - - - - - - - - - - -
-
-Poniżej znajduje się krótki opis każdego przycisku. -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Pogrubienie tekstu.
Pochylenie tekstu.
Podkre¶lenie tekstu.
Przekre¶lenie tekstu.
Wyrównanie do lewej
Wy¶rodkowanie.
Wyrównanie do prawej.
Wyjustowanie.
Lista nieuporz±dkowana/lista punktów.
Lista uporz±dkowana/lista ponumerowana
Wysunięcie/zmniejsz wcięcie.
Wcięcie/zwiększ wcięcie.
Cofnięcie ostatnio wykonanej czynno¶ci
Ponowienie ostatnio wykonanej czynno¶ci
Wstawienie nowego ł±cza, przeczytaj więcej o tej funkcji sekcji Wstaw - ł±cze.
Usunięcie ł±cz z zaznaczonej czę¶ci/usunięcie wszystkich zaznaczonych ł±cz.
Wstawienie nowego zdjęcia, przeczytaj więcej o tej funkcji w sekcji Wstaw - zdjęcie.
Oczyszczenie kodu/usunięcie niechcianeg formatowania. Ta funkcja jest pomocna kiedy - kopiujesz zawarto¶ć np. z worda.
Pokazanie tego okna pomocy.
-
-
- - - - - - - - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/pl/images/insert_image_window.gif b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/pl/images/insert_image_window.gif deleted file mode 100644 index fc080c93c..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/pl/images/insert_image_window.gif and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/pl/images/insert_link_window.gif b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/pl/images/insert_link_window.gif deleted file mode 100644 index 559def693..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/pl/images/insert_link_window.gif and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/pl/index.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/pl/index.htm deleted file mode 100644 index a1c7d2cb9..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/pl/index.htm +++ /dev/null @@ -1,27 +0,0 @@ - - - - - -Spis pomocy - - - - - - - - - -
-
-Aby zobaczyć poszczególne sekcje pomocy kliknij jeden z poniższych linków - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/pl/insert_image_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/pl/insert_image_button.htm deleted file mode 100644 index 62d76ae25..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/pl/insert_image_button.htm +++ /dev/null @@ -1,34 +0,0 @@ - - - - - -Przycisk "Wstaw zdjęcie" - - - - - - - - - -
-
-Przycisk "Wstaw zdjęcie" otwiera okno pokazane poniżej.
-
-
-
-Należy podać adres URL lub scieżkę dostępu do zdjęcia które ma być wstawione i podać krótki opis -zdjęcia, jest on wy¶wietlany jako alternatyny tekstowy opis zdjęcia umieszczonego na stronie. -
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/pl/insert_link_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/pl/insert_link_button.htm deleted file mode 100644 index 8451b559e..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/pl/insert_link_button.htm +++ /dev/null @@ -1,36 +0,0 @@ - - - - - -Przycisk "Wstaw ł±cze" - - - - - - - - - - - -
-
-Ten przycisk otwiera nowe okno, pozwalaj±ce na wstawienie lub edytowanie ł±cza.
-
-
-
-S± dwa pola w tym oknie, pierwsze "Adres URL" jest adresem URL ł±cza -. "Cel" umożliwia ustalenie jak ł±cze ma być otwarte.
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/pl/style.css b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/pl/style.css deleted file mode 100644 index 722f537a1..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/pl/style.css +++ /dev/null @@ -1,28 +0,0 @@ -body { background-color: #FFFFFF; } -body, td, .content { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 12px; } -.title { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 16px; font-weight: bold; } -.subtitle { font-size: 12px; font-weight: bold; } - -.toc_ul, .toc_li { margin-left: 8 px; line-height: 16px; } -.step_ol, .step_li { margin-left: 11 px; line-height: 16px; } -img { border: #000000 solid 1px; } - -a:visited { color: #666666; text-decoration: underline; } -a:active { color: #666666; text-decoration: underline; } -a:hover { color: #666666; text-decoration: underline; } -a { color: #666666; text-decoration: underline; } - -.pageheader { border: #E0E0E0 solid 1px; } -.pagefooter { border: #E0E0E0 solid 1px; } -.sample { background-color: #FFFFFF; border: #000000 solid 1px; } -.samplecontent { font-size: 10px; } - -.code { background-color: #FFFFFF; border: #000000 solid 1px; } -.codecontent { font-size: 10px; } -.codecontent a:visited { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a:active { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a:hover { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a { color: #666666; text-decoration: none; font-weight: bold } - -hr { height: 1px; } - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/se/about.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/se/about.htm deleted file mode 100755 index 42380902c..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/se/about.htm +++ /dev/null @@ -1,33 +0,0 @@ - - - -About TinyMCE - - - - - - - - - - - -
-
-TinyMCE är en liten WYSIWYG editor kontroll för webläsare som t.ex -MSIE och Mozilla som möjliggör för användare att redigera -HTML innehåll i på mer användarvänligt sätt. Applikationen -har funktioner som liknar dem man finner i vanliga ordbehandlare och borde inte -vara speciellt svårt att använda om man har datorvana.
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/se/common_buttons.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/se/common_buttons.htm deleted file mode 100755 index e95cd829c..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/se/common_buttons.htm +++ /dev/null @@ -1,111 +0,0 @@ - - - -Common buttons - - - - - - - - - - - -
-
-Nedan finner du en kort beskrivning om varje knapp/funktion.
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Fet text stil.
Kursiv text stil.
Understruken text stil.
Genomstruken text stil.
Vänster justera.
Centrera.
Höger justera.
Full justera.
Osorterad lista/Punktlista.
Sorterad lista/numrerad lista
Minska indrag.
Öka utdrag.
Ångra senaste operationen.
Gör om senaste operationen.
Skapa/Redigera länk, läs mer om denna funktion i Skapa/Redigera - länk sektionen.
Ta bort länkar från den nuvarande markeringen.
Skapa/Redigera bild, lär mer om denna funktion i Skapa/Redigera - bild sektionen.
Rensa/Städa kåden. Denna funktion tar bort onödig formatering. - Bör användas när man t.ex klipper text från Office - produkter.
Visad denna hjälp funktion
-
-
- - - - - - - - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/se/images/insert_image_window.gif b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/se/images/insert_image_window.gif deleted file mode 100755 index 3f5ecf5af..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/se/images/insert_image_window.gif and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/se/images/insert_link_window.gif b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/se/images/insert_link_window.gif deleted file mode 100755 index 2a56e79c4..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/se/images/insert_link_window.gif and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/se/index.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/se/index.htm deleted file mode 100755 index e9f3b67b1..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/se/index.htm +++ /dev/null @@ -1,26 +0,0 @@ - - - -Help Index - - - - - - - - - -
-
-Klicka på länkarna nedan för att gå till olika hjälp -sektioner. - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/se/insert_image_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/se/insert_image_button.htm deleted file mode 100755 index f702b9e8b..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/se/insert_image_button.htm +++ /dev/null @@ -1,35 +0,0 @@ - - - -Insert image button - - - - - - - - - - - -
-
-Skapa/Redigera bild funktionen öppnar ett nytt fönster som ser ut som -bilden nedan.
-
-
-
-I detta fönster skriver du in URL:en till bilden du vill länka till -samt en bild beskrivning, denna beskrivning kommer att visas som en alternativ -text till bilden för t.ex handikappade.
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/se/insert_link_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/se/insert_link_button.htm deleted file mode 100755 index 8d292f703..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/se/insert_link_button.htm +++ /dev/null @@ -1,34 +0,0 @@ - - - -Insert link button - - - - - - - - - - - -
-
-Denna funktion öppnar ett nytt fönster liknande det nedan.
-
-
-
-Detta fönster har två fält länkens URL/adress samt hur länken -skall öppnas.
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/se/style.css b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/se/style.css deleted file mode 100755 index 722f537a1..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/se/style.css +++ /dev/null @@ -1,28 +0,0 @@ -body { background-color: #FFFFFF; } -body, td, .content { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 12px; } -.title { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 16px; font-weight: bold; } -.subtitle { font-size: 12px; font-weight: bold; } - -.toc_ul, .toc_li { margin-left: 8 px; line-height: 16px; } -.step_ol, .step_li { margin-left: 11 px; line-height: 16px; } -img { border: #000000 solid 1px; } - -a:visited { color: #666666; text-decoration: underline; } -a:active { color: #666666; text-decoration: underline; } -a:hover { color: #666666; text-decoration: underline; } -a { color: #666666; text-decoration: underline; } - -.pageheader { border: #E0E0E0 solid 1px; } -.pagefooter { border: #E0E0E0 solid 1px; } -.sample { background-color: #FFFFFF; border: #000000 solid 1px; } -.samplecontent { font-size: 10px; } - -.code { background-color: #FFFFFF; border: #000000 solid 1px; } -.codecontent { font-size: 10px; } -.codecontent a:visited { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a:active { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a:hover { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a { color: #666666; text-decoration: none; font-weight: bold } - -hr { height: 1px; } - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/uk/about.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/uk/about.htm deleted file mode 100755 index 984a99028..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/uk/about.htm +++ /dev/null @@ -1,32 +0,0 @@ - - - -About TinyMCE - - - - - - - - - - - -
-
-TinyMCE is a small WYSIWYG editor control for web browsers such as MSIE or Mozilla -that enables you to edit HTML contents in a more user friendly way. It has common -features that are found in most word processors and should not be difficult to -use.
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/uk/common_buttons.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/uk/common_buttons.htm deleted file mode 100755 index d01f75119..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/uk/common_buttons.htm +++ /dev/null @@ -1,111 +0,0 @@ - - - -Common buttons - - - - - - - - - - - -
-
-Below is a short description about each button. -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Bold text style.
Italic text style.
Underline text style.
Strikethrough text style.
Align left.
Align center.
Align right.
Align full.
Unordered list/bullet list.
Ordered list/numbered list
Outdent/decrease indentation.
Indent/incread indentation.
Undo the last operation.
Redo the last operation.
Insert a new link, read more about this function in the Insert - link section.
Unlinks the current selection/removes all selected links.
Insert a new image, read more about this function in the Insert - image section.
Cleanup code/Removes unwanted formating. This function is useful when - you copy contents from for example a office product.
Shows this help window.
-
-
- - - - - - - - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/uk/images/insert_image_window.gif b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/uk/images/insert_image_window.gif deleted file mode 100755 index 37de44318..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/uk/images/insert_image_window.gif and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/uk/images/insert_link_window.gif b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/uk/images/insert_link_window.gif deleted file mode 100755 index 7bad7583a..000000000 Binary files a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/uk/images/insert_link_window.gif and /dev/null differ diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/uk/index.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/uk/index.htm deleted file mode 100755 index dd547c220..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/uk/index.htm +++ /dev/null @@ -1,25 +0,0 @@ - - - -Help Index - - - - - - - - - -
-
-Click the links below to go to the different help sections. - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/uk/insert_image_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/uk/insert_image_button.htm deleted file mode 100755 index 45255f016..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/uk/insert_image_button.htm +++ /dev/null @@ -1,34 +0,0 @@ - - - -Insert image button - - - - - - - - - - - -
-
-The insert image button opens the window shown below.
-
-
-
-You simply enter a URL to the image you want to link to and enter a image description, -this is then displayed as an alternative text descripton of the image on the page.
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/uk/insert_link_button.htm b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/uk/insert_link_button.htm deleted file mode 100755 index ddfeb3af0..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/uk/insert_link_button.htm +++ /dev/null @@ -1,34 +0,0 @@ - - - -Insert link button - - - - - - - - - - - -
-
-This button opens a new window with the insert/edit link function.
-
-
-
-There are two fields in this window the first one "Link URL" is the -URL of the link. The target enables you to select how the link is to be opened.
-
-
- - - - - - -
- - diff --git a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/uk/style.css b/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/uk/style.css deleted file mode 100755 index 722f537a1..000000000 --- a/www/extras/tinymce/jscripts/tiny_mce/themes/default/docs/uk/style.css +++ /dev/null @@ -1,28 +0,0 @@ -body { background-color: #FFFFFF; } -body, td, .content { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 12px; } -.title { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 16px; font-weight: bold; } -.subtitle { font-size: 12px; font-weight: bold; } - -.toc_ul, .toc_li { margin-left: 8 px; line-height: 16px; } -.step_ol, .step_li { margin-left: 11 px; line-height: 16px; } -img { border: #000000 solid 1px; } - -a:visited { color: #666666; text-decoration: underline; } -a:active { color: #666666; text-decoration: underline; } -a:hover { color: #666666; text-decoration: underline; } -a { color: #666666; text-decoration: underline; } - -.pageheader { border: #E0E0E0 solid 1px; } -.pagefooter { border: #E0E0E0 solid 1px; } -.sample { background-color: #FFFFFF; border: #000000 solid 1px; } -.samplecontent { font-size: 10px; } - -.code { background-color: #FFFFFF; border: #000000 solid 1px; } -.codecontent { font-size: 10px; } -.codecontent a:visited { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a:active { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a:hover { color: #666666; text-decoration: none; font-weight: bold } -.codecontent a { color: #666666; text-decoration: none; font-weight: bold } - -hr { height: 1px; } - diff --git a/www/extras/tinymce/readme b/www/extras/tinymce/readme index b62c84c6c..f427a6ca4 100644 --- a/www/extras/tinymce/readme +++ b/www/extras/tinymce/readme @@ -1,2 +1 @@ -Please consult the HTML documentation for details. - +This distribution has been pruned of all documentation to keep it small. For more information about TinyMCE check out http://tinymce.moxiecode.com diff --git a/www/extras/tinymce/todo b/www/extras/tinymce/todo deleted file mode 100644 index 1b92f14fb..000000000 --- a/www/extras/tinymce/todo +++ /dev/null @@ -1,2 +0,0 @@ -* Add support for XML bases style format. Described in Feature Request #970971, external style file. -* Add callback for source editor fixContent (So source formatting can be applied)