diff --git a/phpgwapi/js/tinymce/changelog b/phpgwapi/js/tinymce/changelog deleted file mode 100644 index 68686a1099..0000000000 --- a/phpgwapi/js/tinymce/changelog +++ /dev/null @@ -1,563 +0,0 @@ -Version 1.45 RC1 (2005-05-27) - Fixed bug where character map inserted & and </> when using & < >. - Fixed so paragraphs containing   is converted to numeric or raw if entity_encoding is set. - Fixed bug in searchreplace plugin when user tried to search on a empty string or the editor contents was empty. - Fixed repaint/trail graphics issues with images and tables in FF/Mozilla. - Fixed some memory leaks in TinyMCE core and context menu plugin, only MSIE was inflicted by this. - Fixed stange issue where elements sometimes disappeared in MSIE. - Fixed URL convertion problems with onmouseover, onmouseout image urls in advimage plugin. - Fixed URL convertion problems with Flash plugin. - Fixed the experimental Safari support, some features work some doesn't. - Fixed bug where multiple a elements where created when updating links on images in FF/Mozilla. - Fixed bug in importCSS function, was having a meaning less if statement. - Fixed so the contextmenu plugin uses images from the configurated theme instead of the advanced theme. - Fixed so the external_link_list_url/external_image_list_url options can use relative or absolute path. - Fixed so the external_link_list_url/external_image_list_url has a random query parameter to prevent it from cache. - Added new mceInsertRawHTML command, this inserts raw as it is HTML code in the the selected position. - Added paste plain text plugin contributed by Ryan Demmer, converted it into a paste plugin. - Added updated paste plugin contributed by speednet, includes paste directly feature for MSIE. - Added split/merge table cells support, to table plugin and context menus. - Added cut/copy/paste table rows functionality to context menu and table plugin. - Added new mceSetContent command, this does the same as the setContent function. - Added new clear all/new document icon to advanced theme. - Added new remove formatting and select text color icons. - Added new directionality plugin to better support languages that write from right to left. - Added new fullscreen plugin, enables users to toggle fullscreen editing mode. - Added a new template/tutorial plugin to aid people in the development of own plugins. - Removed visual_table_style and replaced it with visual_table_class. [BREAKS COMPATIBLITY]. - Renamed urlconvertor_callback option to urlconverter_callback. -Version 1.44 (2005-05-03) - Fixed bug with contextmenu not showing at the correct location in MSIE. - Fixed bug where a error was produced by the Flash plugin if the user reloaded the page in MSIE. - Fixed issue where mceAddControl and mceRemoveControl commands produced a error in MSIE. - Fixed bug when images and flash movies where mixed in the editor produced strange results. - Fixed so trailing / characters isn't removed from URLs. - Fixed so the contextmenu uses a diffrent method of loading it's custom CSS file. - Fixed getAttributes problem, it should read getAttribute. - Fixed so "Edit HTML source" window may be maximized. - Added French eacute entitiy to default entities option. - Added a height CSS value for the element path in advanced themes editor_ui.css since it keept bobbing up and down. - Added updated Polish language pack contributed by Marcin Szymon Sznyra. - Added better window auto resize method for most dialogs. - Added new feature to set what tags are to be left open in valid_elements. Add a + before the element names to enable. - Added nowrap for the editor table cells, sometimes the editors controls wrapped. - Updated German language pack contributed by Krokogras. -Version 1.44 RC2 (2005-04-25) - Fixed bug with host prefixes and port numbers when having relative_urls set to false and remove_script_host set to true. - Fixed bug when site absolute URLs for example /something was converted incorrectly in Firefox/Mozilla. - Fixed bug where the link wasn't auto selected in the drop list in the advanced themes default link dialog. - Fixed bug issue with the flash plugin and croping out characters before and after the movie. - Fixed bug where the editor jumped to top of editor area on enter/return when doctype was set to XML Transitional. - Fixed bug where context menu was appearing in the wrong location if the window was resized. - Fixed bug in the context menu where table properties wasn't working. - Fixed bug where a selectorText exception was trown if the CSS file contained @import or @charset. - Fixed bug where bold/italic/strikethough/underline wasn't selected/unselected in toolbar some times. - Fixed issue with hspace and vspace when having the inline_styles option enabled. Contributed by speednet. - Fixed bug where access denied error was thrown sometimes in MSIE. - Fixed so images without src won't be inserted. - Fixed some issues with width/height fields in the advimage plugin. - Fixed so the contextmenu plugin doesn't appear in MSIE 5.0, now functions with 5.5+. - Added filebrowser icon to mouse over and mouse out fields in the advimage plugin. - Added filebrowser icon to popup field in the advlink plugin. - Added so the triggerSave function gets auto executed when a user calls submit on a form, this can be disabled with the submit_patch option. - Added missing readme.txt file for the context menu plugin. - Added new border and background color fields to table dialog, based on contribution by Neirda. Enable them by the table_color_fields option. - Removed some old outdated items from FAQ. -Version 1.44 RC1 (2005-04-20) - Fixed bug where width/height attributes of a image wasn't stored some times in Firefox/Mozilla. - Fixed bug where P elements where created if a user pressed return/enter within a h1-h6 in Firefox/Mozilla. - Fixed bug where the remove format fuction didn't work some times in MSIE. - Fixed so backspace/delete gets added in one undo level in MSIE (improves performance). - Fixed so the "Could not find element by id or name" alert only shows when the debug option is set to true. - Fixed bug where bold/italic didn't work in Mozilla 1.3. - Fixed bug where width/height of a hidden TinyMCE instance where incorrect. - Fixed so the function layout of classes in tiny_mce_src.js uses prototype keyword instead of TinyMCE_ prefix (reduces size). - Fixed bug where triggerNodeChange produced javascript error some times in MSIE. - Fixed some issues in the Swedish and Spanish language packs. - Fixed bug where first undo level wasn't working correctly. - Fixed so flash plugin loads it's needed CSS data from within the plugin. - Fixed button images and CSS in the simple theme. - Fixed so the simple example shows how to use the simple theme instead of the default theme. - Fixed so cleanup default values can be set to empty. For example alt= generated alt="" on img elements. - Fixed memory leaks in MSIE (circular closure problem) events are now removed in a better way. - Fixed bug where URLs where converted incorrectly if the editor page URL contained / characters. - Fixed bug where table guidlines didn't work correctly when using the build in Mozilla table buttons. - Fixed bug where the Flash plugin was breaking other elements. - Added new contextmenu plugin, this plugin adds a menu if the user right clicks/uses the contextmenu on elements. - Added new multiple configuration support, the init method may now be called multiple times. - Added new remove_linebreaks option, this option is enabled by default and removes all HTML code linebreaks. - Added new behavior to the textarea_trigger option, if mode is textareas and trigger is false those elements will not be converted into editors. - Added new entity_encoding option, enabled user to better control the behavior of how character are converted into entities. - Added new isDirty command to TinyMCEControl, this method returns true if the user has done any modifications to the content. - Added new onchange_callback option, this callback is executed when contents within the editor instance is changed. - Added new init function for themes/plugins this gets called when a editor instance has finished it's setup. - Added new init_instance_callback option this callback is executed when instances are added to the editor. - Added new cleanup option this option enables users to totaly disable the whole cleanup process. - Added new importCSS method to TinyMCE. This method allows plugins and themes to load custom CSS files on initialization. - Added new getSelectedHTML method to TinyMCEControl class, this method returns the currently selected HTML contents. - Added new getSelectedText method to TinyMCEControl class, this method returns the currently selected contents as text. - Added new removeclass behavior to the removeformat button. The current class will be removed if no contents is selected. - Added new queryInstanceCommandValue and queryInstanceCommandState methods. - Added new option button_tile_map, this option contols the usage of button tile maps and is disabled by default. -Version 1.43 (2005-03-06) - Fixed bug with ask option not working at all. - Fixed bug where a "instance is not defined bug" error was produced. - Fixed bug with empty image src produced a error. - Fixed so the simple and default theme used the same CSS style as the advanced theme. - Fixed bug with the relative to absolute URL convertion logic if a empty string was passed used. - Fixed parse error bug with the source editor some servers can't handle XML PI declarations. - Fixed bug issue with HR elements in MSIE, if a specific work pattern where used a runtime error was produced by MSIE. - Fixed bug in the URL convertor logic, port numbers was not correctly handled. - Fixed issue where the cursor was placed before a insert of custom charater or date/time. - Fixed bug where the editor height option didn't work on MSIE. - Fixed bug where a linefeed within a table cell broke the table in Firefox/Mozilla. - Fixed bug where return/enter key after a image removed all content. - Fixed bug where return/enter key sometimes produced nestled P elements. - Fixed bug where the editor was stealing focus on load in MSIE. - Fixed bug where the visual aid logic forces width/height attributes on tables. - Fixed bug where getCSSClasses some times returned null value. - Fixed issue where the lang_insert/lang_update language variables wasn't entity decoded. - Fixed so the image/link/flash drop list gets auto selected thanks goes to Randy Simons and salzbermat. - Fixed so remove formatting button in MSIE removes all classes aswell. - Fixed issue where output contained single br element when the editor area was empty. - Added new %A/%a/%B/%b format chunks to insertdatetime, these insert localized date names such as January. - Added new oninit callback option for TinyMCE this callback is executed when all editor instances been initialized. - Added new preview panel to dialog in the advimage plugin, contributed by Virtuelcom. - Added element class name to element path in the advanced theme. - Updated Canadian French table language pack contributed by Virtuelcom. - Updated the swedish language pack, contributed by Mats Löfström, York Consulting AB. -Version 1.42 (2005-02-14) - Fixed bug with the element path beeing resized if width/height of editor was 100%. - Fixed bug with reloading/flicker of all button images in MSIE if browser cache is disabled. - Fixed backspace/delete bug in Firefox, some times the cursor got stuck. - Fixed bug issues with enter/return key in Firefox/Mozilla. - Fixed bug where copy/paste and drag drop of images/links failed in Firefox/Mozilla if a document_base_url is provided. - Fixed so when relative_urls is set to false it forces absolute URLs for images/links. - Fixed so the _src.js suffix versions of the themes and plugins gets loaded with the tiny_mce_src.js script is used. - Fixed so verify_css_classes option is disabled by default. - Fixed bug where tables where resized when toggling visual aid in Firefox/Mozilla. - Fixed bugs with advhr plugin running in a hidden div element. - Added new auto_focus option that enabled a specific editor area to be focused on startup. - Added a extra argument to the filebrowser callback inorder to get the calling window reference. - Added a new persian (farsi) language pack contributed by Morteza Zafari. - Added new more nice looking icons contributed by Morteza Zafari and Michael Keck. The old icons are available in a separate icon pack. - Added updated Canadian French language pack contributed by Virtuelcom. - Added updated French languahe pack contributed by Laurent Dran. - Added updated German language pack contributed by Tobias Heer. - Added some documentation regarding the layout manager options made by SlyD. -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/phpgwapi/js/tinymce/docs/about.html b/phpgwapi/js/tinymce/docs/about.html deleted file mode 100644 index 6d5a2d8eae..0000000000 --- a/phpgwapi/js/tinymce/docs/about.html +++ /dev/null @@ -1,41 +0,0 @@ - - - -About - - - - -
-

About

-
- -
-

General information

-
-

TinyMCE is a powerful WYSIWYG editor control for web browsers such as MSIE or Mozilla that enables the user to edit HTML contents in a more user friendly way. The editor control is very flexible and it's build for integration purposes for example usage within systems like Intranets, CMS, LMS and so forth.

-

- TinyMCE is 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 a couple lines of code.
  • -
  • Theme and template support.
  • -
  • Easy to extend with custom code. (Plugins and callbacks)
  • -
  • Customizable HTML output. Block elements and force attributes.
  • -
  • International language support (Language packs).
  • -
  • Multiple browser support, currently Mozilla (PC, Mac and Linux), MSIE (PC) and FireFox (PC, Mac and Linux) and some limited Safari support.
  • -
-

-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/compatiblity_chart.html b/phpgwapi/js/tinymce/docs/compatiblity_chart.html deleted file mode 100644 index 32fded18c2..0000000000 --- a/phpgwapi/js/tinymce/docs/compatiblity_chart.html +++ /dev/null @@ -1,84 +0,0 @@ - - - -Compatiblity Chart - - - - -
-

Compatiblity Chart

-
- -
-

Browser support

-
-

TinyMCE uses advanced JavaScript and tries to be as smart as possible when it comes to different browsers, the main focus is on Microsoft Internet Explorer and Mozilla/Firefox. The table was reset to only show the browsers we ourselves can test on. It works with many older versions of Mozilla and Firefox. Just cause a browser is not listed on this page doesn't mean it does work, try out the examples on our website.

- -

Since MacOS X 10.4 is more or less Linux we are not testing much on Linux any more, use the Sourceforge bug report system to submit bugs on the very latest browsers only.

-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 Windows XPMacOS X 10.4
MSIE 6OK 
MSIE 5.5 SP2OK 
MSIE 5.0OK 
Mozilla 1.7.8OKOK
Mozilla 1.7.7OKOK
Firefox 1.0.4OKOK
Firefox 1.0.3OKOK
Safari 2.0 (412) OK(1)
-

-

-

    -
  • (1) - Partialy working
  • -
  • (2) - Buggy browser version
  • -
-

-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/credits.html b/phpgwapi/js/tinymce/docs/credits.html deleted file mode 100644 index 8da2497212..0000000000 --- a/phpgwapi/js/tinymce/docs/credits.html +++ /dev/null @@ -1,81 +0,0 @@ - - - -Credits - - - - -
-

Credits

-
- -
-

Contributors

-
-

These are the people, companies or organizations that have contributed in some way to the TinyMCE project. If you feel we are missing someone please inform us right away and we will correct this in future versions of TinyMCE.

-

- Please note that some of these have contributed with complete language packs and some have updated parts of language packs or similar. -

-
-
-
-

-

    -
  • Code / Solutions / Features
  • -
      -
    • Michael Keck
    • -
    • Victor Nilsson
    • -
    • Jürgen Baute
    • -
    • "Neirda"
    • -
    • "speednet"
    • -
    • Virtuelcom
    • -
    • "SlyD"
    • -
    • Ernst de Moor
    • -
    • "jamesw"
    • -
    • Vincent FIACK
    • -
    • Aptest
    • -
    -
  • Language packs
  • -
      -
    • Marcin Szymon Sznyra
    • -
    • "revyag"
    • -
    • Jim Kou
    • -
    • "Krokogras"
    • -
    • Hani Suleiman
    • -
    • Jan Moelgaard
    • -
    • Christopher Müller
    • -
    • Virtuelcom
    • -
    • Pavel Novák
    • -
    • Simon Rupf
    • -
    • "Fabrix Xm"
    • -
    • Mats Löfström, York Consulting AB
    • -
    • Morteza Zafari
    • -
    • Laurent Dran
    • -
    • Tobias Heer
    • -
    • "Innozent"
    • -
    • "cube316"
    • -
    • José Pedro Pereira
    • -
    • "Martin"
    • -
    • Sten Aksel Heien
    • -
    • Setzer Gabbiani
    • -
    • Jacaranda Bill
    • -
    • Pat Boens
    • -
    • Roman Filippov
    • -
    • Arnoud van Delden
    • -
    -
-

-

There are also a few corporations that have contributed in various ways to have features developed by payed support. -

-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/css/screen.css b/phpgwapi/js/tinymce/docs/css/screen.css deleted file mode 100644 index 56222b1ee4..0000000000 --- a/phpgwapi/js/tinymce/docs/css/screen.css +++ /dev/null @@ -1,145 +0,0 @@ -body { - background-color: #FFFFFF; - font-family: Verdana, Arial, helvetica, sans-serif; - font-size: 12px; -} - -.header { - border: #E0E0E0 solid 1px; -} - -.footer { - border: #E0E0E0 solid 1px; - height: 20px; -} - -h1 { - font-size: 18px; - font-weight: bold; - padding: 0px; - margin: 4px; -} - -h2 { - font-size: 14px; - font-weight: bold; - padding: 0px; - margin: 0px; - margin-top: 4px; - margin-bottom: 4px; -} - -h3 { - font-size: 11px; - font-weight: bold; - padding: 0px; - margin: 0px; - margin-bottom: 3px; -} - -.section { - margin-left: 15px; -} - -.column { - margin-right: 20px; - float: left -} - -.separator { - border-bottom: 1px solid #E6EBF1; - margin-top: 10px; - margin-bottom: 10px; -} - -p { -} - -.helpindex { - margin-left: 20px; - padding-left: 0px; -} - - -.optionlist { - margin: 0px; - padding: 0px; - margin-bottom: 10px; -} - -.optionlist li { - padding: 0px; - margin: 0px; - margin-top: 3px; - margin-bottom: 3px; - margin-left: 10px; - list-style-type: none; -} - -.helpindex li { - margin-top: 3px; -} - -.content { - margin: 10px; -} - -.example { - background-color: #E6EBF1; - margin-left: 10px; -} - -code, pre { - margin: 0px; - padding: 0px; - background-color: #E6EBF1; -} - -.copyright { - margin: 3px; - float: left; -} - -.helpindexlink { - margin: 3px; - float: right; -} - -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; -} - -.list_subtitle { - padding-top: 5px; -} - -.note { - margin-top: 5px; - margin-left: 10px; - font-size: 10px; -} - -.marked { - color: red; - font-weight: bold; -} - -thead { - background-color: #E6EBF1; -} \ No newline at end of file diff --git a/phpgwapi/js/tinymce/docs/customization_language_packs.html b/phpgwapi/js/tinymce/docs/customization_language_packs.html deleted file mode 100644 index 659e15ad41..0000000000 --- a/phpgwapi/js/tinymce/docs/customization_language_packs.html +++ /dev/null @@ -1,47 +0,0 @@ - - - -Customization - Creating a language pack - - - - -
-

Customization - Creating a language pack

-
- -
-

Making language packs

-

Language packs are simply JavaScript name/value arrays placed in the ".js" files in the "lang" directory. 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)';
-
-
-

- -

Files to edit

- 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/<plugin>/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/phpgwapi/js/tinymce/docs/customization_plugins.html b/phpgwapi/js/tinymce/docs/customization_plugins.html deleted file mode 100644 index 91a58aaa84..0000000000 --- a/phpgwapi/js/tinymce/docs/customization_plugins.html +++ /dev/null @@ -1,243 +0,0 @@ - - - -Customization - Creating a plugin - - - - -
-

Customization - Creating a plugin

-
- -
- -

Creating your own plugins

-

-Creating you own plugins 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 "_template" directory or one of the other core plugins and work from there. The "_template" directory is a tutorial plugin that shows how to create a plugin. After you copy the template you need to change the red sections marked below to the name of your plugin this is needed so that plugins don't overlap in other words it gives the plugin a unique name. Then just alter the source code as you see fit remember that your custom plugins needs to be located in tiny_mce's "plugins" directory. If you want you may add plugin specific options/settings but remember to namespace them in the following format "<your plugin>_<option>" for example "yourplugin_someoption". -

-

-The example below has three functions, these are explained in greater detail below. -

-

-

-
-function TinyMCE_yourplugin_initInstance(inst) {
-	// Gets executed when a editor instance is initialized
-}
-
-function TinyMCE_yourplugin_getControlHTML(control_name) {
-	// Gets executed when a button is to be generated
-}
-
-function TinyMCE_yourplugin_handleNodeChange(editor_id, node, undo_index, undo_levels, visual_aid, any_selection) {
-   // Gets executed when the selection changes
-}
-
-function TinyMCE_yourplugin_execCommand(editor_id, element, command, user_interface, value) {
-   // Add your own custom commands here
-
-   return false;
-}
-
-function TinyMCE_yourplugin_cleanup(type, content) {
-	// Add your own custom cleanup here
-
-	return content;
-}
-
-
-

- -
- -

Creating popup HTML files

-

-When creating a popup you need to include the "tiny_mce_popup.js" this enables you to retrive the tinyMCE global instance in all popup windows. All variables and language definitions gets replaced in the page when it loads. So language variables such as {$lang_something} can be places in the HTML code, if you need to get a language string in JavaScript simply use the tinyMCE.getLang function. -

-

Example of simple popup file:

-
-
-<html>
-<head>
-<title>{$lang_plugin_sample_title}</title>
-<script language="javascript" src="../../tiny_mce_popup.js"></script>
-<script language="javascript">
-     // getWindowArg returns any arguments passed to the window
-     alert(tinyMCE.getWindowArg('some_arg'));
-</script>
-<body>
-     <strong>{$lang_plugin_sample_desc}</strong>
-</body>
-
-
- -
- -

The TinyMCE_<plugin>_initInstance function (Optional)

-

- This function is called when a editor instance gets initialized. -

-

- - - - - - - - - - - - -
Parameters
instReference to editor instance that was initialized.
-

- - -
- -

The TinyMCE_<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_<plugin>_execCommand function (Optional)

-

-This function is called when a command is executed for example "bold" or "createlink" this callback/plugin function may then intercept plugin 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_<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 against.
-

-

-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. This function has the same format as the one defined in the cleanup_callback option. -

-

- - - - - - - - - - - - - - - - -
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. When dealing with the DOM representation of the same content insert_to_editor_dom or get_from_editor_dom gets passed as a type.
contentHTML contents to be cleaned up, this string contains the HTML code or with the _dom types the body DOM object gets passed instead.
-

-

-Returns: return the cleaned up HTML code. -

- -
- - - - - diff --git a/phpgwapi/js/tinymce/docs/customization_themes.html b/phpgwapi/js/tinymce/docs/customization_themes.html deleted file mode 100644 index 586839a877..0000000000 --- a/phpgwapi/js/tinymce/docs/customization_themes.html +++ /dev/null @@ -1,423 +0,0 @@ - - - -Customization - Creating a theme - - - - -
-

Customization - Creating a theme

-
- -
- -

Creating your own Themes

-

-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;
-}
-
-
-

-
- -

Creating popup HTML files

-

-When creating a popup you need to include the "tiny_mce_popup.js" this enables you to retrive the tinyMCE global instance in all popup windows. All variables and language definitions gets replaced in the page when it loads. So language variables such as {$lang_something} can be places in the HTML code, if you need to get a language string in JavaScript simply use the tinyMCE.getLang function. -

-

Example of simple popup file:

-
-
-<html>
-<head>
-<title>{$lang_plugin_sample_title}</title>
-<script language="javascript" src="../../tiny_mce_popup.js"></script>
-<script language="javascript">
-     // getWindowArg returns any arguments passed to the window
-     alert(tinyMCE.getWindowArg('some_arg'));
-</script>
-<body>
-     <strong>{$lang_plugin_sample_desc}</strong>
-</body>
-
-
- -
-

The TinyMCE_<theme>_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>_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>_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.
[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>_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>_execCommand function (Optional)

-

-This function is called when a command is executed for example "bold" or "createlink" this callback/theme 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>_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 against.
-

-

-Returns: return the HTML template of that control or a empty string if the control_name wasn't recognized. -

-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/faq.html b/phpgwapi/js/tinymce/docs/faq.html deleted file mode 100644 index bea781dfff..0000000000 --- a/phpgwapi/js/tinymce/docs/faq.html +++ /dev/null @@ -1,86 +0,0 @@ - - - -Frequently Asked Questions - - - - -
-

Frequently Asked Questions

-
- -
-

Here are some common answers to common questions. If you need more help you can always visit the TinyMCE Forum on the TinyMCE website.

- -
- -

Why does TinyMCE strip aways attributes or tags from my source?

-
-

You need to check out the "valid_elements" and "extended_valid_elements" option in the configuration. By default, TinyMCE only allows certain tags and attributes. TinyMCE also tries to follow the XHTML specification as much as possible (and so should you), this can cause some unexpected source changes, there are however configururation options to battle this issue, study the configuration options in details.

-
- -
- -

TinyMCE changes the path of my images, why?

-
-

- Different browsers handles images differently, TinyMCE tries to compensate for this and has its own convert URL functions. You can control the behaviour through the configuration, check out the URL section in the configuration options. -

-
- -
- -

Can I use TinyMCE in my commercial application?

-
-

Yes you can, the LGPL license is a Free Software License. You can read the whole license here or visit Free Software Foundation website here

-
- -
- -

Are there any restrictions to useing TinyMCE in my commercial application?

-
-

- Yes, all copyright notices must be intact. Moxiecode Systems are still the copyright holders of the source code, so you can not use the code for other applications. Any modifications or addons you make to the source has to be contributes back to the TinyMCE community. -

-

- If you start to make a lot of revenue from using TinyMCE, please remember the time and dedication that has been put into this by other developers, respect this and give credit to those who deserve it. We also accept donations. -

-
- -
- -

I don't like LGPL, is there a commercial license avalible for me?

-
-

- Yes, we can draw up a license for you that enables you to remove copyright restrictions or anything else you would like to have in this license aggreement. Contact us through email, sales (at) moxiecode (dot) com. -

-
- -
- -

Do you provide support?

-
-

- We do not provide any non-commercial support outside the forum on the TinyMCE webbsite. If you require commercial support, contact us by email, sales (at) moxiecode (dot) com. -

-
- -
- -

Who made this software?

-
-

- The author of TinyMCE is Moxiecode Systems, parts of code has also been contributed by others, here are the credits list. -

-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/images/moxiecode.gif b/phpgwapi/js/tinymce/docs/images/moxiecode.gif deleted file mode 100644 index fa23215457..0000000000 Binary files a/phpgwapi/js/tinymce/docs/images/moxiecode.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/docs/index.html b/phpgwapi/js/tinymce/docs/index.html deleted file mode 100644 index 693b82f51c..0000000000 --- a/phpgwapi/js/tinymce/docs/index.html +++ /dev/null @@ -1,43 +0,0 @@ - - - -TinyMCE Documentation - Index - - - - -
-

TinyMCE Documentation

-
- - - - - - - diff --git a/phpgwapi/js/tinymce/docs/installation_example_00.html b/phpgwapi/js/tinymce/docs/installation_example_00.html deleted file mode 100644 index 0b89fd6873..0000000000 --- a/phpgwapi/js/tinymce/docs/installation_example_00.html +++ /dev/null @@ -1,37 +0,0 @@ - - - -Installation Example 00 - - - - - - -
-

Installation example 00

-
- -
-

Example

-

-

- -
-

-
- - - - - - diff --git a/phpgwapi/js/tinymce/docs/installation_example_01.html b/phpgwapi/js/tinymce/docs/installation_example_01.html deleted file mode 100644 index a5ec7f8915..0000000000 --- a/phpgwapi/js/tinymce/docs/installation_example_01.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Installation Example 01 - - - - - - -
-

Installation example 01

-
- -
-

Example

-

Open this page with "View source" or similar to see how the configuration is made.

-

-

- -
-

-
- - - - - - diff --git a/phpgwapi/js/tinymce/docs/installation_example_02.html b/phpgwapi/js/tinymce/docs/installation_example_02.html deleted file mode 100644 index 1d4e2f3bb4..0000000000 --- a/phpgwapi/js/tinymce/docs/installation_example_02.html +++ /dev/null @@ -1,54 +0,0 @@ - - - -Installation Example 02 - - - - - - -
-

Installation example 02

-
- -
-

Example

-

Open this page with "View source" or similar to see how the configuration is made.

-

-

- -
-

-
- - - - - - diff --git a/phpgwapi/js/tinymce/docs/installation_example_03.html b/phpgwapi/js/tinymce/docs/installation_example_03.html deleted file mode 100644 index 0afc5c2d2c..0000000000 --- a/phpgwapi/js/tinymce/docs/installation_example_03.html +++ /dev/null @@ -1,45 +0,0 @@ - - - -Installation Example 02 - - - - - - -
-

Installation example 02

-
- -
-

Example

-

Open this page with "View source" or similar to see how the configuration is made.

-

-

- -
-

-
- - - - - - diff --git a/phpgwapi/js/tinymce/docs/installing.html b/phpgwapi/js/tinymce/docs/installing.html deleted file mode 100644 index 13a61b89c1..0000000000 --- a/phpgwapi/js/tinymce/docs/installing.html +++ /dev/null @@ -1,122 +0,0 @@ - - - -Installation instructions - - - - -
-

Installation instructions

-
- -
-

Installing TinyMCE is very simple, follow the instructions here. We give a few examples of to integrate TinyMCE, also look at the extensive options for configuration.

- -
- -

Requirements

-
-

TinyMCE has no direct requirements except for browser compatiblity and of course JavaScript needs to be turned on. There is NO backend code distributed with TinyMCE. -

-
- -
- -

Downloading

-
-

For download instructions check our website.

-
- -
- -

Extracting the archives

-
-

On windows you could use WinZip or something similar. And on other operating systems such as Linux you simply extract the archive with the tar command. You can find a example on how to extract the archived file on Linux below.

-

- You should extract TinyMCE in your wwwroot or site domain root folder -

-

Extract example using a shell:

-
-
-$ cd wwwroot
-$ gzip -d tinymce_1_44.tar.gz
-$ tar xvf tinymce_1_44.tar
-
-
-

-

A folder structure looking like this is created:

-
-
-/tinymce/
-/tinymce/docs/
-/tinymce/docs/zh_cn/
-/tinymce/examples/
-/tinymce/examples/zh_cn/
-/tinymce/jscripts/
-/tinymce/jscripts/tiny_mce/
-/tinymce/jscripts/tiny_mce/langs/
-/tinymce/jscripts/tiny_mce/plugins/
-/tinymce/jscripts/tiny_mce/plugins/<plugin folders>
-/tinymce/jscripts/tiny_mce/themes/
-/tinymce/jscripts/tiny_mce/themes/advanced/
-/tinymce/jscripts/tiny_mce/themes/default/
-/tinymce/jscripts/tiny_mce/themes/simple/
-
-
-

-
- -
- -

Making changes on your website

-
-

Once you have extracted the archive you will need to edit the pages to include the configuration and javascript for TinyMCE. Please note that you should probably only include the TinyMCE javascript on the pages that need it, not all the pages of the website.

-

-

The most basic page integration (converts all textarea elements into editors):

-
-
-<html>
-<head>
-<title>TinyMCE Test<title>
-<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>
-</head>
-<body>
-<form method="post">
-	<textarea name="content" cols="50" rows="15">This is some content that will be editable with TinyMCE.</textarea>
-</form>
-</body>
-</html>
-
-
-

-

- Here are a few different example of how you could integrate TinyMCE. -

-

-

-

-

- If you have any problems, you should check the forum on the TinyMCE website. -

-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/license.html b/phpgwapi/js/tinymce/docs/license.html deleted file mode 100644 index b162e98389..0000000000 --- a/phpgwapi/js/tinymce/docs/license.html +++ /dev/null @@ -1,465 +0,0 @@ - - - -TinyMCE License (LGPL) - - - - -
-

TinyMCE License (LGPL)

-
- -
-

-Visit the FAQ for general answers surrounding TinyMCE. Or visit http://www.fsf.org for more information about Open-Source licenses. -

-
-		  GNU LIBRARY GENERAL PUBLIC LICENSE
-		       Version 2, June 1991
-
- Copyright (C) 1991 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 library GPL.  It is
- numbered 2 because it goes with version 2 of the ordinary GPL.]
-
-			    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 Library General Public License, applies to some
-specially designated Free Software Foundation software, and to any
-other libraries whose authors decide to use it.  You can use it for
-your libraries, too.
-
-  When we speak of free software, we are referring to freedom, 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 or use pieces of it
-in new free programs; and that you know you can do these things.
-
-  To protect your rights, we need to make restrictions that forbid
-anyone to deny you these rights or to ask you to surrender the 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 a program 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.
-
-  Our method of protecting your rights has two steps: (1) copyright
-the library, and (2) offer you this license which gives you legal
-permission to copy, distribute and/or modify the library.
-
-  Also, for each distributor's protection, we want to make certain
-that everyone understands that there is no warranty for this free
-library.  If the library is modified by someone else and passed on, we
-want its recipients to know that what they have is not the original
-version, so that any problems introduced by others will not reflect on
-the original authors' reputations.
-.
-  Finally, any free program is threatened constantly by software
-patents.  We wish to avoid the danger that companies distributing free
-software will individually obtain patent licenses, thus in effect
-transforming the program into proprietary software.  To prevent this,
-we have made it clear that any patent must be licensed for everyone's
-free use or not licensed at all.
-
-  Most GNU software, including some libraries, is covered by the ordinary
-GNU General Public License, which was designed for utility programs.  This
-license, the GNU Library General Public License, applies to certain
-designated libraries.  This license is quite different from the ordinary
-one; be sure to read it in full, and don't assume that anything in it is
-the same as in the ordinary license.
-
-  The reason we have a separate public license for some libraries is that
-they blur the distinction we usually make between modifying or adding to a
-program and simply using it.  Linking a program with a library, without
-changing the library, is in some sense simply using the library, and is
-analogous to running a utility program or application program.  However, in
-a textual and legal sense, the linked executable is a combined work, a
-derivative of the original library, and the ordinary General Public License
-treats it as such.
-
-  Because of this blurred distinction, using the ordinary General
-Public License for libraries did not effectively promote software
-sharing, because most developers did not use the libraries.  We
-concluded that weaker conditions might promote sharing better.
-
-  However, unrestricted linking of non-free programs would deprive the
-users of those programs of all benefit from the free status of the
-libraries themselves.  This Library General Public License is intended to
-permit developers of non-free programs to use free libraries, while
-preserving your freedom as a user of such programs to change the free
-libraries that are incorporated in them.  (We have not seen how to achieve
-this as regards changes in header files, but we have achieved it as regards
-changes in the actual functions of the Library.)  The hope is that this
-will lead to faster development of free libraries.
-
-  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, while the latter only
-works together with the library.
-
-  Note that it is possible for a library to be covered by the ordinary
-General Public License rather than by this special one.
-.
-		  GNU LIBRARY GENERAL PUBLIC LICENSE
-   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
-  0. This License Agreement applies to any software library which
-contains a notice placed by the copyright holder or other authorized
-party saying it may be distributed under the terms of this Library
-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 compile 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) 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.
-
-    c) 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.
-
-    d) 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 source code 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 to
-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 Library 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.
-
-		     END OF TERMS AND CONDITIONS
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_add_form_submit_trigger.html b/phpgwapi/js/tinymce/docs/option_add_form_submit_trigger.html deleted file mode 100644 index eb8c6068d6..0000000000 --- a/phpgwapi/js/tinymce/docs/option_add_form_submit_trigger.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: add_form_submit_trigger - - - - -
-

Option: add_form_submit_trigger

-
- -
-

- This option enables you to turn on/off the onsubmit event listener. This feature adds a onsubmit event listener on all forms on the page, if a form is submitted a tinyMCE.triggerSave() JavaScript calls gets executed, this function moves HTML content from the editor iframe and to the hidden form element. This option is set to true by default. -

- -
- -

Example of usage of the add_form_submit_trigger option:

-
-
-tinyMCE.init({
-	...
-	add_form_submit_trigger : false
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_add_unload_trigger.html b/phpgwapi/js/tinymce/docs/option_add_unload_trigger.html deleted file mode 100644 index 6f5e7b13d5..0000000000 --- a/phpgwapi/js/tinymce/docs/option_add_unload_trigger.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: add_unload_trigger - - - - -
-

Option: add_unload_trigger

-
- -
-

- If you set this option to true, page contents will be stored away is the page is unloaded for example is the user navigates away from the page and then navigated back to it by pressing the back button. This option is set to true by default. -

- -
- -

Example of usage of the add_unload_trigger option:

-
-
-tinyMCE.init({
-	...
-	add_unload_trigger : false
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_ask.html b/phpgwapi/js/tinymce/docs/option_ask.html deleted file mode 100644 index 803a0cb5c0..0000000000 --- a/phpgwapi/js/tinymce/docs/option_ask.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: ask - - - - -
-

Option: ask

-
- -
-

- This option enables you to add a confirmation dialog when focusing textareas. This dialog asks if the focused textarea should be converted into a editor instance or not. It will only ask once since it would get annoying otherwice. The default value of this option is "false". -

- -
- -

Example of usage of the ask option:

-
-
-tinyMCE.init({
-	...
-	ask : true
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_auto_cleanup_word.html b/phpgwapi/js/tinymce/docs/option_auto_cleanup_word.html deleted file mode 100644 index 4f11e00d62..0000000000 --- a/phpgwapi/js/tinymce/docs/option_auto_cleanup_word.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: auto_cleanup_word - - - - -
-

Option: auto_cleanup_word

-
- -
-

- If you set this option to true, TinyMCE will try to auto remove some weird Word HTML when a user pastes content. This feature is disabled by default. -

- -
- -

Example of usage of the auto_cleanup_word option:

-
-
-tinyMCE.init({
-	...
-	auto_cleanup_word : true
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_auto_focus.html b/phpgwapi/js/tinymce/docs/option_auto_focus.html deleted file mode 100644 index aaa1004a85..0000000000 --- a/phpgwapi/js/tinymce/docs/option_auto_focus.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: auto_focus - - - - -
-

Option: auto_focus

-
- -
-

- This option enables you to auto focus a editor instance. The value of this option should be a editor instance id. Editor instance ids are specified as "mce_editor_<index>" where index is a value starting from 0. So if there are 3 editor instances on a page these would have the following ids mce_editor_0, mce_editor_1 and mce_editor_2. -

- -
- -

Example of usage of the auto_focus option:

-
-
-tinyMCE.init({
-	...
-	auto_focus : "mce_editor_2"
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_auto_reset_designmode.html b/phpgwapi/js/tinymce/docs/option_auto_reset_designmode.html deleted file mode 100644 index 8e2bbc457d..0000000000 --- a/phpgwapi/js/tinymce/docs/option_auto_reset_designmode.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: auto_reset_designmode - - - - -
-

Option: auto_reset_designmode

-
- -
-

- This option is very useful if TinyMCE is used in a DHTML tab system or other divs that are hidden and displayed by some JavaScript. Since Mozilla has a bug when using display:none, the designMode state gets lost. To prevent this from happening you should enable this option. The default value of this option is "false". -

- -
- -

Example of usage of the auto_reset_designmode option:

-
-
-tinyMCE.init({
-	...
-	auto_reset_designmode : true
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_auto_resize.html b/phpgwapi/js/tinymce/docs/option_auto_resize.html deleted file mode 100644 index c308a9f5f1..0000000000 --- a/phpgwapi/js/tinymce/docs/option_auto_resize.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: auto_resize - - - - -
-

Option: auto_resize

-
- -
-

- This option enables you to get the TinyMCE editor area to resize to the bounderies of the contents. This option is very experimental and is set to false by default. -

- -
- -

Example of usage of the auto_resize option:

-
-
-tinyMCE.init({
-	...
-	auto_resize : true
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_button_tile_map.html b/phpgwapi/js/tinymce/docs/option_button_tile_map.html deleted file mode 100644 index 77bb45d471..0000000000 --- a/phpgwapi/js/tinymce/docs/option_button_tile_map.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: button_tile_map - - - - -
-

Option: button_tile_map

-
- -
-

- If this option is set to true TinyMCE will use tiled images instead of individual images for most of the editor controls. This produces faster loading time since only one GIF image needs to be loaded instead of a GIF for each individual button. This option is set to false by default since it doesn't work with some DOCTYPE declarations. -

- -
- -

Example of usage of the button_tile_map option:

-
-
-tinyMCE.init({
-	...
-	button_tile_map : true
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_cleanup.html b/phpgwapi/js/tinymce/docs/option_cleanup.html deleted file mode 100644 index 116a688611..0000000000 --- a/phpgwapi/js/tinymce/docs/option_cleanup.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: cleanup - - - - -
-

Option: cleanup

-
- -
-

- This option enables you to turn on/off the build in cleanup functionality. TinyMCE is equipped with powerful cleanup functionality that enables you to specify what elements and attributes are allowed and how HTML contents should be generated. This option is set to true by default, but if you want to disable it you may set it to false. -

- -
- -

Example of usage of the cleanup option:

-
-
-tinyMCE.init({
-	...
-	cleanup : true
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_cleanup_callback.html b/phpgwapi/js/tinymce/docs/option_cleanup_callback.html deleted file mode 100644 index 7690fd400f..0000000000 --- a/phpgwapi/js/tinymce/docs/option_cleanup_callback.html +++ /dev/null @@ -1,72 +0,0 @@ - - - -Option: cleanup_callback - - - - -
-

Option: cleanup_callback

-
- -
-

- This option enables you to add custom cleanup logic to TinyMCE. This function is called when the cleanup process is executed this process occures when the editor saves/submits content, user hits the cleanup button and when the HTML editor dialog is presented. The format of this function is: customCleanup(type, value). Where type can be "get_from_editor" when the contents is extracted from TinyMCE for example when the user submits the form. The "insert_to_editor" type value gets passed when new contents is inserted into the editor on initialization or when the HTML editor dialog commits new content. The "get_from_editor_dom" value is executed when cleanup process has a valid DOM tree and is extracted from the editor. The "insert_to_editor_dom" gets passed when the editor has a valid DOM tree and contents has been inserted into the editor. The example below illustrated all these types. -

- -
- -

Example of usage of the cleanup_callback option:

-
-
-function myCustomCleanup(type, value) {
-	switch (type) {
-		case "get_from_editor":
-			alert("Value HTML string: " + value);
-
-			// Do custom cleanup code here
-
-			break;
-
-		case "insert_to_editor":
-			alert("Value HTML string: " + value);
-
-			// Do custom cleanup code here
-
-			break;
-
-		case "get_from_editor_dom":
-			alert("Value DOM Element " + value);
-
-			// Do custom cleanup code here
-
-			break;
-
-		case "insert_to_editor_dom":
-			alert("Value DOM Element: " + value);
-
-			// Do custom cleanup code here
-
-			break;
-	}
-
-	return value;
-}
-
-tinyMCE.init({
-	...
-	cleanup_callback : "myCustomCleanup"
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_cleanup_on_startup.html b/phpgwapi/js/tinymce/docs/option_cleanup_on_startup.html deleted file mode 100644 index e15ee7acc8..0000000000 --- a/phpgwapi/js/tinymce/docs/option_cleanup_on_startup.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: cleanup_on_startup - - - - -
-

Option: cleanup_on_startup

-
- -
-

- If you set this option to true, TinyMCE will perform a HTML cleanup call when the editor loads. This option is set to false by default. -

- -
- -

Example of usage of the cleanup_on_startup option:

-
-
-tinyMCE.init({
-	...
-	cleanup_on_startup : true
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_content_css.html b/phpgwapi/js/tinymce/docs/option_content_css.html deleted file mode 100644 index 73cc322d82..0000000000 --- a/phpgwapi/js/tinymce/docs/option_content_css.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: content_css - - - - -
-

Option: content_css

-
- -
-

- This option enables you to specify a custom CSS file to use instead of the build in content CSS. This CSS file is the one used within the editor. The default location of this CSS file is within the current theme. -

- -
- -

Example of usage of the content_css option:

-
-
-tinyMCE.init({
-	...
-	content_css : "/mycontent.css"
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_convert_newlines_to_brs.html b/phpgwapi/js/tinymce/docs/option_convert_newlines_to_brs.html deleted file mode 100644 index a9d9ff8aa9..0000000000 --- a/phpgwapi/js/tinymce/docs/option_convert_newlines_to_brs.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: convert_newlines_to_brs - - - - -
-

Option: convert_newlines_to_brs

-
- -
-

- If you set this option to true newline characters codes gets converted in to br elements. This option is set to false by default. -

- -
- -

Example of usage of the convert_newlines_to_brs option:

-
-
-tinyMCE.init({
-	...
-	convert_newlines_to_brs : true
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_custom_undo_redo.html b/phpgwapi/js/tinymce/docs/option_custom_undo_redo.html deleted file mode 100644 index d63f2b5fbe..0000000000 --- a/phpgwapi/js/tinymce/docs/option_custom_undo_redo.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: custom_undo_redo - - - - -
-

Option: custom_undo_redo

-
- -
-

- This option is a true/false option that enables you to disable/enable the custom undo/redo logic within TinyMCE. This option is enabled by default, if you disable it some operations may not be undoable. -

- -
- -

Example of usage of the custom_undo_redo option:

-
-
-tinyMCE.init({
-	...
-	custom_undo_redo : false
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_custom_undo_redo_keyboard_shortcuts.html b/phpgwapi/js/tinymce/docs/option_custom_undo_redo_keyboard_shortcuts.html deleted file mode 100644 index 502fcf7abd..0000000000 --- a/phpgwapi/js/tinymce/docs/option_custom_undo_redo_keyboard_shortcuts.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: custom_undo_redo_keyboard_shortcuts - - - - -
-

Option: custom_undo_redo_keyboard_shortcuts

-
- -
-

- This option enables you to disable/enable the usage of keyboard shortcuts for undo/redo. This feature is enabled by default. Keyboard shortcurs are Ctrl+Z for undo, Ctrl+Y for redo. -

- -
- -

Example of usage of the custom_undo_redo_keyboard_shortcuts option:

-
-
-tinyMCE.init({
-	...
-	custom_undo_redo_keyboard_shortcuts : "false"
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_custom_undo_redo_levels.html b/phpgwapi/js/tinymce/docs/option_custom_undo_redo_levels.html deleted file mode 100644 index 63be14dc43..0000000000 --- a/phpgwapi/js/tinymce/docs/option_custom_undo_redo_levels.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: custom_undo_redo_levels - - - - -
-

Option: custom_undo_redo_levels

-
- -
-

- This option should contain the number of undo levels to keep in memory. This is set to -1 by default and such a value tells TinyMCE to use a unlimited number of undo levels. But this steals lots of memory so for low end systems a value of 10 may be better. -

- -
- -

Example of usage of the custom_undo_redo_levels option:

-
-
-tinyMCE.init({
-	...
-	custom_undo_redo_levels : 10
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_debug.html b/phpgwapi/js/tinymce/docs/option_debug.html deleted file mode 100644 index 98a8e99598..0000000000 --- a/phpgwapi/js/tinymce/docs/option_debug.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: debug - - - - -
-

Option: debug

-
- -
-

- If the value of this option is set to "true" some debugging information will appear such as a list of what CSS files are used. The default value of this option is false. -

- -
- -

Example of usage of the debug option:

-
-
-tinyMCE.init({
-	...
-	debug : true
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_directionality.html b/phpgwapi/js/tinymce/docs/option_directionality.html deleted file mode 100644 index ff38cbd1f5..0000000000 --- a/phpgwapi/js/tinymce/docs/option_directionality.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: directionality - - - - -
-

Option: directionality

-
- -
-

- This option specifies the default writing direction, some languages writes from right to left instead of left to right. The default value of this option is ":ltr" but if you want to use from right to left mode specify "rtl" instead. -

- -
- -

Example of usage of the directionality option:

-
-
-tinyMCE.init({
-	...
-	directionality : "rtl"
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_docs_language.html b/phpgwapi/js/tinymce/docs/option_docs_language.html deleted file mode 100644 index cb87a9fdc2..0000000000 --- a/phpgwapi/js/tinymce/docs/option_docs_language.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: docs_language - - - - -
-

Option: docs_language

-
- -
-

- This option should contain a language code of the editor documentation to use with TinyMCE. These codes are in ISO-639-2 format to see if your language is available check the contents of "tinymce/jscripts/tiny_mce/theme/<theme used>/docs". The default value of this option is the value specified in the "language" option or "en" for English. -

- -
- -

Example of usage of the docs_language option:

-
-
-tinyMCE.init({
-	...
-	docs_language : "sv"
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_document_base_url.html b/phpgwapi/js/tinymce/docs/option_document_base_url.html deleted file mode 100644 index 6e9564f133..0000000000 --- a/phpgwapi/js/tinymce/docs/option_document_base_url.html +++ /dev/null @@ -1,36 +0,0 @@ - - - -Option: document_base_url - - - - -
-

Option: document_base_url

-
- -
-

This option enables you to specify the URL from where all URLs will be relative to this option is only used when the relative_urls option is set to true. The value of this option is set to the current document by default.

- -
- -

Example of usage of the document_base_url option:

-
-
-tinyMCE.init({
-	...
-	document_base_url : "/somedir/somfile.html"
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_editor_css.html b/phpgwapi/js/tinymce/docs/option_editor_css.html deleted file mode 100644 index 39de422f0c..0000000000 --- a/phpgwapi/js/tinymce/docs/option_editor_css.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: editor_css - - - - -
-

Option: editor_css

-
- -
-

- This option enables you to specify the CSS to be used for the editor toolbars/user interface of TinyMCE this option is set to a CSS file found in the currently used theme by default. This CSS contains layout information about panels and buttons used by TinyMCE. -

- -
- -

Example of usage of the editor_css option:

-
-
-tinyMCE.init({
-	...
-	editor_css : "/myeditor.css"
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_elements.html b/phpgwapi/js/tinymce/docs/option_elements.html deleted file mode 100644 index 4e5729c731..0000000000 --- a/phpgwapi/js/tinymce/docs/option_elements.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: elements - - - - -
-

Option: elements

-
- -
-

- This option should contain a comma separated list of element id's to convert into editor instances. This option is only used if mode is set to "exact". -

- -
- -

Example of usage of the elements option:

-
-
-tinyMCE.init({
-	...
-	elements : "elm1,elm2"
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_encoding.html b/phpgwapi/js/tinymce/docs/option_encoding.html deleted file mode 100644 index 5d9ec34c95..0000000000 --- a/phpgwapi/js/tinymce/docs/option_encoding.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: encoding - - - - -
-

Option: encoding

-
- -
-

- This option enables you to get XML escaped contents out of TinyMCE. Posted content will be converted to a XML string escaping characters such as < > " & to &lt; &gt; &quot; &amp;. This option is set nothing by default and is there for disabled. -

- -
- -

Example of usage of the encoding option:

-
-
-tinyMCE.init({
-	...
-	encoding : "xml"
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_entities.html b/phpgwapi/js/tinymce/docs/option_entities.html deleted file mode 100644 index e73ae8dd93..0000000000 --- a/phpgwapi/js/tinymce/docs/option_entities.html +++ /dev/null @@ -1,58 +0,0 @@ - - - -Option: entities - - - - -
-

Option: entities

-
- -
-

- This option contains a comma separated list of entity names that is used instead of characters. Odd items are the character code and even items are the name of the character code. The default value of this option is placed in the example below. -

- -
- -

Example of usage of the entities option / default value:

-
-
-tinyMCE.init({
-	...
-	entities : "160,nbsp,38,amp,34,quot,162,cent,8364,euro,163,pound,165,yen,169,copy,174,reg,8482,trade,8240,
-	permil,181,micro,183,middot,8226,bull,8230,hellip,8242,prime,8243,Prime,167,sect,182,para,223,szlig,8249,lsaquo,8250,
-	rsaquo,171,laquo,187,raquo,8216,lsquo,8217,rsquo,8220,ldquo,8221,rdquo,8218,sbquo,8222,bdquo,60,lt,62,gt,8804,le,8805,
-	ge,8211,ndash,8212,mdash,175,macr,8254,oline,164,curren,166,brvbar,168,uml,161,iexcl,191,iquest,710,circ,732,tilde,176,
-	deg,8722,minus,177,plusmn,247,divide,8260,frasl,215,times,185,sup1,178,sup2,179,sup3,188,frac14,189,frac12,190,frac34,402,
-	fnof,8747,int,8721,sum,8734,infin,8730,radic,8764,sim,8773,cong,8776,asymp,8800,ne,8801,equiv,8712,isin,8713,notin,8715,
-	ni,8719,prod,8743,and,8744,or,172,not,8745,cap,8746,cup,8706,part,8704,forall,8707,exist,8709,empty,8711,nabla,8727,
-	lowast,8733,prop,8736,ang,180,acute,184,cedil,170,ordf,186,ordm,8224,dagger,8225,Dagger,192,Agrave,194,Acirc,195,
-	Atilde,196,Auml,197,Aring,198,AElig,199,Ccedil,200,Egrave,202,Ecirc,203,Euml,204,Igrave,206,Icirc,207,Iuml,208,ETH,
-	209,Ntilde,210,Ograve,212,Ocirc,213,Otilde,214,Ouml,216,Oslash,338,OElig,217,Ugrave,219,Ucirc,220,Uuml,376,Yuml,222,
-	THORN,224,agrave,226,acirc,227,atilde,228,auml,229,aring,230,aelig,231,ccedil,232,egrave,234,ecirc,235,euml,236,
-	igrave,238,icirc,239,iuml,240,eth,241,ntilde,242,ograve,244,ocirc,245,otilde,246,ouml,248,oslash,339,oelig,249,
-	ugrave,251,ucirc,252,uuml,254,thorn,255,yuml,914,Beta,915,Gamma,916,Delta,917,Epsilon,918,Zeta,919,Eta,920,Theta,
-	921,Iota,922,Kappa,923,Lambda,924,Mu,925,Nu,926,Xi,927,Omicron,928,Pi,929,Rho,931,Sigma,932,Tau,933,Upsilon,934,
-	Phi,935,Chi,936,Psi,937,Omega,945,alpha,946,beta,947,gamma,948,delta,949,epsilon,950,zeta,951,eta,952,theta,953,
-	iota,954,kappa,955,lambda,956,mu,957,nu,958,xi,959,omicron,960,pi,961,rho,962,sigmaf,963,sigma,964,tau,965,upsilon,
-	966,phi,967,chi,968,psi,969,omega,8501,alefsym,982,piv,8476,real,977,thetasym,978,upsih,8472,weierp,8465,image,
-	8592,larr,8593,uarr,8594,rarr,8595,darr,8596,harr,8629,crarr,8656,lArr,8657,uArr,8658,rArr,8659,dArr,8660,hArr,
-	8756,there4,8834,sub,8835,sup,8836,nsub,8838,sube,8839,supe,8853,oplus,8855,otimes,8869,perp,8901,sdot,8968,
-	lceil,8969,rceil,8970,lfloor,8971,rfloor,9001,lang,9002,rang,9674,loz,9824,spades,9827,clubs,9829,hearts,9830,
-	diams,8194,ensp,8195,emsp,8201,thinsp,8204,zwnj,8205,zwj,8206,lrm,8207,rlm,173,shy,233,eacute"
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_entity_encoding.html b/phpgwapi/js/tinymce/docs/option_entity_encoding.html deleted file mode 100644 index b23819ce09..0000000000 --- a/phpgwapi/js/tinymce/docs/option_entity_encoding.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: entity_encoding - - - - -
-

Option: entity_encoding

-
- -
-

- This option controls how entities/characters gets processed by TinyMCE. The value can be set to numeric, named or raw. Where numeric is numeric representation such as "&#160;" named is entity names such as "&nbsp;" and raw is " ". The default value of this option is named, if named is used the entities option will be used to convert the codes into names. -

- -
- -

Example of usage of the entity_encoding option:

-
-
-tinyMCE.init({
-	...
-	entity_encoding : "raw"
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_extended_valid_elements.html b/phpgwapi/js/tinymce/docs/option_extended_valid_elements.html deleted file mode 100644 index ed7a6471b5..0000000000 --- a/phpgwapi/js/tinymce/docs/option_extended_valid_elements.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: extended_valid_elements - - - - -
-

Option: extended_valid_elements

-
- -
-

- This option is very similar to valid_elements the only diffrance between this option and valid_elements is that this one gets added to the existing rule set. This can be very useful if the existing rule set is fine but you want to add some specific elements that also should be valid. -

- -
- -

Example of usage of the extended_valid_elements option:

-
-
-tinyMCE.init({
-	...
-	extended_valid_elements : "img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name]"
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_external_image_list_url.html b/phpgwapi/js/tinymce/docs/option_external_image_list_url.html deleted file mode 100644 index 2f91b4f899..0000000000 --- a/phpgwapi/js/tinymce/docs/option_external_image_list_url.html +++ /dev/null @@ -1,51 +0,0 @@ - - - -Option: external_image_list_url - - - - -
-

Option: external_image_list_url

-
- -
-

- This option enables you to have a external list of images this list of images can be generated by a server side page and then inserted into the image dialog windows of TinyMCE. The images can be to internal site images or external URLs. -

- -
- -

Example of usage of the external_image_list_url option:

-
-
-tinyMCE.init({
-	...
-	external_image_list_url : "myexternallist.js"
-});
-
-
- -
- -

Example of a external link list file: (myexternallist.js)

-
-
-var tinyMCEImageList = new Array(
-	// Name, URL
-	["Logo 1", "logo.jpg"],
-	["Logo 2 Over", "logo_over.jpg"]
-);
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_external_link_list_url.html b/phpgwapi/js/tinymce/docs/option_external_link_list_url.html deleted file mode 100644 index 5b5155aa65..0000000000 --- a/phpgwapi/js/tinymce/docs/option_external_link_list_url.html +++ /dev/null @@ -1,52 +0,0 @@ - - - -Option: external_link_list_url - - - - -
-

Option: external_link_list_url

-
- -
-

- This option enables you to have a external list of links this list of links can be generated by a server side page and then inserted into the link dialog windows of TinyMCE. The links can be to internal site documents or external URLs. -

- -
- -

Example of usage of the external_link_list_url option:

-
-
-tinyMCE.init({
-	...
-	external_link_list_url : "myexternallist.js"
-});
-
-
- -
- -

Example of a external link list file: (myexternallist.js)

-
-
-var tinyMCELinkList = new Array(
-	// Name, URL
-	["Moxiecode", "http://www.moxiecode.com"],
-	["Freshmeat", "http://www.freshmeat.com"],
-	["Sourceforge", "http://www.sourceforge.com"]
-);
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_file_browser_callback.html b/phpgwapi/js/tinymce/docs/option_file_browser_callback.html deleted file mode 100644 index 5a529389c5..0000000000 --- a/phpgwapi/js/tinymce/docs/option_file_browser_callback.html +++ /dev/null @@ -1,43 +0,0 @@ - - - -Option: file_browser_callback - - - - -
-

Option: file_browser_callback

-
- -
-

- This option enables you to add your own file browser/image browser to TinyMCE. This function is executed each time a user clicks on the "browse" buttons in various dialogs. The format of this callback function is: fileBrowser(field_name, url, type, win) where field_name is the id/name of the form element that the browser should insert it's URL into. The url parameter contains the URL value that is currently inside the field. The type parameter contains what type of browser to present this value can be file, image or flash depending on what dialog is calling the function. The win parameter contains a reference to the dialog/window that executes the function. -

- -
- -

Example of usage of the file_browser_callback option:

-
-
-function myCustomFileBrowser(field_name, url, type, win) {
-	// Do custom browser logic
-	win.document.forms[0].elements[field_name].value = 'my browser value';
-}
-
-tinyMCE.init({
-	...
-	file_browser_callback : "myCustomFileBrowser"
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_fix_content_duplication.html b/phpgwapi/js/tinymce/docs/option_fix_content_duplication.html deleted file mode 100644 index 89717f1103..0000000000 --- a/phpgwapi/js/tinymce/docs/option_fix_content_duplication.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: fix_content_duplication - - - - -
-

Option: fix_content_duplication

-
- -
-

- This option is available since MSIE has a serious bug where the DOM tree sometimes can include the same node twice. This produces duplication of content when the cleanup process runs. This option is enabled by default and removes any duplicated nodes. -

- -
- -

Example of usage of the fix_content_duplication option:

-
-
-tinyMCE.init({
-	...
-	fix_content_duplication : false
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_focus_alert.html b/phpgwapi/js/tinymce/docs/option_focus_alert.html deleted file mode 100644 index 7a669f1f47..0000000000 --- a/phpgwapi/js/tinymce/docs/option_focus_alert.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: focus_alert - - - - -
-

Option: focus_alert

-
- -
-

- This option enables you to specify if a "Editor is not focused" alert message should appear if the user calls tinyMCE.execCommand and havn't selected a editor instance before. This message will normaly not appear unless some integration has been made. Using tinyMCE.execInstanceCommand prevents this from happening since it auto focuses the editor specified. The default value of this option is "true". -

- -
- -

Example of usage of the focus_alert option:

-
-
-tinyMCE.init({
-	...
-	focus_alert : false
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_force_br_newlines.html b/phpgwapi/js/tinymce/docs/option_force_br_newlines.html deleted file mode 100644 index ffcbb74a7a..0000000000 --- a/phpgwapi/js/tinymce/docs/option_force_br_newlines.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: force_br_newlines - - - - -
-

Option: force_br_newlines

-
- -
-

- If you set this option to true, TinyMCE will force BR elements on newlines instead of inserting paragraphs. This option is set to false by default since paragraphs is a much better concept. -

- -
- -

Example of usage of the force_br_newlines option:

-
-
-tinyMCE.init({
-	...
-	force_br_newlines : true
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_force_p_newlines.html b/phpgwapi/js/tinymce/docs/option_force_p_newlines.html deleted file mode 100644 index 23320e209a..0000000000 --- a/phpgwapi/js/tinymce/docs/option_force_p_newlines.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: force_p_newlines - - - - -
-

Option: force_p_newlines

-
- -
-

- This option enables you to disable/enable the creation of paragraphs on return/enter in Mozilla/Firefox. The default value of this option is true. -

- -
- -

Example of usage of the force_p_newlines option:

-
-
-tinyMCE.init({
-	...
-	force_p_newlines : true
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_force_p_newliness.html b/phpgwapi/js/tinymce/docs/option_force_p_newliness.html deleted file mode 100644 index 93af1bca2b..0000000000 --- a/phpgwapi/js/tinymce/docs/option_force_p_newliness.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: force_p_newliness - - - - -
-

Option: force_p_newliness

-
- -
-

- ... -

- -
- -

Example of usage of the force_p_newliness option:

-
-
-tinyMCE.init({
-	...
-	force_p_newliness : ""
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_height.html b/phpgwapi/js/tinymce/docs/option_height.html deleted file mode 100644 index 8e3fea9757..0000000000 --- a/phpgwapi/js/tinymce/docs/option_height.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: height - - - - -
-

Option: height

-
- -
-

- This option gives you the ability to specify the height of the editor in pixels or percent. This height can be very userful to specify if the editor is used in hidden tabs or if the editor area should be bigger than the replaced element. The default value of this option is set to the height of the HTML element TinyMCE replaces for example the pixel height of a textarea. -

- -
- -

Example of usage of the height option:

-
-
-tinyMCE.init({
-	...
-	height : "480"
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_init_instance_callback.html b/phpgwapi/js/tinymce/docs/option_init_instance_callback.html deleted file mode 100644 index 762cb8458e..0000000000 --- a/phpgwapi/js/tinymce/docs/option_init_instance_callback.html +++ /dev/null @@ -1,42 +0,0 @@ - - - -Option: init_instance_callback - - - - -
-

Option: init_instance_callback

-
- -
-

- This option should contain a function name to be executed each time a editor instance is initialized. The format of this function is: initInstance(inst) where inst is the editor instance object reference. -

- -
- -

Example of usage of the init_instance_callback option:

-
-
-function myCustomInitInstance(inst) {
-	alert("Editor: " + inst.editorId + " is now initialized.");
-}
-
-tinyMCE.init({
-	...
-	init_instance_callback : "myCustomInitInstance"
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_inline_styles.html b/phpgwapi/js/tinymce/docs/option_inline_styles.html deleted file mode 100644 index e4b273db70..0000000000 --- a/phpgwapi/js/tinymce/docs/option_inline_styles.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: inline_styles - - - - -
-

Option: inline_styles

-
- -
-

- If you enable the inline styles feature by setting this option to true. Most of the attributes gets converted into CSS style attributes instead. This option is set to false by default since I think using classes is a better approach. -

- -
- -

Example of usage of the inline_styles option:

-
-
-tinyMCE.init({
-	...
-	inline_styles : true
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_insertimage_callback.html b/phpgwapi/js/tinymce/docs/option_insertimage_callback.html deleted file mode 100644 index c4186e80b8..0000000000 --- a/phpgwapi/js/tinymce/docs/option_insertimage_callback.html +++ /dev/null @@ -1,57 +0,0 @@ - - - -Option: insertimage_callback - - - - -
-

Option: insertimage_callback

-
- -
-

- This option enables you to override the build in functionality for inserting images. This option should contain a function name to be executed when a new image is inserted into TinyMCE. The format of this callback function is: insertImage(src, alt, border, hspace, vspace, width, height, align, title, onmouseover, onmouseout, action). Where most of these options are self explained the action can be "update" or "insert" depending on what operation type. This function should return an array with the same values as the incomming parameters, the example below describes how this is done. This option is set to a internal TinyMCE function by default. -

- -
- -

Example of usage of the insertimage_callback option:

-
-
-function myCustomInsertImage(src, alt, border, hspace, vspace, width, height, align, title, onmouseover, onmouseout, action) {
-	var result = new Array();
-
-	// Do some custom logic
-	result['src'] = "logo.jpg";
-	result['alt'] = "test description";
-	result['border'] = "2";
-	result['hspace'] = "5";
-	result['vspace'] = "5";
-	result['width'] = width;
-	result['height'] = height;
-	result['align'] = "right";
-	result['title'] = "Some title";
-	result['onmouseover'] = "";
-	result['onmouseout'] = "";
-
-	return data;
-}
-
-tinyMCE.init({
-	...
-	insertimage_callback : "myCustomInsertImage"
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_insertlink_callback.html b/phpgwapi/js/tinymce/docs/option_insertlink_callback.html deleted file mode 100644 index 46b963a908..0000000000 --- a/phpgwapi/js/tinymce/docs/option_insertlink_callback.html +++ /dev/null @@ -1,50 +0,0 @@ - - - -Option: insertlink_callback - - - - -
-

Option: insertlink_callback

-
- -
-

- This option enables you to override the build in functionality for inserting links. This option should contain a function name to be executed when a new link is inserted into TinyMCE. The format of this callback function is: insertLink(href, target, title, onclick, action). Where most of these options are self explained the action can be "update" or "insert" depending on what operation type. This function should return an array with the same values as the incomming parameters, the example below describes how this is done. This option is set to a internal TinyMCE function by default. -

- -
- -

Example of usage of the insertlink_callback option:

-
-
-function myCustomInsertLink(href, target, title, onclick, action) {
-	var result = new Array();
-
-	// Do some custom logic
-	result['href'] = "some_page.htm";
-	result['target'] = "_self";
-	result['title'] = "Some link title";
-	result['onclick'] = "";
-
-	return data;
-}
-
-tinyMCE.init({
-	...
-	insertlink_callback : "myCustomInsertLink"
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_invalid_elements.html b/phpgwapi/js/tinymce/docs/option_invalid_elements.html deleted file mode 100644 index fe9669dcc8..0000000000 --- a/phpgwapi/js/tinymce/docs/option_invalid_elements.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: invalid_elements - - - - -
-

Option: invalid_elements

-
- -
-

- This option should contain a comma separated list of element names to exclude from the content. Elements in this list will removed when TinyMCE executes a cleanup. -

- -
- -

Example of usage of the invalid_elements option:

-
-
-tinyMCE.init({
-	...
-	invalid_elements : "strong,em"
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_language.html b/phpgwapi/js/tinymce/docs/option_language.html deleted file mode 100644 index 915bf8888e..0000000000 --- a/phpgwapi/js/tinymce/docs/option_language.html +++ /dev/null @@ -1,42 +0,0 @@ - - - -Option: language - - - - -
-

Option: language

-
- -
-

- This option should contain a language code of the language pack to use with TinyMCE. These codes are in ISO-639-2 format to see if your language is available check the contents of "tinymce/jscripts/tiny_mce/langs". The default value of this option is "en" for English. -

- -

- If TinyMCE doesn't have a language pack for your language you could always write your own and contribute this back to this project by uploading it as a Patch at SourceForge. A description on how to create language packs can be found in Language packs section. -

- -
- -

Example of usage of the language option:

-
-
-tinyMCE.init({
-	...
-	language : "en"
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_mode.html b/phpgwapi/js/tinymce/docs/option_mode.html deleted file mode 100644 index 96a4d4532a..0000000000 --- a/phpgwapi/js/tinymce/docs/option_mode.html +++ /dev/null @@ -1,54 +0,0 @@ - - - -Option: mode - - - - -
-

Option: mode

-
- -
-

- This option specifies how elements is to be converted into TinyMCE WYSIWYG editor instances. This option can be set to any of the values below. -

- -

-

textareas

- Converts all textarea elements to editors when the page loads. -

- -

-

specific_textareas

- Converts all textarea elements with the a textarea_trigger attribute set to "true". -

- -

-

exact

- exact - Converts only explicit elements, these are listed in the elements option. These elements can be any kind for example textareas or divs. -

- -
- -

Example of usage of the mode option:

-
-
-tinyMCE.init({
-	...
-	mode : "exact",
-	elements : "elm1,elm2"
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_nowrap.html b/phpgwapi/js/tinymce/docs/option_nowrap.html deleted file mode 100644 index 87b6276bdd..0000000000 --- a/phpgwapi/js/tinymce/docs/option_nowrap.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: nowrap - - - - -
-

Option: nowrap

-
- -
-

- This nowrap option enables you to control how whitespace is to be wordwrapped within the editor. This option is set to false by default, but if you enable it by setting it to true editor contents will never wrap. -

- -
- -

Example of usage of the nowrap option:

-
-
-tinyMCE.init({
-	...
-	nowrap : true
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_onchange_callback.html b/phpgwapi/js/tinymce/docs/option_onchange_callback.html deleted file mode 100644 index 89eb940a82..0000000000 --- a/phpgwapi/js/tinymce/docs/option_onchange_callback.html +++ /dev/null @@ -1,43 +0,0 @@ - - - -Option: onchange_callback - - - - -
-

Option: onchange_callback

-
- -
-

- This option should contain a function name to be executed each time contents is modified by TinyMCE. This function is called each time a undo level is added to TinyMCE. The format of this function is: onchange(inst), where inst is the editor instance object reference. -

- -
- -

Example of usage of the onchange_callback option:

-
-
-function myCustomOnChangeHandler(inst) {
-	alert("Some one modified something");
-	alert("The HTML is now:" + inst.getBody().innerHTML);
-}
-
-tinyMCE.init({
-	...
-	onchange_callback : "myCustomOnChangeHandler"
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_oninit.html b/phpgwapi/js/tinymce/docs/option_oninit.html deleted file mode 100644 index 4c5be4cd29..0000000000 --- a/phpgwapi/js/tinymce/docs/option_oninit.html +++ /dev/null @@ -1,42 +0,0 @@ - - - -Option: oninit - - - - -
-

Option: oninit

-
- -
-

- This option enables you to specify a function name to be executed when all editor instances has finished it's initialization. This is much like the onload event of a HTML page. -

- -
- -

Example of usage of the oninit option:

-
-
-function myCustomOnInit() {
-	alert("We are ready to rumble!!");
-}
-
-tinyMCE.init({
-	...
-	oninit : "myCustomOnInit"
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_plugins.html b/phpgwapi/js/tinymce/docs/option_plugins.html deleted file mode 100644 index 73854ce7c6..0000000000 --- a/phpgwapi/js/tinymce/docs/option_plugins.html +++ /dev/null @@ -1,42 +0,0 @@ - - - -Option: plugins - - - - -
-

Option: plugins

-
- -
-

- This option should contain a comma separated list of plugins. Plugins are loaded from the "tinymce/jscripts/tiny_mce/plugins" directory and the plugin name matches the name of the directory. TinyMCE is shipped with some core plugins these are described in greater detail in the Plugins reference. -

- -

- There are many third party plugins for TinyMCE some of these may be found under "Plugins" at SourceForge and if you have developed one of your own please contribute it to this project by uploading it to SourceForge. -

- -
- -

Example of usage of the plugins option:

-
-
-tinyMCE.init({
-	...
-	plugins : "table,contextmenu,paste"
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_popups_css.html b/phpgwapi/js/tinymce/docs/option_popups_css.html deleted file mode 100644 index c9f3b31a49..0000000000 --- a/phpgwapi/js/tinymce/docs/option_popups_css.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: popups_css - - - - -
-

Option: popups_css

-
- -
-

- This option enables you to specify the CSS to be used in all popup/dialog windows within TinyMCE this option is set to a CSS file found in the currently used theme by default. -

- -
- -

Example of usage of the popups_css option:

-
-
-tinyMCE.init({
-	...
-	popups_css : "/mypopup.css"
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_preformatted.html b/phpgwapi/js/tinymce/docs/option_preformatted.html deleted file mode 100644 index e341766c80..0000000000 --- a/phpgwapi/js/tinymce/docs/option_preformatted.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: preformatted - - - - -
-

Option: preformatted

-
- -
-

- If you enable this feature, whitespace such as tabs and spaces will be preserved. Much like the bahavior of a PRE element. This can be handy when integrating TinyMCE with webmail clients. This option is disabled by default. -

- -
- -

Example of usage of the preformatted option:

-
-
-tinyMCE.init({
-	...
-	preformatted : true
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_relative_urls.html b/phpgwapi/js/tinymce/docs/option_relative_urls.html deleted file mode 100644 index 6d5bc8ce7a..0000000000 --- a/phpgwapi/js/tinymce/docs/option_relative_urls.html +++ /dev/null @@ -1,36 +0,0 @@ - - - -Option: relative_urls - - - - -
-

Option: relative_urls

-
- -
-

If this option is set to true, all URLs returned from the MCFileManager will be relative from the specified document_base_url if it's set to false all URLs will be converted to absolute URLs. This feature can not be disabled since MSIE and FF modifies the URLs of DOM objects by them self so TinyMCE tries to solve this problem by reconverting them. This option is set to true by default.

- -
- -

Example of usage of the relative_urls option:

-
-
-tinyMCE.init({
-	...
-	relative_urls : false
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_remove_linebreaks.html b/phpgwapi/js/tinymce/docs/option_remove_linebreaks.html deleted file mode 100644 index 1bd911a88b..0000000000 --- a/phpgwapi/js/tinymce/docs/option_remove_linebreaks.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: remove_linebreaks - - - - -
-

Option: remove_linebreaks

-
- -
-

- This option controls if linebreak characters should be removed from output HTML or not. This option is enabled by default since many backend systems use newline to <br /> convertion since they used to be plain old textarea based. With this option enables all HTML content will be placed on one line. -

- -
- -

Example of usage of the remove_linebreaks option:

-
-
-tinyMCE.init({
-	...
-	remove_linebreaks : false
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_remove_script_host.html b/phpgwapi/js/tinymce/docs/option_remove_script_host.html deleted file mode 100644 index f1f4fa9dc7..0000000000 --- a/phpgwapi/js/tinymce/docs/option_remove_script_host.html +++ /dev/null @@ -1,37 +0,0 @@ - - - -Option: remove_script_host - - - - -
-

Option: remove_script_host

-
- -
-

If this option is enabled the protocol and host part of the URLs returned from the MCFileManager will be removed. This option is only used if the relative_urls option is set to false. This option is set to true by default.

-

URL:s will be returned in this format: "/somedir/somefile.htm" instead of the default mode: "http://www.somesite.com/somedir/somefile.htm".

- -
- -

Example of usage of the remove_script_host option:

-
-
-tinyMCE.init({
-	...
-	remove_script_host : false
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_save_callback.html b/phpgwapi/js/tinymce/docs/option_save_callback.html deleted file mode 100644 index 2635be7ec8..0000000000 --- a/phpgwapi/js/tinymce/docs/option_save_callback.html +++ /dev/null @@ -1,45 +0,0 @@ - - - -Option: save_callback - - - - -
-

Option: save_callback

-
- -
-

- This option enables you to add custom logic to be executed when the contents is extracted/saved. This custom logic can then modify the contents before it's submited to a serverside page. This can be useful if you want to do your own regexp cleanups and so forth. The format of this function is: saveContent(element_id, html, body). Where element id is the form element/div id of the editor and HTML is the HTML contents after the build in cleanup process has executed. This function should return the new HTML contents. -

- -
- -

Example of usage of the save_callback option:

-
-
-function myCustomSaveContent(element_id, html, body) {
-	// Do some custom HTML cleanup
-	html = html.replace(/a/g,'b');
-
-	return html;
-}
-
-tinyMCE.init({
-	...
-	save_callback : "myCustomSaveContent"
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_setupcontent_callback.html b/phpgwapi/js/tinymce/docs/option_setupcontent_callback.html deleted file mode 100644 index e86c2250b9..0000000000 --- a/phpgwapi/js/tinymce/docs/option_setupcontent_callback.html +++ /dev/null @@ -1,43 +0,0 @@ - - - -Option: setupcontent_callback - - - - -
-

Option: setupcontent_callback

-
- -
-

- This option enables you to execute custom setup content logic when the editor initializes. The format of this callback is: - setupContent(editor_id, body, doc). Where editor_id is the TinyMCE editor instance id the editor instance object reference can be retrived by using tinyMCE.getInstanceById(editor_id). The body parameter is a reference to the iframes body element and doc is the iframes document element. This option is not used if it's not specified. -

- -
- -

Example of usage of the setupcontent_callback option:

-
-
-function myCustomSetupContent(editor_id, body, doc) {
-	body.innerHTML = "my new content" + body.innerHTML;
-}
-
-tinyMCE.init({
-	...
-	setupcontent_callback : "myCustomSetupContent"
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_submit_patch.html b/phpgwapi/js/tinymce/docs/option_submit_patch.html deleted file mode 100644 index 5cd7f6f348..0000000000 --- a/phpgwapi/js/tinymce/docs/option_submit_patch.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: submit_patch - - - - -
-

Option: submit_patch

-
- -
-

- This toggle option enables you to turn on/off the auto patching of the submit function in forms. TinyMCE will auto move contents from the iframe to the hidden textarea field if for example a JavaScript uses a form[0].submit() call. This is the same as using the tinyMCE.triggerSave() call. This option is set to true by default. -

- -
- -

Example of usage of the submit_patch option:

-
-
-tinyMCE.init({
-	...
-	submit_patch : false
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_textarea_trigger.html b/phpgwapi/js/tinymce/docs/option_textarea_trigger.html deleted file mode 100644 index 8ecb37c081..0000000000 --- a/phpgwapi/js/tinymce/docs/option_textarea_trigger.html +++ /dev/null @@ -1,41 +0,0 @@ - - - -Option: textarea_trigger - - - - -
-

Option: textarea_trigger

-
- -
-

- This option enables you to specify the name of the attribute to check if it's value is true/false. If the mode option is set to "specific_textareas", only specific textareas with a attribute by the name of the value of this option gets converted and only if it's set to true. This option defaults to "mce_editable". -

-

- If the mode is set to textareas and the textarea trigger attribute value is set to false, these textareas will not be converted. -

- -
- -

Example of usage of the textarea_trigger option:

-
-
-tinyMCE.init({
-	...
-	textarea_trigger : "convert_this"
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_theme.html b/phpgwapi/js/tinymce/docs/option_theme.html deleted file mode 100644 index b8bdf7d071..0000000000 --- a/phpgwapi/js/tinymce/docs/option_theme.html +++ /dev/null @@ -1,54 +0,0 @@ - - - -Option: theme - - - - -
-

Option: theme

-
- -
-

- This option enables you to specify what theme to use when rendering the TinyMCE WYSIWYG editor instances. This name matches the directories located in "tinymce/jscripts/tiny_mce/themes". The default value of this option is "default". TinyMCE has three build in themes and these are described in greater detail below. -

- -

-

default

- This is the default theme of TinyMCE if no theme option is specified this one will be used for rendering TinyMCE editor instances. This theme contains some of the most common functions. -

- -

-

advanced

- This is the advanced theme of TinyMCE, this theme enables users to add/remove buttons and panels and is a lot more flexible than the simple or default theme. For more information about this themes specific options check the "Advanced theme" configuration section. -

- -

-

simple

- This is the most simple theme for TinyMCE it contains only the basic functions. -

- -
- -

Example of usage of the theme option:

-
-
-tinyMCE.init({
-	...
-	theme : "advanced",
-	theme_advanced_buttons3_add_before : "tablecontrols,separator"
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_theme_advanced_blockformats.html b/phpgwapi/js/tinymce/docs/option_theme_advanced_blockformats.html deleted file mode 100644 index 74d608288d..0000000000 --- a/phpgwapi/js/tinymce/docs/option_theme_advanced_blockformats.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: theme_advanced_blockformats - - - - -
-

Option: theme_advanced_blockformats

-
- -
-

- This option should contain a comma separated list of block formats the default value of this option is "p,address,pre,h1,h2,h3,h4,h5,h6". This option is only available if the advanced theme is used. -

- -
- -

Example of usage of the theme_advanced_blockformats option:

-
-
-tinyMCE.init({
-	...
-	theme_advanced_blockformats : "p,h1,h2,h3,h4,h5,h6"
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_theme_advanced_buttons_n.html b/phpgwapi/js/tinymce/docs/option_theme_advanced_buttons_n.html deleted file mode 100644 index 5f7a82e8be..0000000000 --- a/phpgwapi/js/tinymce/docs/option_theme_advanced_buttons_n.html +++ /dev/null @@ -1,47 +0,0 @@ - - - -Option: theme_advanced_buttons<1-3> - - - - -
-

Option: theme_advanced_buttons<1-3>

-
- -
-

- This option should contain a comma separated list of button/control names to insert into the toolbar. The number 1-3 is the row number to insert the buttons/controls to. Below is a list of build in controls, plugins may include other controls names that can be inserted but these are documented in the individual plugins. - This option can only be used when theme is set to advanced and when the theme_advanced_layout_manager option is set to the default value of "SimpleLayout". -

-

-

These are the build in buttons/controls that the advanced theme has.

- bold,italic,underline,strikethrough,justifyleft,justifycenter,justifyright,justifyfull,styleselect,formatselect - bullist,numlist,outdent,indent,undo,redo,link,unlink,anchor,image,cleanup,help,code - hr,removeformat,visualaid,sub,sup,charmap,separator -

- -
- -

Example of usage of the theme_advanced_buttons<1-3> option:

-
-
-tinyMCE.init({
-	...
-	theme_advanced_buttons1 : "separator,insertdate,inserttime,preview,zoom,separator,forecolor,backcolor"
-	theme_advanced_buttons2 : "bullist,numlist,separator,outdent,indent,separator,undo,redo,separator,link,unlink,anchor,image,cleanup,help,code"
-	theme_advanced_buttons3 : "hr,removeformat,visualaid,separator,sub,sup,separator,charmap"
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_theme_advanced_buttons_n_add.html b/phpgwapi/js/tinymce/docs/option_theme_advanced_buttons_n_add.html deleted file mode 100644 index f5c9314484..0000000000 --- a/phpgwapi/js/tinymce/docs/option_theme_advanced_buttons_n_add.html +++ /dev/null @@ -1,47 +0,0 @@ - - - -Option: theme_advanced_buttons<1-3_add> - - - - -
-

Option: theme_advanced_buttons<1-3_add>

-
- -
-

- This option should contain a comma separated list of button/control names to add to the end of the specified toolbar row. The number 1-3 is the row number to add the buttons/controls to. Below is a list of build in controls, plugins may include other controls names that can be inserted but these are documented in the individual plugins. - This option can only be used when theme is set to advanced and when the theme_advanced_layout_manager option is set to the default value of "SimpleLayout". -

-

-

These are the build in buttons/controls that the advanced theme has.

- bold,italic,underline,strikethrough,justifyleft,justifycenter,justifyright,justifyfull,styleselect,formatselect - bullist,numlist,outdent,indent,undo,redo,link,unlink,anchor,image,cleanup,help,code - hr,removeformat,visualaid,sub,sup,charmap,separator -

- -
- -

Example of usage of the theme_advanced_buttons<1-3>_add option:

-
-
-tinyMCE.init({
-	...
-	theme_advanced_buttons1_add : "separator,insertdate,inserttime,preview,zoom,separator,forecolor,backcolor"
-	theme_advanced_buttons2_add : "bullist,numlist,separator,outdent,indent,separator,undo,redo,separator,link,unlink,anchor,image,cleanup,help,code"
-	theme_advanced_buttons3_add : "hr,removeformat,visualaid,separator,sub,sup,separator,charmap"
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_theme_advanced_buttons_n_add_before.html b/phpgwapi/js/tinymce/docs/option_theme_advanced_buttons_n_add_before.html deleted file mode 100644 index f3e6e5fdf0..0000000000 --- a/phpgwapi/js/tinymce/docs/option_theme_advanced_buttons_n_add_before.html +++ /dev/null @@ -1,47 +0,0 @@ - - - -Option: theme_advanced_buttons<1-3_add_before> - - - - -
-

Option: theme_advanced_buttons<1-3_add_before>

-
- -
-

- This option should contain a comma separated list of button/control names to add to the beginning of the specified toolbar row. The number 1-3 is the row number to add the buttons/controls to. Below is a list of build in controls, plugins may include other controls names that can be inserted but these are documented in the individual plugins. - This option can only be used when theme is set to advanced and when the theme_advanced_layout_manager option is set to the default value of "SimpleLayout". -

-

-

These are the build in buttons/controls that the advanced theme has.

- bold,italic,underline,strikethrough,justifyleft,justifycenter,justifyright,justifyfull,styleselect,formatselect - bullist,numlist,outdent,indent,undo,redo,link,unlink,anchor,image,cleanup,help,code - hr,removeformat,visualaid,sub,sup,charmap,separator -

- -
- -

Example of usage of the theme_advanced_buttons<1-3>_add_before option:

-
-
-tinyMCE.init({
-	...
-	theme_advanced_buttons1_add_before : "separator,insertdate,inserttime,preview,zoom,separator,forecolor,backcolor"
-	theme_advanced_buttons2_add_before : "bullist,numlist,separator,outdent,indent,separator,undo,redo,separator,link,unlink,anchor,image,cleanup,help,code"
-	theme_advanced_buttons3_add_before : "hr,removeformat,visualaid,separator,sub,sup,separator,charmap"
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_theme_advanced_container.html b/phpgwapi/js/tinymce/docs/option_theme_advanced_container.html deleted file mode 100644 index a54e7adde6..0000000000 --- a/phpgwapi/js/tinymce/docs/option_theme_advanced_container.html +++ /dev/null @@ -1,39 +0,0 @@ - - - -Option: theme_advanced_container_<container> - - - - -
-

Option: theme_advanced_container_<container>

-
- -
-

- This option should contain buttons/control that you wich to insert into the container, the button names available is the same as in the theme_advanced_buttons_<1-3> option but two extra controls available when this layout option is used these are "mceEditor" and "mceElementpath". The <container> part of this option should be replaced with a name within the theme_advanced_containers list. This option can only be used when theme is set to advanced and when the theme_advanced_layout_manager option is set to the value of "RowLayout". -

- -
- -

Example of usage of the theme_advanced_container_<container> option:

-
-
-tinyMCE.init({
-	...
-	theme_advanced_container_somecontainer1 : "bold,italic",
-	theme_advanced_container_somecontainer2 : "strikethrough,cut"
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_theme_advanced_container_align.html b/phpgwapi/js/tinymce/docs/option_theme_advanced_container_align.html deleted file mode 100644 index e27438438a..0000000000 --- a/phpgwapi/js/tinymce/docs/option_theme_advanced_container_align.html +++ /dev/null @@ -1,39 +0,0 @@ - - - -Option: theme_advanced_container_align - - - - -
-

Option: theme_advanced_container_<container>_align

-
- -
-

- This option is used to set the alignment of a specific containerer. The <container> part of this option should be replaced with a name within the theme_advanced_containers list. This option can only be used when theme is set to advanced and when the theme_advanced_layout_manager option is set to the value of "RowLayout". -

- -
- -

Example of usage of the theme_advanced_container_<container>_align option:

-
-
-tinyMCE.init({
-	...
-	theme_advanced_container_somecontainer1_align : "left"
-	theme_advanced_container_somecontainer2_align : "right"
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_theme_advanced_container_class.html b/phpgwapi/js/tinymce/docs/option_theme_advanced_container_class.html deleted file mode 100644 index f34656f80a..0000000000 --- a/phpgwapi/js/tinymce/docs/option_theme_advanced_container_class.html +++ /dev/null @@ -1,39 +0,0 @@ - - - -Option: theme_advanced_container_<container>_class - - - - -
-

Option: theme_advanced_container_<container>_class

-
- -
-

- This option is used to set the class of a specific container. The <container> part of this option should be replaced with a name within the theme_advanced_containers list. This option can only be used when theme is set to advanced and when the theme_advanced_layout_manager option is set to the value of "RowLayout". -

- -
- -

Example of usage of the theme_advanced_container_<container>_class option:

-
-
-tinyMCE.init({
-	...
-	theme_advanced_container_somecontainer1_class : "someclass",
-	theme_advanced_container_somecontainer2_class : "someotherclass"
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_theme_advanced_containers.html b/phpgwapi/js/tinymce/docs/option_theme_advanced_containers.html deleted file mode 100644 index b908d6b0de..0000000000 --- a/phpgwapi/js/tinymce/docs/option_theme_advanced_containers.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: theme_advanced_containers - - - - -
-

Option: theme_advanced_containers

-
- -
-

- This option should contain a comma separated list of container/panel names. These names are then matched agains the other container options. This option can only be used when theme is set to advanced and when the theme_advanced_layout_manager option is set to the value of "RowLayout". -

- -
- -

Example of usage of the theme_advanced_containers option:

-
-
-tinyMCE.init({
-	...
-	theme_advanced_containers : "mycontainer1,mycontainer2"
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_theme_advanced_containers_default_align.html b/phpgwapi/js/tinymce/docs/option_theme_advanced_containers_default_align.html deleted file mode 100644 index a782dadba2..0000000000 --- a/phpgwapi/js/tinymce/docs/option_theme_advanced_containers_default_align.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: theme_advanced_containers_default_align - - - - -
-

Option: theme_advanced_containers_default_align

-
- -
-

- This option should contain the default container/panel alignment this can be a value of "left", "center" or "right". This option can only be used when theme is set to advanced and when the theme_advanced_layout_manager option is set to the value of "RowLayout". -

- -
- -

Example of usage of the theme_advanced_containers_default_align option:

-
-
-tinyMCE.init({
-	...
-	theme_advanced_containers_default_align : "left"
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_theme_advanced_containers_default_class.html b/phpgwapi/js/tinymce/docs/option_theme_advanced_containers_default_class.html deleted file mode 100644 index e5b9086a99..0000000000 --- a/phpgwapi/js/tinymce/docs/option_theme_advanced_containers_default_class.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: theme_advanced_containers_default_class - - - - -
-

Option: theme_advanced_containers_default_class

-
- -
-

- This option should contain the default container/panel class name. This option can only be used when theme is set to advanced and when the theme_advanced_layout_manager option is set to the value of "RowLayout". -

- -
- -

Example of usage of the theme_advanced_containers_default_class option:

-
-
-tinyMCE.init({
-	...
-	theme_advanced_containers_default_class : "myPanelClass"
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_theme_advanced_custom_layout.html b/phpgwapi/js/tinymce/docs/option_theme_advanced_custom_layout.html deleted file mode 100644 index 0ffdb5113b..0000000000 --- a/phpgwapi/js/tinymce/docs/option_theme_advanced_custom_layout.html +++ /dev/null @@ -1,49 +0,0 @@ - - - -Option: theme_advanced_custom_layout - - - - -
-

Option: theme_advanced_custom_layout

-
- -
-

- This option is used to specify a custom layout manager function. The format of this function is: customLayout(template) where template is the template array within the advanced theme, this function should return a new template array containing the editor HTML in a key called html. This option can only be used when theme is set to advanced and when the theme_advanced_layout_manager option is set to the value of "RowLayout". - - CustomLayout - - template -

- -
- -

Example of usage of the theme_advanced_custom_layout option:

-
-
-function myCustomLayout(template) {
-	// Make custom layout
-	template['html'] = "make new layout";
-
-	return template;
-}
-
-tinyMCE.init({
-	...
-	theme_advanced_custom_layout : "myCustomLayout"
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_theme_advanced_disable.html b/phpgwapi/js/tinymce/docs/option_theme_advanced_disable.html deleted file mode 100644 index 092d4d1c87..0000000000 --- a/phpgwapi/js/tinymce/docs/option_theme_advanced_disable.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: theme_advanced_disable - - - - -
-

Option: theme_advanced_disable

-
- -
-

- This option should contain a comma separated list of controls to disable from any toolbar row/panel in TinyMCE. -

- -
- -

Example of usage of the theme_advanced_disable option:

-
-
-tinyMCE.init({
-	...
-	theme_advanced_disable : "bold,italic"
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_theme_advanced_layout_manager.html b/phpgwapi/js/tinymce/docs/option_theme_advanced_layout_manager.html deleted file mode 100644 index 003e8fbdd0..0000000000 --- a/phpgwapi/js/tinymce/docs/option_theme_advanced_layout_manager.html +++ /dev/null @@ -1,39 +0,0 @@ - - - -Option: theme_advanced_layout_manager - - - - -
-

Option: theme_advanced_layout_manager

-
- -
-

- This option enables you to switch button and panel layout functionality. There are three diffrent layout manager options - SimpleLayout that is the default layout manager, RowLayout that is the more advanced manager and finaly CustomLayout that executes a custom layout manager function. Each of these layout managers have diffrent options and can be configurated in diffrent ways. This option is only available if the advanced theme is used. -

- -
- -

Example of usage of the theme_advanced_layout_manager option:

-
-
-tinyMCE.init({
-	...
-	theme_advanced_layout_manager : "RowLayout"
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_theme_advanced_path_location.html b/phpgwapi/js/tinymce/docs/option_theme_advanced_path_location.html deleted file mode 100644 index cdab6072dd..0000000000 --- a/phpgwapi/js/tinymce/docs/option_theme_advanced_path_location.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: theme_advanced_path_location - - - - -
-

Option: theme_advanced_path_location

-
- -
-

- This option enables you to specify where the element path should be located. This option can be set to "top", "bottom" or "none". The default value is set to "none". This option can only be used when theme is set to advanced and when the theme_advanced_layout_manager option is set to the default value of "SimpleLayout". -

- -
- -

Example of usage of the theme_advanced_path_location option:

-
-
-tinyMCE.init({
-	...
-	theme_advanced_path_location : "bottom"
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_theme_advanced_source_editor_height.html b/phpgwapi/js/tinymce/docs/option_theme_advanced_source_editor_height.html deleted file mode 100644 index 1bfbb5b835..0000000000 --- a/phpgwapi/js/tinymce/docs/option_theme_advanced_source_editor_height.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: theme_advanced_source_editor_height - - - - -
-

Option: theme_advanced_source_editor_height

-
- -
-

- This option is used to define the height of the source editor dialog. This option is set to 400 by default. -

- -
- -

Example of usage of the theme_advanced_source_editor_height option:

-
-
-tinyMCE.init({
-	...
-	theme_advanced_source_editor_height : "600"
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_theme_advanced_source_editor_width.html b/phpgwapi/js/tinymce/docs/option_theme_advanced_source_editor_width.html deleted file mode 100644 index 881eb91f3a..0000000000 --- a/phpgwapi/js/tinymce/docs/option_theme_advanced_source_editor_width.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: theme_advanced_source_editor_width - - - - -
-

Option: theme_advanced_source_editor_width

-
- -
-

- This option is used to define the width of the source editor dialog. This option is set to 500 by default. -

- -
- -

Example of usage of the theme_advanced_source_editor_width option:

-
-
-tinyMCE.init({
-	...
-	theme_advanced_source_editor_width : "700"
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_theme_advanced_styles.html b/phpgwapi/js/tinymce/docs/option_theme_advanced_styles.html deleted file mode 100644 index f767d14e0a..0000000000 --- a/phpgwapi/js/tinymce/docs/option_theme_advanced_styles.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: theme_advanced_styles - - - - -
-

Option: theme_advanced_styles

-
- -
-

- This option should contain a semicolon separated list of class titles and class names separated by =. The titles are the ones that get presented to the user in the styles drop down list and and the class names is the classes that gets inserted. If this option isn't defined TinyMCE auto imports the classes from the content CSS. -

- -
- -

Example of usage of the theme_advanced_styles option:

-
-
-tinyMCE.init({
-	...
-	theme_advanced_styles : "Header 1=header1;Header 2=header2;Header 3=header3;Table Row=tableRow1"
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_theme_advanced_toolbar_align.html b/phpgwapi/js/tinymce/docs/option_theme_advanced_toolbar_align.html deleted file mode 100644 index db14b32907..0000000000 --- a/phpgwapi/js/tinymce/docs/option_theme_advanced_toolbar_align.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: theme_advanced_toolbar_align - - - - -
-

Option: theme_advanced_toolbar_align

-
- -
-

- This option enables you to specify the alignment of the toolbar, this value can be left, right or center the default value is center. This option can only be used when theme is set to advanced and when the theme_advanced_layout_manager option is set to the default value of "SimpleLayout". -

- -
- -

Example of usage of the theme_advanced_toolbar_align option:

-
-
-tinyMCE.init({
-	...
-	theme_advanced_toolbar_align : "left"
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_theme_advanced_toolbar_location.html b/phpgwapi/js/tinymce/docs/option_theme_advanced_toolbar_location.html deleted file mode 100644 index bcf87e7dbd..0000000000 --- a/phpgwapi/js/tinymce/docs/option_theme_advanced_toolbar_location.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: theme_advanced_toolbar_location - - - - -
-

Option: theme_advanced_toolbar_location

-
- -
-

- This option enables you to specify where the toolbar should be located. This option can be set to "top" or "bottom". The default value is set to "bottom". This option can only be used when theme is set to advanced and when the theme_advanced_layout_manager option is set to the default value of "SimpleLayout". -

- -
- -

Example of usage of the theme_advanced_toolbar_location option:

-
-
-tinyMCE.init({
-	...
-	theme_advanced_toolbar_location : "top"
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_trim_span_elements.html b/phpgwapi/js/tinymce/docs/option_trim_span_elements.html deleted file mode 100644 index 3d430c321b..0000000000 --- a/phpgwapi/js/tinymce/docs/option_trim_span_elements.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: trim_span_elements - - - - -
-

Option: trim_span_elements

-
- -
-

- This option turns on/off the span auto removal functionality. Unneeded span element will be removed for example <span class="someclass"><span class="someclass">content</span></span> will be turned into <span class="someclass">content</span>. This option is set to true by default. -

- -
- -

Example of usage of the trim_span_elements option:

-
-
-tinyMCE.init({
-	...
-	trim_span_elements : false
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_urlconverter_callback.html b/phpgwapi/js/tinymce/docs/option_urlconverter_callback.html deleted file mode 100644 index 5201c77893..0000000000 --- a/phpgwapi/js/tinymce/docs/option_urlconverter_callback.html +++ /dev/null @@ -1,46 +0,0 @@ - - - -Option: urlconverter_callback - - - - -
-

Option: urlconverter_callback

-
- -
-

- This option enable you to add your own URL converter logic. This option should contain a JavaScript function name. The format of this converter function is: URLConverter(url, node, on_save). There URL is the URL string to convert, node is the element that contains the URL that is to be converted this parameter may be set to null if there is no element for the URL and on_save is set to true when contents is to be extracted from the editor for example when the user submits the HTML form. This function should return the converted URL as a string. This option is set to a internal TinyMCE function "TinyMCE.prototype.convertURL" by default. You may call this function from your extention inorder to use the build in convertor options. -

- -
- -

Example of usage of the urlconverter_callback option:

-
-
-function myCustomURLConverter(url, node, on_save) {
-	// Do some custom URL convertion
-	url = url.substring(3);
-
-	// Return new URL
-	return url;
-}
-
-tinyMCE.init({
-	...
-	urlconverter_callback : "myCustomURLConverter"
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_valid_elements.html b/phpgwapi/js/tinymce/docs/option_valid_elements.html deleted file mode 100644 index ccde62b394..0000000000 --- a/phpgwapi/js/tinymce/docs/option_valid_elements.html +++ /dev/null @@ -1,351 +0,0 @@ - - - -Option: valid_elements - - - - -
-

Option: valid_elements

-
- -
-

- This option should contain a comma separated list element convertion chunks. Each chunk contains information about how one element and it's attributes should be treated. The default rule set for this option is specified below. -

-

- - - - - - - - - - - - - - - -
Control characters:
,Separates element chunk 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.
+Makes the element open if no child nodes exists. Example: +a.
- Wildcards such as *,+,? may be used in element or attribute name matching. -

-

- Special variables:
- {$uid} Results in a unique ID. For example "p[id:{$uid}]".
-
- Use *[*] to include all elements and all attributes this can be very useful when used with the invalid_elements option. -

- -
- -

Example of usage of the valid_elements option:

-

- This example string 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. -

-
-
-tinyMCE.init({
-	...
-	valid_elements : "a[href|target=_blank],strong/b,div[align],br"
-});
-
-
- -
- -

Default rule set:

-

- This is the default string used by TinyMCE to cleanup the HTML contents. -

-
-
-+a[name|href|target|title],strong/b[class],em/i[class],strike[class],u[class],p[dir|class|align],ol,ul,li,br,
-img[class|src|border=0|alt|title|hspace|vspace|width|height|align],sub,sup,blockquote[dir|style],
-table[border=0|cellspacing|cellpadding|width|height|class|align],tr[class|rowspan|width|height|align|valign],
-td[dir|class|colspan|rowspan|width|height|align|valign],div[dir|class|align],span[class|align],pre[class|align],
-address[class|align],h1[dir|class|align],h2[dir|class|align],h3[dir|class|align],
-h4[dir|class|align],h5[dir|class|align],h6[dir|class|align],hr
-
-
- -
- -

Full XHTML rule set:

-

- This is the default string used by TinyMCE to cleanup the HTML contents. -

-
-
-valid_elements : ""
-+"a[accesskey|charset|class|coords|dir<ltr?rtl|href|hreflang|id|lang|name"
-  +"|onblur|onclick|ondblclick|onfocus|onkeydown|onkeypress|onkeyup"
-  +"|onmousedown|onmousemove|onmouseout|onmouseover|onmouseup|rel|rev"
-  +"|shape<circle?default?poly?rect|style|tabindex|title|target|type],"
-+"abbr[class|dir<ltr?rtl|id|lang|onclick|ondblclick|onkeydown|onkeypress"
-  +"|onkeyup|onmousedown|onmousemove|onmouseout|onmouseover|onmouseup|style"
-  +"|title],"
-+"acronym[class|dir<ltr?rtl|id|id|lang|onclick|ondblclick|onkeydown|onkeypress"
-  +"|onkeyup|onmousedown|onmousemove|onmouseout|onmouseover|onmouseup|style"
-  +"|title],"
-+"address[class|align|dir<ltr?rtl|id|lang|onclick|ondblclick|onkeydown"
-  +"|onkeypress|onkeyup|onmousedown|onmousemove|onmouseout|onmouseover"
-  +"|onmouseup|style|title],"
-+"applet[align<bottom?left?middle?right?top|alt|archive|class|code|codebase"
-  +"|height|hspace|id|name|object|style|title|vspace|width],"
-+"area[accesskey|alt|class|coords|dir<ltr?rtl|href|id|lang|nohref<nohref"
-  +"|onblur|onclick|ondblclick|onfocus|onkeydown|onkeypress|onkeyup"
-  +"|onmousedown|onmousemove|onmouseout|onmouseover|onmouseup"
-  +"|shape<circle?default?poly?rect|style|tabindex|title|target],"
-+"base[href|target],"
-+"basefont[color|face|id|size],"
-+"bdo[class|dir<ltr?rtl|id|lang|style|title],"
-+"big[class|dir<ltr?rtl|id|lang|onclick|ondblclick|onkeydown|onkeypress"
-  +"|onkeyup|onmousedown|onmousemove|onmouseout|onmouseover|onmouseup|style"
-  +"|title],"
-+"blockquote[dir|style|cite|class|dir<ltr?rtl|id|lang|onclick|ondblclick"
-  +"|onkeydown|onkeypress|onkeyup|onmousedown|onmousemove|onmouseout"
-  +"|onmouseover|onmouseup|style|title],"
-+"body[alink|background|bgcolor|class|dir<ltr?rtl|id|lang|link|onclick"
-  +"|ondblclick|onkeydown|onkeypress|onkeyup|onload|onmousedown|onmousemove"
-  +"|onmouseout|onmouseover|onmouseup|onunload|style|title|text|vlink],"
-+"br[class|clear<all?left?none?right|id|style|title],"
-+"button[accesskey|class|dir<ltr?rtl|disabled<disabled|id|lang|name|onblur"
-  +"|onclick|ondblclick|onfocus|onkeydown|onkeypress|onkeyup|onmousedown"
-  +"|onmousemove|onmouseout|onmouseover|onmouseup|style|tabindex|title|type"
-  +"|value],"
-+"caption[align<bottom?left?right?top|class|dir<ltr?rtl|id|lang|onclick"
-  +"|ondblclick|onkeydown|onkeypress|onkeyup|onmousedown|onmousemove"
-  +"|onmouseout|onmouseover|onmouseup|style|title],"
-+"center[class|dir<ltr?rtl|id|lang|onclick|ondblclick|onkeydown|onkeypress"
-  +"|onkeyup|onmousedown|onmousemove|onmouseout|onmouseover|onmouseup|style"
-  +"|title],"
-+"cite[class|dir<ltr?rtl|id|lang|onclick|ondblclick|onkeydown|onkeypress"
-  +"|onkeyup|onmousedown|onmousemove|onmouseout|onmouseover|onmouseup|style"
-  +"|title],"
-+"code[class|dir<ltr?rtl|id|lang|onclick|ondblclick|onkeydown|onkeypress"
-  +"|onkeyup|onmousedown|onmousemove|onmouseout|onmouseover|onmouseup|style"
-  +"|title],"
-+"col[align<center?char?justify?left?right|char|charoff|class|dir<ltr?rtl|id"
-  +"|lang|onclick|ondblclick|onkeydown|onkeypress|onkeyup|onmousedown"
-  +"|onmousemove|onmouseout|onmouseover|onmouseup|span|style|title"
-  +"|valign<baseline?bottom?middle?top|width],"
-+"colgroup[align<center?char?justify?left?right|char|charoff|class|dir<ltr?rtl"
-  +"|id|lang|onclick|ondblclick|onkeydown|onkeypress|onkeyup|onmousedown"
-  +"|onmousemove|onmouseout|onmouseover|onmouseup|span|style|title"
-  +"|valign<baseline?bottom?middle?top|width],"
-+"dd[class|dir<ltr?rtl|id|lang|onclick|ondblclick|onkeydown|onkeypress|onkeyup"
-  +"|onmousedown|onmousemove|onmouseout|onmouseover|onmouseup|style|title],"
-+"del[cite|class|datetime|dir<ltr?rtl|id|lang|onclick|ondblclick|onkeydown"
-  +"|onkeypress|onkeyup|onmousedown|onmousemove|onmouseout|onmouseover"
-  +"|onmouseup|style|title],"
-+"dfn[class|dir<ltr?rtl|id|lang|onclick|ondblclick|onkeydown|onkeypress"
-  +"|onkeyup|onmousedown|onmousemove|onmouseout|onmouseover|onmouseup|style"
-  +"|title],"
-+"dir[class|compact<compact|dir<ltr?rtl|id|lang|onclick|ondblclick|onkeydown"
-  +"|onkeypress|onkeyup|onmousedown|onmousemove|onmouseout|onmouseover"
-  +"|onmouseup|style|title],"
-+"div[align<center?justify?left?right|class|dir<ltr?rtl|id|lang|onclick"
-  +"|ondblclick|onkeydown|onkeypress|onkeyup|onmousedown|onmousemove"
-  +"|onmouseout|onmouseover|onmouseup|style|title],"
-+"dl[class|compact<compact|dir<ltr?rtl|id|lang|onclick|ondblclick|onkeydown"
-  +"|onkeypress|onkeyup|onmousedown|onmousemove|onmouseout|onmouseover"
-  +"|onmouseup|style|title],"
-+"dt[class|dir<ltr?rtl|id|lang|onclick|ondblclick|onkeydown|onkeypress|onkeyup"
-  +"|onmousedown|onmousemove|onmouseout|onmouseover|onmouseup|style|title],"
-+"em/i[class|dir<ltr?rtl|id|lang|onclick|ondblclick|onkeydown|onkeypress"
-  +"|onkeyup|onmousedown|onmousemove|onmouseout|onmouseover|onmouseup|style"
-  +"|title],"
-+"fieldset[class|dir<ltr?rtl|id|lang|onclick|ondblclick|onkeydown|onkeypress"
-  +"|onkeyup|onmousedown|onmousemove|onmouseout|onmouseover|onmouseup|style"
-  +"|title],"
-+"font[class|color|dir<ltr?rtl|face|id|lang|size|style|title],"
-+"form[accept|accept-charset|action|class|dir<ltr?rtl|enctype|id|lang"
-  +"|method<get?post|name|onclick|ondblclick|onkeydown|onkeypress|onkeyup"
-  +"|onmousedown|onmousemove|onmouseout|onmouseover|onmouseup|onreset|onsubmit"
-  +"|style|title|target],"
-+"frame[class|frameborder|id|longdesc|marginheight|marginwidth|name"
-  +"|noresize<noresize|scrolling<auto?no?yes|src|style|title],"
-+"frameset[class|cols|id|onload|onunload|rows|style|title],"
-+"h1[align<center?justify?left?right|class|dir<ltr?rtl|id|lang|onclick"
-  +"|ondblclick|onkeydown|onkeypress|onkeyup|onmousedown|onmousemove"
-  +"|onmouseout|onmouseover|onmouseup|style|title],"
-+"h2[align<center?justify?left?right|class|dir<ltr?rtl|id|lang|onclick"
-  +"|ondblclick|onkeydown|onkeypress|onkeyup|onmousedown|onmousemove"
-  +"|onmouseout|onmouseover|onmouseup|style|title],"
-+"h3[align<center?justify?left?right|class|dir<ltr?rtl|id|lang|onclick"
-  +"|ondblclick|onkeydown|onkeypress|onkeyup|onmousedown|onmousemove"
-  +"|onmouseout|onmouseover|onmouseup|style|title],"
-+"h4[align<center?justify?left?right|class|dir<ltr?rtl|id|lang|onclick"
-  +"|ondblclick|onkeydown|onkeypress|onkeyup|onmousedown|onmousemove"
-  +"|onmouseout|onmouseover|onmouseup|style|title],"
-+"h5[align<center?justify?left?right|class|dir<ltr?rtl|id|lang|onclick"
-  +"|ondblclick|onkeydown|onkeypress|onkeyup|onmousedown|onmousemove"
-  +"|onmouseout|onmouseover|onmouseup|style|title],"
-+"h6[align<center?justify?left?right|class|dir<ltr?rtl|id|lang|onclick"
-  +"|ondblclick|onkeydown|onkeypress|onkeyup|onmousedown|onmousemove"
-  +"|onmouseout|onmouseover|onmouseup|style|title],"
-+"head[dir<ltr?rtl|lang|profile],"
-+"hr[align<center?left?right|class|dir<ltr?rtl|id|lang|noshade<noshade|onclick"
-  +"|ondblclick|onkeydown|onkeypress|onkeyup|onmousedown|onmousemove"
-  +"|onmouseout|onmouseover|onmouseup|size|style|title|width],"
-+"html[dir<ltr?rtl|lang|version],"
-+"iframe[align<bottom?left?middle?right?top|class|frameborder|height|id"
-  +"|longdesc|marginheight|marginwidth|name|scrolling<auto?no?yes|src|style"
-  +"|title|width],"
-+"img[align<bottom?left?middle?right?top|alt|border|class|dir<ltr?rtl|height"
-  +"|hspace|id|ismap<ismap|lang|longdesc|name|onclick|ondblclick|onkeydown"
-  +"|onkeypress|onkeyup|onmousedown|onmousemove|onmouseout|onmouseover"
-  +"|onmouseup|src|style|title|usemap|vspace|width],"
-+"input[accept|accesskey|align<bottom?left?middle?right?top|alt"
-  +"|checked<checked|class|dir<ltr?rtl|disabled<disabled|id|ismap<ismap|lang"
-  +"|maxlength|name|onblur|onclick|ondblclick|onfocus|onkeydown|onkeypress"
-  +"|onkeyup|onmousedown|onmousemove|onmouseout|onmouseover|onmouseup|onselect"
-  +"|readonly<readonly|size|src|style|tabindex|title"
-  +"|type<button?checkbox?file?hidden?image?password?radio?reset?submit?text"
-  +"|usemap|value],"
-+"ins[cite|class|datetime|dir<ltr?rtl|id|lang|onclick|ondblclick|onkeydown"
-  +"|onkeypress|onkeyup|onmousedown|onmousemove|onmouseout|onmouseover"
-  +"|onmouseup|style|title],"
-+"isindex[class|dir<ltr?rtl|id|lang|prompt|style|title],"
-+"kbd[class|dir<ltr?rtl|id|lang|onclick|ondblclick|onkeydown|onkeypress"
-  +"|onkeyup|onmousedown|onmousemove|onmouseout|onmouseover|onmouseup|style"
-  +"|title],"
-+"label[accesskey|class|dir<ltr?rtl|for|id|lang|onblur|onclick|ondblclick"
-  +"|onfocus|onkeydown|onkeypress|onkeyup|onmousedown|onmousemove|onmouseout"
-  +"|onmouseover|onmouseup|style|title],"
-+"legend[align<bottom?left?right?top|accesskey|class|dir<ltr?rtl|id|lang"
-  +"|onclick|ondblclick|onkeydown|onkeypress|onkeyup|onmousedown|onmousemove"
-  +"|onmouseout|onmouseover|onmouseup|style|title],"
-+"li[class|dir<ltr?rtl|id|lang|onclick|ondblclick|onkeydown|onkeypress|onkeyup"
-  +"|onmousedown|onmousemove|onmouseout|onmouseover|onmouseup|style|title|type"
-  +"|value],"
-+"link[charset|class|dir<ltr?rtl|href|hreflang|id|lang|media|onclick"
-  +"|ondblclick|onkeydown|onkeypress|onkeyup|onmousedown|onmousemove"
-  +"|onmouseout|onmouseover|onmouseup|rel|rev|style|title|target|type],"
-+"map[class|dir<ltr?rtl|id|lang|name|onclick|ondblclick|onkeydown|onkeypress"
-  +"|onkeyup|onmousedown|onmousemove|onmouseout|onmouseover|onmouseup|style"
-  +"|title],"
-+"menu[class|compact<compact|dir<ltr?rtl|id|lang|onclick|ondblclick|onkeydown"
-  +"|onkeypress|onkeyup|onmousedown|onmousemove|onmouseout|onmouseover"
-  +"|onmouseup|style|title],"
-+"meta[content|dir<ltr?rtl|http-equiv|lang|name|scheme],"
-+"noframes[class|dir<ltr?rtl|id|lang|onclick|ondblclick|onkeydown|onkeypress"
-  +"|onkeyup|onmousedown|onmousemove|onmouseout|onmouseover|onmouseup|style"
-  +"|title],"
-+"noscript[class|dir<ltr?rtl|id|lang|onclick|ondblclick|onkeydown|onkeypress"
-  +"|onkeyup|onmousedown|onmousemove|onmouseout|onmouseover|onmouseup|style"
-  +"|title],"
-+"object[align<bottom?left?middle?right?top|archive|border|class|classid"
-  +"|codebase|codetype|data|declare|dir<ltr?rtl|height|hspace|id|lang|name"
-  +"|onclick|ondblclick|onkeydown|onkeypress|onkeyup|onmousedown|onmousemove"
-  +"|onmouseout|onmouseover|onmouseup|standby|style|tabindex|title|type|usemap"
-  +"|vspace|width],"
-+"ol[class|compact<compact|dir<ltr?rtl|id|lang|onclick|ondblclick|onkeydown"
-  +"|onkeypress|onkeyup|onmousedown|onmousemove|onmouseout|onmouseover"
-  +"|onmouseup|start|style|title|type],"
-+"optgroup[class|dir<ltr?rtl|disabled<disabled|id|label|lang|onclick"
-  +"|ondblclick|onkeydown|onkeypress|onkeyup|onmousedown|onmousemove"
-  +"|onmouseout|onmouseover|onmouseup|style|title],"
-+"option[class|dir<ltr?rtl|disabled<disabled|id|label|lang|onclick|ondblclick"
-  +"|onkeydown|onkeypress|onkeyup|onmousedown|onmousemove|onmouseout"
-  +"|onmouseover|onmouseup|selected<selected|style|title|value],"
-+"p[align<center?justify?left?right|class|dir<ltr?rtl|id|lang|onclick"
-  +"|ondblclick|onkeydown|onkeypress|onkeyup|onmousedown|onmousemove"
-  +"|onmouseout|onmouseover|onmouseup|style|title],"
-+"param[id|name|type|value|valuetype<DATA?OBJECT?REF],"
-+"pre/listing/plaintext/xmp[align|class|dir<ltr?rtl|id|lang|onclick|ondblclick"
-  +"|onkeydown|onkeypress|onkeyup|onmousedown|onmousemove|onmouseout"
-  +"|onmouseover|onmouseup|style|title|width],"
-+"q[cite|class|dir<ltr?rtl|id|lang|onclick|ondblclick|onkeydown|onkeypress"
-  +"|onkeyup|onmousedown|onmousemove|onmouseout|onmouseover|onmouseup|style"
-  +"|title],"
-+"s[class|dir<ltr?rtl|id|lang|onclick|ondblclick|onkeydown|onkeypress|onkeyup"
-  +"|onmousedown|onmousemove|onmouseout|onmouseover|onmouseup|style|title],"
-+"samp[class|dir<ltr?rtl|id|lang|onclick|ondblclick|onkeydown|onkeypress"
-  +"|onkeyup|onmousedown|onmousemove|onmouseout|onmouseover|onmouseup|style"
-  +"|title],"
-+"script[charset|defer|language|src|type],"
-+"select[class|dir<ltr?rtl|disabled<disabled|id|lang|multiple<multiple|name"
-  +"|onblur|onclick|ondblclick|onfocus|onkeydown|onkeypress|onkeyup"
-  +"|onmousedown|onmousemove|onmouseout|onmouseover|onmouseup|size|style"
-  +"|tabindex|title],"
-+"small[class|dir<ltr?rtl|id|lang|onclick|ondblclick|onkeydown|onkeypress"
-  +"|onkeyup|onmousedown|onmousemove|onmouseout|onmouseover|onmouseup|style"
-  +"|title],"
-+"span[align|class|class|dir<ltr?rtl|id|lang|onclick|ondblclick|onkeydown"
-  +"|onkeypress|onkeyup|onmousedown|onmousemove|onmouseout|onmouseover"
-  +"|onmouseup|style|title],"
-+"strike[class|class|dir<ltr?rtl|id|lang|onclick|ondblclick|onkeydown"
-  +"|onkeypress|onkeyup|onmousedown|onmousemove|onmouseout|onmouseover"
-  +"|onmouseup|style|title],"
-+"strong/b[class|dir<ltr?rtl|id|lang|onclick|ondblclick|onkeydown|onkeypress"
-  +"|onkeyup|onmousedown|onmousemove|onmouseout|onmouseover|onmouseup|style"
-  +"|title],"
-+"style[dir<ltr?rtl|lang|media|title|type],"
-+"sub[class|dir<ltr?rtl|id|lang|onclick|ondblclick|onkeydown|onkeypress"
-  +"|onkeyup|onmousedown|onmousemove|onmouseout|onmouseover|onmouseup|style"
-  +"|title],"
-+"sup[class|dir<ltr?rtl|id|lang|onclick|ondblclick|onkeydown|onkeypress"
-  +"|onkeyup|onmousedown|onmousemove|onmouseout|onmouseover|onmouseup|style"
-  +"|title],"
-+"table[align<center?left?right|bgcolor|border|cellpadding|cellspacing|class"
-  +"|dir<ltr?rtl|frame|height|id|lang|onclick|ondblclick|onkeydown|onkeypress"
-  +"|onkeyup|onmousedown|onmousemove|onmouseout|onmouseover|onmouseup|rules"
-  +"|style|summary|title|width],"
-+"tbody[align<center?char?justify?left?right|char|class|charoff|dir<ltr?rtl|id"
-  +"|lang|onclick|ondblclick|onkeydown|onkeypress|onkeyup|onmousedown"
-  +"|onmousemove|onmouseout|onmouseover|onmouseup|style|title"
-  +"|valign<baseline?bottom?middle?top],"
-+"td[abbr|align<center?char?justify?left?right|axis|bgcolor|char|charoff|class"
-  +"|colspan|dir<ltr?rtl|headers|height|id|lang|nowrap<nowrap|onclick"
-  +"|ondblclick|onkeydown|onkeypress|onkeyup|onmousedown|onmousemove"
-  +"|onmouseout|onmouseover|onmouseup|rowspan|scope<col?colgroup?row?rowgroup"
-  +"|style|title|valign<baseline?bottom?middle?top|width],"
-+"textarea[accesskey|class|cols|dir<ltr?rtl|disabled<disabled|id|lang|name"
-  +"|onblur|onclick|ondblclick|onfocus|onkeydown|onkeypress|onkeyup"
-  +"|onmousedown|onmousemove|onmouseout|onmouseover|onmouseup|onselect"
-  +"|readonly<readonly|rows|style|tabindex|title],"
-+"tfoot[align<center?char?justify?left?right|char|charoff|class|dir<ltr?rtl|id"
-  +"|lang|onclick|ondblclick|onkeydown|onkeypress|onkeyup|onmousedown"
-  +"|onmousemove|onmouseout|onmouseover|onmouseup|style|title"
-  +"|valign<baseline?bottom?middle?top],"
-+"th[abbr|align<center?char?justify?left?right|axis|bgcolor|char|charoff|class"
-  +"|colspan|dir<ltr?rtl|headers|height|id|lang|nowrap<nowrap|onclick"
-  +"|ondblclick|onkeydown|onkeypress|onkeyup|onmousedown|onmousemove"
-  +"|onmouseout|onmouseover|onmouseup|rowspan|scope<col?colgroup?row?rowgroup"
-  +"|style|title|valign<baseline?bottom?middle?top|width],"
-+"thead[align<center?char?justify?left?right|char|charoff|class|dir<ltr?rtl|id"
-  +"|lang|onclick|ondblclick|onkeydown|onkeypress|onkeyup|onmousedown"
-  +"|onmousemove|onmouseout|onmouseover|onmouseup|style|title"
-  +"|valign<baseline?bottom?middle?top],"
-+"title[dir<ltr?rtl|lang],"
-+"tr[abbr|align<center?char?justify?left?right|bgcolor|char|charoff|class"
-  +"|rowspan|dir<ltr?rtl|id|lang|onclick|ondblclick|onkeydown|onkeypress"
-  +"|onkeyup|onmousedown|onmousemove|onmouseout|onmouseover|onmouseup|style"
-  +"|title|valign<baseline?bottom?middle?top],"
-+"tt[class|dir<ltr?rtl|id|lang|onclick|ondblclick|onkeydown|onkeypress|onkeyup"
-  +"|onmousedown|onmousemove|onmouseout|onmouseover|onmouseup|style|title],"
-+"u[class|dir<ltr?rtl|id|lang|onclick|ondblclick|onkeydown|onkeypress|onkeyup"
-  +"|onmousedown|onmousemove|onmouseout|onmouseover|onmouseup|style|title],"
-+"ul[class|compact<compact|dir<ltr?rtl|id|lang|onclick|ondblclick|onkeydown"
-  +"|onkeypress|onkeyup|onmousedown|onmousemove|onmouseout|onmouseover"
-  +"|onmouseup|style|title|type],"
-+"var[class|dir<ltr?rtl|id|lang|onclick|ondblclick|onkeydown|onkeypress"
-  +"|onkeyup|onmousedown|onmousemove|onmouseout|onmouseover|onmouseup|style"
-  +"|title]"
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_verify_css_classes.html b/phpgwapi/js/tinymce/docs/option_verify_css_classes.html deleted file mode 100644 index 60820ae524..0000000000 --- a/phpgwapi/js/tinymce/docs/option_verify_css_classes.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: verify_css_classes - - - - -
-

Option: verify_css_classes

-
- -
-

- If you enable this function, class names placed in class attributes will be verified agains the content CSS. So elements with a class attribute containing a class that doesn't exist in the CSS will be removed. -

- -
- -

Example of usage of the verify_css_classes option:

-
-
-tinyMCE.init({
-	...
-	verify_css_classes : true
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_verify_html.html b/phpgwapi/js/tinymce/docs/option_verify_html.html deleted file mode 100644 index f63310ddcd..0000000000 --- a/phpgwapi/js/tinymce/docs/option_verify_html.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: verify_html - - - - -
-

Option: verify_html

-
- -
-

- This option enabled or disables the element cleanup functionality. If you set this option to false, all element cleanup will be skipped but other cleanup functionality such as URL convertion will still be executed. -

- -
- -

Example of usage of the verify_html option:

-
-
-tinyMCE.init({
-	...
-	verify_html : false
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_visual.html b/phpgwapi/js/tinymce/docs/option_visual.html deleted file mode 100644 index 88b77dc45f..0000000000 --- a/phpgwapi/js/tinymce/docs/option_visual.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: visual - - - - -
-

Option: visual

-
- -
-

- This true/false option gives you the ability to turn on/off the visual aid for border less tables. If a the border of a table is set to 0 TinyMCE adds a dotted line around the table by default. -

- -
- -

Example of usage of the visual option:

-
-
-tinyMCE.init({
-	...
-	visual : false
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_visual_table_class.html b/phpgwapi/js/tinymce/docs/option_visual_table_class.html deleted file mode 100644 index 4ebbb06ec0..0000000000 --- a/phpgwapi/js/tinymce/docs/option_visual_table_class.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: visual_table_class - - - - -
-

Option: visual_table_class

-
- -
-

- This option enables you to specify what CSS class to use for presenting visual aids for border less tables. The default value of this option is set to "mceVisualAid". -

- -
- -

Example of usage of the visual_table_class option:

-
-
-tinyMCE.init({
-	...
-	visual_table_class : "myCustomVisualAidTableClass"
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/option_width.html b/phpgwapi/js/tinymce/docs/option_width.html deleted file mode 100644 index bf89cf3083..0000000000 --- a/phpgwapi/js/tinymce/docs/option_width.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -Option: width - - - - -
-

Option: width

-
- -
-

- This option gives you the ability to specify the width of the editor in pixels or percent. This width can be very useful to specify if the editor is used in hidden tabs or if the editor area should be bigger than the replaced element. The default value of this option is set to the width of the HTML element TinyMCE replaces for example the pixel width of a textarea. -

- -
- -

Example of usage of the width option:

-
-
-tinyMCE.init({
-	...
-	width : "640"
-});
-
-
-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/plugin_advhr.html b/phpgwapi/js/tinymce/docs/plugin_advhr.html deleted file mode 100644 index 1564b995de..0000000000 --- a/phpgwapi/js/tinymce/docs/plugin_advhr.html +++ /dev/null @@ -1,46 +0,0 @@ - - - -Plugin: advhr - - - - -
-

Plugin: advhr

-
- -
-

This is a more advanced hr dialog contributed by Michael Keck. This hr plugin supports noshade, width and size.

- -

Installation Instructions

-

-

    -
  • Copy the advhr directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins).
  • -
  • Add plugin to TinyMCE plugin option list example: plugins : "advhr".
  • -
  • Add this "hr[class|width|size|noshade]" to extended_valid_elements option.
  • -
-

-

Initialization Example

-

-

-
-tinyMCE.init({
-	theme : "advanced",
-	mode : "textareas",
-	plugins : "advhr",
-	theme_advanced_buttons1_add : "advhr",
-	extended_valid_elements : "hr[class|width|size|noshade]"
-});
-
-

-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/plugin_advimage.html b/phpgwapi/js/tinymce/docs/plugin_advimage.html deleted file mode 100644 index f497df7378..0000000000 --- a/phpgwapi/js/tinymce/docs/plugin_advimage.html +++ /dev/null @@ -1,46 +0,0 @@ - - - -Plugin: advimage - - - - -
-

Plugin: advimage

-
- -
-

This is a more advanced image dialog mostly based on code contributed by Michael Keck. This one supports mouseover/out image swapping.

- -

Installation Instructions

-

-

    -
  • Copy the advimage directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins).
  • -
  • Add plugin to TinyMCE plugin option list example: plugins : "advimage".
  • -
  • Add this "a[name|href|target|title|onclick]" to extended_valid_elements option.
  • -
-

-

Initialization Example

-

-

-
-tinyMCE.init({
-	theme : "advanced",
-	mode : "textareas",
-	plugins : "preview",
-	extended_valid_elements : "a[name|href|target|title|onclick]"
-});
-
-
-

-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/plugin_advlink.html b/phpgwapi/js/tinymce/docs/plugin_advlink.html deleted file mode 100644 index 1f6880d170..0000000000 --- a/phpgwapi/js/tinymce/docs/plugin_advlink.html +++ /dev/null @@ -1,45 +0,0 @@ - - - -Plugin: advlink - - - - -
-

Plugin: advlink

-
- -
-

This is a more advanced link dialog mostly based on code contributed by Michael Keck. This link plugin supports popup windows and targets.

- -

Installation Instructions

-

-

    -
  • Copy the advlink directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins).
  • -
  • Add plugin to TinyMCE plugin option list example: plugins : "advlink".
  • -
  • Add this "a[name|href|target|title|onclick]" to extended_valid_elements option.
  • -
-

-

Initialization Example

-

-

-
-tinyMCE.init({
-	theme : "advanced",
-	mode : "textareas",
-	plugins : "advlink",
-	extended_valid_elements : "a[name|href|target|title|onclick]"
-});
-
-

-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/plugin_contextmenu.html b/phpgwapi/js/tinymce/docs/plugin_contextmenu.html deleted file mode 100644 index 3465c6920d..0000000000 --- a/phpgwapi/js/tinymce/docs/plugin_contextmenu.html +++ /dev/null @@ -1,43 +0,0 @@ - - - -Plugin: contextmenu - - - - -
-

Plugin: contextmenu

-
- -
-

- -

Installation Instructions

-

-

    -
  • Copy the contextmenu directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins).
  • -
  • Add plugin to TinyMCE plugin option list example: plugins : "contextmenu".
  • -
-

-

Initialization Example

-

-

-
-tinyMCE.init({
-	theme : "advanced",
-	mode : "textareas",
-	plugins : "contextmenu"
-});
-
-

-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/plugin_directionality.html b/phpgwapi/js/tinymce/docs/plugin_directionality.html deleted file mode 100644 index 951da44665..0000000000 --- a/phpgwapi/js/tinymce/docs/plugin_directionality.html +++ /dev/null @@ -1,44 +0,0 @@ - - - -Plugin: directionality - - - - -
-

Plugin: directionality

-
- -
-

This plugin adds directionality icons to TinyMCE that enables TinyMCE to better handle languages that is written from right to left.

- -

Installation Instructions

-

-

    -
  • Add plugin to TinyMCE plugin option list example: plugins : "directionality".
  • -
  • Add the ltr, rtl button names to button list, example: theme_advanced_buttons3_add : "ltr,rtl".
  • -
-

-

Initialization Example

-

-

-
-tinyMCE.init({
-	theme : "advanced",
-	mode : "textareas",
-	plugins : "directionality",
-	theme_advanced_buttons3_add : "ltr,rtl"
-});
-
-

-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/plugin_emotions.html b/phpgwapi/js/tinymce/docs/plugin_emotions.html deleted file mode 100644 index 228e7c820f..0000000000 --- a/phpgwapi/js/tinymce/docs/plugin_emotions.html +++ /dev/null @@ -1,53 +0,0 @@ - - - -Plugin: emotions - - - - -
-

Plugin: emotions

-
- -
-

The emotions plugin is able to insert smiley images into the TinyMCE editable area.

- -

Installation Instructions

-

-

    -
  • Copy the emotions directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins).
  • -
  • Add plugin to TinyMCE plugin option list example: plugins : "emotions".
  • -
  • Add the emotions button name to button list, example: theme_advanced_buttons3_add : "emotions".
  • -
-

-

Initialization Example

-

-

-
-tinyMCE.init({
-	theme : "advanced",
-	mode : "textareas",
-	plugins : "emotions",
-	theme_advanced_buttons3_add : "emotions"
-});
-
-

- -
- -

Copyright notice

-

- These emotions where taken from Mozilla Thunderbird. I hope they don't get angry if I use them here after all this is a open source project aswell and I realy love their product. -

-
- - - - - - diff --git a/phpgwapi/js/tinymce/docs/plugin_flash.html b/phpgwapi/js/tinymce/docs/plugin_flash.html deleted file mode 100644 index b9fc3b5cdd..0000000000 --- a/phpgwapi/js/tinymce/docs/plugin_flash.html +++ /dev/null @@ -1,76 +0,0 @@ - - - -Plugin: flash - - - - -
-

Plugin: flash

-
- -
-

This is the "Insert Flash" Dialog contributed by Michael Keck. This one supports popup windows and targets.

-

The placeholder for Flash is called 'mce_plugin_flash' and needs a class 'mce_plugin_flash' in the 'css_-style'. Do not name another image name="mce_plugin_flash"!

- -

Installation Instructions

-

-

    -
  • Copy the flash directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins).
  • -
  • Add plugin to TinyMCE plugin option list example: plugins : "flash".
  • -
  • Add this "img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name]" to extended_valid_elements option.
  • -
  • Add the flash button name to button list, example: theme_advanced_buttons3_add : "flash".
  • -
-

-

Initialization Example

-

-

-
-tinyMCE.init({
-	theme : "advanced",
-	mode : "textareas",
-	plugins : "flash",
-	extended_valid_elements : "img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name]"
-	flash_external_list_url : "example_flash_list.js" // Optional URL to a list of SWF movies
-});
-
-

- -
- -

Additional note

-

- The flash plugin has been heavily modified (the original is editor_plugin_original.js) since the original did not play nicely with html content that already contained existing flash tags and in fact stripped out the object - tags for existing flash html. The rewrite corrects this as well attempts - to preserve the existing flash tags where possible. The tinyMCE.init call - should be be something like: -

-

Initialization Example

-

-

-
-tinyMCE.init({
-	theme : "advanced",
-	mode : "textareas",
-	plugins : "flash",
-	extended_valid_elements : "img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name|obj|param|embed]"
-});
-
-

-

Note the extra obj,param,embed attributes for the img tag. These attributes - are used to serialize data from existing flash tags so that they can be - properly restored. Editing a flash tag with the plugin will cause this - information to be lost (sorry!) but still produces a working flash nevertheless. -

-
- - - - - - diff --git a/phpgwapi/js/tinymce/docs/plugin_fullscreen.html b/phpgwapi/js/tinymce/docs/plugin_fullscreen.html deleted file mode 100644 index 68123cbf7a..0000000000 --- a/phpgwapi/js/tinymce/docs/plugin_fullscreen.html +++ /dev/null @@ -1,44 +0,0 @@ - - - -Plugin: fullscreen - - - - -
-

Plugin: fullscreen

-
- -
-

This plugin adds fullscreen editing mode to TinyMCE.

- -

Installation Instructions

-

-

    -
  • Add plugin to TinyMCE plugin option list example: plugins : "fullscreen".
  • -
  • Add the fullscreen button name to button list, example: theme_advanced_buttons3_add : "fullscreen".
  • -
-

-

Initialization Example

-

-

-
-tinyMCE.init({
-	theme : "advanced",
-	mode : "textareas",
-	plugins : "fullscreen",
-	theme_advanced_buttons3_add : "fullscreen"
-});
-
-

-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/plugin_iespell.html b/phpgwapi/js/tinymce/docs/plugin_iespell.html deleted file mode 100644 index ec86c73f01..0000000000 --- a/phpgwapi/js/tinymce/docs/plugin_iespell.html +++ /dev/null @@ -1,45 +0,0 @@ - - - -Plugin: iespell - - - - -
-

Plugin: iespell

-
- -
-

- -

Installation Instructions

-

-

    -
  • Copy the iespell directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins).
  • -
  • Add plugin to TinyMCE plugin option list example: plugins : "iespell".
  • -
  • Add the iespell button name to button list, example: theme_advanced_buttons3_add : "iespell".
  • -
-

-

Initialization Example

-

-

-
-tinyMCE.init({
-	theme : "advanced",
-	mode : "textareas",
-	plugins : "iespell",
-	theme_advanced_buttons3_add : "iespell"
-});
-
-

-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/plugin_insertdatetime.html b/phpgwapi/js/tinymce/docs/plugin_insertdatetime.html deleted file mode 100644 index ca4f0fa630..0000000000 --- a/phpgwapi/js/tinymce/docs/plugin_insertdatetime.html +++ /dev/null @@ -1,107 +0,0 @@ - - - -Plugin: insertdatetime - - - - -
-

Plugin: insertdatetime

-
- -
-

- -

Installation Instructions

-

-

    -
  • Copy the iespell directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins).
  • -
  • Add plugin to TinyMCE plugin option list example: plugins : "iespell".
  • -
  • Add the insertdate or inserttime button name to button list, example: theme_advanced_buttons3_add : "insertdate,inserttime".
  • -
-

-

Initialization Example

-

-

-
-tinyMCE.init({
-	theme : "advanced",
-	mode : "textareas",
-	plugins : "insertdatetime",
-	theme_advanced_buttons3_add : "insertdate,inserttime"
-    plugin_insertdate_dateFormat : "%Y-%m-%d",
-    plugin_insertdate_timeFormat : "%H:%M:%S"
-});
-
-

-

-

Options

-

-

- plugin_insertdate_dateFormat - Format that the date is output as. Defaults to: "%Y-%m-%d".
- plugin_insertdate_timeFormat - Format that the time is output as. Defaults to: "%H:%M:%S". -

-

Replacement variables

-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
%yyear as a decimal number without a century (range 00 to 99)
%Yyear as a decimal number including the century
%dday of the month as a decimal number (range 01 to 31)
%mmonth as a decimal number (range 01 to 12)
%Dsame as %m/%d/%y
%rtime in a.m. and p.m. notation
%Hhour as a decimal number using a 24-hour clock (range 00 to 23)
%Ihour as a decimal number using a 12-hour clock (range 01 to 12)
%Mminute as a decimal number (range 00-59)
%Ssecond as a decimal number (range 00-59)
%peither "am" or "pm" according to the given time value
%%a literal "%" character
-

-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/plugin_paste.html b/phpgwapi/js/tinymce/docs/plugin_paste.html deleted file mode 100644 index 7a24b3a546..0000000000 --- a/phpgwapi/js/tinymce/docs/plugin_paste.html +++ /dev/null @@ -1,66 +0,0 @@ - - - -Plugin: paste - - - - -
-

Plugin: paste

-
- -
-

This plugin adds paste as plain text and paste from Word icons to TinyMCE. This plugin was developed by Ryan Demmer and modified by the TinyMCE crew to be more general and some extra features where added.

-

- On 25 May 2005, this plugin was modified by speednet: IE now pastes directly into the editor, bypassing the extra steps of opening the Insert box, selecting options, and clicking Insert. Speednet also added the Select All command, which highlights all the content in the editor when the user clicks the toolbar button (Other miscellaneous cleanup also). -

-

Installation Instructions

-

-

    -
  • Copy the paste directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins).
  • -
  • Add plugin to TinyMCE plugin option list example: plugins : "paste".
  • -
  • Add the button names to button list, example: theme_advanced_buttons3_add : "pastetext,pasteword,selectall".
  • -
-

-

Initialization Example

-

-

-
-tinyMCE.init({
-	theme : "advanced",
-	mode : "textareas",
-	plugins : "paste",
-	theme_advanced_buttons3_add : "pastetext,pasteword,selectall",
-	paste_create_paragraphs : false,
-	paste_use_dialog : true
-});
-
-
-

-

-

Options

-

-

- - - - - - - - - -
[paste_create_paragraphs]If enabled double linefeeds are converted to paragraph elements when using the plain text dialog. This is enabled by default.
[paste_use_dialog]MSIE specific option, if you set this to false both Mozilla and MSIE will present a paste dialog. If you set it to true pasting in MSIE will be done directly. This option is set to false by default.
-

- -
- - - - - diff --git a/phpgwapi/js/tinymce/docs/plugin_preview.html b/phpgwapi/js/tinymce/docs/plugin_preview.html deleted file mode 100644 index 3f364af12b..0000000000 --- a/phpgwapi/js/tinymce/docs/plugin_preview.html +++ /dev/null @@ -1,66 +0,0 @@ - - - -Plugin: preview - - - - -
-

Plugin: preview

-
- -
-

This plugin adds a preview button to TinyMCE, pressing the button opens a popup showing the current content.

- -

Installation Instructions

-

-

    -
  • Copy the preview directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins).
  • -
  • Add plugin to TinyMCE plugin option list example: plugins : "preview".
  • -
  • Add the button name to button list, example: theme_advanced_buttons3_add : "preview".
  • -
-

-

Initialization Example

-

-

-
-tinyMCE.init({
-	theme : "advanced",
-	mode : "textareas",
-	plugins : "preview",
-	theme_advanced_buttons3_add : "preview",
-	plugin_preview_width : "500",
-	plugin_preview_height : "600"
-});
-
-

-

-

Options

-

-

- - - - - - - - - - - - - -
[plugin_preview_width]Preview window width. Defaults to 550.
[plugin_preview_height]Preview window height. Defaults to 600.
[plugin_preview_pageurl]Custom preview page URL relative from theme use "../../plugins/preview/example.html" for a example.
-

-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/plugin_print.html b/phpgwapi/js/tinymce/docs/plugin_print.html deleted file mode 100644 index 1d5459bfdc..0000000000 --- a/phpgwapi/js/tinymce/docs/plugin_print.html +++ /dev/null @@ -1,45 +0,0 @@ - - - -Plugin: paste - - - - -
-

Plugin: print

-
- -
-

This plugin adds a print button to TinyMCE.

- -

Installation Instructions

-

-

    -
  • Copy the print directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins).
  • -
  • Add plugin to TinyMCE plugin option list example: plugins : "print".
  • -
  • Add the button name to button list, example: theme_advanced_buttons3_add : "print".
  • -
-

-

Initialization Example

-

-

-
-tinyMCE.init({
-	theme : "advanced",
-	mode : "textareas",
-	plugins : "print",
-	theme_advanced_buttons3_add : "print"
-});
-
-

-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/plugin_save.html b/phpgwapi/js/tinymce/docs/plugin_save.html deleted file mode 100644 index 53eed7f93b..0000000000 --- a/phpgwapi/js/tinymce/docs/plugin_save.html +++ /dev/null @@ -1,44 +0,0 @@ - - - -Plugin: save - - - - -
-

Plugin: save

-
- -
-

This plugin adds a save button to TinyMCE this save button will submit the form that the editor is within.

- -

Installation Instructions

-

-

    -
  • Add plugin to TinyMCE plugin option list example: plugins : "save".
  • -
  • Add the ltr, rtl button names to button list, example: theme_advanced_buttons3_add : "save".
  • -
-

-

Initialization Example

-

-

-
-tinyMCE.init({
-	theme : "advanced",
-	mode : "textareas",
-	plugins : "save",
-	theme_advanced_buttons3_add : "save"
-});
-
-

-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/plugin_searchreplace.html b/phpgwapi/js/tinymce/docs/plugin_searchreplace.html deleted file mode 100644 index b15906d8e7..0000000000 --- a/phpgwapi/js/tinymce/docs/plugin_searchreplace.html +++ /dev/null @@ -1,44 +0,0 @@ - - - -Plugin: searchreplace - - - - -
-

Plugin: searchreplace

-
- -
-

This plugin adds search/replace dialogs to TinyMCE.

- -

Installation Instructions

-

-

    -
  • Add plugin to TinyMCE plugin option list example: plugins : "searchreplace".
  • -
  • Add the ltr, rtl button names to button list, example: theme_advanced_buttons3_add : "search,replace".
  • -
-

-

Initialization Example

-

-

-
-tinyMCE.init({
-	theme : "advanced",
-	mode : "textareas",
-	plugins : "searchreplace",
-	theme_advanced_buttons3_add : "search,replace"
-});
-
-

-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/plugin_table.html b/phpgwapi/js/tinymce/docs/plugin_table.html deleted file mode 100644 index 72a9235a2d..0000000000 --- a/phpgwapi/js/tinymce/docs/plugin_table.html +++ /dev/null @@ -1,94 +0,0 @@ - - - -Plugin: table - - - - -
-

Plugin: table

-
- -
-

- This plugin adds table management functionality to TinyMCE. -

- -

- - - - - - - - - - - - - - - - - - -
Table controls/buttons
tablecontrolsAll table control below and some separators between them.
tableInsert table control.
row_propsEdit row properties (tr).
cell_propsEdit cell properties (td).
delete_colDelete column control.
delete_rowDelete row control.
col_afterColumn after control.
col_beforeColumn before control.
row_afterRow after control.
row_beforeRow before control.
row_afterRow after control.
row_beforeRow before control.
split_cellsSplits a merged cell into rows and columns.
merge_cellsMergers selected cells into one cell.
-

- -

- - - - - - - - - - - -
Table commands to use with execCommand
mceInsertTableInserts a new table at cursor location the default size is 2x2. If the value parameter is specified it should contain a name/value array, this array has the following options cols, rows, border, cellspacing, cellpadding. The default border is set to: 0.
mceTableInsertRowBeforeInserts a row before/above the current cursor location.
mceTableInsertRowAfterInserts a row after/under the current cursor location.
mceTableDeleteRowDeletes the row at the current cursor location.
mceTableInsertColBeforeInserts a column before the current cursor location.
mceTableInsertColAfterInserts a column after the current cursor location.
mceTableDeleteColDeletes the column at the current cursor location.
-

- -

- - - - - -
Options
table_color_fieldsIf set to true, tables dialogs will have color fields.
-
-

- -

Installation Instructions

-

-

    -
  • Add plugin to TinyMCE plugin option list example: plugins : "directionality".
  • -
  • Add the ltr, rtl button names to button list, example: theme_advanced_buttons3_add : "ltr,rtl".
  • -
-

-

Initialization Example

-

-

-
-tinyMCE.init({
-	theme : "advanced",
-	mode : "textareas",
-	plugins : "table",
-	theme_advanced_buttons3_add : "tablecontrols",
-	table_color_fields : true
-});
-
-

-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/plugin_zoom.html b/phpgwapi/js/tinymce/docs/plugin_zoom.html deleted file mode 100644 index a365161951..0000000000 --- a/phpgwapi/js/tinymce/docs/plugin_zoom.html +++ /dev/null @@ -1,44 +0,0 @@ - - - -Plugin: zoom - - - - -
-

Plugin: zoom

-
- -
-

Adds a zoom drop list in MSIE5.5+, this plugin was mostly created to show how to add custom droplists as plugins.

- -

Installation Instructions

-

-

    -
  • Add plugin to TinyMCE plugin option list example: plugins : "zoom".
  • -
  • Add the ltr, rtl button names to button list, example: theme_advanced_buttons3_add : "zoom".
  • -
-

-

Initialization Example

-

-

-
-tinyMCE.init({
-	theme : "advanced",
-	mode : "textareas",
-	plugins : "zoom",
-	theme_advanced_buttons3_add : "zoom"
-});
-
-

-
- - - - - diff --git a/phpgwapi/js/tinymce/docs/reference_configuration.html b/phpgwapi/js/tinymce/docs/reference_configuration.html deleted file mode 100644 index 537707adcd..0000000000 --- a/phpgwapi/js/tinymce/docs/reference_configuration.html +++ /dev/null @@ -1,191 +0,0 @@ - - - -Configuration reference - - - - -
-

Configuration reference

-
- -
-

This document is the index/reference page for all available core configuration options in TinyMCE.

- -
- -

Configuration options

-
-

All configuration options below is to be placed within the init JavaScript call.

- -

- - - -
-

-
- -
- -

Initialization of TinyMCE

-
-

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 into editors when the page loads, there are other modes as well.

-

Example of TinyMCE configuration:

-
-
-<html>
-<head>
-<script language="javascript" type="text/javascript" src="../jscripts/tiny_mce/tiny_mce.js"></script>
-<script language="javascript" type="text/javascript">
-tinyMCE.init({
-	theme : "advanced",
-	mode : "textareas"
-});
-</script>
-</head>
-
-
-
- Note: Remember to remove the last "," character in the options list. -
-
- - -
- - - - - diff --git a/phpgwapi/js/tinymce/docs/reference_javascript_functions.html b/phpgwapi/js/tinymce/docs/reference_javascript_functions.html deleted file mode 100644 index 28b7d4e2cc..0000000000 --- a/phpgwapi/js/tinymce/docs/reference_javascript_functions.html +++ /dev/null @@ -1,591 +0,0 @@ - - - -Javascript Functions - - - - -
-

Javascript Functions

-
- -
-

This is for advanced users, TinyMCE has a global instance with some public functions that can be called from the page.

-

tinyMCE.triggerSave([skip_cleanup], [skip_callback]);

-

-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)
[skip_callback]Disables the execution of the save_callback function. Defaults to false. (Optional)
- -skip_callback -

-

-Returns: Nothing -

-
-

tinyMCE.updateContent(form_element_name);

-

-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_nameThe name of the form element to get contents from.
-

-

-Returns: Nothing -

-
-

tinyMCE.execInstanceCommand(editor_id, command, [user_interface], [value]);

-

-This method executes a command by name on the editor instance specified by the editor_id parameter. -

-

- - - - - - - - - - - - - - - - - - - - - - - - -
Parameters
editor_idID of editor instance or element id/name of the replaced element.
commandCommand 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 -

-
-

tinyMCE.execCommand(command, [user_interface], [value]);

-

-This method executes a command by name on the selected editor instance. -

-

- - - - - - - - - - - - - - - - - - - - -
Parameters
commandCommand to execute for example "Bold" or "Italic". These are defined by Mozilla Midas specification or Microsoft specification. But there are a some TinyMCE specific commands many other commands are available within plugins and themes.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
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_". 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.
mceSetAttributeSets 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'});
-
mceToggleVisualAidToggles visual aid/guidelines mode on/off.
mceAnchorInserts a named anchor element, the value is the name of the anchor.
mceResetDesignModeResets 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.
mceSelectNodeSelects the node/element passed as value. This command will also scroll to the elements location within the editor.
mceSelectNodeDepthSelects 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>
-
-
-

-
-

tinyMCE.insertLink(href, target);

- -

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
hrefHREF/URL of the link.
targetTarget of the link.
-

-Returns: Nothing -

-
-

tinyMCE.insertImage(src, alt, border, hspace, vspace, width, height, align, title, onmouseover, onmouseout);

-

-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
srcImage src url.
altAlternative text of img element.
borderBorder of image element.
hspaceHorizontal spacing of image element.
vspaceVertical spacing of image element.
widthWidth of image element.
heightHeight of image element.
alignAlignment of image element.
titleLink title of image element.
onmouseoverOn mouse over event handler of image element.
onmouseoutOn mouse out event handler of image element.
-

-Returns: Nothing -

-
-

tinyMCE.triggerNodeChange();

-

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 -

-
-

tinyMCE.getContent();

-

-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);

- -

This method sets the HTML contents of the currently selected editor.

- -

- - - - - - - - - - - - -
Parameters
htmlHTML Source code to set.
-

-

-Returns: None. -

-
-

tinyMCE.getInstanceById(editor_id);

-

-This method returns a editor instance by editor id. -

-

- - - - - - - - - - - - -
Parameters
editor_idEditor instance to retrive.
-

-

-Returns: TinyMCE Editor instance (TinyMCEControl). -

-
-

tinyMCE.importThemeLanguagePack([theme]);

-

-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. -

-
-

tinyMCE.importPluginLanguagePack(plugin, valid_languages);

-

-This method imports/loads plugin specific language packs. This may be called from custom plugins. -

-

- - - - - - - - - - - - - - - - -
Parameters
pluginName of the current plugin.
valid_languagesComma separated list of supported languagepacks.
-

-

-Returns: None. -

-
-

tinyMCE.applyTemplate(html);

-

-This method replaces settings and lang variables in the theme. -

-

- - - - - - - - - - - - -
Parameters
htmlHTML code to apply theme variable substitution on.
-

-

-Returns: New converted, HTML code. -

-
-

tinyMCE.openWindow(template, [args]);

-

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: -

-

- - - - - - - - - - - - - - - - -
Parameters
mce_replacevariablesEnables/Disables the language/variable replacement of the document HTML. Enabled by default.
mce_windowresizeEnables/Disables the auto resize feature of popupwindows. Enabled by default.
-

- -

- - - - - - - - - - - - - - - - -
Parameters
templateName/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.
-

-

-Returns: None. -

-
-

tinyMCE.getWindowArg(name, [default_value]);

-

-This method returns a window argument defined by name. This function is to be used in theme popup windows to retrive dialog parameters. -

-

- - - - - - - - - - - - - - - - -
Parameters
nameName of window argument to get.
[default_value]Default value to be returned if window argument is missing.
-

-

-Returns: Window argument value. -

-
-

tinyMCE.setWindowArg(name, value);

-

This method sets a window argument by name. This can for example be useful if plugin are to call other plugins.

-

- - - - - - - - - - - - - - - - -
Parameters
nameName of window argument to set.
valueValue to set in window argument.
-

-

-Returns: Window argument value. -

-
-

tinyMCE.getParam(name, [default_value], [strip_whitespace]);

-

This method returns a TinyMCE configuration parameter.

-

- - - - - - - - - - - - - - - - - - - - -
Parameters:
nameName 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/phpgwapi/js/tinymce/docs/reference_plugins.html b/phpgwapi/js/tinymce/docs/reference_plugins.html deleted file mode 100644 index 72fc8ed7b0..0000000000 --- a/phpgwapi/js/tinymce/docs/reference_plugins.html +++ /dev/null @@ -1,70 +0,0 @@ - - - -Plugins Reference - - - - -
-

Plugins reference

-
- -
-

Here are some information about the different plugins.

- -
- -

Plugins

-
-

To use a plugin, you need to use the advanced theme and add the plugin name in the "plugin" comma seperated line. You also need to add the button to the interface, read more about the advanced plugin to configure this.

-

-

- - -
-

-

- Please notice that the plugins can require some configuration, click on the plugin link to read more about that plugin. -

-
- -
- - -
- - - - - diff --git a/phpgwapi/js/tinymce/examples/dump.php b/phpgwapi/js/tinymce/examples/dump.php deleted file mode 100644 index a4bd19693b..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/examples/example_advanced.css b/phpgwapi/js/tinymce/examples/example_advanced.css deleted file mode 100644 index c8709418f0..0000000000 --- a/phpgwapi/js/tinymce/examples/example_advanced.css +++ /dev/null @@ -1,44 +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; -} - -.mceVisualAid { - border: 1px dashed #BBBBBB; -} diff --git a/phpgwapi/js/tinymce/examples/example_advanced.htm b/phpgwapi/js/tinymce/examples/example_advanced.htm deleted file mode 100644 index d1b5167788..0000000000 --- a/phpgwapi/js/tinymce/examples/example_advanced.htm +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - - - -[Full featured example] [Advanced example] [Simple 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/phpgwapi/js/tinymce/examples/example_flash_list.js b/phpgwapi/js/tinymce/examples/example_flash_list.js deleted file mode 100644 index 45946584a8..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/examples/example_full.css b/phpgwapi/js/tinymce/examples/example_full.css deleted file mode 100644 index 33e0fde5d4..0000000000 --- a/phpgwapi/js/tinymce/examples/example_full.css +++ /dev/null @@ -1,74 +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; -} - -.example1 { - font-weight: bold; - font-size: 14px -} - -.example2 { - font-weight: bold; - font-size: 12px; - color: #FF0000 -} - -.tablerow1 { - background-color: #BBBBBB; -} - -/* Default CSS class for links within the editor */ - -.mceLink a:visited { - color: #666666; - text-decoration: underline; - font-size: 12px; -} - -.mceLink a:active { - color: #666666; - text-decoration: underline; - font-size: 12px; -} - -.mceLink a:hover { - color: #666666; - text-decoration: underline; - font-size: 12px; -} - -.mceLink a:link { - color: #666666; - text-decoration: underline; - font-size: 12px; -} - -.mceLink a { - color: #666666; - text-decoration: underline; - font-size: 12px; -} - -.mceVisualAid { - border: 1px dashed #BBBBBB; -} diff --git a/phpgwapi/js/tinymce/examples/example_full.htm b/phpgwapi/js/tinymce/examples/example_full.htm deleted file mode 100644 index 40b85914f8..0000000000 --- a/phpgwapi/js/tinymce/examples/example_full.htm +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - - - - - - -[Full featured example] [Advanced example] [Simple 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/phpgwapi/js/tinymce/examples/example_image_list.js b/phpgwapi/js/tinymce/examples/example_image_list.js deleted file mode 100644 index b77b99d921..0000000000 --- a/phpgwapi/js/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"], - ["Logo 2 Over", "logo_over.jpg"] -); diff --git a/phpgwapi/js/tinymce/examples/example_link_list.js b/phpgwapi/js/tinymce/examples/example_link_list.js deleted file mode 100644 index 238dacb3c0..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/examples/example_simple.htm b/phpgwapi/js/tinymce/examples/example_simple.htm deleted file mode 100644 index cd3660b581..0000000000 --- a/phpgwapi/js/tinymce/examples/example_simple.htm +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - - - -[Full featured example] [Advanced example] [Simple 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/phpgwapi/js/tinymce/examples/logo.jpg b/phpgwapi/js/tinymce/examples/logo.jpg deleted file mode 100644 index 612e902a8d..0000000000 Binary files a/phpgwapi/js/tinymce/examples/logo.jpg and /dev/null differ diff --git a/phpgwapi/js/tinymce/examples/logo_over.jpg b/phpgwapi/js/tinymce/examples/logo_over.jpg deleted file mode 100644 index c204dabf27..0000000000 Binary files a/phpgwapi/js/tinymce/examples/logo_over.jpg and /dev/null differ diff --git a/phpgwapi/js/tinymce/examples/zh_cn/dump.php b/phpgwapi/js/tinymce/examples/zh_cn/dump.php deleted file mode 100644 index 37fcd0eb10..0000000000 --- a/phpgwapi/js/tinymce/examples/zh_cn/dump.php +++ /dev/null @@ -1,28 +0,0 @@ - - -ÏÔʾTinyMCEµÄÊä³ö - - - - -

post¹ýÀ´µÄHTMLÊä³ö

- - - - $value) { ?> - - -
±íµ¥×é¼þHTMLÊä³ö
- -

post¹ýÀ´µÄÔ´Îļþ

- - - - $value) { ?> - - -
±íµ¥×é¼þSourceÊä³ö
- - - - diff --git a/phpgwapi/js/tinymce/examples/zh_cn/editor_content.css b/phpgwapi/js/tinymce/examples/zh_cn/editor_content.css deleted file mode 100644 index 5d9c8e582e..0000000000 --- a/phpgwapi/js/tinymce/examples/zh_cn/editor_content.css +++ /dev/null @@ -1,23 +0,0 @@ -body { - background-color: #FFFFFF; - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 9pt; - 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: 9pt; -} - -pre { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 9pt; -} diff --git a/phpgwapi/js/tinymce/examples/zh_cn/editor_popup.css b/phpgwapi/js/tinymce/examples/zh_cn/editor_popup.css deleted file mode 100644 index 9ac1ae8d3f..0000000000 --- a/phpgwapi/js/tinymce/examples/zh_cn/editor_popup.css +++ /dev/null @@ -1,92 +0,0 @@ -body { - background-color: #F0F0EE; - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 9pt; - 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: 9pt; -} - -input { - background: #FFFFFF; - border: 1px solid #cccccc; -} - -td, input, select, textarea { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 9pt; -} - -input, select, textarea { - border: 1px solid #808080; -} - -.input_noborder { - border: 0px solid #808080; -} - -#insert { - font-weight: bold; -} - -#cancel { - font-weight: bold; -} - -.title { - font-size: 12px; - font-weight: bold; -} - -table.charmap { - border-style: solid; - border-width: 1px; - border-color: #AAAAAA; -} - -td.charmap, td.charmapOver { - color: #000000; - border-color: #AAAAAA; - border-style: solid; - border-width: 1px; - text-align: center; - font-size: 12px; -} - -td.charmapOver { - background-color: #CCCCCC; - cursor: arrow; -} - -a.charmap { - color: #000000; - text-decoration: none -} - -.wordWrapCode { - vertical-align: middle; - border: 1px none #000000; - background-color: transparent; -} - -input.radio { - border: 1px none #000000; - background-color: transparent; - vertical-align: middle; -} - -input.checkbox { - border: 1px none #000000; - background-color: transparent; - vertical-align: middle; -} diff --git a/phpgwapi/js/tinymce/examples/zh_cn/editor_ui.css b/phpgwapi/js/tinymce/examples/zh_cn/editor_ui.css deleted file mode 100644 index 3f9950649a..0000000000 --- a/phpgwapi/js/tinymce/examples/zh_cn/editor_ui.css +++ /dev/null @@ -1,147 +0,0 @@ -.mceButtonNormal, .mceButtonOver, .mceButtonDown, .mceSeparator, .mceButtonDisabled, .mceButtonSelected { - margin-top: 1px; - margin-left: 1px; -} - -.mceButtonNormal { - border-top: 1px solid; - border-left: 1px solid; - border-bottom: 1px solid; - border-right: 1px solid; - border-color: #F0F0EE; - cursor: arrow; -} - -.mceButtonOver { -/* border-top: 1px solid buttonhighlight; - border-left: 1px solid buttonhighlight; - border-bottom: 1px solid buttonshadow; - border-right: 1px solid buttonshadow;*/ - border: 1px solid #0A246A; - cursor: arrow; - background-color: #B6BDD2; -} - -.mceButtonDown { -/* border-bottom: 1px solid buttonhighlight; - border-right: 1px solid buttonhighlight; - border-top: 1px solid buttonshadow; - border-left: 1px solid buttonshadow;*/ - cursor: arrow; - border: 1px solid #0A246A; - background-color: #8592B5; -} - -.mceButtonSelected { - border: 1px solid; - border-color: #C0C0BB; - cursor: arrow; -} - -.mceButtonDisabled { - filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30); - -moz-opacity:0.3; - opacity: 0.3; - border-top: 1px solid; - border-left: 1px solid; - border-bottom: 1px solid; - border-right: 1px solid; - border-color: #F0F0EE; - cursor: arrow; -} - -.mceSeparator { - border-top: 1px solid buttonhighlight; - border-left: 1px solid buttonhighlight; - border-bottom: 1px solid buttonshadow; - border-right: 1px solid buttonshadow; - margin-right: 2px; - margin-left: 2px; -} - -.mceSeparatorLine { - margin:2px; - margin-left: 4px; - background-color: #F0F0EE; - border-top: 1px solid buttonshadow; - border-left: 1px solid buttonshadow; - border-bottom: 1px solid buttonhighlight; - border-right: 1px solid buttonhighlight; - width: 0px; - height: 15px; -} - -.mceSelectList { - font-family: "MS Sans Serif"; - font-size: 9pt; - font-weight: normal; - margin-top: 3px; - padding: 0px; - display: inline; - vertical-align: top; - background-color: #F0F0EE -} - -.mceLabel, .mceLabelDisabled { - font-family: "MS Sans Serif"; - font-size: 9pt; -} - -.mceLabel { - color: #000000; -} - -.mceLabelDisabled { - cursor: text; - color: #999999; -} - -.mceEditor { - background: #F0F0EE; - border: 1px solid #cccccc; -} - -.mceEditorArea { - font-family: "MS Sans Serif"; - background: #FFFFFF; -} - -.mceToolbarTop, .mceToolbarBottom { - background: #F0F0EE; -} - -.mceToolbarTop { - border-bottom: 1px solid #cccccc; -} - -.mceToolbarBottom { - border-top: 1px solid #cccccc; -} - -.mcePathTop, .mcePathBottom, .mcePath { - font-family: "MS Sans Serif"; - font-size: 9pt; - padding: 2px; -} - -.mcePathTop { - border-bottom: 1px solid #cccccc; -} - -.mcePathBottom { - border-top: 1px solid #cccccc; -} - -.mcePathItem, .mcePathItem:link, .mcePathItem:visited, .mcePathItem:hover { - text-decoration: none; - font-family: "MS Sans Serif"; - font-size: 9pt; -} - -.mcePathItem:hover { - text-decoration: underline; -} - -.mcePath { - border-bottom: 1px solid #cccccc; -} \ No newline at end of file diff --git a/phpgwapi/js/tinymce/examples/zh_cn/example_advanced.htm b/phpgwapi/js/tinymce/examples/zh_cn/example_advanced.htm deleted file mode 100644 index 3c29f2d7e4..0000000000 --- a/phpgwapi/js/tinymce/examples/zh_cn/example_advanced.htm +++ /dev/null @@ -1,114 +0,0 @@ - - - - - - - - - - -¸ß¼¶Ê¾Àý - -[¼òµ¥Ê¾Àý] [¸ß¼¶Ê¾Àý] [ÓʼþʾÀý] [È«¹¦ÄÜʾÀý] - -

¸ß¼¶Ê¾Àý

-

¸ÃҳչʾÁËTinyMCE¸üΪ¸´ÔÓµÄÓ÷¨¡£ÔÚ´ËÒ³ÃæÉÏ£¬TinyMCEµÄģʽ±»É趨Ϊ½«Ìض¨µÄ×é¼þת»»Îª±à¼­Æ÷£¨ÕâÀïÊÇÒ»¸öDIV×é¼þ¼°Ò»¸öTEXTAREA×é¼þ£©¡£ÏÂÃæµÄÀý×ÓʹÓÃÁËÓû§×Ô¶¨ÒåCSSÎļþ£¬Õâ¾ÍÊÇΪºÎ×ÖÌåÊǺìÉ«µÄÔ­Òò¡£ÁíÍ⣬»¹Ê¹ÓÃÁËÒ»¸ö½Ð"advanced"µÄÖ÷Ì⣬Ëü±ÈĬÈÏÖ÷ÌâÓиü¶àÑ¡Ïî¡£´úÂëÖл¹°üº¬ÁË×Ô¶¨Òå»Øµ÷º¯ÊýʾÀýµÈÆäËû²Ù×÷¡£×¢ÒâÒ³Ãæβ²¿µÄÌá½»°´Å¥£¬Ëü»á´¥·¢Ò»¸ö±£´æ²Ù×÷¡£ÓûÁ˽âTinyMCE¸ü¶àµÄÌØÕ÷ºÍÉèÖã¬Çë²é¿´ Êֲᡣ
-
- - -

-
- -
- -
- - -
- Some element, this is to be editor 2.
This editor instance is a DIV element instead of a textarea. -

Some paragraph. Some link

- -
- -
- -һЩ×Ô¶¨Òå²Ù×÷£º[Bold] | -[Italic] -[Insert some HTML] -[Replace selection] - -
- - - \ No newline at end of file diff --git a/phpgwapi/js/tinymce/examples/zh_cn/example_full.css b/phpgwapi/js/tinymce/examples/zh_cn/example_full.css deleted file mode 100644 index e307cd7f7b..0000000000 --- a/phpgwapi/js/tinymce/examples/zh_cn/example_full.css +++ /dev/null @@ -1,43 +0,0 @@ -body { - background-color: #FFFFFF; - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 9pt; - 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: 9pt; -} - -pre { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 9pt; -} - -/* 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 -} diff --git a/phpgwapi/js/tinymce/examples/zh_cn/example_full.htm b/phpgwapi/js/tinymce/examples/zh_cn/example_full.htm deleted file mode 100644 index e52867b8f9..0000000000 --- a/phpgwapi/js/tinymce/examples/zh_cn/example_full.htm +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - - - - - -È«¹¦ÄÜʾÀý - -[¼òµ¥Ê¾Àý] [¸ß¼¶Ê¾Àý] [ÓʼþʾÀý] [È«¹¦ÄÜʾÀý] - -
- -

È«¹¦ÄÜʾÀý

-´ËÒ³Ãæ°üº¬ÁËTinyMCE·¢ÐаæÖÐËùÓпÉÓòå¼þ¡£ÆäÖÐһЩÓÉÓÚÔÚFireFoxÖÐȱÉÙÖ§³Ö¶øÖ»ÄÜÔÚMSIEÖпɼû¡£ÓûÁ˽âTinyMCE¸÷ÖÖÑ¡ÏîµÄ¸ü¶àϸ½Ú£¬Çë²é¿´ Êֲᡣ¶ÔÓÚµÚÈý·½²å¼þ£¬Çë²é¿´ ²å¼þ Õ½ڡ£
-
- - - -
- - - - -
- - - \ No newline at end of file diff --git a/phpgwapi/js/tinymce/examples/zh_cn/example_mail.htm b/phpgwapi/js/tinymce/examples/zh_cn/example_mail.htm deleted file mode 100644 index ab1dc843d5..0000000000 --- a/phpgwapi/js/tinymce/examples/zh_cn/example_mail.htm +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - -ÓʼþʾÀý - - [¼òµ¥Ê¾Àý] [¸ß¼¶Ê¾Àý] [ÓʼþʾÀý] [È«¹¦ÄÜʾÀý] -

ÓʼþʾÀý

-ÒÔÏÂÀý×ÓչʾÁËÔÚÔÚÏßÓʼþϵͳºÍÆäËû²»ÄÜʹÓÃCSSÀàµÄÇé¿öÏ£¬ÈçºÎÆôÓÃ×ÖÌåÃû³ÆºÍ×ÖÌå´óСѡÔñ¿ò¡£µ«ÊǶÔÓÚÍøÕ¾ÉÏʹÓõÄÄÚÈÝ£¬ÎÒÃǽ¨ÒéÄú»¹ÊÇʹÓÃCSS·½·¨¡£ÓûÁ˽âTinyMCE¸ü¶àµÄÌØÕ÷ºÍÉèÖã¬Çë²é¿´ Êֲᡣ
-
- - -
- -
- - - \ No newline at end of file diff --git a/phpgwapi/js/tinymce/examples/zh_cn/example_simple.htm b/phpgwapi/js/tinymce/examples/zh_cn/example_simple.htm deleted file mode 100644 index 5d5f98b90f..0000000000 --- a/phpgwapi/js/tinymce/examples/zh_cn/example_simple.htm +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - - - - -¼òµ¥Ê¾Àý - -[¼òµ¥Ê¾Àý] [¸ß¼¶Ê¾Àý] [ÓʼþʾÀý] [È«¹¦ÄÜʾÀý] - -
-

¼òµ¥Ê¾Àý

-±¾Ò³Õ¹Ê¾ÁËÔÚÒ»¸öHTMLÒ³ÃæÖÐÈçºÎÓÃ×î³£ÓúÍ×î¼òµ¥µÄ·½·¨À´Ê¹ÓÃTinyMCE¡£ÔÚÒ³Ãæ¼ÓÔØʱËùÓÐTEXTAREA×é¼þ¶¼±»×ª»»³É±à¼­Æ÷µÄʵÀý¡£
-×¢ÒâTinyMCEÊÇÈçºÎ¾¡Á¿Æ¥ÅäÔ­Îı¾ÓòµÄ¿í¶ÈºÍ¸ß¶ÈµÄ¡£ÓûÁ˽âTinyMCE¸ü¶àµÄÌØÕ÷ºÍÉèÖã¬Çë²é¿´ Êֲᡣ
-
- - - -

- - -
- - - \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/Makefile b/phpgwapi/js/tinymce/jscripts/tiny_mce/Makefile deleted file mode 100644 index 1570a94ec0..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# Makefile for crunching the tinymce_src.js into tinymce.js including the copyright header - -all: crunch - -crunch: - ttkcrunch -v ./tiny_mce_src.js -a .crunch -o .;exit 0 - mv tiny_mce.js tiny_mce.js.old - head -n 8 tiny_mce_src.js > tiny_mce.js - cat tiny_mce_src.crunch.js >> tiny_mce.js - rm tiny_mce_src.crunch.js - -clean: - rm tinymce.js.old diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/README.eGroupWare b/phpgwapi/js/tinymce/jscripts/tiny_mce/README.eGroupWare deleted file mode 100644 index 646b9f2fa3..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/README.eGroupWare +++ /dev/null @@ -1,15 +0,0 @@ -HOWTO APPLY PATCHES TO TINYMCE.JS - -TinyMCE is developed outside the eGW project so after very update we -must apply our patches again. In order to keep it traceble which -changes are applied to the original tinymce code for eGroupWare, -changes are done against 'tiny_mce_src.js'. This file is human -readable and we can do diffs, etc... - -To make the changes active in the optimized file 'tiny_mce.js' make -sure you have got ttkcrunch installed on you POSIX compatible -computer and then run make. - -ttkcrunch can be downloaded from http://www.ticatk.com/download.html. -A copy can also be found in phpgwapi/doc - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/blank.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/blank.htm deleted file mode 100644 index 06866d535e..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/blank.htm +++ /dev/null @@ -1,10 +0,0 @@ - - - -blank_page - - - - - - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/ar.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/ar.js deleted file mode 100644 index d5e8f2bce5..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/ar.js +++ /dev/null @@ -1,39 +0,0 @@ -// arabic lang variables -// Toolbar Items and Context Menu -tinyMCELang['lang_dir'] = 'rtl'; -tinyMCELang['lang_bold_desc'] = 'غامق'; -tinyMCELang['lang_italic_desc'] = 'مائل'; -tinyMCELang['lang_underline_desc'] = 'تسطير'; -tinyMCELang['lang_striketrough_desc'] = 'يتوسطه خط'; -tinyMCELang['lang_justifyleft_desc'] = 'محاذاة إلى اليسار'; -tinyMCELang['lang_justifycenter_desc'] = 'توسيط'; -tinyMCELang['lang_justifyright_desc'] = 'محاذاة إلى اليمين'; -tinyMCELang['lang_justifyfull_desc'] = 'ضبط'; -tinyMCELang['lang_bullist_desc'] = 'تعداد نقطي'; -tinyMCELang['lang_numlist_desc'] = 'تعداد رقمي'; -tinyMCELang['lang_outdent_desc'] = 'إنقاص المسافة البادئة'; -tinyMCELang['lang_indent_desc'] = 'زيادة المسافة البادئة'; -tinyMCELang['lang_undo_desc'] = 'تراجع'; -tinyMCELang['lang_redo_desc'] = 'إعادة'; -tinyMCELang['lang_link_desc'] = 'إدراج/تحرير رابط'; -tinyMCELang['lang_unlink_desc'] = 'إزالة رابط'; -tinyMCELang['lang_image_desc'] = 'إدراج/تحرير صورة'; -tinyMCELang['lang_cleanup_desc'] = 'Cleanup messy code'; -tinyMCELang['lang_focus_alert'] = 'A editor instance must be focused before using this command.'; -tinyMCELang['lang_edit_confirm'] = 'Do you want to use the WYSIWYG mode for this textarea?'; -tinyMCELang['lang_insert_link_title'] = 'إدراج/تحرير رابط'; -tinyMCELang['lang_insert'] = 'إدراج'; -tinyMCELang['lang_update'] = 'إدراج'; -tinyMCELang['lang_cancel'] = 'ألغي'; -tinyMCELang['lang_insert_link_url'] = 'رابط URL'; -tinyMCELang['lang_insert_link_target'] = 'الهدف'; -tinyMCELang['lang_insert_link_target_same'] = 'نفس الإطار'; -tinyMCELang['lang_insert_link_target_blank'] = 'إطار جديد (_blank)'; -tinyMCELang['lang_insert_image_title'] = 'إدراج/تحرير صورة'; -tinyMCELang['lang_insert_image_src'] = 'صورة URL'; -tinyMCELang['lang_insert_image_alt'] = 'الوصف'; -tinyMCELang['lang_help_desc'] = 'المساعدة'; -tinyMCELang['lang_bold_img'] = 'bold.gif'; -tinyMCELang['lang_italic_img'] = 'italic.gif'; -tinyMCELang['lang_underline_img'] = "underline.gif"; -tinyMCELang['lang_clipboard_msg'] = 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/build_egw_langs.php b/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/build_egw_langs.php deleted file mode 100755 index 3c6b068816..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/build_egw_langs.php +++ /dev/null @@ -1,71 +0,0 @@ -#!/usr/bin/php -qC - $msg) - { - if (isset($en_langs[$key])) fwrite($f,$en_langs[$key]."\ttinymce\t$lang\t$msg\n"); - } - fclose($f); -} - -$langs = readlang('en'); -$en_langs = array(); -foreach($langs as $key => $msg) -{ - $en_langs[$key] = strtolower($msg); -} -writelang('en',$langs); - -$d = opendir('.'); -while (($f = readdir($d))) -{ - list($lang,$js) = explode('.',$f); - if (!$lang || $lang == 'en' || $js != 'js') continue; - - $langs = readlang($lang); - writelang($lang,$langs); -} - -$d = opendir('../plugins'); -while (($p = readdir($d))) -{ - if (is_dir($ldir = '../plugins/'.$p.'/langs/')) - { - $langs = readlang($ldir.'en'); - $en_langs = array(); - foreach($langs as $key => $msg) - { - $en_langs[$key] = strtolower($msg); - } - writelang('en',$langs); - - $d2 = opendir('.'); - while (($f = readdir($d2))) - { - list($lang,$js) = explode('.',$f); - if (!$lang || $lang == 'en' || $js != 'js') continue; - - $langs = readlang($ldir.$lang); - writelang($lang,$langs); - } - } -} - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/cs.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/cs.js deleted file mode 100644 index c7d488d657..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/cs.js +++ /dev/null @@ -1,38 +0,0 @@ -// CZ lang variables thanks to "Pavel Novák" - repaired by Josef Klimosz - -tinyMCELang['lang_bold_desc'] = 'Tuènì'; -tinyMCELang['lang_italic_desc'] = 'Kurzíva'; -tinyMCELang['lang_underline_desc'] = 'Podtržení'; -tinyMCELang['lang_striketrough_desc'] = 'Pøeškrtnutí'; -tinyMCELang['lang_justifyleft_desc'] = 'Zarovnání vlevo'; -tinyMCELang['lang_justifycenter_desc'] = 'Zarovnání na støed'; -tinyMCELang['lang_justifyright_desc'] = 'Zarovnání vpravo'; -tinyMCELang['lang_justifyfull_desc'] = 'Zarovnání do bloku'; -tinyMCELang['lang_bullist_desc'] = 'Seznam s odrážkami'; -tinyMCELang['lang_numlist_desc'] = 'Èíslovaný seznam'; -tinyMCELang['lang_outdent_desc'] = 'Snížit odsazení'; -tinyMCELang['lang_indent_desc'] = 'Zvýšit odsazení'; -tinyMCELang['lang_undo_desc'] = 'Zpìt'; -tinyMCELang['lang_redo_desc'] = 'Znovu'; -tinyMCELang['lang_link_desc'] = 'Vložit odkaz'; -tinyMCELang['lang_unlink_desc'] = 'Zrušit odkaz'; -tinyMCELang['lang_image_desc'] = 'Vložit obrázek'; -tinyMCELang['lang_cleanup_desc'] = 'Vyèistit kód'; -tinyMCELang['lang_focus_alert'] = 'Pøed použitím tohoto pøíkazu musí být kurzor v oknì editoru.'; -tinyMCELang['lang_edit_confirm'] = 'Chcete použít WYSIWYG editaci pro tento text?'; -tinyMCELang['lang_insert_link_title'] = 'Vložit/upravit odkaz'; -tinyMCELang['lang_insert'] = 'Vložit'; -tinyMCELang['lang_update'] = 'Zmìnit'; -tinyMCELang['lang_cancel'] = 'Zrušit'; -tinyMCELang['lang_insert_link_url'] = 'URL odkazu'; -tinyMCELang['lang_insert_link_target'] = 'Cíl'; -tinyMCELang['lang_insert_link_target_same'] = 'Otevøít odkaz ve stejném oknì'; -tinyMCELang['lang_insert_link_target_blank'] = 'Otevøít odkaz v novém oknì'; -tinyMCELang['lang_insert_image_title'] = 'Vložit/upravit obrázek'; -tinyMCELang['lang_insert_image_src'] = 'URL obrázku'; -tinyMCELang['lang_insert_image_alt'] = 'Popis obrázku'; -tinyMCELang['lang_help_desc'] = 'Nápovìda'; -tinyMCELang['lang_bold_img'] = 'bold.gif'; -tinyMCELang['lang_italic_img'] = 'italic.gif'; -tinyMCELang['lang_underline_img'] = "underline.gif"; -tinyMCELang['lang_clipboard_msg'] = 'Copy/Cut/Paste není použitelné v Mozille a Firefoxu.\nChcete více informací o tomto problému?'; \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/da.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/da.js deleted file mode 100644 index 1c62542a39..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/da.js +++ /dev/null @@ -1,38 +0,0 @@ -// DK lang variables contributed by Jan Moelgaard - -tinyMCELang['lang_bold_desc'] = 'Fed'; -tinyMCELang['lang_italic_desc'] = 'Kursiv'; -tinyMCELang['lang_underline_desc'] = 'Understreg'; -tinyMCELang['lang_striketrough_desc'] = 'Gennemstreg'; -tinyMCELang['lang_justifyleft_desc'] = 'Venstrestil'; -tinyMCELang['lang_justifycenter_desc'] = 'Centrer'; -tinyMCELang['lang_justifyright_desc'] = 'Højrestil'; -tinyMCELang['lang_justifyfull_desc'] = 'Lige margin'; -tinyMCELang['lang_bullist_desc'] = 'Bulletliste'; -tinyMCELang['lang_numlist_desc'] = 'Nummerliste'; -tinyMCELang['lang_outdent_desc'] = 'Ryk til venstre'; -tinyMCELang['lang_indent_desc'] = 'Ryk til højre'; -tinyMCELang['lang_undo_desc'] = 'Fortryd'; -tinyMCELang['lang_redo_desc'] = 'Gør igen'; -tinyMCELang['lang_link_desc'] = 'Indsæt link'; -tinyMCELang['lang_unlink_desc'] = 'Fjern link'; -tinyMCELang['lang_image_desc'] = 'Indsæt billede'; -tinyMCELang['lang_cleanup_desc'] = 'Ryd op i koden'; -tinyMCELang['lang_focus_alert'] = 'Der skal sættes fokus på sessionen, før man kan bruge denne kommando'; -tinyMCELang['lang_edit_confirm'] = 'Vil du bruge WYSIWYG mode til dette textområde?'; -tinyMCELang['lang_insert_link_title'] = 'Indsæt eller rediger link'; -tinyMCELang['lang_insert'] = 'Indsæt'; -tinyMCELang['lang_update'] = 'Opdater'; -tinyMCELang['lang_cancel'] = 'Fortryd'; -tinyMCELang['lang_insert_link_url'] = 'Linkadresse'; -tinyMCELang['lang_insert_link_target'] = 'Target'; -tinyMCELang['lang_insert_link_target_same'] = 'Luk linket op i samme vindue'; -tinyMCELang['lang_insert_link_target_blank'] = 'Luk linket op i et nyt vindue'; -tinyMCELang['lang_insert_image_title'] = 'Indsæt / rediger billede'; -tinyMCELang['lang_insert_image_src'] = 'Billedets adresse'; -tinyMCELang['lang_insert_image_alt'] = 'Alternativ tekst'; -tinyMCELang['lang_help_desc'] = 'Hjælp'; -tinyMCELang['lang_bold_img'] = "bold.gif"; -tinyMCELang['lang_italic_img'] = "italic.gif"; -tinyMCELang['lang_underline_img'] = "underline.gif"; -tinyMCELang['lang_clipboard_msg'] = 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/de.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/de.js deleted file mode 100644 index 16b161e54e..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/de.js +++ /dev/null @@ -1,38 +0,0 @@ -// DE lang variables - -tinyMCELang['lang_bold_desc'] = 'Fett'; -tinyMCELang['lang_italic_desc'] = 'Kursiv'; -tinyMCELang['lang_underline_desc'] = 'Unterstrichen'; -tinyMCELang['lang_striketrough_desc'] = 'Durchgestrichen'; -tinyMCELang['lang_justifyleft_desc'] = 'Linksbündig'; -tinyMCELang['lang_justifycenter_desc'] = 'Zentriert'; -tinyMCELang['lang_justifyright_desc'] = 'Rechtsbündig'; -tinyMCELang['lang_justifyfull_desc'] = 'Blocksatz'; -tinyMCELang['lang_bullist_desc'] = 'Aufzählungszeichen'; -tinyMCELang['lang_numlist_desc'] = 'Nummerierung'; -tinyMCELang['lang_outdent_desc'] = 'Einzug verkleinern'; -tinyMCELang['lang_indent_desc'] = 'Einzug vergrössern'; -tinyMCELang['lang_undo_desc'] = 'Rückgängig'; -tinyMCELang['lang_redo_desc'] = 'Wiederholen'; -tinyMCELang['lang_link_desc'] = 'Link einfügen/bearbeiten'; -tinyMCELang['lang_unlink_desc'] = 'Link entfernen'; -tinyMCELang['lang_image_desc'] = 'Bild einfügen/bearbeiten'; -tinyMCELang['lang_cleanup_desc'] = 'unsauberen Code aufräumen'; -tinyMCELang['lang_focus_alert'] = 'Eine Bearbeitungsinstanz muss für diesen Befehl hervorgehoben.'; -tinyMCELang['lang_edit_confirm'] = 'Wollen Sie den WYSIWYG Modus für dieses Textfeld benutzen?'; -tinyMCELang['lang_insert_link_title'] = 'Link einfügen/bearbeiten'; -tinyMCELang['lang_insert'] = 'Einfügen'; -tinyMCELang['lang_update'] = 'Aktualisieren'; -tinyMCELang['lang_cancel'] = 'Abbrechen'; -tinyMCELang['lang_insert_link_url'] = 'Link URL'; -tinyMCELang['lang_insert_link_target'] = 'Ziel'; -tinyMCELang['lang_insert_link_target_same'] = 'Link in gleichen Fester öffnen'; -tinyMCELang['lang_insert_link_target_blank'] = 'Link in neuen Fenster öffnen'; -tinyMCELang['lang_insert_image_title'] = 'Bild einfügen/bearbeiten'; -tinyMCELang['lang_insert_image_src'] = 'Bild URL'; -tinyMCELang['lang_insert_image_alt'] = 'Bild Beschreibung'; -tinyMCELang['lang_help_desc'] = 'Hilfe'; -tinyMCELang['lang_bold_img'] = "bold_de_se.gif"; -tinyMCELang['lang_italic_img'] = "italic_de_se.gif"; -tinyMCELang['lang_underline_img'] = "underline.gif"; -tinyMCELang['lang_clipboard_msg'] = 'Kopieren/Ausschneiten/Einfügen ist mit Mozilla und Firefox nicht verfügbar.\nWollen Sie mehr Informationen darüber erhalten?'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/el.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/el.js deleted file mode 100644 index e078d611e3..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/el.js +++ /dev/null @@ -1,38 +0,0 @@ -// Greek lang variables by Jacaranda Bill - -tinyMCELang['lang_bold_desc'] = '¸íôïíç ãñáöÞ'; -tinyMCELang['lang_italic_desc'] = 'ÐëÜãéá ãñáöÞ'; -tinyMCELang['lang_underline_desc'] = 'ÕðïãñÜììéóç'; -tinyMCELang['lang_striketrough_desc'] = 'ÄéáêñéôÞ äéáãñáöÞ'; -tinyMCELang['lang_justifyleft_desc'] = 'Óôïß÷éóç áñéóôåñÜ'; -tinyMCELang['lang_justifycenter_desc'] = 'Óôïß÷éóç óôï êÝíôñï'; -tinyMCELang['lang_justifyright_desc'] = 'Óôïß÷éóç äåîéÜ'; -tinyMCELang['lang_justifyfull_desc'] = 'ÐëÞñçò óôïß÷éóç'; -tinyMCELang['lang_bullist_desc'] = 'Êïõêêßäåò'; -tinyMCELang['lang_numlist_desc'] = 'Áñßèìçóç'; -tinyMCELang['lang_outdent_desc'] = 'Ìåßùóç åóï÷Þò'; -tinyMCELang['lang_indent_desc'] = 'Áýîçóç åóï÷Þò'; -tinyMCELang['lang_undo_desc'] = 'Áíáßñåóç'; -tinyMCELang['lang_redo_desc'] = 'Áêýñùóç áíáßñåóçò'; -tinyMCELang['lang_link_desc'] = 'Äçìéïõñãßá/Äéüñèùóç õðåñ-óýíäåóçò'; -tinyMCELang['lang_unlink_desc'] = 'ÄéáãñáöÞ õðåñ-óýíäåóçò'; -tinyMCELang['lang_image_desc'] = 'ÅéóáãùãÞ/Äéüñèùóç åéêüíáò'; -tinyMCELang['lang_cleanup_desc'] = 'ÊáèÜñéóìá êþäéêá'; -tinyMCELang['lang_focus_alert'] = 'ÐñÝðåé íá õðÜñ÷åé åíåñãüò êÜðïéïò åðåîåñãáóôÞò êåéìÝíïõ ðñéí íá ÷ñçóéìïðïéÞóåôå áõôÞ ôçí åíôïëÞ.'; -tinyMCELang['lang_edit_confirm'] = 'ÈÝëåôå íá ÷ñçóéìïðïéÞóåôå ôçí êáôÜóôáóç WYSIWYG ãéá ôï óõãêåêñéìÝíï ðëáßóéï êåéìÝíïõ;'; -tinyMCELang['lang_insert_link_title'] = 'Äçìéïõñãßá/Äéüñèùóç õðåñ-óýíäåóçò'; -tinyMCELang['lang_insert'] = 'ÅéóáãùãÞ'; -tinyMCELang['lang_update'] = 'ÅéóáãùãÞ'; -tinyMCELang['lang_cancel'] = 'Áêýñùóç'; -tinyMCELang['lang_insert_link_url'] = 'Äéåýèõíóç'; -tinyMCELang['lang_insert_link_target'] = 'Óôü÷ïò'; -tinyMCELang['lang_insert_link_target_same'] = '¢íïéãìá ôçò äéåýèõíóçò óôï ßäéï ðáñÜèõñï'; -tinyMCELang['lang_insert_link_target_blank'] = '¢íïéãìá ôçò äéåýèõíóçò óå íÝï ðáñÜèõñï'; -tinyMCELang['lang_insert_image_title'] = 'ÅéóáãùãÞ/Äéüñèùóç åéêüíáò'; -tinyMCELang['lang_insert_image_src'] = 'Äéåýèõíóç'; -tinyMCELang['lang_insert_image_alt'] = 'ÐåñéãñáöÞ'; -tinyMCELang['lang_help_desc'] = 'ÂïÞèåéá'; -tinyMCELang['lang_bold_img'] = "bold.gif"; -tinyMCELang['lang_italic_img'] = "italic.gif"; -tinyMCELang['lang_underline_img'] = "underline.gif"; -tinyMCELang['lang_clipboard_msg'] = 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/en.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/en.js deleted file mode 100644 index 09c0041c2a..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/en.js +++ /dev/null @@ -1,38 +0,0 @@ -// UK lang variables - -tinyMCELang['lang_bold_desc'] = 'Bold'; -tinyMCELang['lang_italic_desc'] = 'Italic'; -tinyMCELang['lang_underline_desc'] = 'Underline'; -tinyMCELang['lang_striketrough_desc'] = 'Striketrough'; -tinyMCELang['lang_justifyleft_desc'] = 'Align left'; -tinyMCELang['lang_justifycenter_desc'] = 'Align center'; -tinyMCELang['lang_justifyright_desc'] = 'Align right'; -tinyMCELang['lang_justifyfull_desc'] = 'Align full'; -tinyMCELang['lang_bullist_desc'] = 'Unordered list'; -tinyMCELang['lang_numlist_desc'] = 'Ordered list'; -tinyMCELang['lang_outdent_desc'] = 'Outdent'; -tinyMCELang['lang_indent_desc'] = 'Indent'; -tinyMCELang['lang_undo_desc'] = 'Undo'; -tinyMCELang['lang_redo_desc'] = 'Redo'; -tinyMCELang['lang_link_desc'] = 'Insert/edit link'; -tinyMCELang['lang_unlink_desc'] = 'Unlink'; -tinyMCELang['lang_image_desc'] = 'Insert/edit image'; -tinyMCELang['lang_cleanup_desc'] = 'Cleanup messy code'; -tinyMCELang['lang_focus_alert'] = 'A editor instance must be focused before using this command.'; -tinyMCELang['lang_edit_confirm'] = 'Do you want to use the WYSIWYG mode for this textarea?'; -tinyMCELang['lang_insert_link_title'] = 'Insert/edit link'; -tinyMCELang['lang_insert'] = 'Insert'; -tinyMCELang['lang_update'] = 'Update'; -tinyMCELang['lang_cancel'] = 'Cancel'; -tinyMCELang['lang_insert_link_url'] = 'Link URL'; -tinyMCELang['lang_insert_link_target'] = 'Target'; -tinyMCELang['lang_insert_link_target_same'] = 'Open link in the same window'; -tinyMCELang['lang_insert_link_target_blank'] = 'Open link in a new window'; -tinyMCELang['lang_insert_image_title'] = 'Insert/edit image'; -tinyMCELang['lang_insert_image_src'] = 'Image URL'; -tinyMCELang['lang_insert_image_alt'] = 'Image description'; -tinyMCELang['lang_help_desc'] = 'Help'; -tinyMCELang['lang_bold_img'] = "bold.gif"; -tinyMCELang['lang_italic_img'] = "italic.gif"; -tinyMCELang['lang_underline_img'] = "underline.gif"; -tinyMCELang['lang_clipboard_msg'] = 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/es-es.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/es-es.js deleted file mode 100644 index 532103c3f1..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/es-es.js +++ /dev/null @@ -1,38 +0,0 @@ -// ES lang variables by Alvaro Velasco - -tinyMCELang['lang_bold_desc'] = 'Negrita'; -tinyMCELang['lang_italic_desc'] = 'Cursiva'; -tinyMCELang['lang_underline_desc'] = 'Subrayado'; -tinyMCELang['lang_striketrough_desc'] = 'Tachado'; -tinyMCELang['lang_justifyleft_desc'] = 'Alinear a la izquierda'; -tinyMCELang['lang_justifycenter_desc'] = 'Alinear al centro'; -tinyMCELang['lang_justifyright_desc'] = 'Alinear a la derecha'; -tinyMCELang['lang_justifyfull_desc'] = 'Justificado'; -tinyMCELang['lang_bullist_desc'] = 'Lista sin ordenar'; -tinyMCELang['lang_numlist_desc'] = 'Lista ordenada'; -tinyMCELang['lang_outdent_desc'] = 'Disminuye sangria'; -tinyMCELang['lang_indent_desc'] = 'Aumentar sangria'; -tinyMCELang['lang_undo_desc'] = 'Deshacer'; -tinyMCELang['lang_redo_desc'] = 'Rehacer'; -tinyMCELang['lang_link_desc'] = 'Insertar enlace'; -tinyMCELang['lang_unlink_desc'] = 'Quitar enlace'; -tinyMCELang['lang_image_desc'] = 'Insertar imagen'; -tinyMCELang['lang_cleanup_desc'] = 'Limpiar codigo'; -tinyMCELang['lang_focus_alert'] = 'Una instancia del editor debe ser enfocada antes de usar este comando.'; -tinyMCELang['lang_edit_confirm'] = '¿Desea usar el modo WYSIWYG para este área de texto?'; -tinyMCELang['lang_insert_link_title'] = 'Insertar/editar enlace'; -tinyMCELang['lang_insert'] = 'Insertar'; -tinyMCELang['lang_update'] = 'Actualizar'; -tinyMCELang['lang_cancel'] = 'Cancelar'; -tinyMCELang['lang_insert_link_url'] = 'URL del enlace'; -tinyMCELang['lang_insert_link_target'] = 'Destino'; -tinyMCELang['lang_insert_link_target_same'] = 'Abrir enlace en la misma ventana'; -tinyMCELang['lang_insert_link_target_blank'] = 'Abrir enlace en una ventana nueva'; -tinyMCELang['lang_insert_image_title'] = 'Insertar/editar imagen'; -tinyMCELang['lang_insert_image_src'] = 'URL de la imagen'; -tinyMCELang['lang_insert_image_alt'] = 'Descripcion de la imagen'; -tinyMCELang['lang_help_desc'] = 'Ayuda'; -tinyMCELang['lang_bold_img'] = "bold.gif"; -tinyMCELang['lang_italic_img'] = "italic.gif"; -tinyMCELang['lang_underline_img'] = "underline.gif"; -tinyMCELang['lang_clipboard_msg'] = 'Copiar/Cortar/Pegar no está disponible en Mozilla ni Firefox.\n¿Desea más información sobre esto?'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/es.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/es.js deleted file mode 100644 index 7f826803cc..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/es.js +++ /dev/null @@ -1,38 +0,0 @@ -// ES lang variables by Alvaro Velasco - -tinyMCELang['lang_bold_desc'] = 'Negrita'; -tinyMCELang['lang_italic_desc'] = 'Cursiva'; -tinyMCELang['lang_underline_desc'] = 'Subrayado'; -tinyMCELang['lang_striketrough_desc'] = 'Tachado'; -tinyMCELang['lang_justifyleft_desc'] = 'Alinear a la izquierda'; -tinyMCELang['lang_justifycenter_desc'] = 'Alinear al centro'; -tinyMCELang['lang_justifyright_desc'] = 'Alinear a la derecha'; -tinyMCELang['lang_justifyfull_desc'] = 'Alinear justificado'; -tinyMCELang['lang_bullist_desc'] = 'Lista sin ordenar'; -tinyMCELang['lang_numlist_desc'] = 'Lista ordenada'; -tinyMCELang['lang_outdent_desc'] = 'Disminuye sangria'; -tinyMCELang['lang_indent_desc'] = 'Aumentar sangria'; -tinyMCELang['lang_undo_desc'] = 'Deshacer'; -tinyMCELang['lang_redo_desc'] = 'Rehacer'; -tinyMCELang['lang_link_desc'] = 'Insertar enlace'; -tinyMCELang['lang_unlink_desc'] = 'Quitar enlace'; -tinyMCELang['lang_image_desc'] = 'Insertar imagen'; -tinyMCELang['lang_cleanup_desc'] = 'Limpiar codigo'; -tinyMCELang['lang_focus_alert'] = 'Una instanacia del editor debe ser enfocada antes de usar este comando.'; -tinyMCELang['lang_edit_confirm'] = 'Quieres usar el modo WYSIWYG para esta area de texto?'; -tinyMCELang['lang_insert_link_title'] = 'Insertar/editar enlace'; -tinyMCELang['lang_insert'] = 'Insertar'; -tinyMCELang['lang_update'] = 'Insertar'; -tinyMCELang['lang_cancel'] = 'Cancelar'; -tinyMCELang['lang_insert_link_url'] = 'Direccion del enlace'; -tinyMCELang['lang_insert_link_target'] = 'Destino'; -tinyMCELang['lang_insert_link_target_same'] = 'Abrir enlace en la misma ventana'; -tinyMCELang['lang_insert_link_target_blank'] = 'Abrir enlace en una ventana nueva'; -tinyMCELang['lang_insert_image_title'] = 'Insertar/editar imagen'; -tinyMCELang['lang_insert_image_src'] = 'URL de la imagen'; -tinyMCELang['lang_insert_image_alt'] = 'Descripcion de la imagen'; -tinyMCELang['lang_help_desc'] = 'Ayuda'; -tinyMCELang['lang_bold_img'] = "bold.gif"; -tinyMCELang['lang_italic_img'] = "italic.gif"; -tinyMCELang['lang_underline_img'] = "underline.gif"; -tinyMCELang['lang_clipboard_msg'] = 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/fa.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/fa.js deleted file mode 100644 index 445830e041..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/fa.js +++ /dev/null @@ -1,43 +0,0 @@ -// IR lang variables -// Persian (Farsi) language pack (for IRAN) -// By: Morteza Zafari -// Lost@LostLord.com -// http://www.LostLord.com - -tinyMCELang['lang_dir'] = 'rtl'; -tinyMCELang['lang_bold_desc'] = 'ضخيم'; -tinyMCELang['lang_italic_desc'] = 'کجکي'; -tinyMCELang['lang_underline_desc'] = 'زير خط دار'; -tinyMCELang['lang_striketrough_desc'] = 'خط خورده'; -tinyMCELang['lang_justifyleft_desc'] = 'Ú†Ù¾ چين'; -tinyMCELang['lang_justifycenter_desc'] = 'وسط چين'; -tinyMCELang['lang_justifyright_desc'] = 'راست چين'; -tinyMCELang['lang_justifyfull_desc'] = 'کشيده چين'; -tinyMCELang['lang_bullist_desc'] = 'ليست'; -tinyMCELang['lang_numlist_desc'] = 'ليست عددي'; -tinyMCELang['lang_outdent_desc'] = 'کاهش زبانه'; -tinyMCELang['lang_indent_desc'] = 'اÙزايش زبانه'; -tinyMCELang['lang_undo_desc'] = 'برگردونک'; -tinyMCELang['lang_redo_desc'] = 'سرگردونک'; -tinyMCELang['lang_link_desc'] = 'درج Ùˆ ويرايش لينک'; -tinyMCELang['lang_unlink_desc'] = 'حذ٠لينک'; -tinyMCELang['lang_image_desc'] = 'درج Ùˆ ويرايش عکس'; -tinyMCELang['lang_cleanup_desc'] = 'پاکسازي کد'; -tinyMCELang['lang_focus_alert'] = 'A editor instance must be focused before using this command.'; -tinyMCELang['lang_edit_confirm'] = 'Do you want to use the WYSIWYG mode for this textarea?'; -tinyMCELang['lang_insert_link_title'] = 'درج Ùˆ ويرايش لينک'; -tinyMCELang['lang_insert'] = ' تاييد '; -tinyMCELang['lang_update'] = ' تاييد '; -tinyMCELang['lang_cancel'] = ' انصرا٠'; -tinyMCELang['lang_insert_link_url'] = 'URL لينک'; -tinyMCELang['lang_insert_link_target'] = 'مقصد'; -tinyMCELang['lang_insert_link_target_same'] = 'لينک را در همان صÙحه باز Ú©Ù†'; -tinyMCELang['lang_insert_link_target_blank'] = 'لينک را در صÙحه جديد باز Ú©Ù†'; -tinyMCELang['lang_insert_image_title'] = 'درج Ùˆ ويرايش عکس'; -tinyMCELang['lang_insert_image_src'] = 'URL عکس'; -tinyMCELang['lang_insert_image_alt'] = 'توضيح'; -tinyMCELang['lang_help_desc'] = 'راهنما'; -tinyMCELang['lang_bold_img'] = "bold.gif"; -tinyMCELang['lang_italic_img'] = "italic.gif"; -tinyMCELang['lang_underline_img'] = "underline.gif"; -tinyMCELang['lang_clipboard_msg'] = 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/fi.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/fi.js deleted file mode 100644 index 6491ac7a24..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/fi.js +++ /dev/null @@ -1,38 +0,0 @@ -// FI lang variables by Urho Konttori from Absolutions - -tinyMCELang['lang_bold_desc'] = 'Lihavoi'; -tinyMCELang['lang_italic_desc'] = 'Kursivoi'; -tinyMCELang['lang_underline_desc'] = 'Alleviivaa'; -tinyMCELang['lang_striketrough_desc'] = 'Yliviivaa'; -tinyMCELang['lang_justifyleft_desc'] = 'Vasen tasaus'; -tinyMCELang['lang_justifycenter_desc'] = 'Keskitys'; -tinyMCELang['lang_justifyright_desc'] = 'Oikea tasaus'; -tinyMCELang['lang_justifyfull_desc'] = 'Pakotettu tasaus'; -tinyMCELang['lang_bullist_desc'] = 'Numeroimaton lista'; -tinyMCELang['lang_numlist_desc'] = 'Numeroitu lista'; -tinyMCELang['lang_outdent_desc'] = 'Poista sisennyt'; -tinyMCELang['lang_indent_desc'] = 'Sisennys'; -tinyMCELang['lang_undo_desc'] = 'Peruuta'; -tinyMCELang['lang_redo_desc'] = 'Suorita uudelleen'; -tinyMCELang['lang_link_desc'] = 'Lisää linkki'; -tinyMCELang['lang_unlink_desc'] = 'Poista linkki'; -tinyMCELang['lang_image_desc'] = 'Lisää kuva'; -tinyMCELang['lang_cleanup_desc'] = 'Siisti koodi'; -tinyMCELang['lang_focus_alert'] = 'Teksinkäsittelyalueella täytyy olla fokus ennen tämän komennon suorittamista.'; -tinyMCELang['lang_edit_confirm'] = 'Haluatko käyttää WYSIWYG moodia tähän tekstialueeseen?'; -tinyMCELang['lang_insert_link_title'] = 'Lisää/muokkaa linkkiä'; -tinyMCELang['lang_insert'] = 'Lisää'; -tinyMCELang['lang_update'] = 'Lisää'; -tinyMCELang['lang_cancel'] = 'Peruuta'; -tinyMCELang['lang_insert_link_url'] = 'Linkin URL'; -tinyMCELang['lang_insert_link_target'] = 'Kohde'; -tinyMCELang['lang_insert_link_target_same'] = 'Avaa linkki samassa ikkunassa'; -tinyMCELang['lang_insert_link_target_blank'] = 'Avaa linkki uudessa ikkunassa'; -tinyMCELang['lang_insert_image_title'] = 'Lisää/muokkaa kuvaa'; -tinyMCELang['lang_insert_image_src'] = 'Kuvan URL'; -tinyMCELang['lang_insert_image_alt'] = 'Kuvan selite'; -tinyMCELang['lang_help_desc'] = 'Apua'; -tinyMCELang['lang_bold_img'] = "bold.gif"; -tinyMCELang['lang_italic_img'] = "italic.gif"; -tinyMCELang['lang_underline_img'] = "underline.gif"; -tinyMCELang['lang_clipboard_msg'] = 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/fr.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/fr.js deleted file mode 100644 index a08e140e92..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/fr.js +++ /dev/null @@ -1,38 +0,0 @@ -// FR lang variables by Pat Boens -// Modify by Laurent Dran -tinyMCELang['lang_bold_desc'] = 'Gras'; -tinyMCELang['lang_italic_desc'] = 'Italique'; -tinyMCELang['lang_underline_desc'] = 'Souligné'; -tinyMCELang['lang_striketrough_desc'] = 'Barré'; -tinyMCELang['lang_justifyleft_desc'] = 'Aligner à gauche'; -tinyMCELang['lang_justifycenter_desc'] = 'Aligner au centre'; -tinyMCELang['lang_justifyright_desc'] = 'Aligner à droite'; -tinyMCELang['lang_justifyfull_desc'] = 'Justifier'; -tinyMCELang['lang_bullist_desc'] = 'Liste désordonnée (puces)'; -tinyMCELang['lang_numlist_desc'] = 'Liste ordonnée (numéros)'; -tinyMCELang['lang_outdent_desc'] = 'Diminuer le retrait'; -tinyMCELang['lang_indent_desc'] = 'Augmenter le retrait'; -tinyMCELang['lang_undo_desc'] = 'Défaire'; -tinyMCELang['lang_redo_desc'] = 'Refaire'; -tinyMCELang['lang_link_desc'] = 'Insérer/éditer le lien'; -tinyMCELang['lang_unlink_desc'] = 'Enlever le lien'; -tinyMCELang['lang_image_desc'] = 'Insérer/éditer une image'; -tinyMCELang['lang_cleanup_desc'] = 'Nettoyer le code'; -tinyMCELang['lang_focus_alert'] = 'Une instance de l\éditeur doit avoir le focus avant d\'utiliser cette commande.'; -tinyMCELang['lang_edit_confirm'] = 'Voulez-vous utiliser le mode WYSIWYG pour cette zone de texte (textarea) ?'; -tinyMCELang['lang_insert_link_title'] = 'Insertion/édition lien'; -tinyMCELang['lang_insert'] = 'Insertion'; -tinyMCELang['lang_update'] = 'Insertion'; -tinyMCELang['lang_cancel'] = 'Annuler'; -tinyMCELang['lang_insert_link_url'] = 'Lien URL'; -tinyMCELang['lang_insert_link_target'] = 'Cible'; -tinyMCELang['lang_insert_link_target_same'] = 'Ouvrir le lien dans la même fenêtre'; -tinyMCELang['lang_insert_link_target_blank'] = 'Ouvrir le lien dans une nouvelle fenêtre'; -tinyMCELang['lang_insert_image_title'] = 'Insertion/édition d\'une image'; -tinyMCELang['lang_insert_image_src'] = 'URL de l\'image'; -tinyMCELang['lang_insert_image_alt'] = 'Description de l\'image'; -tinyMCELang['lang_help_desc'] = 'Aide'; -tinyMCELang['lang_bold_img'] = "bold.gif"; -tinyMCELang['lang_italic_img'] = "italic.gif"; -tinyMCELang['lang_underline_img'] = "underline.gif"; -tinyMCELang['lang_clipboard_msg'] = 'Copier/Couper/Coller ne sont pas disponibles pour Mozilla et Firefox.\nVoulez vous plus d\'informatios à ce sujet?'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/fr_ca.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/fr_ca.js deleted file mode 100644 index 1f6bf18fd2..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/fr_ca.js +++ /dev/null @@ -1,38 +0,0 @@ -// Canadian French lang variables by Virtuelcom - -tinyMCELang['lang_bold_desc'] = 'Gras'; -tinyMCELang['lang_italic_desc'] = 'Italique'; -tinyMCELang['lang_underline_desc'] = 'Souligner'; -tinyMCELang['lang_striketrough_desc'] = 'Barrer'; -tinyMCELang['lang_justifyleft_desc'] = 'Aligner à gauche'; -tinyMCELang['lang_justifycenter_desc'] = 'Aligner au centre'; -tinyMCELang['lang_justifyright_desc'] = 'Aligner à droite'; -tinyMCELang['lang_justifyfull_desc'] = 'Justifier'; -tinyMCELang['lang_bullist_desc'] = 'Puces'; -tinyMCELang['lang_numlist_desc'] = 'Numérotation'; -tinyMCELang['lang_outdent_desc'] = 'Réduire le retrait'; -tinyMCELang['lang_indent_desc'] = 'Augmenter le retrait'; -tinyMCELang['lang_undo_desc'] = 'Annuler la dernière action'; -tinyMCELang['lang_redo_desc'] = 'Refaire la dernière action annulée'; -tinyMCELang['lang_link_desc'] = 'Insérer un hyperlien'; -tinyMCELang['lang_unlink_desc'] = 'Supprimer un hyperlien'; -tinyMCELang['lang_image_desc'] = 'Insérer une image'; -tinyMCELang['lang_cleanup_desc'] = 'Nettoyer le code'; -tinyMCELang['lang_focus_alert'] = 'Un éditeur doit être sélectionné pour utiliser cette fonction.'; -tinyMCELang['lang_edit_confirm'] = 'Désirez-vous utiliser l\'éditeur pour modifier cette zone?'; -tinyMCELang['lang_insert_link_title'] = 'Insérer / Modifier un hyperlien'; -tinyMCELang['lang_insert'] = 'Insérer'; -tinyMCELang['lang_update'] = 'Insérer'; -tinyMCELang['lang_cancel'] = 'Annuler'; -tinyMCELang['lang_insert_link_url'] = 'Adresse URL'; -tinyMCELang['lang_insert_link_target'] = 'Destination'; -tinyMCELang['lang_insert_link_target_same'] = 'Ouvrir dans la même fenêtre'; -tinyMCELang['lang_insert_link_target_blank'] = 'Ouvrir dans une nouvelle fenêtre'; -tinyMCELang['lang_insert_image_title'] = 'Insérer / Modifier une image'; -tinyMCELang['lang_insert_image_src'] = 'Adresse de l\'image'; -tinyMCELang['lang_insert_image_alt'] = 'Description de l\'image'; -tinyMCELang['lang_help_desc'] = 'Aide'; -tinyMCELang['lang_bold_img'] = "bold_fr.gif"; -tinyMCELang['lang_italic_img'] = "italic.gif"; -tinyMCELang['lang_underline_img'] = "underline_fr.gif"; -tinyMCELang['lang_clipboard_msg'] = 'Copier/Couper/Coller ne sont pas disponibles dans Mozilla et FireFox.\nDésirez-vous consulter de plus amples informations à ce sujet?'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/hu.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/hu.js deleted file mode 100644 index 2d0e45edcc..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/hu.js +++ /dev/null @@ -1,39 +0,0 @@ -// HU lang variables -// Edited by 2XP (2xp@dino.hu) - -tinyMCELang['lang_bold_desc'] = 'Félkövér'; -tinyMCELang['lang_italic_desc'] = 'Dõlt'; -tinyMCELang['lang_underline_desc'] = 'Aláhúzott'; -tinyMCELang['lang_striketrough_desc'] = 'Áthúzott'; -tinyMCELang['lang_justifyleft_desc'] = 'Balra igazítás'; -tinyMCELang['lang_justifycenter_desc'] = 'Középre igazítás'; -tinyMCELang['lang_justifyright_desc'] = 'Jobbra igazítás'; -tinyMCELang['lang_justifyfull_desc'] = 'Sorkizárt'; -tinyMCELang['lang_bullist_desc'] = 'Felsorolás'; -tinyMCELang['lang_numlist_desc'] = 'Számozott lista'; -tinyMCELang['lang_outdent_desc'] = 'Behúzás balra'; -tinyMCELang['lang_indent_desc'] = 'Behúzás jobbra'; -tinyMCELang['lang_undo_desc'] = 'Visszavonás'; -tinyMCELang['lang_redo_desc'] = 'Ismétlés'; -tinyMCELang['lang_link_desc'] = 'Link felvétele'; -tinyMCELang['lang_unlink_desc'] = 'Link törlése'; -tinyMCELang['lang_image_desc'] = 'Kép beillesztése'; -tinyMCELang['lang_cleanup_desc'] = 'Kód tisztítása'; -tinyMCELang['lang_focus_alert'] = 'Miel\u00F5tt haszn\u00E1lja ezt a funkci\u00F3t, ki kell jel\u00F6lnie a szerkeszteni k\u00EDv\u00E1nt ter\u00FCletet.'; -tinyMCELang['lang_edit_confirm'] = 'K\u00EDv\u00E1nja a WYSIWYG m\u00F3dot erre a sz\u00F6vegter\u00FCletre alkalmazni??'; -tinyMCELang['lang_insert_link_title'] = 'Link beillesztése/szerkesztése'; -tinyMCELang['lang_insert'] = 'Beillesztés'; -tinyMCELang['lang_update'] = 'Beillesztés'; -tinyMCELang['lang_cancel'] = 'Mégsem'; -tinyMCELang['lang_insert_link_url'] = 'Link URL'; -tinyMCELang['lang_insert_link_target'] = 'Cél'; -tinyMCELang['lang_insert_link_target_same'] = 'Link megnyitása azonos ablakban'; -tinyMCELang['lang_insert_link_target_blank'] = 'Link megnyitása új ablakban'; -tinyMCELang['lang_insert_image_title'] = 'Kép beillesztése/szerkesztése'; -tinyMCELang['lang_insert_image_src'] = 'Kép URL'; -tinyMCELang['lang_insert_image_alt'] = 'Képleírás'; -tinyMCELang['lang_help_desc'] = 'Segítég'; -tinyMCELang['lang_bold_img'] = 'bold.gif'; -tinyMCELang['lang_italic_img'] = 'italic.gif'; -tinyMCELang['lang_underline_img'] = "underline.gif"; -tinyMCELang['lang_clipboard_msg'] = 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/it.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/it.js deleted file mode 100644 index 6d91976929..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/it.js +++ /dev/null @@ -1,38 +0,0 @@ -// Variabili lingua IT - fabrix.xm@lombardiacom.it - -tinyMCELang['lang_bold_desc'] = 'Grassetto'; -tinyMCELang['lang_italic_desc'] = 'Corsivo'; -tinyMCELang['lang_underline_desc'] = 'Sottolineato'; -tinyMCELang['lang_striketrough_desc'] = 'Barrato'; -tinyMCELang['lang_justifyleft_desc'] = 'Allinea a sinistra'; -tinyMCELang['lang_justifycenter_desc'] = 'Allinea centrato'; -tinyMCELang['lang_justifyright_desc'] = 'Allinea a destra'; -tinyMCELang['lang_justifyfull_desc'] = 'Giustifica'; -tinyMCELang['lang_bullist_desc'] = 'Lista non ordinata'; -tinyMCELang['lang_numlist_desc'] = 'Lista ordinata'; -tinyMCELang['lang_outdent_desc'] = 'Rientra'; -tinyMCELang['lang_indent_desc'] = 'Indenta'; -tinyMCELang['lang_undo_desc'] = 'Annulla'; -tinyMCELang['lang_redo_desc'] = 'Ripeti'; -tinyMCELang['lang_link_desc'] = 'Inserisci link'; -tinyMCELang['lang_unlink_desc'] = 'Elimina link'; -tinyMCELang['lang_image_desc'] = 'Inserisci immagine'; -tinyMCELang['lang_cleanup_desc'] = 'Pulisci il codice'; -tinyMCELang['lang_focus_alert'] = 'Una istanza dell\' editor deve essere selezionata prima di usare questo comando.'; -tinyMCELang['lang_edit_confirm'] = 'Vuoi usare la modalit\u00E0 WYSIWYG per questa textarea?'; -tinyMCELang['lang_insert_link_title'] = 'Inserisci/modifica link'; -tinyMCELang['lang_insert'] = 'Inserisci'; -tinyMCELang['lang_update'] = 'Inserisci'; -tinyMCELang['lang_cancel'] = 'Cancella'; -tinyMCELang['lang_insert_link_url'] = 'Link URL'; -tinyMCELang['lang_insert_link_target'] = 'Target'; -tinyMCELang['lang_insert_link_target_same'] = 'Apri il link nella stessa finestra'; -tinyMCELang['lang_insert_link_target_blank'] = 'Apri il link in una nuova finestra'; -tinyMCELang['lang_insert_image_title'] = 'Inserisci/modifica immagine'; -tinyMCELang['lang_insert_image_src'] = 'URL immagine'; -tinyMCELang['lang_insert_image_alt'] = 'Descrizione dell\'immagine'; -tinyMCELang['lang_help_desc'] = 'Guida'; -tinyMCELang['lang_bold_img'] = "bold.gif"; -tinyMCELang['lang_italic_img'] = "italic.gif"; -tinyMCELang['lang_underline_img'] = "underline.gif"; -tinyMCELang['lang_clipboard_msg'] = 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/ja.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/ja.js deleted file mode 100644 index e602f7f1d6..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/ja.js +++ /dev/null @@ -1,38 +0,0 @@ -// JP lang variables - -tinyMCELang['lang_bold_desc'] = '$BB@;z(B'; -tinyMCELang['lang_italic_desc'] = '$B * -* This file is derived from tinymce's langs/en.js file * -* -------------------------------------------- * -* This program is free software; you can redistribute it and/or modify it * -* under the terms of the GNU General Public License as published by the * -* Free Software Foundation; either version 2 of the License, or (at your * -* option) any later version. * -\**************************************************************************/ - -/* $Id$ */ - -$GLOBALS['egw_info']['flags'] = Array( - 'currentapp' => 'home', // can't be phpgwapi, nor htmlarea (no own directory) - 'noheader' => True, - 'nonavbar' => True, - 'noappheader' => True, - 'noappfooter' => True, - 'nofooter' => True, - 'nocachecontrol' => True // allow cacheing -); - -include('../../../../../../header.inc.php'); -header('Content-type: text/javascript; charset='.$GLOBALS['egw']->translation->charset()); -$GLOBALS['egw']->translation->add_app('tinymce'); -?> - -// from langs/en.js -tinyMCELang['lang_bold_desc'] = ''; -tinyMCELang['lang_italic_desc'] = ''; -tinyMCELang['lang_underline_desc'] = ''; -tinyMCELang['lang_striketrough_desc'] = ''; -tinyMCELang['lang_justifyleft_desc'] = ''; -tinyMCELang['lang_justifycenter_desc'] = ''; -tinyMCELang['lang_justifyright_desc'] = ''; -tinyMCELang['lang_justifyfull_desc'] = ''; -tinyMCELang['lang_bullist_desc'] = ''; -tinyMCELang['lang_numlist_desc'] = ''; -tinyMCELang['lang_outdent_desc'] = ''; -tinyMCELang['lang_indent_desc'] = ''; -tinyMCELang['lang_undo_desc'] = ''; -tinyMCELang['lang_redo_desc'] = ''; -tinyMCELang['lang_link_desc'] = ''; -tinyMCELang['lang_unlink_desc'] = ''; -tinyMCELang['lang_image_desc'] = ''; -tinyMCELang['lang_cleanup_desc'] = ''; -tinyMCELang['lang_focus_alert'] = ''; -tinyMCELang['lang_edit_confirm'] = ''; -tinyMCELang['lang_insert_link_title'] = ''; -tinyMCELang['lang_insert'] = ''; -tinyMCELang['lang_update'] = ''; -tinyMCELang['lang_cancel'] = ''; -tinyMCELang['lang_insert_link_url'] = ''; -tinyMCELang['lang_insert_link_target'] = ''; -tinyMCELang['lang_insert_link_target_same'] = ''; -tinyMCELang['lang_insert_link_target_blank'] = ''; -tinyMCELang['lang_insert_image_title'] = ''; -tinyMCELang['lang_insert_image_src'] = ''; -tinyMCELang['lang_insert_image_alt'] = ''; -tinyMCELang['lang_help_desc'] = ''; - -tinyMCELang['lang_clipboard_msg'] = ''; - -// from plugins/advhr/langs/en.js -tinyMCELang['lang_insert_advhr_desc'] = ''; -tinyMCELang['lang_insert_advhr_width'] = ''; -tinyMCELang['lang_insert_advhr_size'] = ''; -tinyMCELang['lang_insert_advhr_noshade'] = ''; - -// from plugins/advimage/langs/en.js -tinyMCELang['lang_insert_image_alt2'] = ''; -tinyMCELang['lang_insert_image_onmousemove'] = ''; -tinyMCELang['lang_insert_image_mouseover'] = ''; -tinyMCELang['lang_insert_image_mouseout'] = ''; - -// from plugins/advlink/langs/en.js -tinyMCELang['lang_insert_link_target_same'] = ''; -tinyMCELang['lang_insert_link_target_parent'] = ''; -tinyMCELang['lang_insert_link_target_top'] = ''; -tinyMCELang['lang_insert_link_target_blank'] = ''; -tinyMCELang['lang_insert_link_target_named'] = ''; -tinyMCELang['lang_insert_link_popup'] = ''; -tinyMCELang['lang_insert_link_popup_url'] = ''; -tinyMCELang['lang_insert_link_popup_name'] = ''; -tinyMCELang['lang_insert_link_popup_return'] = ""; -tinyMCELang['lang_insert_link_popup_scrollbars'] = ''; -tinyMCELang['lang_insert_link_popup_statusbar'] = ''; -tinyMCELang['lang_insert_link_popup_toolbar'] = ''; -tinyMCELang['lang_insert_link_popup_menubar'] = ''; -tinyMCELang['lang_insert_link_popup_location'] = ''; -tinyMCELang['lang_insert_link_popup_resizable'] = ''; -tinyMCELang['lang_insert_link_popup_size'] = ''; -tinyMCELang['lang_insert_link_popup_position'] = ''; -tinyMCELang['lang_insert_link_popup_missingtarget'] = ''; - -// from plugins/directionality/langs/en.js -tinyMCELang['lang_directionality_ltr_desc'] = ''; -tinyMCELang['lang_directionality_rtl_desc'] = ''; - -// from plugins/emotions/langs/en.js -tinyMCELang['lang_insert_emotions_title'] = ''; -tinyMCELang['lang_emotions_desc'] = ''; - -// from plugins/flash/langs/en.js -tinyMCELang['lang_insert_flash'] = ''; -tinyMCELang['lang_insert_flash_file'] = ''; -tinyMCELang['lang_insert_flash_size'] = ''; -tinyMCELang['lang_insert_flash_list'] = ''; -tinyMCELang['lang_flash_props'] = ''; - -// from plugins/fullscreen/langs/en.js -tinyMCELang['lang_fullscreen_title'] = ''; -tinyMCELang['lang_fullscreen_desc'] = ''; - -// from plugins/iespell/langs/en.js -tinyMCELang['lang_iespell_desc'] = ''; -tinyMCELang['lang_iespell_download'] = ''; - -// from plugins/insertdate/langs/en.js -tinyMCELang['lang_insertdate_desc'] = ''; -tinyMCELang['lang_inserttime_desc'] = ''; -tinyMCELang['lang_inserttime_months_long'] = new Array(translation->add_app('jscalendar'); -$monthnames = array('January','February','March','April','May','June','July','August','September','October','November','December'); -foreach($monthnames as $n => $name) -{ - echo "\n \"".lang($name).'"'.($n < 11 ? ',' : ''); -} -?>); -tinyMCELang['lang_inserttime_months_short'] = new Array( $name) -{ - $short = lang(substr($name,0,3)); // test if our lang-file have a translation for the english short with 3 chars - if (substr($short,-1) == '*') // else create one by truncating the full translation to x chars - { - $short = substr(lang($name),0,(int)lang('3 number of chars for month-shortcut')); - } - echo "\n \"".$short.'"'.($n < 11 ? ',' : ''); -} -?>); -tinyMCELang['lang_inserttime_day_long'] = new Array( $name) -{ - echo "\n \"".lang($name).'"'.($n < 7 ? ',' : ''); -} -?>); -tinyMCELang['lang_inserttime_day_short'] = new Array( $name) -{ - $short = lang(substr($name,0,3)); // test if our lang-file have a translation for the english short with 3 chars - if (substr($short,-1) == '*') // else create one by truncating the full translation to x chars - { - $short = substr(lang($name),0,(int)lang('3 number of chars for day-shortcut')); - } - echo "\n \"".$short.'"'.($n < 7 ? ',' : ''); -} -?>); - -// from plugins/paste/langs/en.js -tinyMCELang['lang_paste_text_desc'] = ''; -tinyMCELang['lang_paste_text_title'] = ''; -tinyMCELang['lang_paste_text_linebreaks'] = ''; -tinyMCELang['lang_paste_word_desc'] = ''; -tinyMCELang['lang_paste_word_title'] = ''; -tinyMCELang['lang_selectall_desc'] = ''; - -// from plugins/preview/langs/en.js -tinyMCELang['lang_preview_desc'] = ''; - -// from plugins/print/langs/en.js -tinyMCELang['lang_print_desc'] = ''; - -// from plugins/save/langs/en.js -tinyMCELang['lang_save_desc'] = ''; - -// from plugins/searchreplace/langs/en.js -tinyMCELang['lang_searchreplace_search_desc'] = ''; -tinyMCELang['lang_searchreplace_searchnext_desc'] = ''; -tinyMCELang['lang_searchreplace_replace_desc'] = ''; -tinyMCELang['lang_searchreplace_notfound'] = ''; -tinyMCELang['lang_searchreplace_search_title'] = ''; -tinyMCELang['lang_searchreplace_replace_title'] = ''; -tinyMCELang['lang_searchreplace_allreplaced'] = ''; -tinyMCELang['lang_searchreplace_findwhat'] = ''; -tinyMCELang['lang_searchreplace_replacewith'] = ''; -tinyMCELang['lang_searchreplace_direction'] = ''; -tinyMCELang['lang_searchreplace_up'] = ''; -tinyMCELang['lang_searchreplace_down'] = ''; -tinyMCELang['lang_searchreplace_case'] = ''; -tinyMCELang['lang_searchreplace_findnext'] = ''; -tinyMCELang['lang_searchreplace_replace'] = ''; -tinyMCELang['lang_searchreplace_replaceall'] = ''; -tinyMCELang['lang_searchreplace_cancel'] = ''; - -// from plugins/table/langs/en.js -tinyMCELang['lang_table_desc'] = ''; -tinyMCELang['lang_table_insert_row_before_desc'] = ''; -tinyMCELang['lang_table_insert_row_after_desc'] = ''; -tinyMCELang['lang_table_delete_row_desc'] = ''; -tinyMCELang['lang_table_insert_col_before_desc'] = ''; -tinyMCELang['lang_table_insert_col_after_desc'] = ''; -tinyMCELang['lang_table_delete_col_desc'] = ''; -tinyMCELang['lang_insert_table_title'] = ''; -tinyMCELang['lang_insert_table_width'] = ''; -tinyMCELang['lang_insert_table_height'] = ''; -tinyMCELang['lang_insert_table_cols'] = ''; -tinyMCELang['lang_insert_table_rows'] = ''; -tinyMCELang['lang_insert_table_cellspacing'] = ''; -tinyMCELang['lang_insert_table_cellpadding'] = ''; -tinyMCELang['lang_insert_table_border'] = ''; -tinyMCELang['lang_insert_table_align'] = ''; -tinyMCELang['lang_insert_table_align_default'] = ''; -tinyMCELang['lang_insert_table_align_left'] = ''; -tinyMCELang['lang_insert_table_align_right'] = ''; -tinyMCELang['lang_insert_table_align_middle'] = ''; -tinyMCELang['lang_insert_table_class'] = ''; -tinyMCELang['lang_table_row_title'] = ''; -tinyMCELang['lang_table_cell_title'] = ''; -tinyMCELang['lang_table_row_desc'] = ''; -tinyMCELang['lang_table_cell_desc'] = ''; -tinyMCELang['lang_insert_table_valign'] = ''; -tinyMCELang['lang_insert_table_align_top'] = ''; -tinyMCELang['lang_insert_table_align_bottom'] = ''; -tinyMCELang['lang_table_props_desc'] = ''; -tinyMCELang['lang_table_bordercolor'] = ''; -tinyMCELang['lang_table_bgcolor'] = ''; -tinyMCELang['lang_table_merge_cells_title'] = ''; -tinyMCELang['lang_table_split_cells_desc'] = ''; -tinyMCELang['lang_table_merge_cells_desc'] = ''; -tinyMCELang['lang_table_cut_row_desc'] = ''; -tinyMCELang['lang_table_copy_row_desc'] = ''; -tinyMCELang['lang_table_paste_row_before_desc'] = ''; -tinyMCELang['lang_table_paste_row_after_desc'] = ''; - -// from plugins/zoom/langs/en.js -tinyMCELang['lang_zoom_prefix'] = ''; - -// for plugins/filemanger -tinyMCELang['lang_insert_filemanager'] = ''; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/nl.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/nl.js deleted file mode 100644 index a231ac831a..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/nl.js +++ /dev/null @@ -1,38 +0,0 @@ -// NL lang variables thanks to "Meint Post" - -tinyMCELang['lang_bold_desc'] = 'Vet'; -tinyMCELang['lang_italic_desc'] = 'Schuin'; -tinyMCELang['lang_underline_desc'] = 'Onderstrepen'; -tinyMCELang['lang_striketrough_desc'] = 'Doorhalen'; -tinyMCELang['lang_justifyleft_desc'] = 'Links uitlijnen'; -tinyMCELang['lang_justifycenter_desc'] = 'Centreren'; -tinyMCELang['lang_justifyright_desc'] = 'Rechts uitlijnen'; -tinyMCELang['lang_justifyfull_desc'] = 'Volledig uitlijnen'; -tinyMCELang['lang_bullist_desc'] = 'Ongeordende lijst'; -tinyMCELang['lang_numlist_desc'] = 'Geordende lijst'; -tinyMCELang['lang_outdent_desc'] = 'Uitspringen'; -tinyMCELang['lang_indent_desc'] = 'Inspringen'; -tinyMCELang['lang_undo_desc'] = 'Ongedaan maken'; -tinyMCELang['lang_redo_desc'] = 'Opnieuw uitvoeren'; -tinyMCELang['lang_link_desc'] = 'Link invoegen'; -tinyMCELang['lang_unlink_desc'] = 'Link verwijderen'; -tinyMCELang['lang_image_desc'] = 'Afbeelding invoegen'; -tinyMCELang['lang_cleanup_desc'] = 'Slordige code verbeteren'; -tinyMCELang['lang_focus_alert'] = 'Verplaats de focus naar de editor voor het uitvoeren van dit commado.'; -tinyMCELang['lang_edit_confirm'] = 'Wilt u de WYSIWYG mode voor deze textarea gebruiken?'; -tinyMCELang['lang_insert_link_title'] = 'Link invoegen/bewerken'; -tinyMCELang['lang_insert'] = 'Invoegen'; -tinyMCELang['lang_update'] = 'Bewerken'; -tinyMCELang['lang_cancel'] = 'Afbreken'; -tinyMCELang['lang_insert_link_url'] = 'URL link'; -tinyMCELang['lang_insert_link_target'] = 'Bestemming'; -tinyMCELang['lang_insert_link_target_same'] = 'Open link in hetzelfde venster'; -tinyMCELang['lang_insert_link_target_blank'] = 'Open link in een nieuw venster'; -tinyMCELang['lang_insert_image_title'] = 'Afbeelding invoegen/bewerken'; -tinyMCELang['lang_insert_image_src'] = 'Afbeelding'; -tinyMCELang['lang_insert_image_alt'] = 'Beschrijving'; -tinyMCELang['lang_help_desc'] = 'Help'; -tinyMCELang['lang_bold_img'] = "bold.gif"; -tinyMCELang['lang_italic_img'] = "italic.gif"; -tinyMCELang['lang_underline_img'] = "underline.gif"; -tinyMCELang['lang_clipboard_msg'] = 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/no.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/no.js deleted file mode 100644 index 141151ad85..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/no.js +++ /dev/null @@ -1,37 +0,0 @@ -// NO lang variables made by Sten Aksel Heien - -tinyMCELang['lang_bold_desc'] = 'Uthevet'; -tinyMCELang['lang_italic_desc'] = 'Kursiv'; -tinyMCELang['lang_underline_desc'] = 'Understreket'; -tinyMCELang['lang_striketrough_desc'] = 'Gjennomstreket'; -tinyMCELang['lang_justifyleft_desc'] = 'Vensterestille'; -tinyMCELang['lang_justifycenter_desc'] = 'Sentrere'; -tinyMCELang['lang_justifyright_desc'] = 'Høyerestille'; -tinyMCELang['lang_justifyfull_desc'] = 'Fyll'; -tinyMCELang['lang_bullist_desc'] = 'Punktliste'; -tinyMCELang['lang_numlist_desc'] = 'Nummerliste'; -tinyMCELang['lang_outdent_desc'] = 'Undrag'; -tinyMCELang['lang_indent_desc'] = 'Indrag'; -tinyMCELang['lang_undo_desc'] = 'Angre'; -tinyMCELang['lang_redo_desc'] = 'Gjør om'; -tinyMCELang['lang_link_desc'] = 'Opprett/endre lenke'; -tinyMCELang['lang_unlink_desc'] = 'Fjern lenke'; -tinyMCELang['lang_image_desc'] = 'Sett inn/endre bilde'; -tinyMCELang['lang_cleanup_desc'] = 'Rens grisete kode'; -tinyMCELang['lang_focus_alert'] = 'Editoren må være i fokus før du benytter denne kommando.'; -tinyMCELang['lang_edit_confirm'] = 'Vil du benytte WYSIWYG editoren for dette tekstfelt?'; -tinyMCELang['lang_insert_link_title'] = 'Opprett/endre lenke'; -tinyMCELang['lang_insert'] = 'Opprett'; -tinyMCELang['lang_update'] = 'Opprett'; -tinyMCELang['lang_cancel'] = 'Avbryt'; -tinyMCELang['lang_insert_link_url'] = 'Lenkens URL'; -tinyMCELang['lang_insert_link_target'] = 'Vindu'; -tinyMCELang['lang_insert_link_target_same'] = 'Åpne i samme vindu'; -tinyMCELang['lang_insert_link_target_blank'] = 'Åpne i nytt vindu'; -tinyMCELang['lang_insert_image_title'] = 'Opprett/endre bilde'; -tinyMCELang['lang_insert_image_src'] = 'Bildets URL'; -tinyMCELang['lang_insert_image_alt'] = 'Bildets beskrivelse'; -tinyMCELang['lang_help_desc'] = 'Hjelp'; -tinyMCELang['lang_bold_img'] = 'bold_de_se.gif'; -tinyMCELang['lang_italic_img'] = 'italic_de_se.gif'; -tinyMCELang['lang_underline_img'] = 'underline.gif'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/pl.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/pl.js deleted file mode 100644 index d78466f26c..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/pl.js +++ /dev/null @@ -1,38 +0,0 @@ -// PL lang variables - -tinyMCELang['lang_bold_desc'] = 'Pogrubienie'; -tinyMCELang['lang_italic_desc'] = 'Kursywa'; -tinyMCELang['lang_underline_desc'] = 'PodkreÅ›lenie'; -tinyMCELang['lang_striketrough_desc'] = 'PrzekreÅ›lenie'; -tinyMCELang['lang_justifyleft_desc'] = 'Otaczanie z lewej'; -tinyMCELang['lang_justifycenter_desc'] = 'WyÅ›rodkowanie'; -tinyMCELang['lang_justifyright_desc'] = 'Otaczanie z prawej'; -tinyMCELang['lang_justifyfull_desc'] = 'Justowanie'; -tinyMCELang['lang_bullist_desc'] = 'Lista nie numerowana'; -tinyMCELang['lang_numlist_desc'] = 'Lista numerowana'; -tinyMCELang['lang_outdent_desc'] = 'Zmniejsz wciÄ™cie'; -tinyMCELang['lang_indent_desc'] = 'ZwiÄ™ksz wciÄ™cie'; -tinyMCELang['lang_undo_desc'] = 'Cofnij'; -tinyMCELang['lang_redo_desc'] = 'Ponów'; -tinyMCELang['lang_link_desc'] = 'Wstaw/Edytuj link'; -tinyMCELang['lang_unlink_desc'] = 'Skasuj link'; -tinyMCELang['lang_image_desc'] = 'Wstaw/Edytuj obrazek'; -tinyMCELang['lang_cleanup_desc'] = 'Wyczyść niepotrzebny kod'; -tinyMCELang['lang_focus_alert'] = 'Musisz zaznaczyć cokolwiek przed użyciem tej komendy.'; -tinyMCELang['lang_edit_confirm'] = 'Czy chcesz użyć edytora WYSIWIG dla tego pola ?'; -tinyMCELang['lang_insert_link_title'] = 'Wstaw/Edytuj Link'; -tinyMCELang['lang_insert'] = 'Wstaw'; -tinyMCELang['lang_update'] = 'ZmieÅ„'; -tinyMCELang['lang_cancel'] = 'Wyjdź'; -tinyMCELang['lang_insert_link_url'] = 'Adres URL'; -tinyMCELang['lang_insert_link_target'] = 'Cel'; -tinyMCELang['lang_insert_link_target_same'] = 'Otwórz w tym samym oknie'; -tinyMCELang['lang_insert_link_target_blank'] = 'Otwórz w nowym oknie'; -tinyMCELang['lang_insert_image_title'] = 'Wstaw/Edytuj obrazek'; -tinyMCELang['lang_insert_image_src'] = 'Adres URL obrazka'; -tinyMCELang['lang_insert_image_alt'] = 'Opis obrazka'; -tinyMCELang['lang_help_desc'] = 'Pomoc'; -tinyMCELang['lang_bold_img'] = "bold.gif"; -tinyMCELang['lang_italic_img'] = "italic.gif"; -tinyMCELang['lang_underline_img'] = "underline.gif"; -tinyMCELang['lang_clipboard_msg'] = 'Kopiowanie/Wycinanie/Wklejanie nie jest obsÅ‚ugiwane w przeglÄ…darkach Mozilla and Firefox.\nPotrzebujesz wiÄ™cej informacji na ten temat?'; \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/pt.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/pt.js deleted file mode 100644 index 69b840b193..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/pt.js +++ /dev/null @@ -1,41 +0,0 @@ -// PT lang variables - - -tinyMCELang['lang_bold_desc'] = 'Negrito'; -tinyMCELang['lang_italic_desc'] = 'Itálico'; -tinyMCELang['lang_underline_desc'] = 'Sublinhar'; -tinyMCELang['lang_striketrough_desc'] = 'Riscado'; -tinyMCELang['lang_justifyleft_desc'] = 'Alinhar á esquerda'; -tinyMCELang['lang_justifycenter_desc'] = 'Alinhar ao centro'; -tinyMCELang['lang_justifyright_desc'] = 'Alinhar á direita'; -tinyMCELang['lang_justifyfull_desc'] = 'Justificado'; -tinyMCELang['lang_bullist_desc'] = 'Lista não ordenada'; -tinyMCELang['lang_numlist_desc'] = 'Lista ordenada'; -tinyMCELang['lang_outdent_desc'] = 'Retirar indentação'; -tinyMCELang['lang_indent_desc'] = 'Indentar'; -tinyMCELang['lang_undo_desc'] = 'Desfazer'; -tinyMCELang['lang_redo_desc'] = 'Refazer'; -tinyMCELang['lang_link_desc'] = 'Inserir Hiperligação'; -tinyMCELang['lang_unlink_desc'] = 'Remover hiperligação'; -tinyMCELang['lang_image_desc'] = 'Inserir Referência a imagem externa'; -tinyMCELang['lang_object_desc'] = 'Inserir Objecto Multimédia da Galeria'; -tinyMCELang['lang_cleanup_desc'] = 'Limpeza de código'; -tinyMCELang['lang_focus_alert'] = 'Uma instância do editor deverá estar seleccionada antes de utilizar este comando.'; -tinyMCELang['lang_edit_confirm'] = 'Deseja utilizar o modo visual de edição para ezta área de texto?'; -tinyMCELang['lang_insert_link_title'] = 'Inserir/editar hiperligação'; -tinyMCELang['lang_insert'] = 'Inserir'; -tinyMCELang['lang_update'] = 'Actualizar'; -tinyMCELang['lang_cancel'] = 'Cancelar'; -tinyMCELang['lang_insert_link_url'] = 'URL de hiperligação'; -tinyMCELang['lang_insert_link_target'] = 'Destino'; -tinyMCELang['lang_insert_link_target_same'] = 'Abrir endereço na mesma janela'; -tinyMCELang['lang_insert_link_target_blank'] = 'Abrir endereço numa nova janela'; -tinyMCELang['lang_insert_image_title'] = 'Inserir/editar imagem'; -tinyMCELang['lang_insert_image_src'] = 'Endereço da imagem'; -tinyMCELang['lang_insert_image_alt'] = 'Descrição alt.'; -tinyMCELang['lang_help_desc'] = 'Ajuda'; -tinyMCELang['lang_bold_img'] = "bold.gif"; -tinyMCELang['lang_italic_img'] = "italic.gif"; -tinyMCELang['lang_underline_img'] = "underline.gif"; -tinyMCELang['lang_clipboard_msg'] = 'Copiar/Cortar/Colar não está disponível em Mozilla and Firefox.\nPretende obter mais informação acerca desta questão?'; - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/readme.txt b/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/readme.txt deleted file mode 100644 index 2e1965c7d9..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/readme.txt +++ /dev/null @@ -1,2 +0,0 @@ -The language pack codes are based on ISO-639-2 -http://www.loc.gov/standards/iso639-2/englangn.html diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/ru.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/ru.js deleted file mode 100644 index 9d81f87464..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/ru.js +++ /dev/null @@ -1,40 +0,0 @@ -// Russian translation by Roman Filippov -// romanf@terrahost.ca -// www.hunox.ca - -tinyMCELang['lang_bold_desc'] = 'Ïîëóæèðíûé'; -tinyMCELang['lang_italic_desc'] = 'Êóðñèâ'; -tinyMCELang['lang_underline_desc'] = 'Ïîä÷åðêèâàíèå'; -tinyMCELang['lang_striketrough_desc'] = 'Ïåðå÷åðêèâàíèå'; -tinyMCELang['lang_justifyleft_desc'] = 'Âûðâíèâàíèå âëåâî'; -tinyMCELang['lang_justifycenter_desc'] = 'Âûðâíèâàíèå ïî öåíòðó'; -tinyMCELang['lang_justifyright_desc'] = 'Âûðâíèâàíèå âïðàâî'; -tinyMCELang['lang_justifyfull_desc'] = 'Âûðâíèâàíèå ðàâíîìåðíî'; -tinyMCELang['lang_bullist_desc'] = 'Ìàðêèðîâàííûé ñïèñîê'; -tinyMCELang['lang_numlist_desc'] = 'Íóìåðîâàííûé ñïèñîê'; -tinyMCELang['lang_outdent_desc'] = 'Óìåíüøèòü îòñòóï'; -tinyMCELang['lang_indent_desc'] = 'Óâåëè÷èòü îòñïóò'; -tinyMCELang['lang_undo_desc'] = 'Îòìåíèòü'; -tinyMCELang['lang_redo_desc'] = 'Âåðíóòü'; -tinyMCELang['lang_link_desc'] = 'Âñòàâèòü/èçìåíèòü ññûëêó'; -tinyMCELang['lang_unlink_desc'] = 'Óáðàòü ññûëêó'; -tinyMCELang['lang_image_desc'] = 'Âñòàâèòü/èçìåíèòü èçîáðàæåíèå'; -tinyMCELang['lang_cleanup_desc'] = 'Âû÷èñòèòü ãðÿçíûé êîä'; -tinyMCELang['lang_focus_alert'] = 'Âû äîëæíû íàõîäèòñÿ â ïîëå ðåäàêòîðà ïåðåä èñïîëüçîâàíèåì äàííîé êîìàíäû.'; -tinyMCELang['lang_edit_confirm'] = 'Õîòèòå ëè Âû âîñïîëüçîâàòüñÿ WYSIWYG ðåäàêòîðîì äëÿ ýòîãî ïîëÿ ââîäà?'; -tinyMCELang['lang_insert_link_title'] = 'Âñòàâèòü/èçìåíèòü ññûëêó'; -tinyMCELang['lang_insert'] = 'Âñòàâèòü'; -tinyMCELang['lang_update'] = 'Âñòàâèòü'; -tinyMCELang['lang_cancel'] = 'Îòìåíèòü'; -tinyMCELang['lang_insert_link_url'] = 'Àäðåñ'; -tinyMCELang['lang_insert_link_target'] = 'Îòêðûòü â...:'; -tinyMCELang['lang_insert_link_target_same'] = 'òîì æå îêíå'; -tinyMCELang['lang_insert_link_target_blank'] = 'íîâîì îêíå'; -tinyMCELang['lang_insert_image_title'] = 'Âñòàâèòü/èçìåíèòü èçîáðàæåíèå'; -tinyMCELang['lang_insert_image_src'] = 'Àäðåñ'; -tinyMCELang['lang_insert_image_alt'] = 'Îïèñàíèå'; -tinyMCELang['lang_help_desc'] = 'Ïîìîùü'; -tinyMCELang['lang_bold_img'] = "bold_ru.gif"; -tinyMCELang['lang_italic_img'] = "italic_ru.gif"; -tinyMCELang['lang_underline_img'] = "underline_ru.gif"; -tinyMCELang['lang_clipboard_msg'] = 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/sv.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/sv.js deleted file mode 100644 index ef890bee64..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/sv.js +++ /dev/null @@ -1,40 +0,0 @@ -// SE lang variables - -tinyMCELang['lang_bold_desc'] = 'Fet'; -tinyMCELang['lang_italic_desc'] = 'Kursiv'; -tinyMCELang['lang_underline_desc'] = 'Understruken'; -tinyMCELang['lang_striketrough_desc'] = 'Genomstruken'; -tinyMCELang['lang_justifyleft_desc'] = 'Vänsterjustera'; -tinyMCELang['lang_justifycenter_desc'] = 'Centrera'; -tinyMCELang['lang_justifyright_desc'] = 'Högerjustera'; -tinyMCELang['lang_justifyfull_desc'] = 'Kantjustera'; -tinyMCELang['lang_bullist_desc'] = 'Punktlista'; -tinyMCELang['lang_numlist_desc'] = 'Nummerlista'; -tinyMCELang['lang_outdent_desc'] = 'Utdrag'; -tinyMCELang['lang_indent_desc'] = 'Indrag'; -tinyMCELang['lang_undo_desc'] = 'Ångra'; -tinyMCELang['lang_redo_desc'] = 'Gör om'; -tinyMCELang['lang_link_desc'] = 'Skapa länk'; -tinyMCELang['lang_unlink_desc'] = 'Ta bort länk'; -tinyMCELang['lang_image_desc'] = 'Skapa/redigera bild'; -tinyMCELang['lang_cleanup_desc'] = 'Rensa skräpkod'; -tinyMCELang['lang_focus_alert'] = 'Flytta markören till en textyta innan du använder detta kommando.'; -tinyMCELang['lang_edit_confirm'] = 'Vill du använda WYSIWYG-editorn för detta textfält?'; -tinyMCELang['lang_insert_link_title'] = 'Skapa/redigera länk'; -tinyMCELang['lang_insert'] = 'Skapa'; -tinyMCELang['lang_update'] = 'Uppdatera'; -tinyMCELang['lang_cancel'] = 'Avbryt'; -tinyMCELang['lang_insert_link_url'] = 'Länkens URL'; -tinyMCELang['lang_insert_link_target'] = 'Fönster'; -tinyMCELang['lang_insert_link_target_same'] = 'Öppna länken i samma fönster'; -tinyMCELang['lang_insert_link_target_blank'] = 'Öppna länken i ett nytt fönster'; -tinyMCELang['lang_insert_link_delta_width'] = 20; -tinyMCELang['lang_insert_link_delta_height'] = 10; -tinyMCELang['lang_insert_image_title'] = 'Skapa/redigera bild'; -tinyMCELang['lang_insert_image_src'] = 'Bildens URL'; -tinyMCELang['lang_insert_image_alt'] = 'Bildens beskrivning'; -tinyMCELang['lang_bold_img'] = 'bold_de_se.gif'; -tinyMCELang['lang_italic_img'] = 'italic_de_se.gif'; -tinyMCELang['lang_underline_img'] = "underline.gif"; -tinyMCELang['lang_clipboard_msg'] = 'Klipput/Kopiera/Klistra fungerar inte Mozilla och Firefox. Vill du veta mer om detta?'; -tinyMCELang['lang_help_desc'] = "Hjälp"; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/th.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/th.js deleted file mode 100644 index cf972d04db..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/th.js +++ /dev/null @@ -1,37 +0,0 @@ -// TH lang variables Thai contributed by Innozent - -tinyMCELang['lang_bold_desc'] = 'µÑÇ˹Ò'; -tinyMCELang['lang_italic_desc'] = 'µÑÇéàÍÕ§'; -tinyMCELang['lang_underline_desc'] = '¢Õ´àÊé¹ãµé'; -tinyMCELang['lang_striketrough_desc'] = '¢Õ´¤ÅèÍÁ'; -tinyMCELang['lang_justifyleft_desc'] = 'ªÔ´¢Íº«éÒÂ'; -tinyMCELang['lang_justifycenter_desc'] = '¡Ö觡ÅÒ§'; -tinyMCELang['lang_justifyright_desc'] = 'ªÔ´¢Íº¢ÇÒ'; -tinyMCELang['lang_justifyfull_desc'] = '¨Ñ´ªÔ´¢Íº'; -tinyMCELang['lang_bullist_desc'] = 'ÊÑ­ÅѡɳìáÊ´§ËÑÇ¢éÍÂèÍÂ'; -tinyMCELang['lang_numlist_desc'] = 'ÅӴѺàÅ¢'; -tinyMCELang['lang_outdent_desc'] = 'Å´¡ÒÃàÂ×éͧ'; -tinyMCELang['lang_indent_desc'] = 'à¾ÔèÁ¡ÒÃàÂ×éͧ'; -tinyMCELang['lang_undo_desc'] = 'àÅÔ¡·Ó'; -tinyMCELang['lang_redo_desc'] = '·ÓãËÁè'; -tinyMCELang['lang_link_desc'] = 'à¾ÔèÁÅÔ§¤ì'; -tinyMCELang['lang_unlink_desc'] = 'źÅÔ§¤ì'; -tinyMCELang['lang_image_desc'] = 'ãÊèÃÙ»'; -tinyMCELang['lang_cleanup_desc'] = '·Ó¤ÇÒÁÊÐÍÒ´¢éͤÇÒÁ'; -tinyMCELang['lang_focus_alert'] = 'µéͧàÅ×Í¡¡Åèͧ¢éͤÇÒÁ¡è͹·Õè¨Ðãªé¤ÓÊÑ觹Õé'; -tinyMCELang['lang_edit_confirm'] = '¤Ø³µéͧ¡Ò÷Õè¨Ðãªé WYSIWYG mode ÊÓËÃѺ¡Åèͧ¢éͤÇÒÁ¹ÕéËÃ×ÍäÁè?'; -tinyMCELang['lang_insert_link_title'] = 'à¾ÔèÁ/á¡éä¢ ÅÔ§¤ì'; -tinyMCELang['lang_insert'] = 'à¾ÔèÁ'; -tinyMCELang['lang_cancel'] = '¡àÅÔ¡'; -tinyMCELang['lang_insert_link_url'] = 'Link URL'; -tinyMCELang['lang_insert_link_target'] = 'à»Ô´ÅÔ§¤ìã¹'; -tinyMCELang['lang_insert_link_target_same'] = '˹éÒµèÒ§à´ÕÂǡѹ'; -tinyMCELang['lang_insert_link_target_blank'] = '˹éÒµèÒ§ãËÁè'; -tinyMCELang['lang_insert_image_title'] = 'à¾ÔèÁ/á¡éä¢ ÃÙ»'; -tinyMCELang['lang_insert_image_src'] = 'URL ¢Í§ÃÙ»'; -tinyMCELang['lang_insert_image_alt'] = '¤Ó͸ԺÒÂÃÙ»'; -tinyMCELang['lang_help_desc'] = 'ªèÇÂàËÅ×Í'; -tinyMCELang['lang_bold_img'] = "bold.gif"; -tinyMCELang['lang_italic_img'] = "italic.gif"; -tinyMCELang['lang_underline_img'] = "underline.gif"; -tinyMCELang['lang_clipboard_msg'] = 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/zh_cn.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/zh_cn.js deleted file mode 100644 index 69bd33bc41..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/langs/zh_cn.js +++ /dev/null @@ -1,38 +0,0 @@ -// Simplified Chinese lang variables contributed by cube316 (cube316@etang.com) - -tinyMCELang['lang_bold_desc'] = '´ÖÌå'; -tinyMCELang['lang_italic_desc'] = 'бÌå'; -tinyMCELang['lang_underline_desc'] = 'Ï»®Ïß'; -tinyMCELang['lang_striketrough_desc'] = 'ɾ³ýÏß'; -tinyMCELang['lang_justifyleft_desc'] = '×ó¶ÔÆë'; -tinyMCELang['lang_justifycenter_desc'] = '¾ÓÖжÔÆë'; -tinyMCELang['lang_justifyright_desc'] = 'ÓÒ¶ÔÆë'; -tinyMCELang['lang_justifyfull_desc'] = 'Á½¶Ë¶ÔÆë'; -tinyMCELang['lang_bullist_desc'] = 'ÎÞÐòÁбí'; -tinyMCELang['lang_numlist_desc'] = 'ÓÐÐòÁбí'; -tinyMCELang['lang_outdent_desc'] = '¼õÉÙËõ½ø'; -tinyMCELang['lang_indent_desc'] = 'Ôö¼ÓËõ½ø'; -tinyMCELang['lang_undo_desc'] = '³·Ïû'; -tinyMCELang['lang_redo_desc'] = 'ÖØ×ö'; -tinyMCELang['lang_link_desc'] = '²åÈë/±à¼­ Á´½Ó'; -tinyMCELang['lang_unlink_desc'] = 'ɾ³ýÁ´½Ó'; -tinyMCELang['lang_image_desc'] = '²åÈë/±à¼­ ͼÏñ'; -tinyMCELang['lang_cleanup_desc'] = 'Çå³ýÈßÓà´úÂë'; -tinyMCELang['lang_focus_alert'] = 'ÔÚʹÓôËÃüÁîǰij¸ö±à¼­Æ÷±ØÐëÏÈ»ñµÃ½¹µã£¡'; -tinyMCELang['lang_edit_confirm'] = 'ÄãÏëÔÚ´ËTextAreaÉÏʹÓÃËù¼û¼´ËùµÃ±à¼­Æ÷ô£¿'; -tinyMCELang['lang_insert_link_title'] = '²åÈë/±à¼­ Á´½Ó'; -tinyMCELang['lang_insert'] = '²åÈë'; -tinyMCELang['lang_update'] = '¸üÐÂ'; -tinyMCELang['lang_cancel'] = 'È¡Ïû'; -tinyMCELang['lang_insert_link_url'] = 'Á´½ÓµØÖ·'; -tinyMCELang['lang_insert_link_target'] = 'Ä¿±ê'; -tinyMCELang['lang_insert_link_target_same'] = 'ÔÚͬһ´°¿ÚÖдò¿ªÁ´½Ó'; -tinyMCELang['lang_insert_link_target_blank'] = 'ÔÚд°¿ÚÖдò¿ªÁ´½Ó'; -tinyMCELang['lang_insert_image_title'] = '²åÈë/±à¼­ ͼÏñ'; -tinyMCELang['lang_insert_image_src'] = 'ͼÏñµØÖ·'; -tinyMCELang['lang_insert_image_alt'] = 'ͼÏñÃèÊö'; -tinyMCELang['lang_help_desc'] = '°ïÖú'; -tinyMCELang['lang_bold_img'] = "bold.gif"; -tinyMCELang['lang_italic_img'] = "italic.gif"; -tinyMCELang['lang_underline_img'] = "underline.gif"; -tinyMCELang['lang_clipboard_msg'] = '¼ôÇÐ/¸´ÖÆ/Õ³Ìù¹¦ÄÜÔÚMozillaºÍFirefoxÉÏÉв»¿ÉÓá£\nÄãÏëÁ˽â¹ØÓÚÕâ¸öÎÊÌâµÄ¸ü¶àÐÅÏ¢Âð£¿'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/_template/editor_plugin.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/_template/editor_plugin.js deleted file mode 100644 index 4e10e55c2e..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/_template/editor_plugin.js +++ /dev/null @@ -1,118 +0,0 @@ -/* Import plugin specific language pack */ -tinyMCE.importPluginLanguagePack('template', 'en'); // <- Add a comma separated list of all supported languages - -/**** - * Steps for creating a plugin from this template: - * - * 1. Change all "template" to the name of your plugin. - * 2. Remove all the callbacks in this file that you don't need. - * 3. Remove the popup.htm file if you don't need any popups. - * 4. Add your custom logic to the callbacks you needed. - * 5. Write documentation in a readme.txt file on how to use the plugin. - * 6. Upload it under the "Plugins" section at sourceforge. - * - ****/ - -/** - * Gets executed when a editor instance is initialized - */ -function TinyMCE_template_initInstance(inst) { - // You can take out plugin specific parameters - alert("Initialization parameter:" + tinyMCE.getParam("template_someparam", false)); -} - -/** - * Gets executed when a editor needs to generate a button. - */ -function TinyMCE_template_getControlHTML(control_name) { - switch (control_name) { - case "template": - return ''; - } - - return ""; -} - -/** - * Gets executed when a command is called. - */ -function TinyMCE_template_execCommand(editor_id, element, command, user_interface, value) { - // Handle commands - switch (command) { - // Remember to have the "mce" prefix for commands so they don't intersect with built in ones in the browser. - case "mceTemplate": - // Show UI/Popup - if (user_interface) { - // Open a popup window and send in some custom data in a window argument - var template = new Array(); - - template['file'] = '../../plugins/template/popup.htm'; // Relative to theme - template['width'] = 150; - template['height'] = 180; - - tinyMCE.openWindow(template, {editor_id : editor_id, some_custom_arg : "somecustomdata"}); - - // Let TinyMCE know that something was modified - tinyMCE.triggerNodeChange(false); - } else { - // Do a command this gets called from the template popup - alert("execCommand: mceTemplate gets called from popup."); - } - - return true; - } - - // Pass to next handler in chain - return false; -} - -/** - * Gets executed when the selection/cursor position was changed. - */ -function TinyMCE_template_handleNodeChange(editor_id, node, undo_index, undo_levels, visual_aid, any_selection) { - // Deselect template button - tinyMCE.switchClassSticky(editor_id + '_template', 'mceButtonNormal'); - - // Select template button if parent node is a strong or b - if (node.parentNode.nodeName == "STRONG" || node.parentNode.nodeName == "B") - tinyMCE.switchClassSticky(editor_id + '_template', 'mceButtonSelected'); - - return true; -} - -/** - * Gets executed when contents is inserted / retrived. - */ -function TinyMCE_template_cleanup(type, content) { - switch (type) { - case "get_from_editor": - alert("[FROM] Value HTML string: " + content); - - // Do custom cleanup code here - - break; - - case "insert_to_editor": - alert("[TO] Value HTML string: " + content); - - // Do custom cleanup code here - - break; - - case "get_from_editor_dom": - alert("[FROM] Value DOM Element " + content.innerHTML); - - // Do custom cleanup code here - - break; - - case "insert_to_editor_dom": - alert("[TO] Value DOM Element: " + content.innerHTML); - - // Do custom cleanup code here - - break; - } - - return content; -} diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/_template/images/template.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/_template/images/template.gif deleted file mode 100644 index 321a13482c..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/_template/images/template.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/_template/langs/en.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/_template/langs/en.js deleted file mode 100644 index a2c1bf5d08..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/_template/langs/en.js +++ /dev/null @@ -1,6 +0,0 @@ -// UK lang variables - -/* Remember to namespace the language parameters lang__ */ - -tinyMCELang['lang_template_title'] = 'This is just a template popup'; -tinyMCELang['lang_template_desc'] = 'This is just a template button'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/_template/langs/es-es.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/_template/langs/es-es.js deleted file mode 100644 index bd851e0653..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/_template/langs/es-es.js +++ /dev/null @@ -1,6 +0,0 @@ -// UK lang variables - -/* Remember to namespace the language parameters lang__ */ - -tinyMCELang['lang_template_title'] = 'Esto es sólo una plantilla de ventana emergente'; -tinyMCELang['lang_template_desc'] = 'Esto es sólo un botón de plantilla'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/_template/popup.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/_template/popup.htm deleted file mode 100644 index 0222c5641b..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/_template/popup.htm +++ /dev/null @@ -1,31 +0,0 @@ - - -{$lang_template_title} - - - - -

{$lang_template_title}

- -
- - -
- -
- - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/_template/readme.txt b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/_template/readme.txt deleted file mode 100644 index 2ee1505cdb..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/_template/readme.txt +++ /dev/null @@ -1 +0,0 @@ -This is a template/tutorial plugin that where created to help you in the development of own plugins for TinyMCE. \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advhr/editor_plugin.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advhr/editor_plugin.js deleted file mode 100644 index 03026c2d11..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advhr/editor_plugin.js +++ /dev/null @@ -1,2 +0,0 @@ -/* Import plugin specific language pack */ - tinyMCE.importPluginLanguagePack('advhr','en,de,sv,zh_cn,cs,fa,fr_ca,fr,pl');function TinyMCE_advhr_getControlHTML(control_name){switch(control_name){case "advhr":return '';}return "";}function TinyMCE_advhr_execCommand(editor_id,element,command,user_interface,value){switch(command){case "mceAdvancedHr":var template=new Array();template['file']='../../plugins/advhr/rule.htm';template['width']=270;template['height']=180;var size="",width="",noshade="";if(tinyMCE.selectedElement!=null&&tinyMCE.selectedElement.nodeName.toLowerCase()=="hr"){tinyMCE.hrElement=tinyMCE.selectedElement;if(tinyMCE.hrElement){size=tinyMCE.hrElement.getAttribute('size')?tinyMCE.hrElement.getAttribute('size'):"";width=tinyMCE.hrElement.getAttribute('width')?tinyMCE.hrElement.getAttribute('width'):"";noshade=tinyMCE.hrElement.getAttribute('noshade')?tinyMCE.hrElement.getAttribute('noshade'):"";}tinyMCE.openWindow(template,{editor_id:editor_id,size:size,width:width,noshade:noshade,mceDo:'update'});}else{if(tinyMCE.isMSIE){tinyMCE.execInstanceCommand(editor_id,'mceInsertContent',false,'
');}else{tinyMCE.openWindow(template,{editor_id:editor_id,size:size,width:width,noshade:noshade,mceDo:'insert'});}}return true;}return false;}function TinyMCE_advhr_handleNodeChange(editor_id,node,undo_index,undo_levels,visual_aid,any_selection){tinyMCE.switchClassSticky(editor_id+'_advhr','mceButtonNormal');if(node==null)return;do{if(node.nodeName.toLowerCase()=="hr")tinyMCE.switchClassSticky(editor_id+'_advhr','mceButtonSelected');}while((node=node.parentNode));return true;} \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advhr/editor_plugin_src.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advhr/editor_plugin_src.js deleted file mode 100644 index b74d49ba92..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advhr/editor_plugin_src.js +++ /dev/null @@ -1,58 +0,0 @@ -/* Import plugin specific language pack */ -tinyMCE.importPluginLanguagePack('advhr', 'en,de,sv,zh_cn,cs,fa,fr_ca,fr,pl'); - -function TinyMCE_advhr_getControlHTML(control_name) { - switch (control_name) { - case "advhr": - return ''; - } - return ""; -} - -/** - * Executes the mceAdvanceHr command. - */ -function TinyMCE_advhr_execCommand(editor_id, element, command, user_interface, value) { - // Handle commands - switch (command) { - case "mceAdvancedHr": - var template = new Array(); - template['file'] = '../../plugins/advhr/rule.htm'; // Relative to theme - template['width'] = 270; - template['height'] = 180; - var size = "", width = "", noshade = ""; - if (tinyMCE.selectedElement != null && tinyMCE.selectedElement.nodeName.toLowerCase() == "hr"){ - tinyMCE.hrElement = tinyMCE.selectedElement; - if (tinyMCE.hrElement) { - size = tinyMCE.hrElement.getAttribute('size') ? tinyMCE.hrElement.getAttribute('size') : ""; - width = tinyMCE.hrElement.getAttribute('width') ? tinyMCE.hrElement.getAttribute('width') : ""; - noshade = tinyMCE.hrElement.getAttribute('noshade') ? tinyMCE.hrElement.getAttribute('noshade') : ""; - } - tinyMCE.openWindow(template, {editor_id : editor_id, size : size, width : width, noshade : noshade, mceDo : 'update'}); - } else { - if (tinyMCE.isMSIE) { - tinyMCE.execInstanceCommand(editor_id, 'mceInsertContent', false,'
'); - } else { - tinyMCE.openWindow(template, {editor_id : editor_id, size : size, width : width, noshade : noshade, mceDo : 'insert'}); - } - } - - return true; - } - // Pass to next handler in chain - return false; -} - -function TinyMCE_advhr_handleNodeChange(editor_id, node, undo_index, undo_levels, visual_aid, any_selection) { - tinyMCE.switchClassSticky(editor_id + '_advhr', 'mceButtonNormal'); - - if (node == null) - return; - - do { - if (node.nodeName.toLowerCase() == "hr") - tinyMCE.switchClassSticky(editor_id + '_advhr', 'mceButtonSelected'); - } while ((node = node.parentNode)); - - return true; -} \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advhr/images/advhr.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advhr/images/advhr.gif deleted file mode 100644 index e18bfc2ac9..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advhr/images/advhr.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advhr/langs/cs.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advhr/langs/cs.js deleted file mode 100644 index 5227b63e8b..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advhr/langs/cs.js +++ /dev/null @@ -1,6 +0,0 @@ -// UK lang variables - -tinyMCELang['lang_insert_advhr_desc'] = 'Vložit/editovat vodorovný oddìlovaè' -tinyMCELang['lang_insert_advhr_width'] = 'Šíøka'; -tinyMCELang['lang_insert_advhr_size'] = 'Výška'; -tinyMCELang['lang_insert_advhr_noshade'] = 'Nestínovat'; \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advhr/langs/de.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advhr/langs/de.js deleted file mode 100644 index 0558377afb..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advhr/langs/de.js +++ /dev/null @@ -1,6 +0,0 @@ -// DE lang variables - -tinyMCELang['lang_insert_advhr_desc'] = 'Horizontale Linie einfügen / bearbeiten' -tinyMCELang['lang_insert_advhr_width'] = 'Breite'; -tinyMCELang['lang_insert_advhr_size'] = 'Höhe'; -tinyMCELang['lang_insert_advhr_noshade'] = 'Keinen Schatten'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advhr/langs/en.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advhr/langs/en.js deleted file mode 100644 index 242c146f3e..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advhr/langs/en.js +++ /dev/null @@ -1,6 +0,0 @@ -// UK lang variables - -tinyMCELang['lang_insert_advhr_desc'] = 'Insert / edit Horizontale Rule' -tinyMCELang['lang_insert_advhr_width'] = 'Width'; -tinyMCELang['lang_insert_advhr_size'] = 'Height'; -tinyMCELang['lang_insert_advhr_noshade'] = 'No shadow'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advhr/langs/es-es.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advhr/langs/es-es.js deleted file mode 100644 index 6f957939a4..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advhr/langs/es-es.js +++ /dev/null @@ -1,6 +0,0 @@ -// UK lang variables - -tinyMCELang['lang_insert_advhr_desc'] = 'Insertar / editar línea horizontale' -tinyMCELang['lang_insert_advhr_width'] = 'Ancho'; -tinyMCELang['lang_insert_advhr_size'] = 'Alto'; -tinyMCELang['lang_insert_advhr_noshade'] = 'Sin sombra'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advhr/langs/fa.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advhr/langs/fa.js deleted file mode 100644 index 47891e1686..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advhr/langs/fa.js +++ /dev/null @@ -1,11 +0,0 @@ -// IR lang variables -// Persian (Farsi) language pack (for IRAN) -// By: Morteza Zafari -// Lost@LostLord.com -// http://www.LostLord.com - -tinyMCELang['lang_dir'] = 'rtl'; -tinyMCELang['lang_insert_advhr_desc'] = 'درج Ùˆ ویرایش خط اÙÙ‚ÛŒ' -tinyMCELang['lang_insert_advhr_width'] = 'عرض'; -tinyMCELang['lang_insert_advhr_size'] = 'ارتÙاع'; -tinyMCELang['lang_insert_advhr_noshade'] = 'بدون سایه'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advhr/langs/fr.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advhr/langs/fr.js deleted file mode 100644 index 16a6a9db66..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advhr/langs/fr.js +++ /dev/null @@ -1,6 +0,0 @@ -// French lang variables by Laurent Dran - -tinyMCELang['lang_insert_advhr_desc'] = 'Insérer / éditer une Rčgle Horizontale' -tinyMCELang['lang_insert_advhr_width'] = 'Largeur'; -tinyMCELang['lang_insert_advhr_size'] = 'Hauteur'; -tinyMCELang['lang_insert_advhr_noshade'] = 'Sans ombre'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advhr/langs/fr_ca.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advhr/langs/fr_ca.js deleted file mode 100644 index 9742c59b62..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advhr/langs/fr_ca.js +++ /dev/null @@ -1,6 +0,0 @@ -// CA_FR lang variables - -tinyMCELang['lang_insert_advhr_desc'] = 'Insérer / Modifier Séparateur Horizontal'; -tinyMCELang['lang_insert_advhr_width'] = 'Largeur'; -tinyMCELang['lang_insert_advhr_size'] = 'Hauteur'; -tinyMCELang['lang_insert_advhr_noshade'] = 'Sans ombrage'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advhr/langs/pl.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advhr/langs/pl.js deleted file mode 100644 index 97b060f3dc..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advhr/langs/pl.js +++ /dev/null @@ -1,6 +0,0 @@ -// PL lang variables - -tinyMCELang['lang_insert_advhr_desc'] = 'Wstaw/Edytuj poziomÄ… liniÄ™' -tinyMCELang['lang_insert_advhr_width'] = 'Szerokość'; -tinyMCELang['lang_insert_advhr_size'] = 'Wysokość'; -tinyMCELang['lang_insert_advhr_noshade'] = 'Brak cienia'; \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advhr/langs/sv.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advhr/langs/sv.js deleted file mode 100644 index bc870da016..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advhr/langs/sv.js +++ /dev/null @@ -1,6 +0,0 @@ -// SE lang variables - -tinyMCELang['lang_insert_advhr_desc'] = 'Skapa/Redigera horisontell linje' -tinyMCELang['lang_insert_advhr_width'] = 'Bredd'; -tinyMCELang['lang_insert_advhr_size'] = 'Höjd'; -tinyMCELang['lang_insert_advhr_noshade'] = 'Ingen skugga'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advhr/langs/zh_cn.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advhr/langs/zh_cn.js deleted file mode 100644 index b12d1648c9..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advhr/langs/zh_cn.js +++ /dev/null @@ -1,6 +0,0 @@ -// Simplified Chinese lang variables contributed by cube316 (cube316@etang.com) - -tinyMCELang['lang_insert_advhr_desc'] = '²åÈë/±à¼­ ˮƽ±ê³ß' -tinyMCELang['lang_insert_advhr_width'] = '¿í¶È'; -tinyMCELang['lang_insert_advhr_size'] = '¸ß¶È'; -tinyMCELang['lang_insert_advhr_noshade'] = 'ÎÞÒõÓ°'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advhr/readme.txt b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advhr/readme.txt deleted file mode 100644 index be6dec3833..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advhr/readme.txt +++ /dev/null @@ -1,20 +0,0 @@ - Advhr plugin for TinyMCE ------------------------------ - -About: - This is a more advanced hr dialog contributed by Michael Keck. - This one supports noshade, width and size. - -Installation instructions: - * Copy the advhr directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins). - * Add plugin to TinyMCE plugin option list example: plugins : "advhr". - * Add this "hr[class|width|size|noshade]" to extended_valid_elements option. - -Initialization example: - tinyMCE.init({ - theme : "advanced", - mode : "textareas", - plugins : "advhr", - theme_advanced_buttons1_add : "advhr", - extended_valid_elements : "hr[class|width|size|noshade]" - }); diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advhr/rule.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advhr/rule.htm deleted file mode 100644 index 2e749e334f..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advhr/rule.htm +++ /dev/null @@ -1,106 +0,0 @@ - - -{$lang_insert_link_title} - - - - - -
- - - - -
- - - - - - - - - - - - - - - - - - -
{$lang_insert_advhr_desc}
{$lang_insert_advhr_width}: - - -
{$lang_insert_advhr_size}:
-
- - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advimage/editor_plugin.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advimage/editor_plugin.js deleted file mode 100644 index f39dc15202..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advimage/editor_plugin.js +++ /dev/null @@ -1,2 +0,0 @@ -/* Import plugin specific language pack */ - tinyMCE.importPluginLanguagePack('advimage','en,de,sv,zh_cn,cs,fa,fr_ca,fr,pl');function TinyMCE_advimage_getInsertImageTemplate(){var template=new Array();template['file']='../../plugins/advimage/image.htm';template['width']=430;template['height']=380;template['width']+=tinyMCE.getLang('lang_insert_image_delta_width',0);template['height']+=tinyMCE.getLang('lang_insert_image_delta_height',0);return template;}function TinyMCE_advimage_cleanup(type,content){switch(type){case "insert_to_editor_dom":var imgs=content.getElementsByTagName("img");for(var i=0;i - -{$lang_insert_image_title} - - - - - -
- - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{$lang_insert_image_title}
{$lang_insert_image_src}: - - - - -
{$lang_insert_image_alt}:
{$lang_insert_image_alt2}:
{$lang_insert_image_dimensions}: - x - px -
{$lang_insert_image_border}:
{$lang_insert_image_align}: -
{$lang_insert_image_vspace}:
{$lang_insert_image_hspace}:
{$lang_insert_image_mouseover}: - - - - -
{$lang_insert_image_mouseout}: - - - - -
 
-
- - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advimage/langs/cs.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advimage/langs/cs.js deleted file mode 100644 index 1310fd39f2..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advimage/langs/cs.js +++ /dev/null @@ -1,6 +0,0 @@ -// UK lang variables - -tinyMCELang['lang_insert_image_alt2'] = 'Název obrázku'; -tinyMCELang['lang_insert_image_onmousemove'] = 'Alternativní obrázek' -tinyMCELang['lang_insert_image_mouseover'] = 'pøi najetí myši'; -tinyMCELang['lang_insert_image_mouseout'] = 'pøi odjetí myši'; \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advimage/langs/de.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advimage/langs/de.js deleted file mode 100644 index 71650a1ca4..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advimage/langs/de.js +++ /dev/null @@ -1,6 +0,0 @@ -// DE lang variables - -tinyMCELang['lang_insert_image_alt2'] = 'Titel des Bildes'; -tinyMCELang['lang_insert_image_onmousemove'] = 'Alternatives Bild' -tinyMCELang['lang_insert_image_mouseover'] = 'für Maus darüber'; -tinyMCELang['lang_insert_image_mouseout'] = 'für Maus ausserhalb'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advimage/langs/en.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advimage/langs/en.js deleted file mode 100644 index 37c58a1592..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advimage/langs/en.js +++ /dev/null @@ -1,6 +0,0 @@ -// UK lang variables - -tinyMCELang['lang_insert_image_alt2'] = 'Image title'; -tinyMCELang['lang_insert_image_onmousemove'] = 'Alternative image' -tinyMCELang['lang_insert_image_mouseover'] = 'for mouse over'; -tinyMCELang['lang_insert_image_mouseout'] = 'for mouse out'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advimage/langs/es-es.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advimage/langs/es-es.js deleted file mode 100644 index 8cd56005bc..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advimage/langs/es-es.js +++ /dev/null @@ -1,6 +0,0 @@ -// UK lang variables - -tinyMCELang['lang_insert_image_alt2'] = 'Título de la imagen'; -tinyMCELang['lang_insert_image_onmousemove'] = 'Imagen alternativa' -tinyMCELang['lang_insert_image_mouseover'] = 'para evento mouse over'; -tinyMCELang['lang_insert_image_mouseout'] = 'para evento mouse out'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advimage/langs/fa.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advimage/langs/fa.js deleted file mode 100644 index 31a4ac1dcc..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advimage/langs/fa.js +++ /dev/null @@ -1,11 +0,0 @@ -// IR lang variables -// Persian (Farsi) language pack (for IRAN) -// By: Morteza Zafari -// Lost@LostLord.com -// http://www.LostLord.com - -tinyMCELang['lang_dir'] = 'rtl'; -tinyMCELang['lang_insert_image_alt2'] = 'عنوان عکس'; -tinyMCELang['lang_insert_image_onmousemove'] = 'عکس جایگزین' -tinyMCELang['lang_insert_image_mouseover'] = 'عکس جایگزین هنگام ورود نشانگر ماوس'; -tinyMCELang['lang_insert_image_mouseout'] = 'عکس جایگزین هنگام خروج نشانگر ماوس'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advimage/langs/fa_ca.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advimage/langs/fa_ca.js deleted file mode 100644 index f8f0c43693..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advimage/langs/fa_ca.js +++ /dev/null @@ -1,6 +0,0 @@ -// CA_FR lang variables - -tinyMCELang['lang_insert_image_alt2'] = 'Titre de l\'image'; -tinyMCELang['lang_insert_image_onmousemove'] = 'Image alternative'; -tinyMCELang['lang_insert_image_mouseover'] = 'pour le «mouse over»'; -tinyMCELang['lang_insert_image_mouseout'] = 'pour le «mouse out»'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advimage/langs/fr.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advimage/langs/fr.js deleted file mode 100644 index e729301267..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advimage/langs/fr.js +++ /dev/null @@ -1,6 +0,0 @@ -// French lang variables by Laurent Dran - -tinyMCELang['lang_insert_image_alt2'] = 'Titre de l\'image'; -tinyMCELang['lang_insert_image_onmousemove'] = 'Image alternative' -tinyMCELang['lang_insert_image_mouseover'] = 'Pour la souris au dessus'; -tinyMCELang['lang_insert_image_mouseout'] = 'Pour la souris en dehors'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ko.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ko.js deleted file mode 100644 index aaf0809dcd..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ko.js +++ /dev/null @@ -1,6 +0,0 @@ -// KO lang variables - -tinyMCELang['lang_insert_image_alt2'] = '±×¸² Á¦¸ñ'; -tinyMCELang['lang_insert_image_onmousemove'] = '´ëü À̹ÌÁö' -tinyMCELang['lang_insert_image_mouseover'] = '¸¶¿ì½º¸¦ ¿Ã·ÈÀ» ¶§'; -tinyMCELang['lang_insert_image_mouseout'] = '¸¶¿ì½º¸¦ ³»·ÈÀ» ¶§'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advimage/langs/pl.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advimage/langs/pl.js deleted file mode 100644 index 64ba76176d..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advimage/langs/pl.js +++ /dev/null @@ -1,6 +0,0 @@ -// PL lang variables - -tinyMCELang['lang_insert_image_alt2'] = 'TytuÅ‚ obrazka'; -tinyMCELang['lang_insert_image_onmousemove'] = 'Obrazek zastÄ™pczy' -tinyMCELang['lang_insert_image_mouseover'] = 'po najechaniu myszy'; -tinyMCELang['lang_insert_image_mouseout'] = 'po odjechaniu myszy'; \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advimage/langs/sv.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advimage/langs/sv.js deleted file mode 100644 index 92de2cab41..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advimage/langs/sv.js +++ /dev/null @@ -1,6 +0,0 @@ -// SE lang variables - -tinyMCELang['lang_insert_image_alt2'] = 'Bildentitel'; -tinyMCELang['lang_insert_image_onmousemove'] = 'Alternativ bild' -tinyMCELang['lang_insert_image_mouseover'] = 'när pekaren är över'; -tinyMCELang['lang_insert_image_mouseout'] = 'när pekaren är utanför'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advimage/langs/zh_cn.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advimage/langs/zh_cn.js deleted file mode 100644 index f7dbe4b597..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advimage/langs/zh_cn.js +++ /dev/null @@ -1,6 +0,0 @@ -// Simplified Chinese lang variables contributed by cube316 (cube316@etang.com) - -tinyMCELang['lang_insert_image_alt2'] = 'ͼƬ±êÌâ'; -tinyMCELang['lang_insert_image_onmousemove'] = 'Ìæ´úͼÏñ' -tinyMCELang['lang_insert_image_mouseover'] = 'Êó±êÒÆÉÏʱ'; -tinyMCELang['lang_insert_image_mouseout'] = 'Êó±êÒÆ¿ªÊ±'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advimage/readme.txt b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advimage/readme.txt deleted file mode 100644 index 5630951159..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advimage/readme.txt +++ /dev/null @@ -1,19 +0,0 @@ - Advimage plugin for TinyMCE ------------------------------ - -About: - This is a more advanced image dialog mostly based on code contributed by Michael Keck. - This one supports mouseover/out image swapping. - -Installation instructions: - * Copy the advimage directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins). - * Add plugin to TinyMCE plugin option list example: plugins : "advimage". - * Add this "a[name|href|target|title|onclick]" to extended_valid_elements option. - -Initialization example: - tinyMCE.init({ - theme : "advanced", - mode : "textareas", - plugins : "preview", - extended_valid_elements : "a[name|href|target|title|onclick]" - }); diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advlink/editor_plugin.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advlink/editor_plugin.js deleted file mode 100644 index 6fa49e7fd9..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advlink/editor_plugin.js +++ /dev/null @@ -1,2 +0,0 @@ -/* Import plugin specific language pack */ - tinyMCE.importPluginLanguagePack('advlink','en,de,sv,zh_cn,cs,fa,fr_ca,fr,pl');function TinyMCE_advlink_getInsertLinkTemplate(){var template=new Array();template['file']='../../plugins/advlink/link.htm';template['width']=400;template['height']=420;template['width']+=tinyMCE.getLang('lang_insert_link_delta_width',0);template['height']+=tinyMCE.getLang('lang_insert_link_delta_height',0);return template;} \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advlink/editor_plugin_src.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advlink/editor_plugin_src.js deleted file mode 100644 index bf442948df..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advlink/editor_plugin_src.js +++ /dev/null @@ -1,18 +0,0 @@ -/* Import plugin specific language pack */ -tinyMCE.importPluginLanguagePack('advlink', 'en,de,sv,zh_cn,cs,fa,fr_ca,fr,pl'); - -/** - * Insert link template function. - */ -function TinyMCE_advlink_getInsertLinkTemplate() { - var template = new Array(); - template['file'] = '../../plugins/advlink/link.htm'; - template['width'] = 400; - template['height'] = 420; - - // Language specific width and height addons - template['width'] += tinyMCE.getLang('lang_insert_link_delta_width', 0); - template['height'] += tinyMCE.getLang('lang_insert_link_delta_height', 0); - - return template; -} \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advlink/langs/cs.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advlink/langs/cs.js deleted file mode 100644 index 5277d260a9..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advlink/langs/cs.js +++ /dev/null @@ -1,20 +0,0 @@ -// CZ lang variables - -tinyMCELang['lang_insert_link_target_same'] = 'Otevøít ve stejném oknì/rámu'; -tinyMCELang['lang_insert_link_target_parent'] = 'Otevøít v rodièovském oknì/rámu'; -tinyMCELang['lang_insert_link_target_top'] = 'Otevøít v nejvyšším rámu (pøepíše všechny rámy)'; -tinyMCELang['lang_insert_link_target_blank'] = 'Otevøít v novém oknì'; -tinyMCELang['lang_insert_link_target_named'] = 'Otevøít v oknì'; -tinyMCELang['lang_insert_link_popup'] = 'JS-Popup'; -tinyMCELang['lang_insert_link_popup_url'] = 'Popup URL'; -tinyMCELang['lang_insert_link_popup_name'] = 'Název okna'; -tinyMCELang['lang_insert_link_popup_return'] = 'insert \'return false\''; -tinyMCELang['lang_insert_link_popup_scrollbars'] = 'Ukázat posuvníky'; -tinyMCELang['lang_insert_link_popup_statusbar'] = 'Ukázat stavový øádek'; -tinyMCELang['lang_insert_link_popup_toolbar'] = 'Ukázat ovl. lištu'; -tinyMCELang['lang_insert_link_popup_menubar'] = 'Ukázat menu'; -tinyMCELang['lang_insert_link_popup_location'] = 'Ukázat lištu umístìní'; -tinyMCELang['lang_insert_link_popup_resizable'] = 'Promìnná velikost okna'; -tinyMCELang['lang_insert_link_popup_size'] = 'Velikost'; -tinyMCELang['lang_insert_link_popup_position'] = 'Umístìní (X/Y)'; -tinyMCELang['lang_insert_link_popup_missingtarget'] = 'Vložte název cíle nebo vyberte jinou volbu.'; \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advlink/langs/de.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advlink/langs/de.js deleted file mode 100644 index 48263d1d4c..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advlink/langs/de.js +++ /dev/null @@ -1,20 +0,0 @@ -// DE lang variables - -tinyMCELang['lang_insert_link_target_same'] = 'Im selben Frame öffnen'; -tinyMCELang['lang_insert_link_target_parent'] = 'Im darüber liegenden Frame öffnen'; -tinyMCELang['lang_insert_link_target_top']= 'Im obersten Frame öffnen'; -tinyMCELang['lang_insert_link_target_blank']= 'In einem neuen Fenster öffnen'; -tinyMCELang['lang_insert_link_target_named']= 'Öffnen im Fenster/Frame'; -tinyMCELang['lang_insert_link_popup'] = 'JS-Popup'; -tinyMCELang['lang_insert_link_popup_url'] = 'Popup URL'; -tinyMCELang['lang_insert_link_popup_name']= 'Fenstername'; -tinyMCELang['lang_insert_link_popup_return']= 'mit \'return false\''; -tinyMCELang['lang_insert_link_popup_scrollbars']= 'Scrollbars anzeigen'; -tinyMCELang['lang_insert_link_popup_statusbar'] = 'Statusbar anzeigen'; -tinyMCELang['lang_insert_link_popup_toolbar'] = 'Toolbars anzeigen'; -tinyMCELang['lang_insert_link_popup_menubar'] = 'Menu anzeigen'; -tinyMCELang['lang_insert_link_popup_location']= 'Adresszeile anzeigen'; -tinyMCELang['lang_insert_link_popup_resizable'] = 'Größe änderbar'; -tinyMCELang['lang_insert_link_popup_size']= 'Größe'; -tinyMCELang['lang_insert_link_popup_position']= 'Position (X/Y)'; -tinyMCELang['lang_insert_link_popup_missingtarget'] = 'Bitte geben Sie einen Namen für das Ziel an oder wählen Sie eine andere Option.'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advlink/langs/en.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advlink/langs/en.js deleted file mode 100644 index a3a658b11e..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advlink/langs/en.js +++ /dev/null @@ -1,20 +0,0 @@ -// UK lang variables - -tinyMCELang['lang_insert_link_target_same'] = 'Open in this window / frame'; -tinyMCELang['lang_insert_link_target_parent'] = 'Open in parent window / frame'; -tinyMCELang['lang_insert_link_target_top'] = 'Open in top frame (replaces all frames)'; -tinyMCELang['lang_insert_link_target_blank'] = 'Open in new window'; -tinyMCELang['lang_insert_link_target_named'] = 'Open in the window'; -tinyMCELang['lang_insert_link_popup'] = 'JS-Popup'; -tinyMCELang['lang_insert_link_popup_url'] = 'Popup URL'; -tinyMCELang['lang_insert_link_popup_name'] = 'Window name'; -tinyMCELang['lang_insert_link_popup_return'] = 'insert \'return false\''; -tinyMCELang['lang_insert_link_popup_scrollbars'] = 'Show scrollbars'; -tinyMCELang['lang_insert_link_popup_statusbar'] = 'Show statusbar'; -tinyMCELang['lang_insert_link_popup_toolbar'] = 'Show toolbars'; -tinyMCELang['lang_insert_link_popup_menubar'] = 'Show menubar'; -tinyMCELang['lang_insert_link_popup_location'] = 'Show locationbar'; -tinyMCELang['lang_insert_link_popup_resizable'] = 'Make window resizable'; -tinyMCELang['lang_insert_link_popup_size'] = 'Size'; -tinyMCELang['lang_insert_link_popup_position'] = 'Position (X/Y)'; -tinyMCELang['lang_insert_link_popup_missingtarget'] = 'Please insert a name for the target or choose another option.'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advlink/langs/es-es.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advlink/langs/es-es.js deleted file mode 100644 index 5577f492ca..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advlink/langs/es-es.js +++ /dev/null @@ -1,20 +0,0 @@ -// UK lang variables - -tinyMCELang['lang_insert_link_target_same'] = 'Abrir en esta ventana / marco'; -tinyMCELang['lang_insert_link_target_parent'] = 'Abrir en venta / marco superior'; -tinyMCELang['lang_insert_link_target_top'] = 'Abrir en el marco superior (sustituye todos los marcos)'; -tinyMCELang['lang_insert_link_target_blank'] = 'Abrir en una ventana nueva'; -tinyMCELang['lang_insert_link_target_named'] = 'Abrir en la ventana'; -tinyMCELang['lang_insert_link_popup'] = 'Ventana emergente JS'; -tinyMCELang['lang_insert_link_popup_url'] = 'URL de la ventana emergente'; -tinyMCELang['lang_insert_link_popup_name'] = 'Nombre de la ventana'; -tinyMCELang['lang_insert_link_popup_return'] = 'insertar \'return false\''; -tinyMCELang['lang_insert_link_popup_scrollbars'] = 'Mostrar barras de desplazamiento'; -tinyMCELang['lang_insert_link_popup_statusbar'] = 'Mostrar barra de estado'; -tinyMCELang['lang_insert_link_popup_toolbar'] = 'Mostrar barras de herramientas'; -tinyMCELang['lang_insert_link_popup_menubar'] = 'Mostrar barra del menú'; -tinyMCELang['lang_insert_link_popup_location'] = 'Mostrar barra de direcciones'; -tinyMCELang['lang_insert_link_popup_resizable'] = 'Hacer la ventana redimensionable'; -tinyMCELang['lang_insert_link_popup_size'] = 'Tamaño'; -tinyMCELang['lang_insert_link_popup_position'] = 'Posición (X/Y)'; -tinyMCELang['lang_insert_link_popup_missingtarget'] = 'Por favor, indique un nombre para el destino o elija otra opción.'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advlink/langs/fa.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advlink/langs/fa.js deleted file mode 100644 index 1fc83a0f3e..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advlink/langs/fa.js +++ /dev/null @@ -1,25 +0,0 @@ -// IR lang variables -// Persian (Farsi) language pack (for IRAN) -// By: Morteza Zafari -// Lost@LostLord.com -// http://www.LostLord.com - -tinyMCELang['lang_dir'] = 'rtl'; -tinyMCELang['lang_insert_link_target_same'] = 'در همین صÙحه / Ùریم باز Ú©Ù†'; -tinyMCELang['lang_insert_link_target_parent'] = 'در صÙحه / Ùریم اصلی باز Ú©Ù†'; -tinyMCELang['lang_insert_link_target_top'] = 'در Ùریم اصلی باز Ú©Ù† (همه Ùریمها نادیده گرÙته میشود)'; -tinyMCELang['lang_insert_link_target_blank'] = 'در صÙحه جدید باز Ú©Ù†'; -tinyMCELang['lang_insert_link_target_named'] = 'در پنجره باز Ú©Ù†'; -tinyMCELang['lang_insert_link_popup'] = 'JS-Popup'; -tinyMCELang['lang_insert_link_popup_url'] = 'URL پنجره'; -tinyMCELang['lang_insert_link_popup_name'] = 'نام پنجره'; -tinyMCELang['lang_insert_link_popup_return'] = 'اÙزودن \'return false\''; -tinyMCELang['lang_insert_link_popup_scrollbars'] = 'نمایش scrollbars'; -tinyMCELang['lang_insert_link_popup_statusbar'] = 'نمایش statusbar'; -tinyMCELang['lang_insert_link_popup_toolbar'] = 'نمایش toolbars'; -tinyMCELang['lang_insert_link_popup_menubar'] = 'نمایش menubar'; -tinyMCELang['lang_insert_link_popup_location'] = 'نمایش locationbar'; -tinyMCELang['lang_insert_link_popup_resizable'] = 'قابل تغییر اندازه باشد'; -tinyMCELang['lang_insert_link_popup_size'] = 'اندازه'; -tinyMCELang['lang_insert_link_popup_position'] = 'موقعیت (X/Y)'; -tinyMCELang['lang_insert_link_popup_missingtarget'] = 'لطÙا یک نام برای مقصد انتخاب کنید در غیر این صورت گزینه دیگری را انتخاب نمایید.'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advlink/langs/fr.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advlink/langs/fr.js deleted file mode 100644 index 129c154161..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advlink/langs/fr.js +++ /dev/null @@ -1,20 +0,0 @@ -// French lang variables by Laurent Dran - -tinyMCELang['lang_insert_link_target_same'] = 'Ouvre dans la fenętre / Cadre(frame)'; -tinyMCELang['lang_insert_link_target_parent'] = 'Ouvre dans fenętre parente / Cadres(frame)'; -tinyMCELang['lang_insert_link_target_top'] = 'Ouvre dans le Top frame (remplace toutes les cadres(frames))'; -tinyMCELang['lang_insert_link_target_blank'] = 'Ouvre dans la fenętre'; -tinyMCELang['lang_insert_link_target_named'] = 'Ouvre dans la fenętre'; -tinyMCELang['lang_insert_link_popup'] = 'JS-Popup'; -tinyMCELang['lang_insert_link_popup_url'] = 'URL de la Popup'; -tinyMCELang['lang_insert_link_popup_name'] = 'Nom de la fenętre'; -tinyMCELang['lang_insert_link_popup_return'] = 'Insert \'return false\''; -tinyMCELang['lang_insert_link_popup_scrollbars'] = 'Montrer la barre de défilement '; -tinyMCELang['lang_insert_link_popup_statusbar'] = 'Montrer la barre d\'état'; -tinyMCELang['lang_insert_link_popup_toolbar'] = 'Montrer la barre d\'outils'; -tinyMCELang['lang_insert_link_popup_menubar'] = 'Montrer la barre du menu'; -tinyMCELang['lang_insert_link_popup_location'] = 'Montre la barre d\'adresse'; -tinyMCELang['lang_insert_link_popup_resizable'] = 'Fabriquer une fenętre redimensionnable'; -tinyMCELang['lang_insert_link_popup_size'] = 'Taille'; -tinyMCELang['lang_insert_link_popup_position'] = 'Position (X/Y)'; -tinyMCELang['lang_insert_link_popup_missingtarget'] = 'Veuillez insérer un nom pour la cible ou choisissez une autre option.'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advlink/langs/fr_ca.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advlink/langs/fr_ca.js deleted file mode 100644 index 99631b32cf..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advlink/langs/fr_ca.js +++ /dev/null @@ -1,20 +0,0 @@ -// CA_FR lang variables - -tinyMCELang['lang_insert_link_target_same'] = 'Ouvrir dans la même fenêtre'; -tinyMCELang['lang_insert_link_target_parent'] = 'Ouvrir dans la fenêtre parent'; -tinyMCELang['lang_insert_link_target_top'] = 'Ouvrir dans le cadre supérieur'; -tinyMCELang['lang_insert_link_target_blank'] = 'Ouvrir dans une nouvelle fenêtre'; -tinyMCELang['lang_insert_link_target_named'] = 'Ouvrir à la destination'; -tinyMCELang['lang_insert_link_popup'] = 'JS-Popup'; -tinyMCELang['lang_insert_link_popup_url'] = 'URL du popup'; -tinyMCELang['lang_insert_link_popup_name'] = 'Nom de la fenêtre'; -tinyMCELang['lang_insert_link_popup_return'] = 'Insérer le script \'return false\''; -tinyMCELang['lang_insert_link_popup_scrollbars'] = 'Barres de défilement'; -tinyMCELang['lang_insert_link_popup_statusbar'] = 'Barre de statut'; -tinyMCELang['lang_insert_link_popup_toolbar'] = 'Barres d\'outils'; -tinyMCELang['lang_insert_link_popup_menubar'] = 'Barre de menu'; -tinyMCELang['lang_insert_link_popup_location'] = 'Barre d\'adresse'; -tinyMCELang['lang_insert_link_popup_resizable'] = 'Fenêtre redimensionnable'; -tinyMCELang['lang_insert_link_popup_size'] = 'Dimensions'; -tinyMCELang['lang_insert_link_popup_position'] = 'Position (X/Y)'; -tinyMCELang['lang_insert_link_popup_missingtarget'] = 'S.v.p., entrer un nom de destination ou choisir une autre option.'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ko.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ko.js deleted file mode 100644 index 14b051a591..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ko.js +++ /dev/null @@ -1,19 +0,0 @@ -// KO lang variables - -tinyMCELang['lang_insert_link_target_same'] = '°°Àº â¿¡¼­ ¸µÅ©/ÇÁ·¹ÀÓ ¿­±â'; -tinyMCELang['lang_insert_link_target_parent'] = 'ºÎ¸ð â¿¡¼­ ¸µÅ©/ÇÁ·¹ÀÓ ¿­±â'; -tinyMCELang['lang_insert_link_target_top'] = 'TOP ÇÁ·¹ÀÓ¿¡¼­ ¿­±â (¸ðµç ÇÁ·¹ÀÓÀ» ´ëü)'; -tinyMCELang['lang_insert_link_target_blank'] = '»õ â¿¡¼­ ¿­±â'; -tinyMCELang['lang_insert_link_target_named'] = '»õ â¿¡¼­ ¿­±â'; -tinyMCELang['lang_insert_link_popup'] = 'JS-Popup'; -tinyMCELang['lang_insert_link_popup_url'] = 'Æ˾÷ URL'; -tinyMCELang['lang_insert_link_popup_name'] = 'â À̸§'; -tinyMCELang['lang_insert_link_popup_return'] = '\'return false\' ³Ö±â'; -tinyMCELang['lang_insert_link_popup_scrollbars'] = '½ºÅ©·Ñ¹Ù¸¦ º¸¿©ÁÜ'; -tinyMCELang['lang_insert_link_popup_statusbar'] = '»óÅÂâÀ» º¸¿©ÁÜ'; -tinyMCELang['lang_insert_link_popup_toolbar'] = 'Åø¹Ù¸¦ º¸¿©ÁÜ'; -tinyMCELang['lang_insert_link_popup_menubar'] = '¸Þ´º¹Ù¸¦ º¸¿©ÁÜ'; -tinyMCELang['lang_insert_link_popup_location'] = 'À§Ä¡ Ç¥½ÃÁÙÀ» º¸¿©ÁÜ'; -tinyMCELang['lang_insert_link_popup_resizable'] = 'Å©±â Á¶Àý °¡´ÉÇÑ À©µµ¿ì »ý¼º'; -tinyMCELang['lang_insert_link_popup_size'] = 'Å©±â'; -tinyMCELang['lang_insert_link_popup_position'] = 'À§Ä¡ (X/Y)'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advlink/langs/pl.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advlink/langs/pl.js deleted file mode 100644 index 1ac810f563..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advlink/langs/pl.js +++ /dev/null @@ -1,23 +0,0 @@ -// PL lang variables - -tinyMCELang['lang_insert_link_target_same'] = 'Otwórz w tym samym oknie'; -tinyMCELang['lang_insert_link_target_parent'] = 'Open in parent window / frame'; -tinyMCELang['lang_insert_link_target_top'] = 'Open in top frame (replaces all frames)'; -tinyMCELang['lang_insert_link_target_blank'] = 'Otwórz w nowym oknie'; -tinyMCELang['lang_insert_link_target_named'] = 'Open in the window'; -tinyMCELang['lang_insert_link_popup'] = 'JS-Popup'; -tinyMCELang['lang_insert_link_popup_url'] = 'Popup URL'; -tinyMCELang['lang_insert_link_popup_name'] = 'Window name'; -tinyMCELang['lang_insert_link_popup_return'] = 'insert \'return false\''; -tinyMCELang['lang_insert_link_popup_scrollbars'] = 'Show scrollbars'; -tinyMCELang['lang_insert_link_popup_statusbar'] = 'Show statusbar'; -tinyMCELang['lang_insert_link_popup_toolbar'] = 'Show toolbars'; -tinyMCELang['lang_insert_link_popup_menubar'] = 'Show menubar'; -tinyMCELang['lang_insert_link_popup_location'] = 'Show locationbar'; -tinyMCELang['lang_insert_link_popup_resizable'] = 'Make window resizable'; -tinyMCELang['lang_insert_link_popup_size'] = 'Size'; -tinyMCELang['lang_insert_link_popup_position'] = 'Position (X/Y)'; -tinyMCELang['lang_insert_link_popup_missingtarget'] = 'Please insert a name for the target or choose another option.'; -tinyMCELang['lang_insert_link_url'] = 'Adres URL'; -tinyMCELang['lang_insert_link_target'] = 'Cel'; - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advlink/langs/sv.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advlink/langs/sv.js deleted file mode 100644 index 7ebbfa1f88..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advlink/langs/sv.js +++ /dev/null @@ -1,20 +0,0 @@ -// SE lang variables - -tinyMCELang['lang_insert_link_target_same'] = 'Öppna i samma fönster / ram'; -tinyMCELang['lang_insert_link_target_parent'] = 'Öppna i underliggande fönster / ram'; -tinyMCELang['lang_insert_link_target_top'] = 'Öppna i toppramen (ersätter alla ramar)'; -tinyMCELang['lang_insert_link_target_blank'] = 'Öppna i ett nytt fönster'; -tinyMCELang['lang_insert_link_target_named'] = 'Öppna i ett specifikt fönster'; -tinyMCELang['lang_insert_link_popup'] = 'JS-Popup'; -tinyMCELang['lang_insert_link_popup_url'] = 'Popup URL'; -tinyMCELang['lang_insert_link_popup_name'] = 'Fönstrets namn'; -tinyMCELang['lang_insert_link_popup_return'] = 'Sätt in \'return false\''; -tinyMCELang['lang_insert_link_popup_scrollbars'] = 'Visa scrollbars'; -tinyMCELang['lang_insert_link_popup_statusbar'] = 'Visa statusbar'; -tinyMCELang['lang_insert_link_popup_toolbar'] = 'Visa toolbars'; -tinyMCELang['lang_insert_link_popup_menubar'] = 'Visa menubar'; -tinyMCELang['lang_insert_link_popup_location'] = 'Visa locationbar'; -tinyMCELang['lang_insert_link_popup_resizable'] = 'Gör fönstret skalbart'; -tinyMCELang['lang_insert_link_popup_size'] = 'Storlek'; -tinyMCELang['lang_insert_link_popup_position'] = 'Position (X/Y)'; -tinyMCELang['lang_insert_link_popup_missingtarget'] = 'Var god skriv ett namn för fönstret eller välj ett annat val.'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advlink/langs/zh_cn.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advlink/langs/zh_cn.js deleted file mode 100644 index 84c27bea68..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advlink/langs/zh_cn.js +++ /dev/null @@ -1,20 +0,0 @@ -// Simplified Chinese lang variables contributed by cube316 (cube316@etang.com) - -tinyMCELang['lang_insert_link_target_same'] = 'ÔÚ±¾´°¿Ú/¿ò¼ÜÖдò¿ª'; -tinyMCELang['lang_insert_link_target_parent'] = 'ÔÚ¸¸´°¿Ú/¿ò¼ÜÖдò¿ª'; -tinyMCELang['lang_insert_link_target_top'] = 'ÔÚ¸ù¿ò¼ÜÖдò¿ª£¨Ìæ»»ËùÓпò¼Ü£©'; -tinyMCELang['lang_insert_link_target_blank'] = 'ÔÚд°¿ÚÖдò¿ª'; -tinyMCELang['lang_insert_link_target_named'] = 'ÔÚ´Ë´°¿ÚÖдò¿ª'; -tinyMCELang['lang_insert_link_popup'] = 'JS-Popup'; -tinyMCELang['lang_insert_link_popup_url'] = 'µ¯³ö´°¿ÚµØÖ·'; -tinyMCELang['lang_insert_link_popup_name'] = '´°¿ÚÃû³Æ'; -tinyMCELang['lang_insert_link_popup_return'] = '²åÈë \'return false\''; -tinyMCELang['lang_insert_link_popup_scrollbars'] = 'ÏÔʾ¹ö¶¯Ìõ'; -tinyMCELang['lang_insert_link_popup_statusbar'] = 'ÏÔʾ״̬À¸'; -tinyMCELang['lang_insert_link_popup_toolbar'] = 'ÏÔʾ¹¤¾ßÀ¸'; -tinyMCELang['lang_insert_link_popup_menubar'] = 'ÏÔʾ²Ëµ¥À¸'; -tinyMCELang['lang_insert_link_popup_location'] = 'ÏÔʾµØÖ·À¸'; -tinyMCELang['lang_insert_link_popup_resizable'] = '¿ÉÖض¨Òå´°¿Ú´óС'; -tinyMCELang['lang_insert_link_popup_size'] = '³ß´ç'; -tinyMCELang['lang_insert_link_popup_position'] = 'λÖÃ(X/Y)'; -tinyMCELang['lang_insert_link_popup_missingtarget'] = 'Çë²åÈëÄ¿±êÃû³Æ»òÕßÑ¡ÔñÁíÍâµÄÑ¡Ïî¡£'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advlink/link.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advlink/link.htm deleted file mode 100644 index a6461debe6..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advlink/link.htm +++ /dev/null @@ -1,448 +0,0 @@ - - -{$lang_insert_link_title} - - - - - - -
- - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - -
{$lang_insert_link_title}
{$lang_insert_link_url}: - - - - -
{$lang_theme_insert_link_titlefield}:
{$lang_insert_link_target}: - - - - - - - - - - - - - - - - - - - - - -
 ({$lang_insert_link_target_same})
 ({$lang_insert_link_target_parent})
 ({$lang_insert_link_target_top})
 ({$lang_insert_link_target_blank})
- - - - - - -
 
-
- - - - - - - - - - - - - - - - - -
{$lang_insert_link_popup_url}:  - - - - -
{$lang_insert_link_popup_name}: 
{$lang_insert_link_popup_size}:  - x - px -
{$lang_insert_link_popup_position}:  - / - (c /c = center) -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  
 
   
 
-
-
- - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advlink/readme.txt b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advlink/readme.txt deleted file mode 100644 index ab554efc07..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advlink/readme.txt +++ /dev/null @@ -1,19 +0,0 @@ - Advlink plugin for TinyMCE ------------------------------ - -About: - This is a more advanced link dialog mostly based on code contributed by Michael Keck. - This one supports popup windows and targets. - -Installation instructions: - * Copy the advlink directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins). - * Add plugin to TinyMCE plugin option list example: plugins : "advlink". - * Add this "a[name|href|target|title|onclick]" to extended_valid_elements option. - -Initialization example: - tinyMCE.init({ - theme : "advanced", - mode : "textareas", - plugins : "advlink", - extended_valid_elements : "a[name|href|target|title|onclick]" - }); diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/contextmenu/contextmenu.css b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/contextmenu/contextmenu.css deleted file mode 100644 index 1466e0e892..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/contextmenu/contextmenu.css +++ /dev/null @@ -1,60 +0,0 @@ -.contextMenuIEPopup { - padding: 0px; - margin: 0px; - border: 0px; - overflow: hidden; -} - -.contextMenu { - position: absolute; - cursor: default; - z-index: 1000; - border: 1px solid #D4D0C8; - background-color: #FFFFFF; -} - -.contextMenuItem, .contextMenuItemOver { -} - -.contextMenuItemOver { - background-color: #B6BDD2; -} - -.contextMenuSeparator { - width: 100%; - background-color: #D4D0C8; - border: 0px; -} - -.contextMenuImage, .contextMenuItemDisabled { - border: 0px; -} - -.contextMenuIcon { - background-color: #F0F0EE; -} - -.contextMenuItemOver .contextMenuIcon { - background-color: #B6BDD2; -} - -.contextMenuIcon { - background-color: #F0F0EE; -} - -.contextMenuItemDisabled img { - filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30); - -moz-opacity:0.3; - opacity: 0.3; -} - -.contextMenuText { - font-family: Tahoma, Verdana, Arial, Helvetica; - font-size: 11px; - margin-left: 5px; - margin-right: 10px; -} - -.contextMenuItemDisabled { - color: #AAAAAA; -} diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/contextmenu/editor_plugin.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/contextmenu/editor_plugin.js deleted file mode 100644 index 6a6f0785a5..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/contextmenu/editor_plugin.js +++ /dev/null @@ -1,2 +0,0 @@ -/* Import plugin specific language pack */ - if(!tinyMCE.settings['contextmenu_skip_plugin_css'])tinyMCE.loadCSS(tinyMCE.baseURL+"/plugins/contextmenu/contextmenu.css");var TinyMCE_contextmenu_contextMenu=null;function TinyMCE_contextmenu_initInstance(inst){if(tinyMCE.isMSIE5_0)return;tinyMCE.addEvent(inst.getDoc(),"click",TinyMCE_contextmenu_hideContextMenu);tinyMCE.addEvent(inst.getDoc(),"keypress",TinyMCE_contextmenu_hideContextMenu);tinyMCE.addEvent(inst.getDoc(),"keydown",TinyMCE_contextmenu_hideContextMenu);tinyMCE.addEvent(document,"click",TinyMCE_contextmenu_hideContextMenu);tinyMCE.addEvent(document,"keypress",TinyMCE_contextmenu_hideContextMenu);tinyMCE.addEvent(document,"keydown",TinyMCE_contextmenu_hideContextMenu);var contextMenu=new ContextMenu({commandhandler:"TinyMCE_contextmenu_commandHandler",spacer_image:tinyMCE.baseURL+"/plugins/contextmenu/images/spacer.gif"});TinyMCE_contextmenu_contextMenu=contextMenu;if(tinyMCE.isGecko){tinyMCE.addEvent(inst.getDoc(),"contextmenu",function(e){TinyMCE_contextmenu_showContextMenu(tinyMCE.isMSIE?inst.contentWindow.event:e,inst);});}else tinyMCE.addEvent(inst.getDoc(),"contextmenu",TinyMCE_contextmenu_onContextMenu);}function TinyMCE_contextmenu_onContextMenu(e){var elm=tinyMCE.isMSIE?e.srcElement:e.target;var targetInst,body;if((body=tinyMCE.getParentElement(elm,"body"))!=null){for(var n in tinyMCE.instances){var inst=tinyMCE.instances[n];if(body==inst.getBody()){targetInst=inst;break;}}return TinyMCE_contextmenu_showContextMenu(tinyMCE.isMSIE?targetInst.contentWindow.event:e,targetInst);}}function TinyMCE_contextmenu_showContextMenu(e,inst){function getAttrib(elm,name){return elm.getAttribute(name)?elm.getAttribute(name):"";}var x,y,elm,contextMenu;var pos=tinyMCE.getAbsPosition(inst.iframeElement);x=tinyMCE.isMSIE?e.screenX:pos.absLeft+(e.pageX-inst.getBody().scrollLeft);y=tinyMCE.isMSIE?e.screenY:pos.absTop+(e.pageY-inst.getBody().scrollTop);elm=tinyMCE.isMSIE?e.srcElement:e.target;contextMenu=TinyMCE_contextmenu_contextMenu;contextMenu.inst=inst;window.setTimeout(function(){var theme=tinyMCE.getParam("theme");contextMenu.clearAll();var sel=inst.getSelectedText().length!=0||elm.nodeName=="IMG";contextMenu.addItem(tinyMCE.baseURL+"/themes/"+theme+"/images/cut.gif","$lang_cut_desc","Cut","",!sel);contextMenu.addItem(tinyMCE.baseURL+"/themes/"+theme+"/images/copy.gif","$lang_copy_desc","Copy","",!sel);contextMenu.addItem(tinyMCE.baseURL+"/themes/"+theme+"/images/paste.gif","$lang_paste_desc","Paste","",false);elm=tinyMCE.getParentElement(elm,"img,table,td");if(elm){switch(elm.nodeName){case "IMG":contextMenu.addSeparator();if(tinyMCE.getAttrib(elm,'name','').indexOf('mce_plugin_flash')==0)contextMenu.addItem(tinyMCE.baseURL+"/plugins/flash/images/flash.gif","$lang_flash_props","mceFlash");else contextMenu.addItem(tinyMCE.baseURL+"/themes/"+theme+"/images/image.gif","$lang_image_props_desc","mceImage");break;case "TABLE":case "TD":if(typeof(TinyMCE_table_getControlHTML)!="undefined"){var colspan=(elm.nodeName=="TABLE")?"":getAttrib(elm,"colspan");var rowspan=(elm.nodeName=="TABLE")?"":getAttrib(elm,"rowspan");colspan=colspan==""?"1":colspan;rowspan=rowspan==""?"1":rowspan;contextMenu.addSeparator();contextMenu.addItem(tinyMCE.baseURL+"/themes/"+theme+"/images/cut.gif","$lang_table_cut_row_desc","mceTableCutRow");contextMenu.addItem(tinyMCE.baseURL+"/themes/"+theme+"/images/copy.gif","$lang_table_copy_row_desc","mceTableCopyRow");contextMenu.addItem(tinyMCE.baseURL+"/themes/"+theme+"/images/paste.gif","$lang_table_paste_row_before_desc","mceTablePasteRowBefore","",inst.tableRowClipboard==null);contextMenu.addItem(tinyMCE.baseURL+"/themes/"+theme+"/images/paste.gif","$lang_table_paste_row_after_desc","mceTablePasteRowAfter","",inst.tableRowClipboard==null);contextMenu.addSeparator();contextMenu.addItem(tinyMCE.baseURL+"/plugins/table/images/table.gif","$lang_table_props_desc","mceInsertTable");contextMenu.addItem(tinyMCE.baseURL+"/plugins/table/images/table_cell_props.gif","$lang_table_cell_desc","mceTableCellProps");contextMenu.addSeparator();contextMenu.addItem(tinyMCE.baseURL+"/plugins/table/images/table_row_props.gif","$lang_table_row_desc","mceTableRowProps");contextMenu.addItem(tinyMCE.baseURL+"/plugins/table/images/table_insert_row_before.gif","$lang_table_insert_row_before_desc","mceTableInsertRowBefore");contextMenu.addItem(tinyMCE.baseURL+"/plugins/table/images/table_insert_row_after.gif","$lang_table_insert_row_after_desc","mceTableInsertRowAfter");contextMenu.addItem(tinyMCE.baseURL+"/plugins/table/images/table_delete_row.gif","$lang_table_delete_row_desc","mceTableDeleteRow");contextMenu.addSeparator();contextMenu.addItem(tinyMCE.baseURL+"/plugins/table/images/table_insert_col_before.gif","$lang_table_insert_col_before_desc","mceTableInsertColBefore");contextMenu.addItem(tinyMCE.baseURL+"/plugins/table/images/table_insert_col_after.gif","$lang_table_insert_col_after_desc","mceTableInsertColAfter");contextMenu.addItem(tinyMCE.baseURL+"/plugins/table/images/table_delete_col.gif","$lang_table_delete_col_desc","mceTableDeleteCol");contextMenu.addSeparator();contextMenu.addItem(tinyMCE.baseURL+"/plugins/table/images/table_split_cells.gif","$lang_table_split_cells_desc","mceTableSplitCells","",(colspan=="1"&&rowspan=="1"));contextMenu.addItem(tinyMCE.baseURL+"/plugins/table/images/table_merge_cells.gif","$lang_table_merge_cells_desc","mceTableMergeCells","",false);}break;}}contextMenu.show(x,y);},10);tinyMCE.cancelEvent(e);return false;}function TinyMCE_contextmenu_hideContextMenu(){TinyMCE_contextmenu_contextMenu.hide();return true;}function TinyMCE_contextmenu_commandHandler(command,value){TinyMCE_contextmenu_contextMenu.hide();var ui=false;if(command=="mceInsertTable"||command=="mceTableCellProps"||command=="mceTableRowProps"||command=="mceTableMergeCells")ui=true;TinyMCE_contextmenu_contextMenu.inst.execCommand(command,ui);}function ContextMenu(settings){function defParam(key,def_val){settings[key]=typeof(settings[key])!="undefined"?settings[key]:def_val;}var self=this;this.isMSIE=(navigator.appName=="Microsoft Internet Explorer");this.contextMenuDiv=document.createElement("div");this.contextMenuDiv.className="contextMenu";this.contextMenuDiv.setAttribute("class","contextMenu");this.contextMenuDiv.style.display="none";this.contextMenuDiv.style.position='absolute';this.contextMenuDiv.style.zindex=1000;this.contextMenuDiv.style.left='0px';this.contextMenuDiv.style.top='0px';this.contextMenuDiv.unselectable="on";document.body.appendChild(this.contextMenuDiv);defParam("commandhandler","");defParam("spacer_image","images/spacer.gif");this.items=new Array();this.settings=settings;this.html="";if(tinyMCE.isMSIE&&!tinyMCE.isMSIE5_0){this.pop=window.createPopup();doc=this.pop.document;doc.open();doc.write('');doc.close();}};ContextMenu.prototype.clearAll=function(){this.html="";this.contextMenuDiv.innerHTML="";};ContextMenu.prototype.addSeparator=function(){this.html+='';};ContextMenu.prototype.addItem=function(icon,title,command,value,disabled){if(title.charAt(0)=='$')title=tinyMCE.getLang(title.substring(1));var onMouseDown='';var html='';if(tinyMCE.isMSIE&&!tinyMCE.isMSIE5_0)onMouseDown='contextMenu.execCommand(\''+command+'\', \''+value+'\');return false;';else onMouseDown=this.settings['commandhandler']+'(\''+command+'\', \''+value+'\');return false;';if(icon=="")icon=this.settings['spacer_image'];if(!disabled)html+='';else html+='';html+='';html+='
';html+=title;html+='
';html+='';this.html+=html;};ContextMenu.prototype.show=function(x,y){if(this.html=="")return;var html='';html+='';html+=this.html;html+='
';this.contextMenuDiv.innerHTML=html;if(tinyMCE.isMSIE&&!tinyMCE.isMSIE5_0){var width,height;this.contextMenuDiv.style.display="block";width=this.contextMenuDiv.offsetWidth;height=this.contextMenuDiv.offsetHeight;this.contextMenuDiv.style.display="none";this.pop.document.body.innerHTML='
'+html+"
";this.pop.document.tinyMCE=tinyMCE;this.pop.document.contextMenu=this;this.pop.show(x,y,width,height);}else{this.contextMenuDiv.style.left=x+'px';this.contextMenuDiv.style.top=y+'px';this.contextMenuDiv.style.display="block";}};ContextMenu.prototype.hide=function(){if(tinyMCE.isMSIE&&!tinyMCE.isMSIE5_0)this.pop.hide();else this.contextMenuDiv.style.display="none";};ContextMenu.prototype.execCommand=function(command,value){eval(this.settings['commandhandler']+"(command, value);");}; \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/contextmenu/editor_plugin_src.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/contextmenu/editor_plugin_src.js deleted file mode 100644 index ab8be20dc4..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/contextmenu/editor_plugin_src.js +++ /dev/null @@ -1,288 +0,0 @@ -/* Import plugin specific language pack */ -//tinyMCE.importPluginLanguagePack('contextmenu', 'en,zh_cn,cs,fa,fr_ca,fr,de'); -if (!tinyMCE.settings['contextmenu_skip_plugin_css']) - tinyMCE.loadCSS(tinyMCE.baseURL + "/plugins/contextmenu/contextmenu.css"); - -// Global contextmenu class instance -var TinyMCE_contextmenu_contextMenu = null; - -function TinyMCE_contextmenu_initInstance(inst) { - // Is not working on MSIE 5.0 - if (tinyMCE.isMSIE5_0) - return; - - // Add hide event handles - tinyMCE.addEvent(inst.getDoc(), "click", TinyMCE_contextmenu_hideContextMenu); - tinyMCE.addEvent(inst.getDoc(), "keypress", TinyMCE_contextmenu_hideContextMenu); - tinyMCE.addEvent(inst.getDoc(), "keydown", TinyMCE_contextmenu_hideContextMenu); - tinyMCE.addEvent(document, "click", TinyMCE_contextmenu_hideContextMenu); - tinyMCE.addEvent(document, "keypress", TinyMCE_contextmenu_hideContextMenu); - tinyMCE.addEvent(document, "keydown", TinyMCE_contextmenu_hideContextMenu); - - var contextMenu = new ContextMenu({ - commandhandler : "TinyMCE_contextmenu_commandHandler", - spacer_image : tinyMCE.baseURL + "/plugins/contextmenu/images/spacer.gif" - }); - - // Register global reference - TinyMCE_contextmenu_contextMenu = contextMenu; - - // Attach contextmenu event - if (tinyMCE.isGecko) { - tinyMCE.addEvent(inst.getDoc(), "contextmenu", function(e) {TinyMCE_contextmenu_showContextMenu(tinyMCE.isMSIE ? inst.contentWindow.event : e, inst);}); - } else - tinyMCE.addEvent(inst.getDoc(), "contextmenu", TinyMCE_contextmenu_onContextMenu); -} - -function TinyMCE_contextmenu_onContextMenu(e) { - var elm = tinyMCE.isMSIE ? e.srcElement : e.target; - var targetInst, body; - - // Find instance - if ((body = tinyMCE.getParentElement(elm, "body")) != null) { - for (var n in tinyMCE.instances) { - var inst = tinyMCE.instances[n]; - - if (body == inst.getBody()) { - targetInst = inst; - break; - } - } - - return TinyMCE_contextmenu_showContextMenu(tinyMCE.isMSIE ? targetInst.contentWindow.event : e, targetInst); - } -} - -function TinyMCE_contextmenu_showContextMenu(e, inst) { - function getAttrib(elm, name) { - return elm.getAttribute(name) ? elm.getAttribute(name) : ""; - } - - var x, y, elm, contextMenu; - var pos = tinyMCE.getAbsPosition(inst.iframeElement); - - x = tinyMCE.isMSIE ? e.screenX : pos.absLeft + (e.pageX - inst.getBody().scrollLeft); - y = tinyMCE.isMSIE ? e.screenY : pos.absTop + (e.pageY - inst.getBody().scrollTop); - elm = tinyMCE.isMSIE ? e.srcElement : e.target; - contextMenu = TinyMCE_contextmenu_contextMenu; - contextMenu.inst = inst; - - // Mozilla needs some time - window.setTimeout(function () { - var theme = tinyMCE.getParam("theme"); - - contextMenu.clearAll(); - var sel = inst.getSelectedText().length != 0 || elm.nodeName == "IMG"; - - // Default items - contextMenu.addItem(tinyMCE.baseURL + "/themes/" + theme + "/images/cut.gif", "$lang_cut_desc", "Cut", "", !sel); - contextMenu.addItem(tinyMCE.baseURL + "/themes/" + theme + "/images/copy.gif", "$lang_copy_desc", "Copy", "", !sel); - contextMenu.addItem(tinyMCE.baseURL + "/themes/" + theme + "/images/paste.gif", "$lang_paste_desc", "Paste", "", false); - - // Get element - elm = tinyMCE.getParentElement(elm, "img,table,td"); - if (elm) { - switch (elm.nodeName) { - case "IMG": - contextMenu.addSeparator(); - - // If flash - if (tinyMCE.getAttrib(elm, 'name', '').indexOf('mce_plugin_flash') == 0) - contextMenu.addItem(tinyMCE.baseURL + "/plugins/flash/images/flash.gif", "$lang_flash_props", "mceFlash"); - else - contextMenu.addItem(tinyMCE.baseURL + "/themes/" + theme + "/images/image.gif", "$lang_image_props_desc", "mceImage"); - break; - - case "TABLE": - case "TD": - // Is table plugin loaded - if (typeof(TinyMCE_table_getControlHTML) != "undefined") { - var colspan = (elm.nodeName == "TABLE") ? "" : getAttrib(elm, "colspan"); - var rowspan = (elm.nodeName == "TABLE") ? "" : getAttrib(elm, "rowspan"); - - colspan = colspan == "" ? "1" : colspan; - rowspan = rowspan == "" ? "1" : rowspan; - - contextMenu.addSeparator(); - contextMenu.addItem(tinyMCE.baseURL + "/themes/" + theme + "/images/cut.gif", "$lang_table_cut_row_desc", "mceTableCutRow"); - contextMenu.addItem(tinyMCE.baseURL + "/themes/" + theme + "/images/copy.gif", "$lang_table_copy_row_desc", "mceTableCopyRow"); - contextMenu.addItem(tinyMCE.baseURL + "/themes/" + theme + "/images/paste.gif", "$lang_table_paste_row_before_desc", "mceTablePasteRowBefore", "", inst.tableRowClipboard == null); - contextMenu.addItem(tinyMCE.baseURL + "/themes/" + theme + "/images/paste.gif", "$lang_table_paste_row_after_desc", "mceTablePasteRowAfter", "", inst.tableRowClipboard == null); - -/* contextMenu.addItem(tinyMCE.baseURL + "/themes/" + theme + "/images/left.gif", "$lang_justifyleft_desc", "JustifyLeft", "", false); - contextMenu.addItem(tinyMCE.baseURL + "/themes/" + theme + "/images/center.gif", "$lang_justifycenter_desc", "JustifyCenter", "", false); - contextMenu.addItem(tinyMCE.baseURL + "/themes/" + theme + "/images/right.gif", "$lang_justifyright_desc", "JustifyRight", "", false); - contextMenu.addItem(tinyMCE.baseURL + "/themes/" + theme + "/images/full.gif", "$lang_justifyfull_desc", "JustifyFull", "", false);*/ - contextMenu.addSeparator(); - contextMenu.addItem(tinyMCE.baseURL + "/plugins/table/images/table.gif", "$lang_table_props_desc", "mceInsertTable"); - contextMenu.addItem(tinyMCE.baseURL + "/plugins/table/images/table_cell_props.gif", "$lang_table_cell_desc", "mceTableCellProps"); - contextMenu.addSeparator(); - contextMenu.addItem(tinyMCE.baseURL + "/plugins/table/images/table_row_props.gif", "$lang_table_row_desc", "mceTableRowProps"); - contextMenu.addItem(tinyMCE.baseURL + "/plugins/table/images/table_insert_row_before.gif", "$lang_table_insert_row_before_desc", "mceTableInsertRowBefore"); - contextMenu.addItem(tinyMCE.baseURL + "/plugins/table/images/table_insert_row_after.gif", "$lang_table_insert_row_after_desc", "mceTableInsertRowAfter"); - contextMenu.addItem(tinyMCE.baseURL + "/plugins/table/images/table_delete_row.gif", "$lang_table_delete_row_desc", "mceTableDeleteRow"); - contextMenu.addSeparator(); - contextMenu.addItem(tinyMCE.baseURL + "/plugins/table/images/table_insert_col_before.gif", "$lang_table_insert_col_before_desc", "mceTableInsertColBefore"); - contextMenu.addItem(tinyMCE.baseURL + "/plugins/table/images/table_insert_col_after.gif", "$lang_table_insert_col_after_desc", "mceTableInsertColAfter"); - contextMenu.addItem(tinyMCE.baseURL + "/plugins/table/images/table_delete_col.gif", "$lang_table_delete_col_desc", "mceTableDeleteCol"); - contextMenu.addSeparator(); - contextMenu.addItem(tinyMCE.baseURL + "/plugins/table/images/table_split_cells.gif", "$lang_table_split_cells_desc", "mceTableSplitCells", "", (colspan == "1" && rowspan == "1")); - contextMenu.addItem(tinyMCE.baseURL + "/plugins/table/images/table_merge_cells.gif", "$lang_table_merge_cells_desc", "mceTableMergeCells", "", false); - } - break; - } - } - - contextMenu.show(x, y); - }, 10); - - // Cancel default handeling - tinyMCE.cancelEvent(e); - return false; -} - -function TinyMCE_contextmenu_hideContextMenu() { - TinyMCE_contextmenu_contextMenu.hide(); - - return true; -} - -function TinyMCE_contextmenu_commandHandler(command, value) { - TinyMCE_contextmenu_contextMenu.hide(); - - // UI must be true on these - var ui = false; - if (command == "mceInsertTable" || command == "mceTableCellProps" || command == "mceTableRowProps" || command == "mceTableMergeCells") - ui = true; - - TinyMCE_contextmenu_contextMenu.inst.execCommand(command, ui); -} - -// Context menu class - -function ContextMenu(settings) { - // Default value function - function defParam(key, def_val) { - settings[key] = typeof(settings[key]) != "undefined" ? settings[key] : def_val; - } - - var self = this; - - this.isMSIE = (navigator.appName == "Microsoft Internet Explorer"); - - // Setup contextmenu div - this.contextMenuDiv = document.createElement("div"); - this.contextMenuDiv.className = "contextMenu"; - this.contextMenuDiv.setAttribute("class", "contextMenu"); - this.contextMenuDiv.style.display = "none"; - this.contextMenuDiv.style.position = 'absolute'; - this.contextMenuDiv.style.zindex = 1000; - this.contextMenuDiv.style.left = '0px'; - this.contextMenuDiv.style.top = '0px'; - this.contextMenuDiv.unselectable = "on"; - - document.body.appendChild(this.contextMenuDiv); - - // Setup default values - defParam("commandhandler", ""); - defParam("spacer_image", "images/spacer.gif"); - - this.items = new Array(); - this.settings = settings; - this.html = ""; - - // IE Popup - if (tinyMCE.isMSIE && !tinyMCE.isMSIE5_0) { - this.pop = window.createPopup(); - doc = this.pop.document; - doc.open(); - doc.write(''); - doc.close(); - } -}; - -ContextMenu.prototype.clearAll = function() { - this.html = ""; - this.contextMenuDiv.innerHTML = ""; -}; - -ContextMenu.prototype.addSeparator = function() { - this.html += ''; -}; - -ContextMenu.prototype.addItem = function(icon, title, command, value, disabled) { - if (title.charAt(0) == '$') - title = tinyMCE.getLang(title.substring(1)); - - var onMouseDown = ''; - var html = ''; - - if (tinyMCE.isMSIE && !tinyMCE.isMSIE5_0) - onMouseDown = 'contextMenu.execCommand(\'' + command + '\', \'' + value + '\');return false;'; - else - onMouseDown = this.settings['commandhandler'] + '(\'' + command + '\', \'' + value + '\');return false;'; - - if (icon == "") - icon = this.settings['spacer_image']; - - if (!disabled) - html += ''; - else - html += ''; - - html += ''; - html += '
'; - - // Add text - html += title; - - html += '
'; - html += ''; - - // Add to main - this.html += html; -}; - -ContextMenu.prototype.show = function(x, y) { - if (this.html == "") - return; - - var html = ''; - - html += ''; - html += this.html; - html += '
'; - - this.contextMenuDiv.innerHTML = html; - - if (tinyMCE.isMSIE && !tinyMCE.isMSIE5_0) { - var width, height; - - // Get dimensions - this.contextMenuDiv.style.display = "block"; - width = this.contextMenuDiv.offsetWidth; - height = this.contextMenuDiv.offsetHeight; - this.contextMenuDiv.style.display = "none"; - - // Setup popup and show - this.pop.document.body.innerHTML = '
' + html + "
"; - this.pop.document.tinyMCE = tinyMCE; - this.pop.document.contextMenu = this; - this.pop.show(x, y, width, height); - } else { - this.contextMenuDiv.style.left = x + 'px'; - this.contextMenuDiv.style.top = y + 'px'; - this.contextMenuDiv.style.display = "block"; - } -}; - -ContextMenu.prototype.hide = function() { - if (tinyMCE.isMSIE && !tinyMCE.isMSIE5_0) - this.pop.hide(); - else - this.contextMenuDiv.style.display = "none"; -}; - -ContextMenu.prototype.execCommand = function(command, value) { - eval(this.settings['commandhandler'] + "(command, value);"); -}; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/contextmenu/images/spacer.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/contextmenu/images/spacer.gif deleted file mode 100644 index fc2560981e..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/contextmenu/images/spacer.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/directionality/editor_plugin.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/directionality/editor_plugin.js deleted file mode 100644 index fb26cdbafd..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/directionality/editor_plugin.js +++ /dev/null @@ -1,2 +0,0 @@ -/* Import plugin specific language pack */ - tinyMCE.importPluginLanguagePack('directionality','en,sv');function TinyMCE_directionality_getControlHTML(control_name){var safariPatch='" onclick="';if(tinyMCE.isSafari)safariPatch="";switch(control_name){case "ltr":return '';case "rtl":return '';}return "";}function TinyMCE_directionality_execCommand(editor_id,element,command,user_interface,value){switch(command){case "mceDirectionLTR":var inst=tinyMCE.getInstanceById(editor_id);var elm=tinyMCE.getParentElement(inst.getFocusElement(),"p,div,td,h1,h2,h3,h4,h5,h6,pre,address");if(elm)elm.setAttribute("dir","ltr");tinyMCE.triggerNodeChange(false);return true;case "mceDirectionRTL":var inst=tinyMCE.getInstanceById(editor_id);var elm=tinyMCE.getParentElement(inst.getFocusElement(),"p,div,td,h1,h2,h3,h4,h5,h6,pre,address");if(elm)elm.setAttribute("dir","rtl");tinyMCE.triggerNodeChange(false);return true;}return false;}function TinyMCE_directionality_handleNodeChange(editor_id,node,undo_index,undo_levels,visual_aid,any_selection){function getAttrib(elm,name){return elm.getAttribute(name)?elm.getAttribute(name):"";}tinyMCE.switchClassSticky(editor_id+'_ltr','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_rtl','mceButtonNormal');if(node==null)return;var elm=tinyMCE.getParentElement(node,"p,div,td,h1,h2,h3,h4,h5,h6,pre,address");if(!elm)return;var dir=getAttrib(elm,"dir");if(dir=="ltr"||dir=="")tinyMCE.switchClassSticky(editor_id+'_ltr','mceButtonSelected');else tinyMCE.switchClassSticky(editor_id+'_rtl','mceButtonSelected');return true;} \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/directionality/editor_plugin_src.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/directionality/editor_plugin_src.js deleted file mode 100644 index 2f3fcbb894..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/directionality/editor_plugin_src.js +++ /dev/null @@ -1,71 +0,0 @@ -/* Import plugin specific language pack */ -tinyMCE.importPluginLanguagePack('directionality', 'en,sv'); - -function TinyMCE_directionality_getControlHTML(control_name) { - var safariPatch = '" onclick="'; - - if (tinyMCE.isSafari) - safariPatch = ""; - - switch (control_name) { - case "ltr": - return ''; - - case "rtl": - return ''; - } - - return ""; -} - -function TinyMCE_directionality_execCommand(editor_id, element, command, user_interface, value) { - // Handle commands - switch (command) { - case "mceDirectionLTR": - var inst = tinyMCE.getInstanceById(editor_id); - var elm = tinyMCE.getParentElement(inst.getFocusElement(), "p,div,td,h1,h2,h3,h4,h5,h6,pre,address"); - - if (elm) - elm.setAttribute("dir", "ltr"); - - tinyMCE.triggerNodeChange(false); - return true; - - case "mceDirectionRTL": - var inst = tinyMCE.getInstanceById(editor_id); - var elm = tinyMCE.getParentElement(inst.getFocusElement(), "p,div,td,h1,h2,h3,h4,h5,h6,pre,address"); - - if (elm) - elm.setAttribute("dir", "rtl"); - - tinyMCE.triggerNodeChange(false); - return true; - } - - // Pass to next handler in chain - return false; -} - -function TinyMCE_directionality_handleNodeChange(editor_id, node, undo_index, undo_levels, visual_aid, any_selection) { - function getAttrib(elm, name) { - return elm.getAttribute(name) ? elm.getAttribute(name) : ""; - } - - tinyMCE.switchClassSticky(editor_id + '_ltr', 'mceButtonNormal'); - tinyMCE.switchClassSticky(editor_id + '_rtl', 'mceButtonNormal'); - - if (node == null) - return; - - var elm = tinyMCE.getParentElement(node, "p,div,td,h1,h2,h3,h4,h5,h6,pre,address"); - if (!elm) - return; - - var dir = getAttrib(elm, "dir"); - if (dir == "ltr" || dir == "") - tinyMCE.switchClassSticky(editor_id + '_ltr', 'mceButtonSelected'); - else - tinyMCE.switchClassSticky(editor_id + '_rtl', 'mceButtonSelected'); - - return true; -} diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/directionality/images/ltr.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/directionality/images/ltr.gif deleted file mode 100644 index 1f8e046b78..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/directionality/images/ltr.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/directionality/images/rtl.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/directionality/images/rtl.gif deleted file mode 100644 index 40ec61303a..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/directionality/images/rtl.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/directionality/langs/en.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/directionality/langs/en.js deleted file mode 100644 index 875ecb5234..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/directionality/langs/en.js +++ /dev/null @@ -1,4 +0,0 @@ -// UK lang variables - -tinyMCELang['lang_directionality_ltr_desc'] = 'Direction left to right' -tinyMCELang['lang_directionality_rtl_desc'] = 'Direction right to left'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/directionality/langs/es-es.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/directionality/langs/es-es.js deleted file mode 100644 index 89a9a68bd8..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/directionality/langs/es-es.js +++ /dev/null @@ -1,4 +0,0 @@ -// UK lang variables - -tinyMCELang['lang_directionality_ltr_desc'] = 'Dirección de izquierda a derecha' -tinyMCELang['lang_directionality_rtl_desc'] = 'Dirección de derecha a izquierda'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/directionality/langs/sv.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/directionality/langs/sv.js deleted file mode 100644 index 5ffd663f2a..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/directionality/langs/sv.js +++ /dev/null @@ -1,4 +0,0 @@ -// SV lang variables - -tinyMCELang['lang_directionality_ltr_desc'] = 'Riktning från vänster till höger' -tinyMCELang['lang_directionality_rtl_desc'] = 'Riktning från höger till vänster'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/directionality/readme.txt b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/directionality/readme.txt deleted file mode 100644 index a93f857817..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/directionality/readme.txt +++ /dev/null @@ -1,16 +0,0 @@ - Directionality plugin for TinyMCE ------------------------------- - -This plugin adds directionality icons to TinyMCE that enables TinyMCE to better handle languages that is written from right to left. - -Installation instructions: - * Add plugin to TinyMCE plugin option list example: plugins : "directionality". - * Add the ltr, rtl button names to button list, example: theme_advanced_buttons3_add : "ltr,rtl". - -Initialization example: - tinyMCE.init({ - theme : "advanced", - mode : "textareas", - plugins : "directionality", - theme_advanced_buttons3_add : "ltr,rtl" - }); diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/editor_plugin.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/editor_plugin.js deleted file mode 100644 index 84d537495c..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/editor_plugin.js +++ /dev/null @@ -1,2 +0,0 @@ -/* Import plugin specific language pack */ - tinyMCE.importPluginLanguagePack('emotions','en,sv,zh_cn,cs,fa,fr_ca,fr,de,pl');function TinyMCE_emotions_getControlHTML(control_name){switch(control_name){case "emotions":return '';}return "";}function TinyMCE_emotions_execCommand(editor_id,element,command,user_interface,value){switch(command){case "mceEmotion":var template=new Array();template['file']='../../plugins/emotions/emotions.htm';template['width']=150;template['height']=180;tinyMCE.openWindow(template,{editor_id:editor_id});return true;}return false;} \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/editor_plugin_src.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/editor_plugin_src.js deleted file mode 100644 index bb4eba64f8..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/editor_plugin_src.js +++ /dev/null @@ -1,36 +0,0 @@ -/* Import plugin specific language pack */ -tinyMCE.importPluginLanguagePack('emotions', 'en,sv,zh_cn,cs,fa,fr_ca,fr,de,pl'); - -/** - * Returns the HTML contents of the emotions control. - */ -function TinyMCE_emotions_getControlHTML(control_name) { - switch (control_name) { - case "emotions": - return ''; - } - - return ""; -} - -/** - * Executes the mceEmotion command. - */ -function TinyMCE_emotions_execCommand(editor_id, element, command, user_interface, value) { - // Handle commands - switch (command) { - case "mceEmotion": - var template = new Array(); - - template['file'] = '../../plugins/emotions/emotions.htm'; // Relative to theme - template['width'] = 150; - template['height'] = 180; - - tinyMCE.openWindow(template, {editor_id : editor_id}); - - return true; - } - - // Pass to next handler in chain - return false; -} diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/emotions.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/emotions.htm deleted file mode 100644 index 32411c8b29..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/emotions.htm +++ /dev/null @@ -1,45 +0,0 @@ - - -{$lang_insert_emotions_title} - - - - -
-
{$lang_insert_emotions_title}:

- - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/emotions.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/emotions.gif deleted file mode 100644 index d34f0e0bf3..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/emotions.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/readme.txt b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/readme.txt deleted file mode 100644 index cc2cf3feaa..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/readme.txt +++ /dev/null @@ -1,2 +0,0 @@ -These emotions where taken from Mozilla Thunderbird. -I hope they don't get angry if I use them here after all this is a open source project aswell. diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-cool.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-cool.gif deleted file mode 100644 index 1e2c1d62bb..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-cool.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-cry.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-cry.gif deleted file mode 100644 index e0dcf8a8fc..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-cry.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-embarassed.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-embarassed.gif deleted file mode 100644 index 8e3f07a57d..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-embarassed.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-foot-in-mouth.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-foot-in-mouth.gif deleted file mode 100644 index b3e47cc3f8..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-foot-in-mouth.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-frown.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-frown.gif deleted file mode 100644 index 9335e9945e..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-frown.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-innocent.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-innocent.gif deleted file mode 100644 index cdb72568da..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-innocent.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-kiss.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-kiss.gif deleted file mode 100644 index 242c38c1ee..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-kiss.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-laughing.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-laughing.gif deleted file mode 100644 index 09a9ec7e4f..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-laughing.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-money-mouth.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-money-mouth.gif deleted file mode 100644 index 12b1138aca..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-money-mouth.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-sealed.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-sealed.gif deleted file mode 100644 index 76002b2f01..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-sealed.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-smile.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-smile.gif deleted file mode 100644 index 8cf2b5daf3..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-smile.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-surprised.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-surprised.gif deleted file mode 100644 index ece78a394e..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-surprised.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-tongue-out.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-tongue-out.gif deleted file mode 100644 index 16b13a5a6a..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-tongue-out.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-undecided.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-undecided.gif deleted file mode 100644 index 2aec732fbf..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-undecided.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-wink.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-wink.gif deleted file mode 100644 index 5d975f6732..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-wink.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-yell.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-yell.gif deleted file mode 100644 index 7719bc43d3..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-yell.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/langs/cs.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/langs/cs.js deleted file mode 100644 index 0fadf38ee7..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/langs/cs.js +++ /dev/null @@ -1,4 +0,0 @@ -// UK lang variables - -tinyMCELang['lang_insert_emotions_title'] = 'Vložit emotikon'; -tinyMCELang['lang_emotions_desc'] = 'Emotikony'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/langs/de.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/langs/de.js deleted file mode 100644 index fcec13170d..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/langs/de.js +++ /dev/null @@ -1,6 +0,0 @@ -// DE lang variables - - -tinyMCELang['lang_insert_emotions_title'] = 'Emotion einfügen'; -tinyMCELang['lang_emotions_desc'] = 'Emotion'; - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/langs/el.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/langs/el.js deleted file mode 100644 index 91ed1b18a1..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/langs/el.js +++ /dev/null @@ -1,5 +0,0 @@ -// Greek lang variables by Jacaranda Bill - -tinyMCELang['lang_insert_emotions_title'] = 'ÅéóáãùãÞ åíüò åéêïíéäßïõ emoticon'; -tinyMCELang['lang_emotions_desc'] = 'Åéêïíßäéá emoticons'; - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/langs/en.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/langs/en.js deleted file mode 100644 index 2e350084e9..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/langs/en.js +++ /dev/null @@ -1,5 +0,0 @@ -// UK lang variables - -tinyMCELang['lang_insert_emotions_title'] = 'Insert emotion'; -tinyMCELang['lang_emotions_desc'] = 'Emotions'; - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/langs/es-es.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/langs/es-es.js deleted file mode 100644 index 8c44608040..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/langs/es-es.js +++ /dev/null @@ -1,5 +0,0 @@ -// UK lang variables - -tinyMCELang['lang_insert_emotions_title'] = 'Insertar emoción'; -tinyMCELang['lang_emotions_desc'] = 'Emociones'; - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/langs/fa.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/langs/fa.js deleted file mode 100644 index 2deb3396bb..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/langs/fa.js +++ /dev/null @@ -1,10 +0,0 @@ -// IR lang variables -// Persian (Farsi) language pack (for IRAN) -// By: Morteza Zafari -// Lost@LostLord.com -// http://www.LostLord.com - -tinyMCELang['lang_dir'] = 'rtl'; -tinyMCELang['lang_insert_emotions_title'] = 'اÙزودن Ø´Ú©Ù„Ú©'; -tinyMCELang['lang_emotions_desc'] = 'شکلکها'; - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/langs/fr.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/langs/fr.js deleted file mode 100644 index 5dedb61737..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/langs/fr.js +++ /dev/null @@ -1,5 +0,0 @@ -// French lang variables by Laurent Dran - -tinyMCELang['lang_insert_emotions_title'] = 'Insèrer un émoticon'; -tinyMCELang['lang_emotions_desc'] = 'Émoticons'; - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/langs/fr_ca.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/langs/fr_ca.js deleted file mode 100644 index 9836513afa..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/langs/fr_ca.js +++ /dev/null @@ -1,5 +0,0 @@ -// CAN_FR lang variables - -tinyMCELang['lang_insert_emotions_title'] = 'Insérer un émoticon'; -tinyMCELang['lang_emotions_desc'] = 'Émoticons'; - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/langs/it.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/langs/it.js deleted file mode 100644 index 55365162ea..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/langs/it.js +++ /dev/null @@ -1,5 +0,0 @@ -//IT lang variables - -tinyMCELang['lang_insert_emotions_title'] = 'Inserisci una emoticon'; -tinyMCELang['lang_emotions_desc'] = 'Emoticon'; - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ko.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ko.js deleted file mode 100644 index d48edc3415..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ko.js +++ /dev/null @@ -1,5 +0,0 @@ -// KO lang variables - -tinyMCELang['lang_insert_emotions_title'] = 'À̸ðƼÄÜ ³Ö±â'; -tinyMCELang['lang_emotions_desc'] = 'À̸ðƼÄÜ'; - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/langs/pl.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/langs/pl.js deleted file mode 100644 index 9c4e0853ea..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/langs/pl.js +++ /dev/null @@ -1,4 +0,0 @@ -// PL lang variables - -tinyMCELang['lang_insert_emotions_title'] = 'Wstaw emtoiconÄ™'; -tinyMCELang['lang_emotions_desc'] = 'Emtoicony'; \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/langs/sv.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/langs/sv.js deleted file mode 100644 index 7680dd86c5..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/langs/sv.js +++ /dev/null @@ -1,4 +0,0 @@ -// SE lang variables - -tinyMCELang['lang_insert_emotions_title'] = 'Klistra in känsla'; -tinyMCELang['lang_emotions_desc'] = 'Känslor'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/langs/zh_cn.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/langs/zh_cn.js deleted file mode 100644 index ab36dd08d6..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/langs/zh_cn.js +++ /dev/null @@ -1,5 +0,0 @@ -// Simplified Chinese lang variables contributed by cube316 (cube316@etang.com) - -tinyMCELang['lang_insert_emotions_title'] = '²åÈë±íÇé'; -tinyMCELang['lang_emotions_desc'] = '±íÇé'; - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/readme.txt b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/readme.txt deleted file mode 100644 index 71d5f4d742..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/emotions/readme.txt +++ /dev/null @@ -1,20 +0,0 @@ - Emotions plugin for TinyMCE ------------------------------- - -Installation instructions: - * Copy the emotions directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins). - * Add plugin to TinyMCE plugin option list example: plugins : "emotions". - * Add the emotions button name to button list, example: theme_advanced_buttons3_add : "emotions". - -Initialization example: - tinyMCE.init({ - theme : "advanced", - mode : "textareas", - plugins : "emotions", - theme_advanced_buttons3_add : "emotions" - }); - -Copyright notice: - These emotions where taken from Mozilla Thunderbird. - I hope they don't get angry if I use them here after all this is a open source project - aswell and I realy love their product. diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/GD.php b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/GD.php deleted file mode 100644 index 586d5bf487..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/GD.php +++ /dev/null @@ -1,478 +0,0 @@ - | -// | Alan Knowles | -// | Vincent Oostindie | -// +----------------------------------------------------------------------+// -// -// Image Transformation interface using the GD library -// -// -// $Id$ - - -require_once "Transform.php"; - -Class Image_Transform_Driver_GD extends Image_Transform -{ - /** - * Holds the image file for manipulation - */ - var $imageHandle = ''; - - /** - * Holds the original image file - */ - var $old_image = ''; - - /** - * Check settings - * - * @return mixed true or or a PEAR error object on error - * - * @see PEAR::isError() - */ - function Image_Transform_GD() - { - return; - } // End function Image - - /** - * Load image - * - * @param string filename - * - * @return mixed none or a PEAR error object on error - * @see PEAR::isError() - */ - function load($image) - { - $this->uid = md5($_SERVER['REMOTE_ADDR']); - $this->image = $image; - $this->_get_image_details($image); - $functionName = 'ImageCreateFrom' . $this->type; - $this->imageHandle = $functionName($this->image); - } // End load - - /** - * addText - * - * @param array options Array contains options - * array( - * 'text' The string to draw - * 'x' Horizontal position - * 'y' Vertical Position - * 'Color' Font color - * 'font' Font to be used - * 'size' Size of the fonts in pixel - * 'resize_first' Tell if the image has to be resized - * before drawing the text - * ) - * - * @return none - * @see PEAR::isError() - */ - function addText($params) - { - $default_params = array( - 'text' => 'This is Text', - 'x' => 10, - 'y' => 20, - 'color' => array(255,0,0), - 'font' => 'Arial.ttf', - 'size' => '12', - 'angle' => 0, - 'resize_first' => false // Carry out the scaling of the image before annotation? Not used for GD - ); - $params = array_merge($default_params, $params); - extract($params); - - if( !is_array($color) ){ - if ($color[0]=='#'){ - $this->colorhex2colorarray( $color ); - } else { - include_once('Image/Transform/Driver/ColorsDefs.php'); - $color = isset($colornames[$color])?$colornames[$color]:false; - } - } - - $c = imagecolorresolve ($this->imageHandle, $color[0], $color[1], $color[2]); - - if ('ttf' == substr($font, -3)) { - ImageTTFText($this->imageHandle, $size, $angle, $x, $y, $c, $font, $text); - } else { - ImagePSText($this->imageHandle, $size, $angle, $x, $y, $c, $font, $text); - } - return true; - } // End addText - - - /** - * Rotate image by the given angle - * Uses a fast rotation algorythm for custom angles - * or lines copy for multiple of 90 degrees - * - * @param int $angle Rotation angle - * @param array $options array( 'autoresize'=>true|false, - * 'color_mask'=>array(r,g,b), named color or #rrggbb - * ) - * @author Pierre-Alain Joye - * @return mixed none or a PEAR error object on error - * @see PEAR::isError() - */ - function rotate($angle, $options=null) - { - if(function_exists('imagerotate')) { - $white = imagecolorallocate ($this->imageHandle, 255, 255, 255); - $this->imageHandle = imagerotate($this->imageHandle, $angle, $white); - return true; - } - - if ( $options==null ){ - $autoresize = true; - $color_mask = array(255,255,0); - } else { - extract( $options ); - } - - while ($angle <= -45) { - $angle += 360; - } - while ($angle > 270) { - $angle -= 360; - } - - $t = deg2rad($angle); - - if( !is_array($color_mask) ){ - if ($color[0]=='#'){ - $this->colorhex2colorarray( $color_mask ); - } else { - include_once('Image/Transform/Driver/ColorDefs.php'); - $color = isset($colornames[$color_mask])?$colornames[$color_mask]:false; - } - } - - // Do not round it, too much lost of quality - $cosT = cos($t); - $sinT = sin($t); - - $img =& $this->imageHandle; - - $width = $max_x = $this->img_x; - $height = $max_y = $this->img_y; - $min_y = 0; - $min_x = 0; - - $x1 = round($max_x/2,0); - $y1 = round($max_y/2,0); - - if ( $autoresize ){ - $t = abs($t); - $a = round($angle,0); - switch((int)($angle)){ - case 0: - $width2 = $width; - $height2 = $height; - break; - case 90: - $width2 = $height; - $height2 = $width; - break; - case 180: - $width2 = $width; - $height2 = $height; - break; - case 270: - $width2 = $height; - $height2 = $width; - break; - default: - $width2 = (int)(abs(sin($t) * $height + cos($t) * $width)); - $height2 = (int)(abs(cos($t) * $height+sin($t) * $width)); - } - - $width2 -= $width2%2; - $height2 -= $height2%2; - - $d_width = abs($width - $width2); - $d_height = abs($height - $height2); - $x_offset = $d_width/2; - $y_offset = $d_height/2; - $min_x2 = -abs($x_offset); - $min_y2 = -abs($y_offset); - $max_x2 = $width2; - $max_y2 = $height2; - } - - $img2 = @imagecreate($width2,$height2); - - if ( !is_resource($img2) ){ - return false;/*PEAR::raiseError('Cannot create buffer for the rotataion.', - null, PEAR_ERROR_TRIGGER, E_USER_NOTICE);*/ - } - - $this->img_x = $width2; - $this->img_y = $height2; - - - imagepalettecopy($img2,$img); - - $mask = imagecolorresolve($img2,$color_mask[0],$color_mask[1],$color_mask[2]); - - // use simple lines copy for axes angles - switch((int)($angle)){ - case 0: - imagefill ($img2, 0, 0,$mask); - for ($y=0; $y < $max_y; $y++) { - for ($x = $min_x; $x < $max_x; $x++){ - $c = @imagecolorat ( $img, $x, $y); - imagesetpixel($img2,$x+$x_offset,$y+$y_offset,$c); - } - } - break; - case 90: - imagefill ($img2, 0, 0,$mask); - for ($x = $min_x; $x < $max_x; $x++){ - for ($y=$min_y; $y < $max_y; $y++) { - $c = imagecolorat ( $img, $x, $y); - imagesetpixel($img2,$max_y-$y-1,$x,$c); - } - } - break; - case 180: - imagefill ($img2, 0, 0,$mask); - for ($y=0; $y < $max_y; $y++) { - for ($x = $min_x; $x < $max_x; $x++){ - $c = @imagecolorat ( $img, $x, $y); - imagesetpixel($img2, $max_x2-$x-1, $max_y2-$y-1, $c); - } - } - break; - case 270: - imagefill ($img2, 0, 0,$mask); - for ($y=0; $y < $max_y; $y++) { - for ($x = $max_x; $x >= $min_x; $x--){ - $c = @imagecolorat ( $img, $x, $y); - imagesetpixel($img2,$y,$max_x-$x-1,$c); - } - } - break; - // simple reverse rotation algo - default: - $i=0; - for ($y = $min_y2; $y < $max_y2; $y++){ - - // Algebra :) - $x2 = round((($min_x2-$x1) * $cosT) + (($y-$y1) * $sinT + $x1),0); - $y2 = round((($y-$y1) * $cosT - ($min_x2-$x1) * $sinT + $y1),0); - - for ($x = $min_x2; $x < $max_x2; $x++){ - - // Check if we are out of original bounces, if we are - // use the default color mask - if ( $x2>=0 && $x2<$max_x && $y2>=0 && $y2<$max_y ){ - $c = imagecolorat ( $img, $x2, $y2); - } else { - $c = $mask; - } - imagesetpixel($img2,$x+$x_offset,$y+$y_offset,$c); - - // round verboten! - $x2 += $cosT; - $y2 -= $sinT; - } - } - break; - } - $this->old_image = $this->imageHandle; - $this->imageHandle = $img2; - return true; - } - - - /** - * Resize Action - * - * For GD 2.01+ the new copyresampled function is used - * It uses a bicubic interpolation algorithm to get far - * better result. - * - * @param $new_x int new width - * @param $new_y int new height - * - * @return true on success or pear error - * @see PEAR::isError() - */ - function _resize($new_x, $new_y) { - if ($this->resized === true) { - return false; /*PEAR::raiseError('You have already resized the image without saving it. Your previous resizing will be overwritten', null, PEAR_ERROR_TRIGGER, E_USER_NOTICE);*/ - } - if(function_exists('ImageCreateTrueColor')){ - $new_img =ImageCreateTrueColor($new_x,$new_y); - } else { - $new_img =ImageCreate($new_x,$new_y); - } - if(function_exists('ImageCopyResampled')){ - ImageCopyResampled($new_img, $this->imageHandle, 0, 0, 0, 0, $new_x, $new_y, $this->img_x, $this->img_y); - } else { - ImageCopyResized($new_img, $this->imageHandle, 0, 0, 0, 0, $new_x, $new_y, $this->img_x, $this->img_y); - } - $this->old_image = $this->imageHandle; - $this->imageHandle = $new_img; - $this->resized = true; - - $this->new_x = $new_x; - $this->new_y = $new_y; - return true; - } - - /** - * Crop the image - * - * @param int $crop_x left column of the image - * @param int $crop_y top row of the image - * @param int $crop_width new cropped image width - * @param int $crop_height new cropped image height - */ - function crop($new_x, $new_y, $new_width, $new_height) - { - if(function_exists('ImageCreateTrueColor')){ - $new_img =ImageCreateTrueColor($new_width,$new_height); - } else { - $new_img =ImageCreate($new_width,$new_height); - } - if(function_exists('ImageCopyResampled')){ - ImageCopyResampled($new_img, $this->imageHandle, 0, 0, $new_x, $new_y,$new_width,$new_height,$new_width,$new_height); - } else { - ImageCopyResized($new_img, $this->imageHandle, 0, 0, $new_x, $new_y, $new_width,$new_height,$new_width,$new_height); - } - $this->old_image = $this->imageHandle; - $this->imageHandle = $new_img; - $this->resized = true; - - $this->new_x = $new_x; - $this->new_y = $new_y; - return true; - } - - /** - * Flip the image horizontally or vertically - * - * @param boolean $horizontal true if horizontal flip, vertical otherwise - */ - function flip($horizontal) - { - if(!$horizontal) { - $this->rotate(180); - } - - $width = imagesx($this->imageHandle); - $height = imagesy($this->imageHandle); - - for ($j = 0; $j < $height; $j++) { - $left = 0; - $right = $width-1; - - - while ($left < $right) { - //echo " j:".$j." l:".$left." r:".$right."\n
"; - $t = imagecolorat($this->imageHandle, $left, $j); - imagesetpixel($this->imageHandle, $left, $j, imagecolorat($this->imageHandle, $right, $j)); - imagesetpixel($this->imageHandle, $right, $j, $t); - $left++; $right--; - } - } - - return true; - } - - - /** - * Adjust the image gamma - * - * @param float $outputgamma - * - * @return none - */ - function gamma($outputgamma=1.0) { - ImageGammaCorrect($this->imageHandle, 1.0, $outputgamma); - } - - /** - * Save the image file - * - * @param $filename string the name of the file to write to - * @param $quality int output DPI, default is 85 - * @param $types string define the output format, default - * is the current used format - * - * @return none - */ - function save($filename, $type = '', $quality = 85) - { - $type = $type==''? $this->type : $type; - $functionName = 'image' . $type; - $this->old_image = $this->imageHandle; - $functionName($this->imageHandle, $filename) ; - $this->imageHandle = $this->old_image; - $this->resized = false; - } // End save - - - /** - * Display image without saving and lose changes - * - * @param string type (JPG,PNG...); - * @param int quality 75 - * - * @return none - */ - function display($type = '', $quality = 75) - { - if ($type != '') { - $this->type = $type; - } - $functionName = 'Image' . $this->type; - header('Content-type: image/' . strtolower($this->type)); - $functionName($this->imageHandle, '', $quality); - $this->imageHandle = $this->old_image; - $this->resized = false; - ImageDestroy($this->old_image); - $this->free(); - } - - /** - * Destroy image handle - * - * @return none - */ - function free() - { - if ($this->imageHandle){ - ImageDestroy($this->imageHandle); - } - } - -} // End class ImageGD -?> diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/Transform.php b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/Transform.php deleted file mode 100644 index e60e09d60b..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/Transform.php +++ /dev/null @@ -1,563 +0,0 @@ - | -// | Alan Knowles | -// | Vincent Oostindie | -// +----------------------------------------------------------------------+ -// -// $Id$ -// -// Image Transformation interface -// - - -/** - * The main "Image_Resize" class is a container and base class which - * provides the static methods for creating Image objects as well as - * some utility functions (maths) common to all parts of Image Resize. - * - * The object model of DB is as follows (indentation means inheritance): - * - * Image_Resize The base for each Image implementation. Provides default - * | implementations (in OO lingo virtual methods) for - * | the actual Image implementations as well as a bunch of - * | maths methods. - * | - * +-Image_GD The Image implementation for the PHP GD extension . Inherits - * Image_Resize - * When calling DB::setup for GD images the object returned is an - * instance of this class. - * - * @package Image Resize - * @version 1.00 - * @author Peter Bowyer - * @since PHP 4.0 - **/ -class Image_Transform -{ - /** - * Name of the image file - * @var string - */ - var $image = ''; - /** - * Type of the image file (eg. jpg, gif png ...) - * @var string - */ - var $type = ''; - /** - * Original image width in x direction - * @var int - */ - var $img_x = ''; - /** - * Original image width in y direction - * @var int - */ - var $img_y = ''; - /** - * New image width in x direction - * @var int - */ - var $new_x = ''; - /** - * New image width in y direction - * @var int - */ - var $new_y = ''; - /** - * Path the the library used - * e.g. /usr/local/ImageMagick/bin/ or - * /usr/local/netpbm/ - */ - var $lib_path = ''; - /** - * Flag to warn if image has been resized more than once before displaying - * or saving. - */ - var $resized = false; - - - var $uid = ''; - - var $lapse_time =900; //15 mins - - /** - * Create a new Image_resize object - * - * @param string $driver name of driver class to initialize - * - * @return mixed a newly created Image_Transform object, or a PEAR - * error object on error - * - * @see PEAR::isError() - * @see Image_Transform::setOption() - */ - function &factory($driver) - { - if ('' == $driver) { - die("No image library specified... aborting. You must call ::factory() with one parameter, the library to load."); - - } -// $this->uid = md5($_SERVER['REMOTE_ADDR']); - - include_once "$driver.php"; - - $classname = "Image_Transform_Driver_{$driver}"; - $obj =& new $classname; - return $obj; - } - - - /** - * Resize the Image in the X and/or Y direction - * If either is 0 it will be scaled proportionally - * - * @access public - * - * @param mixed $new_x (0, number, percentage 10% or 0.1) - * @param mixed $new_y (0, number, percentage 10% or 0.1) - * - * @return mixed none or PEAR_error - */ - function resize($new_x = 0, $new_y = 0) - { - // 0 means keep original size - $new_x = (0 == $new_x) ? $this->img_x : $this->_parse_size($new_x, $this->img_x); - $new_y = (0 == $new_y) ? $this->img_y : $this->_parse_size($new_y, $this->img_y); - // Now do the library specific resizing. - return $this->_resize($new_x, $new_y); - } // End resize - - - /** - * Scale the image to have the max x dimension specified. - * - * @param int $new_x Size to scale X-dimension to - * @return none - */ - function scaleMaxX($new_x) - { - $new_y = round(($new_x / $this->img_x) * $this->img_y, 0); - return $this->_resize($new_x, $new_y); - } // End resizeX - - /** - * Scale the image to have the max y dimension specified. - * - * @access public - * @param int $new_y Size to scale Y-dimension to - * @return none - */ - function scaleMaxY($new_y) - { - $new_x = round(($new_y / $this->img_y) * $this->img_x, 0); - return $this->_resize($new_x, $new_y); - } // End resizeY - - /** - * Scale Image to a maximum or percentage - * - * @access public - * @param mixed (number, percentage 10% or 0.1) - * @return mixed none or PEAR_error - */ - function scale($size) - { - if ((strlen($size) > 1) && (substr($size,-1) == '%')) { - return $this->scaleByPercentage(substr($size, 0, -1)); - } elseif ($size < 1) { - return $this->scaleByFactor($size); - } else { - return $this->scaleByLength($size); - } - } // End scale - - /** - * Scales an image to a percentage of its original size. For example, if - * my image was 640x480 and I called scaleByPercentage(10) then the image - * would be resized to 64x48 - * - * @access public - * @param int $size Percentage of original size to scale to - * @return none - */ - function scaleByPercentage($size) - { - return $this->scaleByFactor($size / 100); - } // End scaleByPercentage - - /** - * Scales an image to a factor of its original size. For example, if - * my image was 640x480 and I called scaleByFactor(0.5) then the image - * would be resized to 320x240. - * - * @access public - * @param float $size Factor of original size to scale to - * @return none - */ - function scaleByFactor($size) - { - $new_x = round($size * $this->img_x, 0); - $new_y = round($size * $this->img_y, 0); - return $this->_resize($new_x, $new_y); - } // End scaleByFactor - - /** - * Scales an image so that the longest side has this dimension. - * - * @access public - * @param int $size Max dimension in pixels - * @return none - */ - function scaleByLength($size) - { - if ($this->img_x >= $this->img_y) { - $new_x = $size; - $new_y = round(($new_x / $this->img_x) * $this->img_y, 0); - } else { - $new_y = $size; - $new_x = round(($new_y / $this->img_y) * $this->img_x, 0); - } - return $this->_resize($new_x, $new_y); - } // End scaleByLength - - - /** - * - * @access public - * @return void - */ - function _get_image_details($image) - { - //echo $image; - $data = @GetImageSize($image); - #1 = GIF, 2 = JPG, 3 = PNG, 4 = SWF, 5 = PSD, 6 = BMP, 7 = TIFF(intel byte order), 8 = TIFF(motorola byte order, - # 9 = JPC, 10 = JP2, 11 = JPX, 12 = JB2, 13 = SWC - if (is_array($data)){ - switch($data[2]){ - case 1: - $type = 'gif'; - break; - case 2: - $type = 'jpeg'; - break; - case 3: - $type = 'png'; - break; - case 4: - $type = 'swf'; - break; - case 5: - $type = 'psd'; - case 6: - $type = 'bmp'; - case 7: - case 8: - $type = 'tiff'; - default: - echo("We do not recognize this image format"); - } - $this->img_x = $data[0]; - $this->img_y = $data[1]; - $this->type = $type; - - return true; - } else { - echo("Cannot fetch image or images details."); - return null; - } - /* - $output = array( - 'width' => $data[0], - 'height' => $data[1], - 'type' => $type - ); - return $output; - */ - } - - - /** - * Parse input and convert - * If either is 0 it will be scaled proportionally - * - * @access private - * - * @param mixed $new_size (0, number, percentage 10% or 0.1) - * @param int $old_size - * - * @return mixed none or PEAR_error - */ - function _parse_size($new_size, $old_size) - { - if ('%' == $new_size) { - $new_size = str_replace('%','',$new_size); - $new_size = $new_size / 100; - } - if ($new_size > 1) { - return (int) $new_size; - } elseif ($new_size == 0) { - return (int) $old_size; - } else { - return (int) round($new_size * $old_size, 0); - } - } - - - function uniqueStr() - { - return substr(md5(microtime()),0,6); - } - - //delete old tmp files, and allow only 1 file per remote host. - function cleanUp($id, $dir) - { - $d = dir($dir); - $id_length = strlen($id); - - while (false !== ($entry = $d->read())) { - if (is_file($dir.'/'.$entry) && substr($entry,0,1) == '.' && !ereg($entry, $this->image)) - { - //echo filemtime($this->directory.'/'.$entry)."
"; - //echo time(); - - if (filemtime($dir.'/'.$entry) + $this->lapse_time < time()) - unlink($dir.'/'.$entry); - - if (substr($entry, 1, $id_length) == $id) - { - if (is_file($dir.'/'.$entry)) - unlink($dir.'/'.$entry); - } - } - } - $d->close(); - } - - - function createUnique($dir) - { - $unique_str = '.'.$this->uid.'_'.$this->uniqueStr().".".$this->type; - - //make sure the the unique temp file does not exists - while (file_exists($dir.$unique_str)) - { - $unique_str = '.'.$this->uid.'_'.$this->uniqueStr().".".$this->type; - } - - $this->cleanUp($this->uid, $dir); - - return $unique_str; - } - - - /** - * Set the image width - * @param int $size dimension to set - * @since 29/05/02 13:36:31 - * @return - */ - function _set_img_x($size) - { - $this->img_x = $size; - } - - /** - * Set the image height - * @param int $size dimension to set - * @since 29/05/02 13:36:31 - * @return - */ - function _set_img_y($size) - { - $this->img_y = $size; - } - - /** - * Set the image width - * @param int $size dimension to set - * @since 29/05/02 13:36:31 - * @return - */ - function _set_new_x($size) - { - $this->new_x = $size; - } - - /** - * Set the image height - * @param int $size dimension to set - * @since 29/05/02 13:36:31 - * @return - */ - function _set_new_y($size) - { - $this->new_y = $size; - } - - /** - * Get the type of the image being manipulated - * - * @return string $this->type the image type - */ - function getImageType() - { - return $this->type; - } - - /** - * - * @access public - * @return string web-safe image type - */ - function getWebSafeFormat() - { - switch($this->type){ - case 'gif': - case 'png': - return 'png'; - break; - default: - return 'jpeg'; - } // switch - } - - /** - * Place holder for the real resize method - * used by extended methods to do the resizing - * - * @access private - * @return PEAR_error - */ - function _resize() { - return null; //PEAR::raiseError("No Resize method exists", true); - } - - /** - * Place holder for the real load method - * used by extended methods to do the resizing - * - * @access public - * @return PEAR_error - */ - function load($filename) { - return null; //PEAR::raiseError("No Load method exists", true); - } - - /** - * Place holder for the real display method - * used by extended methods to do the resizing - * - * @access public - * @param string filename - * @return PEAR_error - */ - function display($type, $quality) { - return null; //PEAR::raiseError("No Display method exists", true); - } - - /** - * Place holder for the real save method - * used by extended methods to do the resizing - * - * @access public - * @param string filename - * @return PEAR_error - */ - function save($filename, $type, $quality) { - return null; //PEAR::raiseError("No Save method exists", true); - } - - /** - * Place holder for the real free method - * used by extended methods to do the resizing - * - * @access public - * @return PEAR_error - */ - function free() { - return null; //PEAR::raiseError("No Free method exists", true); - } - - /** - * Reverse of rgb2colorname. - * - * @access public - * @return PEAR_error - * - * @see rgb2colorname - */ - function colorhex2colorarray($colorhex) { - $r = hexdec(substr($colorhex, 1, 2)); - $g = hexdec(substr($colorhex, 3, 2)); - $b = hexdec(substr($colorhex, 4, 2)); - return array($r,$g,$b); - } - - /** - * Reverse of rgb2colorname. - * - * @access public - * @return PEAR_error - * - * @see rgb2colorname - */ - function colorarray2colorhex($color) { - $color = '#'.dechex($color[0]).dechex($color[1]).dechex($color[2]); - return strlen($color)>6?false:$color; - } - - - /* Methods to add to the driver classes in the future */ - function addText() - { - return null; //PEAR::raiseError("No addText method exists", true); - } - - function addDropShadow() - { - return null; //PEAR::raiseError("No AddDropShadow method exists", true); - } - - function addBorder() - { - return null; //PEAR::raiseError("No addBorder method exists", true); - } - - function crop() - { - return null; //PEAR::raiseError("No crop method exists", true); - } - - function flip() - { - return null; - } - - function gamma() - { - return null; //PEAR::raiseError("No gamma method exists", true); - } -} -?> diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/config.inc.php b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/config.inc.php deleted file mode 100644 index 89d8961fba..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/config.inc.php +++ /dev/null @@ -1,201 +0,0 @@ - * - * and Xiang Wei ZHUO * - * Modified for eGW by Cornelius Weiss * - * -------------------------------------------- * - * This program is free software; you can redistribute it and/or modify it * - * under the terms of the GNU General Public License as published by the * - * Free Software Foundation; version 2 of the License. * - \**************************************************************************/ - - /* $Id$ */ - - /** - * USAGE: If you like to use this plugin, insinde the eGW framework, you have to do two things - * 1. Add 'plugins : "filemanager",theme_advanced_buttons3_add : "filemanager"' to the $plugins variable on tinymce call - * 2. supply an array in the session with like this example shows: - * $UploadImage = array( - * 'app' => 'news_admin', - * 'upload_dir' => $GLOBALS['egw_info']['user']['preferences']['news_admin']['uploaddir'], - * 'admin_method' => $GLOBALS['egw']->link('/index.php', 'menuaction=app.file.method');; - * $GLOBALS['egw']->session->appsession('UploadImage','phpgwapi',$UploadImage); - * - **/ - - $GLOBALS['egw_info']['flags'] = Array( - 'currentapp' => 'home', - 'noheader' => True, - 'nonavbar' => True, - 'noappheader' => True, - 'noappfooter' => True, - 'nofooter' => True - ); - - if(!isset($GLOBALS['egw']) || !is_object($GLOBALS['egw'])) - { - if(@include('../../../../../../../../header.inc.php')) - { - // I know this is very ugly - } - else - { - @include('../../../../../../../../../header.inc.php'); - } - } - - $sessdata = $GLOBALS['egw']->session->appsession('UploadImage','phpgwapi'); - // upload_dir needs a ending slash - $sessdata['upload_dir'] = substr($sessdata['upload_dir'],-1) == '/' ? $sessdata['upload_dir'] : $sessdata['upload_dir'] . '/'; - if(is_writeable($sessdata['upload_dir'])) - { - $MY_DOCUMENT_ROOT = $BASE_DIR = $sessdata['upload_dir']; - if (isset($sessdata['upload_url']) && !empty($sessdata['upload_url'])) - { - // base url must not have a ending slash - $MY_BASE_URL = substr($sessdata['upload_url'],-1) == '/' ? substr($sessdata['upload_url'],0,-1) : $sessdata['upload_url']; - } - else - { - $MY_BASE_URL = preg_replace('/^'.preg_quote($_SERVER['DOCUMENT_ROOT'],'/').'/','',$sessdata['upload_dir']); - if (empty($MY_BASE_URL)) $MY_BASE_URL = '/'; - } - $BASE_URL = $MY_URL_TO_OPEN_FILE = $MY_BASE_URL; - } - else - { - echo '

'.lang('Error').'

'; - echo '

'.lang('Upload directory does not exist, or is not writeable by webserver').'

'; - echo $GLOBALS['egw_info']['user']['apps']['admin'] ? - lang('%1Choose an other directory%2
or make %3 writeable by webserver','','',$sessdata['upload_dir']) : - lang('Notify your Administrator to correct this Situation'); - die(); - } - -define('IMAGE_CLASS', 'GD'); -/* MY_ALLOW_CREATE Boolean (false or true) whether creating folders is allowed or not. */ -$MY_ALLOW_CREATE = true; -/* $MY_ALLOW_DELETE Boolean (false or true) whether deleting files and folders is allowed or not. */ -$MY_ALLOW_DELETE = true; -/* $MY_ALLOW_RENAME Boolean (false or true) whether renaming files and folders is allowed or not. */ -$MY_ALLOW_RENAME = true; -/* $MY_ALLOW_MOVE Boolean (false or true) whether moving files and folders is allowed or not. */ -$MY_ALLOW_MOVE = true; -/* $MY_ALLOW_UPLOAD Boolean (false or true) whether uploading files is allowed or not. */ -$MY_ALLOW_UPLOAD = true; -/* MY_LIST_EXTENSIONS This array specifies which files are listed in dialog. Setting to null causes that all files are listed,case insensitive. */ -$MY_LIST_EXTENSIONS = array('html', 'doc', 'xls', 'txt', 'gif', 'jpeg', 'jpg', 'png', 'pdf', 'zip', 'pdf'); -/* - MY_ALLOW_EXTENSIONS - MY_DENY_EXTENSIONS - MY_ALLOW_EXTENSIONS and MY_DENY_EXTENSIONS arrays specify which file types can be uploaded. - Setting to null skips this check. The scheme is: - 1) If MY_DENY_EXTENSIONS is not null check if it does _not_ contain file extension of the file to be uploaded. - If it does skip the upload procedure. - 2) If MY_ALLOW_EXTENSIONS is not null check if it _does_ contain file extension of the file to be uploaded. - If it doesn't skip the upload procedure. - 3) Upload file. - NOTE: File extensions arrays are case insensitive. - You should always include server side executable file types in MY_DENY_EXTENSIONS !!! -*/ -$MY_ALLOW_EXTENSIONS = array('html', 'doc', 'xls', 'txt', 'gif', 'jpeg', 'jpg', 'png', 'pdf', 'zip', 'pdf'); -$MY_DENY_EXTENSIONS = array('php', 'php3', 'php4', 'phtml', 'shtml', 'cgi', 'pl'); -/* - $MY_ALLOW_UPLOAD - Maximum allowed size for uploaded files (in bytes). - NOTE2: see also upload_max_filesize setting in your php.ini file - NOTE: 2*1024*1024 means 2 MB (megabytes) which is the default php.ini setting -*/ -$MY_MAX_FILE_SIZE = 2*1024*1024; - -/* - $MY_LANG - Interface language. See the lang directory for translation files. - NOTE: You should set appropriately MY_CHARSET and $MY_DATETIME_FORMAT variables -*/ -$MY_LANG = $GLOBALS['egw_info']['user']['preferences']['common']['lang'];//'en'; - -/* - $MY_CHARSET - Character encoding for all Insert File dialogs. - WARNING: For non english and non iso-8859-1 / utf8 users mostly !!! - This setting affect also how the name of folder you create via Insert File Dialog - and the name of file uploaded via Insert File Dialog will be encoded on your remote - server filesystem. Note also the difference between how file names in multipart/data - form are encoded by Internet Explorer (plain text depending on the webpage charset) - and Mozilla (encoded according to RFC 1738). - This should be fixed in next versions. Any help is VERY appreciated. -*/ -$MY_CHARSET = $GLOBALS['egw']->translation->charset();//'iso-8859-1'; - -/* - MY_DATETIME_FORMAT - Datetime format for displaying file modification time in Insert File Dialog and in inserted link, see MY_LINK_FORMAT -*/ -$MY_DATETIME_FORMAT = $GLOBALS['egw_info']['user']['preferences']['common']['dateformat'].' '. - ($GLOBALS['egw_info']['user']['preferences']['common']['timeformat'] == 12 ? 'h:i a' : 'H:i'); //"d.m.Y H:i"; - -/* - MY_LINK_FORMAT - The string to be inserted into textarea. - This is the most crucial setting. I apologize for not using the DOM functions any more, - but inserting raw string allow more customization for everyone. - The following strings are replaced by corresponding values of selected files/folders: - _editor_url the url of htmlarea root folder - you should set it in your document (see htmlarea help) - IF_ICON file type icon filename (see plugins/InsertFile/images/ext directory) - IF_URL relative path to file relative to $MY_DOCUMENT_ROOT - IF_CAPTION file/folder name - IF_SIZE file size in (B, kB, or MB) - IF_DATE last modification time acording to $MY_DATETIME_FORMAT format -*/ -// $MY_LINK_FORMAT = 'IF_URL IF_CAPTION  IF_SIZE  IF_DATE '; - -/* parse_icon function please insert additional file types (extensions) and theis corresponding icons in switch statement */ -function parse_icon($ext) { - switch (strtolower($ext)) { - case 'doc': return 'doc_small.gif'; - case 'rtf': return 'doc_small.gif'; - case 'txt': return 'txt_small.gif'; - case 'xls': return 'xls_small.gif'; - case 'csv': return 'xls_small.gif'; - case 'ppt': return 'ppt_small.gif'; - case 'html': return 'html_small.gif'; - case 'htm': return 'html_small.gif'; - case 'php': return 'script_small.gif'; - case 'php3': return 'script_small.gif'; - case 'cgi': return 'script_small.gif'; - case 'pdf': return 'pdf_small.gif'; - case 'rar': return 'rar_small.gif'; - case 'zip': return 'zip_small.gif'; - case 'gz': return 'gz_small.gif'; - case 'jpg': return 'jpg_small.gif'; - case 'gif': return 'gif_small.gif'; - case 'png': return 'png_small.gif'; - case 'bmp': return 'image_small.gif'; - case 'exe': return 'binary_small.gif'; - case 'bin': return 'binary_small.gif'; - case 'avi': return 'mov_small.gif'; - case 'mpg': return 'mov_small.gif'; - case 'moc': return 'mov_small.gif'; - case 'asf': return 'mov_small.gif'; - case 'mp3': return 'sound_small.gif'; - case 'wav': return 'sound_small.gif'; - case 'org': return 'sound_small.gif'; - default: - return 'def_small.gif'; - } -} - -// DO NOT EDIT BELOW -$MY_NAME = 'insertfiledialog'; -//$lang_file = 'lang/lang-'.$MY_LANG.'.php'; -// using the eGW translation system -$lang_file = 'lang/lang.php'; -if (is_file($lang_file)) require($lang_file); -else require('lang/lang-en.php'); -$MY_PATH = '/'; -$MY_UP_PATH = '/'; - -?> diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/css/selectableelements.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/css/selectableelements.js deleted file mode 100644 index fd86958e9f..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/css/selectableelements.js +++ /dev/null @@ -1,375 +0,0 @@ -/*----------------------------------------------------------------------------\ -| Selectable Elements 1.02 | -|-----------------------------------------------------------------------------| -| Created by Erik Arvidsson | -| (http://webfx.eae.net/contact.html#erik) | -| For WebFX (http://webfx.eae.net/) | -|-----------------------------------------------------------------------------| -| A script that allows children of any element to be selected | -|-----------------------------------------------------------------------------| -| Copyright (c) 1999 - 2004 Erik Arvidsson | -|-----------------------------------------------------------------------------| -| This software is provided "as is", without warranty of any kind, express or | -| implied, including but not limited to the warranties of merchantability, | -| fitness for a particular purpose and noninfringement. In no event shall the | -| authors or copyright holders be liable for any claim, damages or other | -| liability, whether in an action of contract, tort or otherwise, arising | -| from, out of or in connection with the software or the use or other | -| dealings in the software. | -| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | -| This software is available under the three different licenses mentioned | -| below. To use this software you must chose, and qualify, for one of those. | -| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | -| The WebFX Non-Commercial License http://webfx.eae.net/license.html | -| Permits anyone the right to use the software in a non-commercial context | -| free of charge. | -| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | -| The WebFX Commercial license http://webfx.eae.net/commercial.html | -| Permits the license holder the right to use the software in a commercial | -| context. Such license must be specifically obtained, however it's valid for | -| any number of implementations of the licensed software. | -| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | -| GPL - The GNU General Public License http://www.gnu.org/licenses/gpl.txt | -| Permits anyone the right to use and modify the software without limitations | -| as long as proper credits are given and the original and modified source | -| code are included. Requires that the final product, software derivate from | -| the original source or any software utilizing a GPL component, such as | -| this, is also licensed under the GPL license. | -|-----------------------------------------------------------------------------| -| 2002-09-19 | Original Version Posted. | -| 2002-09-27 | Fixed a bug in IE when mouse down and up occured on different | -| | rows. | -| 2003-02-11 | Minor problem with addClassName and removeClassName that | -| | triggered a bug in Opera 7. Added destroy method | -|-----------------------------------------------------------------------------| -| Created 2002-09-04 | All changes are in the log above. | Updated 2003-02-11 | -\----------------------------------------------------------------------------*/ - -function SelectableElements(oElement, bMultiple) { - if (oElement == null) - return; - - this._htmlElement = oElement; - this._multiple = Boolean(bMultiple); - - this._selectedItems = []; - this._fireChange = true; - - var oThis = this; - this._onclick = function (e) { - if (e == null) e = oElement.ownerDocument.parentWindow.event; - oThis.click(e); - }; - - if (oElement.addEventListener) - oElement.addEventListener("click", this._onclick, false); - else if (oElement.attachEvent) - oElement.attachEvent("onclick", this._onclick); -} - -SelectableElements.prototype.setItemSelected = function (oEl, bSelected) { - if (!this._multiple) { - if (bSelected) { - var old = this._selectedItems[0] - if (oEl == old) - return; - if (old != null) - this.setItemSelectedUi(old, false); - this.setItemSelectedUi(oEl, true); - this._selectedItems = [oEl]; - this.fireChange(); - } - else { - if (this._selectedItems[0] == oEl) { - this.setItemSelectedUi(oEl, false); - this._selectedItems = []; - } - } - } - else { - if (Boolean(oEl._selected) == Boolean(bSelected)) - return; - - this.setItemSelectedUi(oEl, bSelected); - - if (bSelected) - this._selectedItems[this._selectedItems.length] = oEl; - else { - // remove - var tmp = []; - var j = 0; - for (var i = 0; i < this._selectedItems.length; i++) { - if (this._selectedItems[i] != oEl) - tmp[j++] = this._selectedItems[i]; - } - this._selectedItems = tmp; - } - this.fireChange(); - } -}; - -// This method updates the UI of the item -SelectableElements.prototype.setItemSelectedUi = function (oEl, bSelected) { - if (bSelected) - addClassName(oEl, "selected"); - else - removeClassName(oEl, "selected"); - - oEl._selected = bSelected; -}; - -SelectableElements.prototype.getItemSelected = function (oEl) { - return Boolean(oEl._selected); -}; - -SelectableElements.prototype.fireChange = function () { - if (!this._fireChange) - return; - if (typeof this.onchange == "string") - this.onchange = new Function(this.onchange); - if (typeof this.onchange == "function") - this.onchange(); -}; - - -SelectableElements.prototype.click = function (e) { - var oldFireChange = this._fireChange; - this._fireChange = false; - - // create a copy to compare with after changes - var selectedBefore = this.getSelectedItems(); // is a cloned array - - // find row - var el = e.target != null ? e.target : e.srcElement; - while (el != null && !this.isItem(el)) - el = el.parentNode; - - if (el == null) { // happens in IE when down and up occur on different items - this._fireChange = oldFireChange; - return; - } - - var rIndex = el; - var aIndex = this._anchorIndex; - - // test whether the current row should be the anchor - if (this._selectedItems.length == 0 || (e.ctrlKey && !e.shiftKey && this._multiple)) { - aIndex = this._anchorIndex = rIndex; - } - - if (!e.ctrlKey && !e.shiftKey || !this._multiple) { - // deselect all - var items = this._selectedItems; - for (var i = items.length - 1; i >= 0; i--) { - if (items[i]._selected && items[i] != el) - this.setItemSelectedUi(items[i], false); - } - this._anchorIndex = rIndex; - if (!el._selected) { - this.setItemSelectedUi(el, true); - } - this._selectedItems = [el]; - } - - // ctrl - else if (this._multiple && e.ctrlKey && !e.shiftKey) { - this.setItemSelected(el, !el._selected); - this._anchorIndex = rIndex; - } - - // ctrl + shift - else if (this._multiple && e.ctrlKey && e.shiftKey) { - // up or down? - var dirUp = this.isBefore(rIndex, aIndex); - - var item = aIndex; - while (item != null && item != rIndex) { - if (!item._selected && item != el) - this.setItemSelected(item, true); - item = dirUp ? this.getPrevious(item) : this.getNext(item); - } - - if (!el._selected) - this.setItemSelected(el, true); - } - - // shift - else if (this._multiple && !e.ctrlKey && e.shiftKey) { - // up or down? - var dirUp = this.isBefore(rIndex, aIndex); - - // deselect all - var items = this._selectedItems; - for (var i = items.length - 1; i >= 0; i--) - this.setItemSelectedUi(items[i], false); - this._selectedItems = []; - - // select items in range - var item = aIndex; - while (item != null) { - this.setItemSelected(item, true); - if (item == rIndex) - break; - item = dirUp ? this.getPrevious(item) : this.getNext(item); - } - } - - // find change!!! - var found; - var changed = selectedBefore.length != this._selectedItems.length; - if (!changed) { - for (var i = 0; i < selectedBefore.length; i++) { - found = false; - for (var j = 0; j < this._selectedItems.length; j++) { - if (selectedBefore[i] == this._selectedItems[j]) { - found = true; - break; - } - } - if (!found) { - changed = true; - break; - } - } - } - - this._fireChange = oldFireChange; - if (changed && this._fireChange) - this.fireChange(); -}; - -SelectableElements.prototype.getSelectedItems = function () { - //clone - var items = this._selectedItems; - var l = items.length; - var tmp = new Array(l); - for (var i = 0; i < l; i++) - tmp[i] = items[i]; - return tmp; -}; - -SelectableElements.prototype.isItem = function (node) { - return node != null && node.nodeType == 1 && node.parentNode == this._htmlElement; -}; - -SelectableElements.prototype.destroy = function () { - if (this._htmlElement.removeEventListener) - this._htmlElement.removeEventListener("click", this._onclick, false); - else if (this._htmlElement.detachEvent) - this._htmlElement.detachEvent("onclick", this._onclick); - - this._htmlElement = null; - this._onclick = null; - this._selectedItems = null; -}; - -/* Traversable Collection Interface */ - -SelectableElements.prototype.getNext = function (el) { - var n = el.nextSibling; - if (n == null || this.isItem(n)) - return n; - return this.getNext(n); -}; - -SelectableElements.prototype.getPrevious = function (el) { - var p = el.previousSibling; - if (p == null || this.isItem(p)) - return p; - return this.getPrevious(p); -}; - -SelectableElements.prototype.isBefore = function (n1, n2) { - var next = this.getNext(n1); - while (next != null) { - if (next == n2) - return true; - next = this.getNext(next); - } - return false; -}; - -/* End Traversable Collection Interface */ - -/* Indexable Collection Interface */ - -SelectableElements.prototype.getItems = function () { - var tmp = []; - var j = 0; - var cs = this._htmlElement.childNodes; - var l = cs.length; - for (var i = 0; i < l; i++) { - if (cs[i].nodeType == 1) - tmp[j++] = cs[i] - } - return tmp; -}; - -SelectableElements.prototype.getItem = function (nIndex) { - var j = 0; - var cs = this._htmlElement.childNodes; - var l = cs.length; - for (var i = 0; i < l; i++) { - if (cs[i].nodeType == 1) { - if (j == nIndex) - return cs[i]; - j++; - } - } - return null; -}; - -SelectableElements.prototype.getSelectedIndexes = function () { - var items = this.getSelectedItems(); - var l = items.length; - var tmp = new Array(l); - for (var i = 0; i < l; i++) - tmp[i] = this.getItemIndex(items[i]); - return tmp; -}; - - -SelectableElements.prototype.getItemIndex = function (el) { - var j = 0; - var cs = this._htmlElement.childNodes; - var l = cs.length; - for (var i = 0; i < l; i++) { - if (cs[i] == el) - return j; - if (cs[i].nodeType == 1) - j++; - } - return -1; -}; - -/* End Indexable Collection Interface */ - - - -function addClassName(el, sClassName) { - var s = el.className; - var p = s.split(" "); - if (p.length == 1 && p[0] == "") - p = []; - - var l = p.length; - for (var i = 0; i < l; i++) { - if (p[i] == sClassName) - return; - } - p[p.length] = sClassName; - el.className = p.join(" "); -} - -function removeClassName(el, sClassName) { - var s = el.className; - var p = s.split(" "); - var np = []; - var l = p.length; - var j = 0; - for (var i = 0; i < l; i++) { - if (p[i] != sClassName) - np[j++] = p[i]; - } - el.className = np.join(" "); -} \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/css/selectabletablerows.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/css/selectabletablerows.js deleted file mode 100644 index d2b34e8e3b..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/css/selectabletablerows.js +++ /dev/null @@ -1,78 +0,0 @@ -/*----------------------------------------------------------------------------\ -| Selectable Elements 1.02 | -|-----------------------------------------------------------------------------| -| Created by Erik Arvidsson | -| (http://webfx.eae.net/contact.html#erik) | -| For WebFX (http://webfx.eae.net/) | -|-----------------------------------------------------------------------------| -| A script that allows children of any element to be selected | -|-----------------------------------------------------------------------------| -| Copyright (c) 1999 - 2004 Erik Arvidsson | -|-----------------------------------------------------------------------------| -| This software is provided "as is", without warranty of any kind, express or | -| implied, including but not limited to the warranties of merchantability, | -| fitness for a particular purpose and noninfringement. In no event shall the | -| authors or copyright holders be liable for any claim, damages or other | -| liability, whether in an action of contract, tort or otherwise, arising | -| from, out of or in connection with the software or the use or other | -| dealings in the software. | -| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | -| This software is available under the three different licenses mentioned | -| below. To use this software you must chose, and qualify, for one of those. | -| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | -| The WebFX Non-Commercial License http://webfx.eae.net/license.html | -| Permits anyone the right to use the software in a non-commercial context | -| free of charge. | -| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | -| The WebFX Commercial license http://webfx.eae.net/commercial.html | -| Permits the license holder the right to use the software in a commercial | -| context. Such license must be specifically obtained, however it's valid for | -| any number of implementations of the licensed software. | -| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | -| GPL - The GNU General Public License http://www.gnu.org/licenses/gpl.txt | -| Permits anyone the right to use and modify the software without limitations | -| as long as proper credits are given and the original and modified source | -| code are included. Requires that the final product, software derivate from | -| the original source or any software utilizing a GPL component, such as | -| this, is also licensed under the GPL license. | -|-----------------------------------------------------------------------------| -| 2002-09-19 | Original Version Posted. | -| 2002-09-27 | Fixed a bug in IE when mouse down and up occured on different | -| | rows. | -| 2003-02-11 | Minor problem with addClassName and removeClassName that | -| | triggered a bug in Opera 7. Added destroy method | -|-----------------------------------------------------------------------------| -| Created 2002-09-04 | All changes are in the log above. | Updated 2003-02-11 | -\----------------------------------------------------------------------------*/ - -/*----------------------------------------------------------------------------\ -| This file requires that SelectableElements is first defined. This class can | -| be found in the file selectableelements.js at WebFX | -\----------------------------------------------------------------------------*/ - -function SelectableTableRows(oTableElement, bMultiple) { - SelectableElements.call(this, oTableElement, bMultiple); -} -SelectableTableRows.prototype = new SelectableElements; - -SelectableTableRows.prototype.isItem = function (node) { - return node != null && node.tagName == "TR" && - node.parentNode.tagName == "TBODY" && - node.parentNode.parentNode == this._htmlElement; -}; - -/* Indexable Collection Interface */ - -SelectableTableRows.prototype.getItems = function () { - return this._htmlElement.rows; -}; - -SelectableTableRows.prototype.getItemIndex = function (el) { - return el.rowIndex; -}; - -SelectableTableRows.prototype.getItem = function (i) { - return this._htmlElement.rows[i]; -}; - -/* End Indexable Collection Interface */ \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/css/sortabletable.css b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/css/sortabletable.css deleted file mode 100644 index ed94b38fd7..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/css/sortabletable.css +++ /dev/null @@ -1,44 +0,0 @@ -.sort-table { - font: Icon; - border: 0px Solid Window; - background: Window; - color: WindowText; -} - -.sort-table thead { - background: ButtonFace; -} - -.sort-table td { - padding: 2px 5px; -} - -.sort-table thead td { - border: 1px solid; - border-color: ButtonHighlight ButtonShadow - ButtonShadow ButtonHighlight; - cursor: pointer; -} - -.sort-table thead td:active { - border-color: ButtonShadow ButtonHighlight - ButtonHighlight ButtonShadow; - padding: 3px 4px 1px 6px; -} - -.sort-arrow { - width: 11px; - height: 11px; - background-position: center center; - background-repeat: no-repeat; - margin: 0 2px; -} - -.sort-arrow.descending { - background-image: url("../img/downsimple.png"); - -} - -.sort-arrow.ascending { - background-image: url("../img/upsimple.png"); -} \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/files.php b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/files.php deleted file mode 100644 index 25bb16b336..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/files.php +++ /dev/null @@ -1,605 +0,0 @@ - * - * and Xiang Wei ZHUO * - * Modified for eGW by Cornelius Weiss * - * -------------------------------------------- * - * This program is free software; you can redistribute it and/or modify it * - * under the terms of the GNU General Public License as published by the * - * Free Software Foundation; version 2 of the License. * - \**************************************************************************/ - -require('config.inc.php'); -require('functions.php'); -require('view_text.php'); - -//Reset auth variables - -$refresh_dirs = false; -$clear_upload = false; -$err = false; - - -if (isset($_REQUEST['refresh'])) { - $refresh_dirs = true; -} -if (!isset($_REQUEST['view'])) { - $_REQUEST['view'] = 'text'; -} -if (isset($_REQUEST['path'])) { - //$path = $_REQUEST['path']; - $path = checkName($_REQUEST['path']); - $path = unsanitize($path); - $path = pathSlashes($path); -} else { - $path = '/'; -} - -$MY_PATH = $path; -$MY_UP_PATH = substr($MY_PATH,0,@strrpos(substr($MY_PATH,0,strlen($MY_PATH)-1),'/'))."/"; -//echo "PATH:".$MY_PATH; -//echo "
UPP:".$MY_UP_PATH; - -function createFolder() { - global $MY_ALLOW_CREATE, $MY_MESSAGES, $MY_DOCUMENT_ROOT, $refresh_dirs; - global $MY_PATH; - if (!$MY_ALLOW_CREATE) return ($MY_MESSAGES['nopermtocreatefolder']); - if (!(is_dir($MY_DOCUMENT_ROOT.$MY_PATH))) return ($MY_MESSAGES['pathnotfound']); - if ( !isset($_REQUEST['file'])) return ($MY_MESSAGES['foldernamemissing']); - $Folder = checkName($_REQUEST['file']); - //$Folder = utf8RawUrlDecode($Folder); - $newFolder = $MY_DOCUMENT_ROOT.$MY_PATH.$Folder; - if (is_dir($newFolder)) return ($MY_MESSAGES['folderalreadyexists']); - $newFolder = unsanitize($newFolder); - if (!(@mkdir($newFolder,0755))) return ($MY_MESSAGES['mkdirfailed']); - chmod($newFolder,0755); - $refresh_dirs = true; - return false; -} - -function deleteFile() { - $error = false; - global $MY_ALLOW_DELETE, $MY_MESSAGES, $MY_DOCUMENT_ROOT, $MY_PATH ; - if (!$MY_ALLOW_DELETE) return ($MY_MESSAGES['nopermtodelete']); - if (isset($_REQUEST['folders']) && is_array($_REQUEST['folders'])) { - foreach ($_REQUEST['folders'] as $folder) { - $folder = unsanitize($folder); - deldir($MY_DOCUMENT_ROOT.$MY_PATH.$folder); - } - } - if (isset($_REQUEST['files']) && is_array($_REQUEST['files'])) { - foreach ($_REQUEST['files'] as $file) { - $file = unsanitize($file); - $delFile = $MY_DOCUMENT_ROOT.$MY_PATH.$file; - if (is_file($delFile)) { - if (!(unlink($delFile))) $error = $error.'\n'.alertSanitize($MY_MESSAGES['unlinkfailed'].' ('.$delFile.')'); - } else { - $error = $error.'\n'.alertSanitize($MY_MESSAGES['filenotfound'].' ('.$delFile.')'); - } - } - } - $refresh_dirs = true; - return $error; -} - -function deldir($dir){ - $current_dir = opendir($dir); - while (false !== ($entryname = readdir($current_dir))) { - if(is_dir("$dir/$entryname") and ($entryname != "." and $entryname!="..")){ - deldir("${dir}/${entryname}"); - }elseif($entryname != "." and $entryname!=".."){ - unlink("${dir}/${entryname}"); - } - } - closedir($current_dir); - rmdir($dir); -} - -function renameFile() { - global $MY_ALLOW_RENAME, $MY_MESSAGES, $MY_DOCUMENT_ROOT, $MY_PATH, $refresh_dirs; - global $MY_ALLOW_EXTENSIONS, $MY_DENY_EXTENSIONS ; - $error = false; - if (!$MY_ALLOW_RENAME) return ($MY_MESSAGES['nopermtorename']); - if (isset($_REQUEST['folders']) && is_array($_REQUEST['folders'])) { - foreach ($_REQUEST['folders'] as $file) { - $oldname = checkName(unsanitize($file['oldname'])); - $newname = checkName(unsanitize($file['newname'])); - $oldFile = $MY_DOCUMENT_ROOT.$MY_PATH.$oldname; - $newFile = $MY_DOCUMENT_ROOT.$MY_PATH.$newname; - if (is_dir($oldFile)) { - if (is_dir($newFile)) { - $error = $error.'\n'.alertSanitize($MY_MESSAGES['folderalreadyexists'].' ('.$oldFile.' -> '.$newFile.')'); - } else { - if (!rename($oldFile, $newFile)) $error = $error.'\n'.alertSanitize($MY_MESSAGES['renamefailed'].' ('.$oldFile.' -> '.$newFile.')'); - } - } else { - $error = $error.'\n'.alertSanitize($MY_MESSAGES['foldernotfound'].' ('.$oldFile.')'); - } - } - } - - if (isset($_REQUEST['files']) && is_array($_REQUEST['files'])) { - foreach ($_REQUEST['files'] as $file) { - $oldname = checkName(unsanitize($file['oldname'])); - $newname = checkName(unsanitize($file['newname'])); - $parts = explode('.', $newname); - $ext = strtolower($parts[count($parts)-1]); - if (is_array($MY_DENY_EXTENSIONS )) { - if (in_array($ext, $MY_DENY_EXTENSIONS)) $error = $error.'\n'.$MY_MESSAGES['extnotallowed']; - } - if (is_array($MY_ALLOW_EXTENSIONS )) { - if (!in_array($ext, $MY_ALLOW_EXTENSIONS)) $error = $error.'\n'.$MY_MESSAGES['extnotallowed']; - } - $oldFile = $MY_DOCUMENT_ROOT.$MY_PATH.$oldname; - $newFile = $MY_DOCUMENT_ROOT.$MY_PATH.$newname; - if (is_file($oldFile)) { - if (is_file($newFile)) { - $error = $error.'\n'.alertSanitize($MY_MESSAGES['filealreadyexists'].' ('.$oldFile.' -> '.$newFile.')'); - } else { - if (!rename($oldFile, $newFile)) $error = $error.'\n'.alertSanitize($MY_MESSAGES['renamefailed'].' ('.$oldFile.' -> '.$newFile.')'); - } - } else { - $error = $error.'\n'.alertSanitize($MY_MESSAGES['filenotfound'].' ('.$oldFile.')'); - } - } - } - - $refresh_dirs = true; - return $error; -} - -function moveFile() { - global $MY_ALLOW_MOVE, $MY_MESSAGES, $MY_DOCUMENT_ROOT, $MY_PATH, $refresh_dirs; - global $MY_ALLOW_EXTENSIONS, $MY_DENY_EXTENSIONS ; - $error = false; - if (!$MY_ALLOW_MOVE) return ($MY_MESSAGES['nopermtomove']); - $newPath = pathSlashes(checkName($_REQUEST['newpath'])); - if (!(is_dir($MY_DOCUMENT_ROOT.$newPath))) return ($MY_MESSAGES['pathnotfound']); - if (isset($_REQUEST['folders']) && is_array($_REQUEST['folders'])) { - foreach ($_REQUEST['folders'] as $file) { - $name = checkName(unsanitize($file)); - $oldFile = $MY_DOCUMENT_ROOT.$MY_PATH.$name; - $newFile = $MY_DOCUMENT_ROOT.$newPath.$name; - if (is_dir($oldFile)) { - if (is_dir($newFile)) { - $error = $error.'\n'.alertSanitize($MY_MESSAGES['folderalreadyexists'].' ('.$oldFile.' -> '.$newFile.')'); - } else { - if (!rename($oldFile, $newFile)) $error = $error.'\n'.alertSanitize($MY_MESSAGES['renamefailed'].' ('.$oldFile.' -> '.$newFile.')'); - } - } else { - $error = $error.'\n'.alertSanitize($MY_MESSAGES['foldernotfound'].' ('.$oldFile.')'); - } - } - } - if (isset($_REQUEST['files']) && is_array($_REQUEST['files'])) { - foreach ($_REQUEST['files'] as $file) { - $name = checkName(unsanitize($file)); - $oldFile = $MY_DOCUMENT_ROOT.$MY_PATH.$name; - $newFile = $MY_DOCUMENT_ROOT.$newPath.$name; - if (is_file($oldFile)) { - if (is_file($newFile)) { - $error = $error.'\n'.alertSanitize($MY_MESSAGES['filealreadyexists'].' ('.$oldFile.' -> '.$newFile.')'); - } else { - if (!rename($oldFile, $newFile)) $error = $error.'\n'.alertSanitize($MY_MESSAGES['renamefailed'].' ('.$oldFile.' -> '.$newFile.')'); - } - } else { - $error = $error.'\n'.alertSanitize($MY_MESSAGES['filenotfound'].' ('.$oldFile.')'); - } - } - } - $refresh_dirs = true; - return $error; -} - -function uploadFile() { - global $MY_ALLOW_UPLOAD, $MY_MESSAGES, $MY_DOCUMENT_ROOT, $MY_PATH, $clear_upload; - global $MY_ALLOW_EXTENSIONS, $MY_DENY_EXTENSIONS, $MY_MAX_FILE_SIZE ; - if (!$MY_ALLOW_UPLOAD) return ($MY_MESSAGES['nopermtoupload']); - if (!(is_dir($MY_DOCUMENT_ROOT.$MY_PATH))) return ($MY_MESSAGES['pathnotfound']); - $filename = checkName($_FILES['uploadFile']['name']); - $newFile = $MY_DOCUMENT_ROOT.$MY_PATH.$filename; - $parts = explode('.', $filename); - $ext = strtolower($parts[count($parts)-1]); - if (is_file($newFile)) return ($MY_MESSAGES['uploadfilealreadyexists']); - if (is_array($MY_DENY_EXTENSIONS )) { - if (in_array($ext, $MY_DENY_EXTENSIONS)) return ($MY_MESSAGES['extnotallowed']); - } - if (is_array($MY_ALLOW_EXTENSIONS )) { - if (!in_array($ext, $MY_ALLOW_EXTENSIONS)) return ($MY_MESSAGES['extnotallowed']); - } - if ($MY_MAX_FILE_SIZE) { - if ($_FILES['uploadFile']['size'] > $MY_MAX_FILE_SIZE) return ($MY_MESSAGES['filesizeexceedlimit'].' of '.($MY_MAX_FILE_SIZE/1024).'kB.'); - } - if (!is_file($_FILES['uploadFile']['tmp_name'])) return ($MY_MESSAGES['filenotuploaded']); - move_uploaded_file($_FILES['uploadFile']['tmp_name'], $newFile); - chmod($newFile, 0666); - $clear_upload = true; - return false; -} - -if (isset($_REQUEST['action'])) { - if ('delete' == $_REQUEST['action']) $err = deleteFile(); - if ('rename' == $_REQUEST['action']) $err = renameFile(); - if ('move' == $_REQUEST['action']) $err = moveFile(); - if ('createFolder' == $_REQUEST['action']) $err = createFolder(); -} -if (isset($_FILES['uploadFile']) && is_array($_FILES['uploadFile'])) $err = uploadFile(); - - -function parse_size($size) { - if($size < 1024) - return $size.' bytes'; - else if($size >= 1024 && $size < 1024*1024) { - return sprintf('%01.2f',$size/1024.0).' KB'; - } else { - return sprintf('%01.2f',$size/(1024.0*1024)).' MB'; - } -} - -function parse_time($timestamp) { - global $MY_DATETIME_FORMAT; - return date($MY_DATETIME_FORMAT, $timestamp); -} - - -function draw_no_results() { - global $MY_MESSAGES; - echo ' -
'; - echo $MY_MESSAGES['nofiles']; - echo '
'; -} - -function draw_no_dir() { - global $MY_MESSAGES; - global $MY_DOCUMENT_ROOT; - echo ' -
'; - echo $MY_MESSAGES['configproblem']." ".$MY_DOCUMENT_ROOT; - echo '
'; -} - -?> - - - File Browser - '."\n"; - echo ''."\n"; - echo ''."\n"; - ?> - - - - - - - - - - - -
- - - - - - -
- -read())) { - if(substr($entry,0,1) != '.') { - $params['entry'] = $entry; - $params['relativePath'] = $relativePath = $MY_PATH.$entry; - $params['absolutePath'] = $absolutePath = $MY_DOCUMENT_ROOT.$relativePath; - if (is_dir($absolutePath)) { - $entries_cnt++; - $params['time'] = $time = filemtime($absolutePath); - $params['parsed_time'] = $parsed_time = parse_time($time); - $params['folderNb'] = $folderNb; - $folders_body .= $view->folder_item($params); - $folderJSArray .= "['". $GLOBALS['egw_info']['server']['webserver_url']. '/phpgwapi/templates/default/images/mime/folder_small.gif'. "', '".sanitize2($entry)."', '".$MY_MESSAGES['folder']."', '".$parsed_time."'],\n"; - $folderNb++; - } else { - $entries_cnt++; - $params['ext'] = $ext = substr(strrchr($entry, '.'), 1); - if (is_array($MY_LIST_EXTENSIONS)) { - if (!in_array(strtolower($ext), $MY_LIST_EXTENSIONS)) continue; - } - $params['info'] = array(800,600); - if(in_array(strtolower($ext),array('jpg','gif','png','jpeg'))) $params['info'] = @getimagesize($absolutePath); - $params['size'] = $size = filesize($absolutePath); - $params['time'] = $time = filemtime($absolutePath); - $params['parsed_size'] = $parsed_size = parse_size($size); - $params['parsed_time'] = $parsed_time = parse_time($time); - $params['parsed_icon'] = $parsed_icon = $GLOBALS['egw_info']['server']['webserver_url']. '/phpgwapi/templates/default/images/mime/'. parse_icon($ext); - $params['fileNb'] = $fileNb; - $files_body .= $view->files_item($params); - $fileJSArray .= "['".$parsed_icon."', '".sanitize2($entry)."', '".$parsed_size."', '".$parsed_time."', '".$ext."'],\n"; - $fileNb++; - } - } - } - $d->close(); - $folderJSArray .= "['', '', '', '']];\n"; - $fileJSArray .= "['', '', '', '', '']];\n"; - - if ($entries_cnt) { - echo $view->table_header($params); -// echo "\n
"; - echo $view->folders_header($params).$folders_body.$view->folders_footer($params)."\n"; - echo $view->files_header($params). $files_body. $view->files_footer($params)."\n"; -// echo "
"."\n"; - echo $view->table_footer($params); - - echo ''; - } - else { - draw_no_results(); - } -} -elseif($_REQUEST['view'] == 'icon' && $d){ - $images = array(); - $folders = array(); - while (false !== ($entry = $d->read())) - { - $img_file = $MY_PATH.$entry; - $BASE_DIR = $MY_DOCUMENT_ROOT; - $BASE_URL = $MY_BASE_URL; -// $img_file = $IMG_ROOT.$entry; - - if(is_file($BASE_DIR.$img_file) && substr($entry,0,1) != '.') - { - $image_info = @getimagesize($BASE_DIR.$img_file); - if(is_array($image_info)) - { - $file_details['file'] = $img_file; - $file_details['img_info'] = $image_info; - $file_details['size'] = filesize($BASE_DIR.$img_file); - $images[$entry] = $file_details; - //show_image($img_file, $entry, $image_info); - } - } - else if(is_dir($BASE_DIR.$img_file) && substr($entry,0,1) != '.') - { - $folders[$entry] = $img_file; - //show_dir($img_file, $entry); - } - } - $d->close(); - - if(count($images) > 0 || count($folders) > 0) - { - //now sort the folders and images by name. - ksort($images); - ksort($folders); - - echo ''; - - for($i=0; $i $info) - { -// $image_name = key($images); - show_image($info['file'], $image, $info['img_info'], $info['size']); - } - echo '
'; - } - else - { - draw_no_results(); - } -} -else -{ - draw_no_dir(); -} - -?> - - - - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/functions.php b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/functions.php deleted file mode 100644 index 905f0b0f1c..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/functions.php +++ /dev/null @@ -1,68 +0,0 @@ - * - * and Xiang Wei ZHUO * - * Modified for eGW by Cornelius Weiss * - * -------------------------------------------- * - * This program is free software; you can redistribute it and/or modify it * - * under the terms of the GNU General Public License as published by the * - * Free Software Foundation; version 2 of the License. * - \**************************************************************************/ - - -function dirs($dir,$abs_path) { - $d = dir($dir); - $dirs = array(); - while (false !== ($entry = $d->read())) { - if(is_dir($dir.'/'.$entry) && substr($entry,0,1) != '.') { - $path['path'] = $dir.'/'.$entry; - $path['name'] = $entry; - $dirs[$entry] = $path; - } - } - $d->close(); - ksort($dirs); - $cntDir = count($dirs); - for($i=0; $i<$cntDir; $i++) { - $name = key($dirs); - $current_dir = $abs_path.'/'.$dirs[$name]['name']; - echo ", '".sanitize2($current_dir)."/'\n"; - dirs($dirs[$name]['path'],$current_dir); - next($dirs); - } -} - -function checkName($name) { - $name = str_replace('../', '', $name); - $name = str_replace('./', '', $name); - return $name; -} -function sanitize2($name) { - return str_replace("'", "\'", $name); -} - -function unsanitize($name) { - return str_replace("\'", "'", $name); -} - -function pathSlashes($path) { - if ('/' != substr($path,0,1)) $path = '/'.$path; - if ('/' != substr($path,-1,1)) $path = $path.'/'; - return $path; -} -function alertSanitize($path) { - return ( sanitize2(str_replace("\\", "\\\\", $path)) ); -} - -function percent($p, $w) -{ - return (real)(100 * ($p / $w)); -} - -function unpercent($percent, $whole) -{ - return (real)(($percent * $whole) / 100); -} -?> \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/blank.png b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/blank.png deleted file mode 100644 index cee9cd37a1..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/blank.png and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/btnBack.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/btnBack.gif deleted file mode 100755 index 62734b0b5c..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/btnBack.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/btnFolderNew.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/btnFolderNew.gif deleted file mode 100755 index 0c2073bd17..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/btnFolderNew.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/btnFolderUp.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/btnFolderUp.gif deleted file mode 100755 index 7bd245dbc2..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/btnFolderUp.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/btn_Corner.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/btn_Corner.gif deleted file mode 100644 index 65859904c4..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/btn_Corner.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/btn_create.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/btn_create.gif deleted file mode 100644 index 1e1fc4331c..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/btn_create.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/btn_delete.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/btn_delete.gif deleted file mode 100644 index f54ebaab41..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/btn_delete.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/btn_move.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/btn_move.gif deleted file mode 100644 index 9f561ff078..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/btn_move.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/btn_open.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/btn_open.gif deleted file mode 100644 index 3495a7b6ce..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/btn_open.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/btn_rename.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/btn_rename.gif deleted file mode 100644 index 5a21f3eaf6..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/btn_rename.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/btn_up.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/btn_up.gif deleted file mode 100644 index a0d1a7f70b..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/btn_up.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/dots.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/dots.gif deleted file mode 100755 index 859294e770..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/dots.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/downsimple.png b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/downsimple.png deleted file mode 100644 index 4accf927be..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/downsimple.png and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/edit_active.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/edit_active.gif deleted file mode 100755 index 35ecf148d3..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/edit_active.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/edit_pencil.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/edit_pencil.gif deleted file mode 100755 index abb9fe4cbf..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/edit_pencil.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/edit_trash.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/edit_trash.gif deleted file mode 100755 index 26b7184692..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/edit_trash.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/folder.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/folder.gif deleted file mode 100755 index 180ea1cc66..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/folder.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/folder_new.png b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/folder_new.png deleted file mode 100644 index 130e35e09d..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/folder_new.png and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/loading.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/loading.gif deleted file mode 100755 index 4e0dd98d8c..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/loading.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/locked.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/locked.gif deleted file mode 100755 index 854f1b8b67..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/locked.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/move.png b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/move.png deleted file mode 100644 index 80c703167a..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/move.png and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/noimages.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/noimages.gif deleted file mode 100755 index 3014d9468f..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/noimages.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/remove.png b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/remove.png deleted file mode 100644 index edf5f76f9b..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/remove.png and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/revert.png b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/revert.png deleted file mode 100644 index 197b8a7181..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/revert.png and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/thumbnail.png b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/thumbnail.png deleted file mode 100644 index a8c7195769..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/thumbnail.png and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/unlocked.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/unlocked.gif deleted file mode 100644 index fe4e0d4bbd..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/unlocked.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/up.png b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/up.png deleted file mode 100644 index adb6cf60d8..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/up.png and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/uploading.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/uploading.gif deleted file mode 100755 index 3885617e0f..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/uploading.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/upsimple.png b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/upsimple.png deleted file mode 100644 index c82b76ffe2..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/upsimple.png and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/view_icon.png b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/view_icon.png deleted file mode 100644 index ac15e303c7..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/view_icon.png and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/view_text.png b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/view_text.png deleted file mode 100644 index f1b7236f92..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/img/view_text.png and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/insert_file.php b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/insert_file.php deleted file mode 100644 index 1bc2ca07cb..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/insert_file.php +++ /dev/null @@ -1,725 +0,0 @@ - * - * and Xiang Wei ZHUO * - * Modified for eGW by Cornelius Weiss * - * -------------------------------------------- * - * This program is free software; you can redistribute it and/or modify it * - * under the terms of the GNU General Public License as published by the * - * Free Software Foundation; version 2 of the License. * - \**************************************************************************/ - -require('config.inc.php'); -?> - - - -Insert File -'."\n"; - echo ''."\n"; - echo ''."\n"; - echo ''."\n"; - echo ''."\n"; - echo ''."\n"; -?> - - - - - - - -
- -
-
-
-
- -
-
-
- - - '.$MY_MESSAGES['ctrlshift'].''; - ?> - -
- - - - '; - if ($MY_ALLOW_CREATE) { - echo ''; - } - if ($MY_ALLOW_DELETE) { - echo ''; - } - if ($MY_ALLOW_RENAME) { - echo ''; - } - echo ''; - echo '|'; - echo ''; - echo ''; - - ?> - - -
- -
- -
-
-
- -
Action:  - -
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - -
URL
 
Width
Locked 
V Space
Alt
Height
H Space
Align
-
- - - - -
Border
-
- - - - -
- -
- - - - -
-
- -
-
- - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/js/functions.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/js/functions.js deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/js/selectableelements.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/js/selectableelements.js deleted file mode 100644 index fd86958e9f..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/js/selectableelements.js +++ /dev/null @@ -1,375 +0,0 @@ -/*----------------------------------------------------------------------------\ -| Selectable Elements 1.02 | -|-----------------------------------------------------------------------------| -| Created by Erik Arvidsson | -| (http://webfx.eae.net/contact.html#erik) | -| For WebFX (http://webfx.eae.net/) | -|-----------------------------------------------------------------------------| -| A script that allows children of any element to be selected | -|-----------------------------------------------------------------------------| -| Copyright (c) 1999 - 2004 Erik Arvidsson | -|-----------------------------------------------------------------------------| -| This software is provided "as is", without warranty of any kind, express or | -| implied, including but not limited to the warranties of merchantability, | -| fitness for a particular purpose and noninfringement. In no event shall the | -| authors or copyright holders be liable for any claim, damages or other | -| liability, whether in an action of contract, tort or otherwise, arising | -| from, out of or in connection with the software or the use or other | -| dealings in the software. | -| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | -| This software is available under the three different licenses mentioned | -| below. To use this software you must chose, and qualify, for one of those. | -| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | -| The WebFX Non-Commercial License http://webfx.eae.net/license.html | -| Permits anyone the right to use the software in a non-commercial context | -| free of charge. | -| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | -| The WebFX Commercial license http://webfx.eae.net/commercial.html | -| Permits the license holder the right to use the software in a commercial | -| context. Such license must be specifically obtained, however it's valid for | -| any number of implementations of the licensed software. | -| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | -| GPL - The GNU General Public License http://www.gnu.org/licenses/gpl.txt | -| Permits anyone the right to use and modify the software without limitations | -| as long as proper credits are given and the original and modified source | -| code are included. Requires that the final product, software derivate from | -| the original source or any software utilizing a GPL component, such as | -| this, is also licensed under the GPL license. | -|-----------------------------------------------------------------------------| -| 2002-09-19 | Original Version Posted. | -| 2002-09-27 | Fixed a bug in IE when mouse down and up occured on different | -| | rows. | -| 2003-02-11 | Minor problem with addClassName and removeClassName that | -| | triggered a bug in Opera 7. Added destroy method | -|-----------------------------------------------------------------------------| -| Created 2002-09-04 | All changes are in the log above. | Updated 2003-02-11 | -\----------------------------------------------------------------------------*/ - -function SelectableElements(oElement, bMultiple) { - if (oElement == null) - return; - - this._htmlElement = oElement; - this._multiple = Boolean(bMultiple); - - this._selectedItems = []; - this._fireChange = true; - - var oThis = this; - this._onclick = function (e) { - if (e == null) e = oElement.ownerDocument.parentWindow.event; - oThis.click(e); - }; - - if (oElement.addEventListener) - oElement.addEventListener("click", this._onclick, false); - else if (oElement.attachEvent) - oElement.attachEvent("onclick", this._onclick); -} - -SelectableElements.prototype.setItemSelected = function (oEl, bSelected) { - if (!this._multiple) { - if (bSelected) { - var old = this._selectedItems[0] - if (oEl == old) - return; - if (old != null) - this.setItemSelectedUi(old, false); - this.setItemSelectedUi(oEl, true); - this._selectedItems = [oEl]; - this.fireChange(); - } - else { - if (this._selectedItems[0] == oEl) { - this.setItemSelectedUi(oEl, false); - this._selectedItems = []; - } - } - } - else { - if (Boolean(oEl._selected) == Boolean(bSelected)) - return; - - this.setItemSelectedUi(oEl, bSelected); - - if (bSelected) - this._selectedItems[this._selectedItems.length] = oEl; - else { - // remove - var tmp = []; - var j = 0; - for (var i = 0; i < this._selectedItems.length; i++) { - if (this._selectedItems[i] != oEl) - tmp[j++] = this._selectedItems[i]; - } - this._selectedItems = tmp; - } - this.fireChange(); - } -}; - -// This method updates the UI of the item -SelectableElements.prototype.setItemSelectedUi = function (oEl, bSelected) { - if (bSelected) - addClassName(oEl, "selected"); - else - removeClassName(oEl, "selected"); - - oEl._selected = bSelected; -}; - -SelectableElements.prototype.getItemSelected = function (oEl) { - return Boolean(oEl._selected); -}; - -SelectableElements.prototype.fireChange = function () { - if (!this._fireChange) - return; - if (typeof this.onchange == "string") - this.onchange = new Function(this.onchange); - if (typeof this.onchange == "function") - this.onchange(); -}; - - -SelectableElements.prototype.click = function (e) { - var oldFireChange = this._fireChange; - this._fireChange = false; - - // create a copy to compare with after changes - var selectedBefore = this.getSelectedItems(); // is a cloned array - - // find row - var el = e.target != null ? e.target : e.srcElement; - while (el != null && !this.isItem(el)) - el = el.parentNode; - - if (el == null) { // happens in IE when down and up occur on different items - this._fireChange = oldFireChange; - return; - } - - var rIndex = el; - var aIndex = this._anchorIndex; - - // test whether the current row should be the anchor - if (this._selectedItems.length == 0 || (e.ctrlKey && !e.shiftKey && this._multiple)) { - aIndex = this._anchorIndex = rIndex; - } - - if (!e.ctrlKey && !e.shiftKey || !this._multiple) { - // deselect all - var items = this._selectedItems; - for (var i = items.length - 1; i >= 0; i--) { - if (items[i]._selected && items[i] != el) - this.setItemSelectedUi(items[i], false); - } - this._anchorIndex = rIndex; - if (!el._selected) { - this.setItemSelectedUi(el, true); - } - this._selectedItems = [el]; - } - - // ctrl - else if (this._multiple && e.ctrlKey && !e.shiftKey) { - this.setItemSelected(el, !el._selected); - this._anchorIndex = rIndex; - } - - // ctrl + shift - else if (this._multiple && e.ctrlKey && e.shiftKey) { - // up or down? - var dirUp = this.isBefore(rIndex, aIndex); - - var item = aIndex; - while (item != null && item != rIndex) { - if (!item._selected && item != el) - this.setItemSelected(item, true); - item = dirUp ? this.getPrevious(item) : this.getNext(item); - } - - if (!el._selected) - this.setItemSelected(el, true); - } - - // shift - else if (this._multiple && !e.ctrlKey && e.shiftKey) { - // up or down? - var dirUp = this.isBefore(rIndex, aIndex); - - // deselect all - var items = this._selectedItems; - for (var i = items.length - 1; i >= 0; i--) - this.setItemSelectedUi(items[i], false); - this._selectedItems = []; - - // select items in range - var item = aIndex; - while (item != null) { - this.setItemSelected(item, true); - if (item == rIndex) - break; - item = dirUp ? this.getPrevious(item) : this.getNext(item); - } - } - - // find change!!! - var found; - var changed = selectedBefore.length != this._selectedItems.length; - if (!changed) { - for (var i = 0; i < selectedBefore.length; i++) { - found = false; - for (var j = 0; j < this._selectedItems.length; j++) { - if (selectedBefore[i] == this._selectedItems[j]) { - found = true; - break; - } - } - if (!found) { - changed = true; - break; - } - } - } - - this._fireChange = oldFireChange; - if (changed && this._fireChange) - this.fireChange(); -}; - -SelectableElements.prototype.getSelectedItems = function () { - //clone - var items = this._selectedItems; - var l = items.length; - var tmp = new Array(l); - for (var i = 0; i < l; i++) - tmp[i] = items[i]; - return tmp; -}; - -SelectableElements.prototype.isItem = function (node) { - return node != null && node.nodeType == 1 && node.parentNode == this._htmlElement; -}; - -SelectableElements.prototype.destroy = function () { - if (this._htmlElement.removeEventListener) - this._htmlElement.removeEventListener("click", this._onclick, false); - else if (this._htmlElement.detachEvent) - this._htmlElement.detachEvent("onclick", this._onclick); - - this._htmlElement = null; - this._onclick = null; - this._selectedItems = null; -}; - -/* Traversable Collection Interface */ - -SelectableElements.prototype.getNext = function (el) { - var n = el.nextSibling; - if (n == null || this.isItem(n)) - return n; - return this.getNext(n); -}; - -SelectableElements.prototype.getPrevious = function (el) { - var p = el.previousSibling; - if (p == null || this.isItem(p)) - return p; - return this.getPrevious(p); -}; - -SelectableElements.prototype.isBefore = function (n1, n2) { - var next = this.getNext(n1); - while (next != null) { - if (next == n2) - return true; - next = this.getNext(next); - } - return false; -}; - -/* End Traversable Collection Interface */ - -/* Indexable Collection Interface */ - -SelectableElements.prototype.getItems = function () { - var tmp = []; - var j = 0; - var cs = this._htmlElement.childNodes; - var l = cs.length; - for (var i = 0; i < l; i++) { - if (cs[i].nodeType == 1) - tmp[j++] = cs[i] - } - return tmp; -}; - -SelectableElements.prototype.getItem = function (nIndex) { - var j = 0; - var cs = this._htmlElement.childNodes; - var l = cs.length; - for (var i = 0; i < l; i++) { - if (cs[i].nodeType == 1) { - if (j == nIndex) - return cs[i]; - j++; - } - } - return null; -}; - -SelectableElements.prototype.getSelectedIndexes = function () { - var items = this.getSelectedItems(); - var l = items.length; - var tmp = new Array(l); - for (var i = 0; i < l; i++) - tmp[i] = this.getItemIndex(items[i]); - return tmp; -}; - - -SelectableElements.prototype.getItemIndex = function (el) { - var j = 0; - var cs = this._htmlElement.childNodes; - var l = cs.length; - for (var i = 0; i < l; i++) { - if (cs[i] == el) - return j; - if (cs[i].nodeType == 1) - j++; - } - return -1; -}; - -/* End Indexable Collection Interface */ - - - -function addClassName(el, sClassName) { - var s = el.className; - var p = s.split(" "); - if (p.length == 1 && p[0] == "") - p = []; - - var l = p.length; - for (var i = 0; i < l; i++) { - if (p[i] == sClassName) - return; - } - p[p.length] = sClassName; - el.className = p.join(" "); -} - -function removeClassName(el, sClassName) { - var s = el.className; - var p = s.split(" "); - var np = []; - var l = p.length; - var j = 0; - for (var i = 0; i < l; i++) { - if (p[i] != sClassName) - np[j++] = p[i]; - } - el.className = np.join(" "); -} \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/js/selectabletablerows.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/js/selectabletablerows.js deleted file mode 100644 index d2b34e8e3b..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/js/selectabletablerows.js +++ /dev/null @@ -1,78 +0,0 @@ -/*----------------------------------------------------------------------------\ -| Selectable Elements 1.02 | -|-----------------------------------------------------------------------------| -| Created by Erik Arvidsson | -| (http://webfx.eae.net/contact.html#erik) | -| For WebFX (http://webfx.eae.net/) | -|-----------------------------------------------------------------------------| -| A script that allows children of any element to be selected | -|-----------------------------------------------------------------------------| -| Copyright (c) 1999 - 2004 Erik Arvidsson | -|-----------------------------------------------------------------------------| -| This software is provided "as is", without warranty of any kind, express or | -| implied, including but not limited to the warranties of merchantability, | -| fitness for a particular purpose and noninfringement. In no event shall the | -| authors or copyright holders be liable for any claim, damages or other | -| liability, whether in an action of contract, tort or otherwise, arising | -| from, out of or in connection with the software or the use or other | -| dealings in the software. | -| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | -| This software is available under the three different licenses mentioned | -| below. To use this software you must chose, and qualify, for one of those. | -| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | -| The WebFX Non-Commercial License http://webfx.eae.net/license.html | -| Permits anyone the right to use the software in a non-commercial context | -| free of charge. | -| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | -| The WebFX Commercial license http://webfx.eae.net/commercial.html | -| Permits the license holder the right to use the software in a commercial | -| context. Such license must be specifically obtained, however it's valid for | -| any number of implementations of the licensed software. | -| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | -| GPL - The GNU General Public License http://www.gnu.org/licenses/gpl.txt | -| Permits anyone the right to use and modify the software without limitations | -| as long as proper credits are given and the original and modified source | -| code are included. Requires that the final product, software derivate from | -| the original source or any software utilizing a GPL component, such as | -| this, is also licensed under the GPL license. | -|-----------------------------------------------------------------------------| -| 2002-09-19 | Original Version Posted. | -| 2002-09-27 | Fixed a bug in IE when mouse down and up occured on different | -| | rows. | -| 2003-02-11 | Minor problem with addClassName and removeClassName that | -| | triggered a bug in Opera 7. Added destroy method | -|-----------------------------------------------------------------------------| -| Created 2002-09-04 | All changes are in the log above. | Updated 2003-02-11 | -\----------------------------------------------------------------------------*/ - -/*----------------------------------------------------------------------------\ -| This file requires that SelectableElements is first defined. This class can | -| be found in the file selectableelements.js at WebFX | -\----------------------------------------------------------------------------*/ - -function SelectableTableRows(oTableElement, bMultiple) { - SelectableElements.call(this, oTableElement, bMultiple); -} -SelectableTableRows.prototype = new SelectableElements; - -SelectableTableRows.prototype.isItem = function (node) { - return node != null && node.tagName == "TR" && - node.parentNode.tagName == "TBODY" && - node.parentNode.parentNode == this._htmlElement; -}; - -/* Indexable Collection Interface */ - -SelectableTableRows.prototype.getItems = function () { - return this._htmlElement.rows; -}; - -SelectableTableRows.prototype.getItemIndex = function (el) { - return el.rowIndex; -}; - -SelectableTableRows.prototype.getItem = function (i) { - return this._htmlElement.rows[i]; -}; - -/* End Indexable Collection Interface */ \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/js/sortabletable.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/js/sortabletable.js deleted file mode 100644 index 6cccefd733..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/js/sortabletable.js +++ /dev/null @@ -1,323 +0,0 @@ - -/*----------------------------------------------------------------------------\ -| Sortable Table 1.04 | -|-----------------------------------------------------------------------------| -| Created by Erik Arvidsson | -| (http://webfx.eae.net/contact.html#erik) | -| For WebFX (http://webfx.eae.net/) | -|-----------------------------------------------------------------------------| -| A DOM 1 based script that allows an ordinary HTML table to be sortable. | -|-----------------------------------------------------------------------------| -| Copyright (c) 1998 - 2002 Erik Arvidsson | -|-----------------------------------------------------------------------------| -| This software is provided "as is", without warranty of any kind, express or | -| implied, including but not limited to the warranties of merchantability, | -| fitness for a particular purpose and noninfringement. In no event shall the | -| authors or copyright holders be liable for any claim, damages or other | -| liability, whether in an action of contract, tort or otherwise, arising | -| from, out of or in connection with the software or the use or other | -| dealings in the software. | -| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | -| This software is available under the three different licenses mentioned | -| below. To use this software you must chose, and qualify, for one of those. | -| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | -| The WebFX Non-Commercial License http://webfx.eae.net/license.html | -| Permits anyone the right to use the software in a non-commercial context | -| free of charge. | -| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | -| The WebFX Commercial license http://webfx.eae.net/commercial.html | -| Permits the license holder the right to use the software in a commercial | -| context. Such license must be specifically obtained, however it's valid for | -| any number of implementations of the licensed software. | -| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | -| GPL - The GNU General Public License http://www.gnu.org/licenses/gpl.txt | -| Permits anyone the right to use and modify the software without limitations | -| as long as proper credits are given and the original and modified source | -| code are included. Requires that the final product, software derivate from | -| the original source or any software utilizing a GPL component, such as | -| this, is also licensed under the GPL license. | -|-----------------------------------------------------------------------------| -| 2003-01-10 | First version | -| 2003-01-19 | Minor changes to the date parsing | -| 2003-01-28 | JScript 5.0 fixes (no support for 'in' operator) | -| 2003-02-01 | Sloppy typo like error fixed in getInnerText | -| 2003-07-04 | Added workaround for IE cellIndex bug. | -|-----------------------------------------------------------------------------| -| Created 2003-01-10 | All changes are in the log above. | Updated 2003-07-04 | -\----------------------------------------------------------------------------*/ - - -function SortableTable(oTable, oSortTypes) { - - this.element = oTable; - this.tHead = oTable.tHead; - this.tBody = oTable.tBodies[0]; - this.document = oTable.ownerDocument || oTable.document; - - this.sortColumn = null; - this.descending = null; - - var oThis = this; - this._headerOnclick = function (e) { - oThis.headerOnclick(e); - }; - - - // only IE needs this - var win = this.document.defaultView || this.document.parentWindow; - this._onunload = function () { - oThis.destroy(); - }; - if (win && typeof win.attachEvent != "undefined") { - win.attachEvent("onunload", this._onunload); - } - - this.initHeader(oSortTypes || []); -} - -SortableTable.gecko = navigator.product == "Gecko"; -SortableTable.msie = /msie/i.test(navigator.userAgent); -// Mozilla is faster when doing the DOM manipulations on -// an orphaned element. MSIE is not -SortableTable.removeBeforeSort = SortableTable.gecko; - -SortableTable.prototype.onsort = function () {}; - -// adds arrow containers and events -// also binds sort type to the header cells so that reordering columns does -// not break the sort types -SortableTable.prototype.initHeader = function (oSortTypes) { - var cells = this.tHead.rows[0].cells; - var l = cells.length; - var img, c; - for (var i = 0; i < l; i++) { - c = cells[i]; - img = this.document.createElement("IMG"); - img.src = "img/blank.png"; - c.appendChild(img); - if (oSortTypes[i] != null) { - c._sortType = oSortTypes[i]; - } - if (typeof c.addEventListener != "undefined") - c.addEventListener("click", this._headerOnclick, false); - else if (typeof c.attachEvent != "undefined") - c.attachEvent("onclick", this._headerOnclick); - } - this.updateHeaderArrows(); -}; - -// remove arrows and events -SortableTable.prototype.uninitHeader = function () { - var cells = this.tHead.rows[0].cells; - var l = cells.length; - var c; - for (var i = 0; i < l; i++) { - c = cells[i]; - c.removeChild(c.lastChild); - if (typeof c.removeEventListener != "undefined") - c.removeEventListener("click", this._headerOnclick, false); - else if (typeof c.detachEvent != "undefined") - c.detachEvent("onclick", this._headerOnclick); - } -}; - -SortableTable.prototype.updateHeaderArrows = function () { - var cells = this.tHead.rows[0].cells; - var l = cells.length; - var img; - for (var i = 0; i < l; i++) { - img = cells[i].lastChild; - if (i == this.sortColumn) - img.className = "sort-arrow " + (this.descending ? "descending" : "ascending"); - else - img.className = "sort-arrow"; - } -}; - -SortableTable.prototype.headerOnclick = function (e) { - // find TD element - var el = e.target || e.srcElement; - while (el.tagName != "TD") - el = el.parentNode; - - this.sort(SortableTable.msie ? SortableTable.getCellIndex(el) : el.cellIndex); -}; - -// IE returns wrong cellIndex when columns are hidden -SortableTable.getCellIndex = function (oTd) { - var cells = oTd.parentNode.childNodes - var l = cells.length; - var i; - for (i = 0; cells[i] != oTd && i < l; i++) - ; - return i; -}; - -SortableTable.prototype.getSortType = function (nColumn) { - var cell = this.tHead.rows[0].cells[nColumn]; - var val = cell._sortType; - if (val != "") - return val; - return "String"; -}; - -// only nColumn is required -// if bDescending is left out the old value is taken into account -// if sSortType is left out the sort type is found from the sortTypes array - -SortableTable.prototype.sort = function (nColumn, bDescending, sSortType) { - if (sSortType == null) - sSortType = this.getSortType(nColumn); - - // exit if None - if (sSortType == "None") - return; - - if (bDescending == null) { - if (this.sortColumn != nColumn) - this.descending = true; - else - this.descending = !this.descending; - } - - this.sortColumn = nColumn; - - if (typeof this.onbeforesort == "function") - this.onbeforesort(); - - var f = this.getSortFunction(sSortType, nColumn); - var a = this.getCache(sSortType, nColumn); - var tBody = this.tBody; - - a.sort(f); - - if (this.descending) - a.reverse(); - - if (SortableTable.removeBeforeSort) { - // remove from doc - var nextSibling = tBody.nextSibling; - var p = tBody.parentNode; - p.removeChild(tBody); - } - - // insert in the new order - var l = a.length; - for (var i = 0; i < l; i++) - tBody.appendChild(a[i].element); - - if (SortableTable.removeBeforeSort) { - // insert into doc - p.insertBefore(tBody, nextSibling); - } - - this.updateHeaderArrows(); - - this.destroyCache(a); - - if (typeof this.onsort == "function") - this.onsort(); -}; - -SortableTable.prototype.asyncSort = function (nColumn, bDescending, sSortType) { - var oThis = this; - this._asyncsort = function () { - oThis.sort(nColumn, bDescending, sSortType); - }; - window.setTimeout(this._asyncsort, 1); -}; - -SortableTable.prototype.getCache = function (sType, nColumn) { - var rows = this.tBody.rows; - var l = rows.length; - var a = new Array(l); - var r; - for (var i = 0; i < l; i++) { - r = rows[i]; - a[i] = { - value: this.getRowValue(r, sType, nColumn), - element: r - }; - }; - return a; -}; - -SortableTable.prototype.destroyCache = function (oArray) { - var l = oArray.length; - for (var i = 0; i < l; i++) { - oArray[i].value = null; - oArray[i].element = null; - oArray[i] = null; - } -} - -SortableTable.prototype.getRowValue = function (oRow, sType, nColumn) { - var s; - var c = oRow.cells[nColumn]; - if (typeof c.innerText != "undefined") - s = c.innerText; - else - s = SortableTable.getInnerText(c); - return this.getValueFromString(s, sType); -}; - -SortableTable.getInnerText = function (oNode) { - var s = ""; - var cs = oNode.childNodes; - var l = cs.length; - for (var i = 0; i < l; i++) { - switch (cs[i].nodeType) { - case 1: //ELEMENT_NODE - s += SortableTable.getInnerText(cs[i]); - break; - case 3: //TEXT_NODE - s += cs[i].nodeValue; - break; - } - } - return s; -} - -SortableTable.prototype.getValueFromString = function (sText, sType) { - switch (sType) { - case "Number": - return Number(sText); - case "CaseInsensitiveString": - return sText.toUpperCase(); - case "Date": - var parts = sText.split("-"); - var d = new Date(0); - d.setFullYear(parts[0]); - d.setDate(parts[2]); - d.setMonth(parts[1] - 1); - return d.valueOf(); - } - return sText; -}; - -SortableTable.prototype.getSortFunction = function (sType, nColumn) { - return function compare(n1, n2) { - if (n1.value < n2.value) - return -1; - if (n2.value < n1.value) - return 1; - return 0; - }; -}; - -SortableTable.prototype.destroy = function () { - this.uninitHeader(); - var win = this.document.parentWindow; - if (win && typeof win.detachEvent != "undefined") { // only IE needs this - win.detachEvent("onunload", this._onunload); - } - this._onunload = null; - this.element = null; - this.tHead = null; - this.tBody = null; - this.document = null; - this._headerOnclick = null; - this.sortTypes = null; - this._asyncsort = null; - this.onsort = null; -}; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/lang/build_egw_lang b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/lang/build_egw_lang deleted file mode 100644 index 5415e8b0d8..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/lang/build_egw_lang +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/php -qC - $msg) - { - if ($lang == 'en') $en_msg[$key] = strtolower($msg); - if ($key && isset($en_msg[$key])) fwrite($f,$en_msg[$key]."\ttinymce\t$lang\t$msg\n"); - } - fclose($f); -} - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/lang/lang-de.php b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/lang/lang-de.php deleted file mode 100644 index 042ea509d8..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/lang/lang-de.php +++ /dev/null @@ -1,59 +0,0 @@ - \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/lang/lang-en.php b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/lang/lang-en.php deleted file mode 100644 index dc751a7eed..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/lang/lang-en.php +++ /dev/null @@ -1,69 +0,0 @@ - -** Filename......: lang-en.php (english language file) -** URL...........: http://alrashid.klokan.sk/insFile/ -** Last changed..: 8 Jun 2004 -***********************************************************************/ -$MY_MESSAGES = array(); -$MY_MESSAGES['extmissing'] = 'Only files with extensions are permited, e.g. "imagefile.jpg".'; -$MY_MESSAGES['loading'] = 'Loading files'; -$MY_MESSAGES['uploading'] = 'Uploading...'; -$MY_MESSAGES['nopermtodelete'] = 'No permission to delete file.'; -$MY_MESSAGES['filenotfound'] = 'File not found.'; -$MY_MESSAGES['unlinkfailed'] = 'Unlink failed.'; -$MY_MESSAGES['rmdirfailed'] = 'Rmdir failed.'; -$MY_MESSAGES['foldernotfound'] = 'Folder not found.'; -$MY_MESSAGES['nopermtocreatefolder'] = 'No permission to create folder.'; -$MY_MESSAGES['pathnotfound'] = 'Path not found.'; -$MY_MESSAGES['foldernamemissing'] = 'Folder name missing.'; -$MY_MESSAGES['folderalreadyexists'] = 'Folder already exists.'; -$MY_MESSAGES['mkdirfailed'] = 'Mkdir failed.'; -$MY_MESSAGES['nopermtoupload'] = 'No permission to upload.'; -$MY_MESSAGES['extnotallowed'] = 'Files with this extension are not allowed.'; -$MY_MESSAGES['filesizeexceedlimit'] = 'File exceeds the size limit'; -$MY_MESSAGES['filenotuploaded'] = 'File was not uploaded.'; -$MY_MESSAGES['nofiles'] = 'No files...'; -$MY_MESSAGES['configproblem'] = 'Configuration problem '; -$MY_MESSAGES['delete'] = 'Delete'; -$MY_MESSAGES['folders'] = 'folder(s)'; -$MY_MESSAGES['files'] = 'file(s)'; -$MY_MESSAGES['refresh'] = 'Refresh'; -$MY_MESSAGES['folder'] = 'Folder'; -$MY_MESSAGES['type'] = ''; -$MY_MESSAGES['name'] = 'Name'; -$MY_MESSAGES['size'] = 'Size'; -$MY_MESSAGES['datemodified'] = 'Date Modified'; -$MY_MESSAGES['url'] = 'URL'; -$MY_MESSAGES['comment'] = 'Comment'; -$MY_MESSAGES['caption'] = 'Caption'; -$MY_MESSAGES['upload'] = 'Upload'; -$MY_MESSAGES['insertfile'] = "Insert File"; -$MY_MESSAGES['filemanager'] = "File manager"; -$MY_MESSAGES['directory'] = "Directory"; -$MY_MESSAGES['enterurl'] = "You must enter the URL"; -$MY_MESSAGES['entercaption'] = 'Please enter the caption text'; -$MY_MESSAGES['newfolder'] = 'New folder'; -$MY_MESSAGES['newfoldernamemissing'] = 'New folder name missing!'; -$MY_MESSAGES['renamefolder'] = 'New folder name:'; -$MY_MESSAGES['renamewarning'] = 'Warning!\n Renaming or moving folders and files will break existing links in your documents. Continue?'; -$MY_MESSAGES['renamefile'] = 'New file name:'; -$MY_MESSAGES['nopermtorename'] = 'No permission to rename files and folders.'; -$MY_MESSAGES['newfilenamemissing'] = 'New file name missing!'; -$MY_MESSAGES['filealreadyexists'] = 'File with specified new name already exists. File was not renamed/moved.'; -$MY_MESSAGES['folderalreadyexists'] = 'Folder with specified new name already exists. Folder was not renamed/moved.'; -$MY_MESSAGES['uploadfilealreadyexists'] = 'File already exists. File was not uploaded.'; -$MY_MESSAGES['cancel'] = 'Cancel'; -$MY_MESSAGES['ok'] = 'OK'; -$MY_MESSAGES['openfile'] = 'Open file in new window'; -$MY_MESSAGES['up'] = 'Up'; -$MY_MESSAGES['rename'] = 'Rename'; -$MY_MESSAGES['renamefailed'] = 'Rename failed'; -$MY_MESSAGES['move'] = 'Move'; -$MY_MESSAGES['nopermtomove'] = 'No permission to move files and folders.'; -$MY_MESSAGES['selectfolder'] = 'Choose directory to move selected folders and files to.'; -$MY_MESSAGES['ctrlshift'] = 'Use Ctrl and/or Shift to select multiple items.'; -$MY_MESSAGES['filename'] = 'File:'; -?> diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/lang/lang-nl.php b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/lang/lang-nl.php deleted file mode 100644 index bfc5cf6035..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/lang/lang-nl.php +++ /dev/null @@ -1,55 +0,0 @@ - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/lang/lang.php b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/lang/lang.php deleted file mode 100644 index b653d39f09..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/lang/lang.php +++ /dev/null @@ -1,84 +0,0 @@ - * -* -------------------------------------------- * -* This program is free software; you can redistribute it and/or modify it * -* under the terms of the GNU General Public License as published by the * -* Free Software Foundation; either version 2 of the License, or (at your * -* option) any later version. * -\**************************************************************************/ - -/* $Id$ */ - -$GLOBALS['egw']->translation->add_app('tinymce'); - -/*********************************************************************** -** Title.........: Insert File Dialog, File Manager -** Version.......: 1.1 -** Author........: Al Rashid -** Filename......: lang-en.php (english language file) -** URL...........: http://alrashid.klokan.sk/insFile/ -** Last changed..: 8 Jun 2004 -***********************************************************************/ -$MY_MESSAGES = array(); -$MY_MESSAGES['extmissing'] = lang('Only files with extensions are permited, e.g. "imagefile.jpg".'); -$MY_MESSAGES['loading'] = lang('Loading files'); -$MY_MESSAGES['uploading'] = lang('Uploading...'); -$MY_MESSAGES['nopermtodelete'] = lang('No permission to delete file.'); -$MY_MESSAGES['filenotfound'] = lang('File not found.'); -$MY_MESSAGES['unlinkfailed'] = lang('Unlink failed.'); -$MY_MESSAGES['rmdirfailed'] = lang('Rmdir failed.'); -$MY_MESSAGES['foldernotfound'] = lang('Folder not found.'); -$MY_MESSAGES['nopermtocreatefolder'] = lang('No permission to create folder.'); -$MY_MESSAGES['pathnotfound'] = lang('Path not found.'); -$MY_MESSAGES['foldernamemissing'] = lang('Folder name missing.'); -$MY_MESSAGES['folderalreadyexists'] = lang('Folder already exists.'); -$MY_MESSAGES['mkdirfailed'] = lang('Mkdir failed.'); -$MY_MESSAGES['nopermtoupload'] = lang('No permission to upload.'); -$MY_MESSAGES['extnotallowed'] = lang('Files with this extension are not allowed.'); -$MY_MESSAGES['filesizeexceedlimit'] = lang('File exceeds the size limit'); -$MY_MESSAGES['filenotuploaded'] = lang('File was not uploaded.'); -$MY_MESSAGES['nofiles'] = lang('No files...'); -$MY_MESSAGES['configproblem'] = lang('Configuration problem '); -$MY_MESSAGES['delete'] = lang('Delete'); -$MY_MESSAGES['folders'] = lang('folder(s)'); -$MY_MESSAGES['files'] = lang('file(s)'); -$MY_MESSAGES['refresh'] = lang('Refresh'); -$MY_MESSAGES['folder'] = lang('Folder'); -$MY_MESSAGES['type'] = lang('Type'); -$MY_MESSAGES['name'] = lang('Name'); -$MY_MESSAGES['size'] = lang('Size'); -$MY_MESSAGES['datemodified'] = lang('Date Modified'); -$MY_MESSAGES['url'] = lang('URL'); -$MY_MESSAGES['comment'] = lang('Comment'); -$MY_MESSAGES['caption'] = lang('Caption'); -$MY_MESSAGES['upload'] = lang('Upload'); -$MY_MESSAGES['insertfile'] = "Insert File"; -$MY_MESSAGES['filemanager'] = "File manager"; -$MY_MESSAGES['directory'] = "Directory"; -$MY_MESSAGES['enterurl'] = "You must enter the URL"; -$MY_MESSAGES['entercaption'] = lang('Please enter the caption text'); -$MY_MESSAGES['newfolder'] = lang('New folder'); -$MY_MESSAGES['newfoldernamemissing'] = lang('New folder name missing!'); -$MY_MESSAGES['renamefolder'] = lang('New folder name:'); -$MY_MESSAGES['renamewarning'] = lang('Warning!\n Renaming or moving folders and files will break existing links in your documents. Continue?'); -$MY_MESSAGES['renamefile'] = lang('New file name:'); -$MY_MESSAGES['nopermtorename'] = lang('No permission to rename files and folders.'); -$MY_MESSAGES['newfilenamemissing'] = lang('New file name missing!'); -$MY_MESSAGES['filealreadyexists'] = lang('File with specified new name already exists. File was not renamed/moved.'); -$MY_MESSAGES['folderalreadyexists'] = lang('Folder with specified new name already exists. Folder was not renamed/moved.'); -$MY_MESSAGES['uploadfilealreadyexists'] = lang('File already exists. File was not uploaded.'); -$MY_MESSAGES['cancel'] = lang('Cancel'); -$MY_MESSAGES['ok'] = lang('OK'); -$MY_MESSAGES['openfile'] = lang('Open file in new window'); -$MY_MESSAGES['up'] = lang('Up'); -$MY_MESSAGES['rename'] = lang('Rename'); -$MY_MESSAGES['renamefailed'] = lang('Rename failed'); -$MY_MESSAGES['move'] = lang('Move'); -$MY_MESSAGES['nopermtomove'] = lang('No permission to move files and folders.'); -$MY_MESSAGES['selectfolder'] = lang('Choose directory to move selected folders and files to.'); -$MY_MESSAGES['ctrlshift'] = lang('Use Ctrl and/or Shift to select multiple items.'); -$MY_MESSAGES['filename'] = lang('File:'); -?> diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/thumbs.php b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/thumbs.php deleted file mode 100644 index 0cdcdb9fcf..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/thumbs.php +++ /dev/null @@ -1,83 +0,0 @@ - * - * and Xiang Wei ZHUO * - * Modified for eGW by Cornelius Weiss * - * -------------------------------------------- * - * This program is free software; you can redistribute it and/or modify it * - * under the terms of the GNU General Public License as published by the * - * Free Software Foundation; version 2 of the License. * - * * - * Functions * - * - if the thumbnail does not exists or the source file is newer, create a * - * new thumbnail. * - \**************************************************************************/ - - /* $id */ - - require_once 'config.inc.php'; - require_once 'functions.php'; - require_once 'Transform.php'; - - $img = $BASE_DIR.urldecode($_GET['img']); - - if(is_file($img)) { - make_thumbs(urldecode($_GET['img'])); - } - - function make_thumbs($img) - { - global $BASE_DIR, $BASE_URL; - - $path_info = pathinfo($img); - $path = $path_info['dirname']."/"; - $img_file = $path_info['basename']; - - $thumb = $path.'.'.$img_file; - - $img_info = getimagesize($BASE_DIR.$path.$img_file); - $w = $img_info[0]; $h = $img_info[1]; - - $nw = 96; $nh = 96; - - if($w <= $nw && $h <= $nh) { - header('Location: '.$BASE_URL.$path.$img_file); - exit(); - } - - if(is_file($BASE_DIR.$thumb)) { - - $t_mtime = filemtime($BASE_DIR.$thumb); - $o_mtime = filemtime($BASE_DIR.$img); - - if($t_mtime > $o_mtime) { - //echo $BASE_URL.$path.'.'.$img_file; - header('Location: '.$BASE_URL.$path.'.'.$img_file); - exit(); - } - } - - $img_thumbs = Image_Transform::factory(IMAGE_CLASS); - $img_thumbs->load($BASE_DIR.$path.$img_file); - - if ($w > $h) - $nh = unpercent(percent($nw, $w), $h); - else if ($h > $w) - $nw = unpercent(percent($nh, $h), $w); - - $img_thumbs->resize($nw, $nh); - - $img_thumbs->save($BASE_DIR.$thumb); - $img_thumbs->free(); - - chmod($BASE_DIR.$thumb, 0666); - - if(is_file($BASE_DIR.$thumb)) { - header('Location: '.$BASE_URL.$path.'.'.$img_file); - exit(); - } - } - -?> diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/view_icon.php b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/view_icon.php deleted file mode 100644 index 2ab2517d57..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/view_icon.php +++ /dev/null @@ -1,138 +0,0 @@ - * - * and Xiang Wei ZHUO * - * Modified for eGW by Cornelius Weiss * - * -------------------------------------------- * - * This program is free software; you can redistribute it and/or modify it * - * under the terms of the GNU General Public License as published by the * - * Free Software Foundation; version 2 of the License. * - \**************************************************************************/ -?> - - - - - - - - - - - -
- - '. $params['entry'].' - -
- - - -
- - '. $params['entry']. '
- '; - } - - function files_item($params) - { - - - $img_url = $params['MY_BASE_URL']. $params['relativePath']; - $thumb_image = 'thumbs.php?img='.urlencode($params['relativePath']);//$params['absolutePath']); - $filesize = $params['parsed_size']; - $file = $params['entry']; - $ext = $params['ext']; - $info = $params['info']; - return ' - - - - - - - - -
- - '. $file. ' - '. $filesize. '
- - - - -
'. $info[0].'x'.$info[1]. '
- '; - } - - function files_header($param) - { - return ""; - } - - function files_footer($param) - { - return ""; - } - - function folders_header($param) - { - return ""; - } - - function folders_footer($param) - { - return ""; - } - - function table_header($param) - { - return ''; - } - - function table_footer($param) - { - return '
'; - } -} -?> \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/view_text.php b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/view_text.php deleted file mode 100644 index b8da2a7697..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/InsertFile/view_text.php +++ /dev/null @@ -1,139 +0,0 @@ - * - * and Xiang Wei ZHUO * - * Modified for eGW by Cornelius Weiss * - * -------------------------------------------- * - * This program is free software; you can redistribute it and/or modify it * - * under the terms of the GNU General Public License as published by the * - * Free Software Foundation; version 2 of the License. * - \**************************************************************************/ - -class view_text { - - function folder_item($params) - { - return ' - '.$params['entry'].' - - '.$params['MY_MESSAGES']['folder'].' - '.$params['parsed_time'].' -   -   - '.$params['time'].' - '; - } - - function files_item($params) - { - $trId = (int)$params['fileNb'] + 1; - return ' - '.$params['entry'].' - - '.$params['parsed_size'].' - '.$params['parsed_time'].' - '.$params['ext'].' - '.$params['size'].' - '.$params['time'].' - '; - } - - function table_header($params) - { - return ' - - - - - - - - - - - - - - - - - - - -
'.$params['MY_MESSAGES']['type'].''.$params['MY_MESSAGES']['name'].''.$params['MY_MESSAGES']['size'].''.$params['MY_MESSAGES']['datemodified'].'
'; - } - - function folders_header($params) - { - return ' - - - - - - - - - - - - - - - - - - - '; - } - - function folders_footer($parms) - { - return '
'; - } - - function files_header($params) - { - return ' - - - - - - - - - - - - - - - - - - - '; - } - - function files_footer($params) - { - return '
'; - } - function table_footer($params) - { - return ''; - } -} -?> \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/editor_plugin.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/editor_plugin.js deleted file mode 100644 index 14037160f7..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/editor_plugin.js +++ /dev/null @@ -1,31 +0,0 @@ -/* Import theme specific language pack */ -tinyMCE.importPluginLanguagePack('filemanager', 'en'); - -function TinyMCE_filemanager_getControlHTML(control_name) { - switch (control_name) { - case "filemanager": - return ''; - } - return ""; -} - -/** - * Executes the mceFilemanager command. - */ -function TinyMCE_filemanager_execCommand(editor_id, element, command, user_interface, value) { - // Handle commands - switch (command) { - case "mceFilemanager": - var template = new Array(); - template['file'] = '../../plugins/filemanager/InsertFile/insert_file.php'; // Relative to theme - template['width'] = 660; - template['height'] = 500; - - tinyMCE.openWindow(template, {editor_id : editor_id}); - return true; - } - // Pass to next handler in chain - return false; -} - - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/images/filemanager.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/images/filemanager.gif deleted file mode 100644 index 679aa41637..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/images/filemanager.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/images/filemanager.png b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/images/filemanager.png deleted file mode 100644 index b6da83d5b4..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/images/filemanager.png and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/langs/en.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/langs/en.js deleted file mode 100644 index aa701e6711..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/langs/en.js +++ /dev/null @@ -1 +0,0 @@ -tinyMCELang['lang_insert_filemanager'] = 'Insert link to file'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/langs/es-es.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/langs/es-es.js deleted file mode 100644 index 7b6f8a7035..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/langs/es-es.js +++ /dev/null @@ -1 +0,0 @@ -tinyMCELang['lang_insert_filemanager'] = 'Insertar enlace a fichero'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/readme.txt b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/readme.txt deleted file mode 100644 index fd3a4cf9eb..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/filemanager/readme.txt +++ /dev/null @@ -1,34 +0,0 @@ - file Manager plugin for TinyMCE ---------------------------------- - -Installation instructions: - * Copy the ibrowser directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins). - * Add plugin to TinyMCE plugin option list example: plugins : "filemanager". - * Add the ibrowser button name to button list, example: theme_advanced_buttons3_add : "filemanager". - * Modify the ..../jscripts/tiny_mce/plugins/filemanager/insertfile/config.inc.php - -Configuration example: -$MY_DOCUMENT_ROOT = 'C:/appserv/www/tinymce142/resource/insfile'; //* system path to the directory you want to manage the files and folders -$MY_BASE_URL = "http://localhost/tinymce142/resource/insfile"; -$MY_URL_TO_OPEN_FILE = "http://localhost/tinymce142/resource/insfile"; -$MY_ALLOW_EXTENSIONS = array('html', 'doc', 'xls', 'txt', 'gif', 'jpeg', 'jpg', 'png', 'pdf', 'zip', 'pdf'); -$MY_DENY_EXTENSIONS = array('php', 'php3', 'php4', 'phtml', 'shtml', 'cgi', 'pl'); -$MY_LIST_EXTENSIONS = array('html', 'doc', 'xls', 'txt', 'gif', 'jpeg', 'jpg', 'png', 'pdf', 'zip', 'pdf'); -$MY_ALLOW_CREATE = true; // Boolean (false or true) whether creating folders is allowed or not. -$MY_ALLOW_DELETE = true; // Boolean (false or true) whether deleting files and folders is allowed or not. -$MY_ALLOW_RENAME = true; // Boolean (false or true) whether renaming files and folders is allowed or not. -$MY_ALLOW_MOVE = true; // Boolean (false or true) whether moving files and folders is allowed or not. -$MY_ALLOW_UPLOAD = true; // Boolean (false or true) whether uploading files is allowed or not. - - - -Initialization example: - tinyMCE.init({ - theme : "advanced", - elements: "ta", - mode : "exact", - plugins : "filemanager", - theme_advanced_buttons3_add : "filemanager" - }); - - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/flash/editor_plugin.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/flash/editor_plugin.js deleted file mode 100644 index b17066942c..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/flash/editor_plugin.js +++ /dev/null @@ -1,2 +0,0 @@ -/* Import plugin specific language pack */ - tinyMCE.importPluginLanguagePack('flash','en,de,sv,zh_cn,cs,fa,fr_ca,fr,pl');function TinyMCE_flash_initInstance(inst){if(!tinyMCE.settings['flash_skip_plugin_css'])tinyMCE.importCSS(inst.getDoc(),tinyMCE.baseURL+"/plugins/flash/flash.css");}function TinyMCE_flash_getControlHTML(control_name){switch(control_name){case "flash":return '';}return "";}function TinyMCE_flash_parseAttributes(attribute_string){var attributeName="";var attributeValue="";var withInName;var withInValue;var attributes=new Array();var whiteSpaceRegExp=new RegExp('^[ \n\r\t]+','g');if(attribute_string==null||attribute_string.length<2)return null;withInName=withInValue=false;for(var i=0;i','gi'),'');content=content.replace(new RegExp('<[ ]*object','gi'),'','gi'),'');while((startPos=content.indexOf('',startPos);var attribs=TinyMCE_flash_parseAttributes(content.substring(startPos+6,endPos));embedList[embedList.length]=attribs;}var index=0;while((startPos=content.indexOf('=embedList.length)break;var attribs=embedList[index];endPos=content.indexOf('',startPos);endPos+=9;var contentAfter=content.substring(endPos);content=content.substring(0,startPos);content+=''+content.substring(endPos);content+=contentAfter;index++;startPos++;}break;case "get_from_editor":var startPos=-1;while((startPos=content.indexOf('',startPos);var attribs=TinyMCE_flash_parseAttributes(content.substring(startPos+4,endPos));if(attribs['name']!="mce_plugin_flash")continue;endPos+=2;var embedHTML='';embedHTML+='';embedHTML+='';embedHTML+='';embedHTML+='';embedHTML+='';chunkBefore=content.substring(0,startPos);chunkAfter=content.substring(endPos);content=chunkBefore+embedHTML+chunkAfter;}break;}return content;}function TinyMCE_flash_handleNodeChange(editor_id,node,undo_index,undo_levels,visual_aid,any_selection){function getAttrib(elm,name){return elm.getAttribute(name)?elm.getAttribute(name):"";}tinyMCE.switchClassSticky(editor_id+'_flash','mceButtonNormal');if(node==null)return;do{if(node.nodeName.toLowerCase()=="img"&&getAttrib(node,'name').indexOf('mce_plugin_flash')==0)tinyMCE.switchClassSticky(editor_id+'_flash','mceButtonSelected');}while((node=node.parentNode));return true;} \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/flash/editor_plugin_src.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/flash/editor_plugin_src.js deleted file mode 100644 index d03af06c79..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/flash/editor_plugin_src.js +++ /dev/null @@ -1,225 +0,0 @@ -/* Import plugin specific language pack */ -tinyMCE.importPluginLanguagePack('flash', 'en,de,sv,zh_cn,cs,fa,fr_ca,fr,pl'); - -function TinyMCE_flash_initInstance(inst) { - if (!tinyMCE.settings['flash_skip_plugin_css']) - tinyMCE.importCSS(inst.getDoc(), tinyMCE.baseURL + "/plugins/flash/flash.css"); -} - -function TinyMCE_flash_getControlHTML(control_name) { - switch (control_name) { - case "flash": - return ''; - } - - return ""; -} - -function TinyMCE_flash_parseAttributes(attribute_string) { - var attributeName = ""; - var attributeValue = ""; - var withInName; - var withInValue; - var attributes = new Array(); - var whiteSpaceRegExp = new RegExp('^[ \n\r\t]+', 'g'); - - if (attribute_string == null || attribute_string.length < 2) - return null; - - withInName = withInValue = false; - - for (var i=0; i','gi'),''); - content = content.replace(new RegExp('<[ ]*object','gi'),'','gi'),''); - - // Parse all embed tags - while ((startPos = content.indexOf('', startPos); - var attribs = TinyMCE_flash_parseAttributes(content.substring(startPos + 6, endPos)); - embedList[embedList.length] = attribs; - } - - // Parse all object tags and replace them with images from the embed data - var index = 0; - while ((startPos = content.indexOf('= embedList.length) - break; - - var attribs = embedList[index]; - - // Find end of object - endPos = content.indexOf('', startPos); - endPos += 9; - - // Insert image - var contentAfter = content.substring(endPos); - content = content.substring(0, startPos); - content += '' + content.substring(endPos); - content += contentAfter; - index++; - - startPos++; - } - break; - - case "get_from_editor": - // Parse all img tags and replace them with object+embed - var startPos = -1; - while ((startPos = content.indexOf('', startPos); - var attribs = TinyMCE_flash_parseAttributes(content.substring(startPos + 4, endPos)); - - // Is not flash, skip it - if (attribs['name'] != "mce_plugin_flash") - continue; - - endPos += 2; - - var embedHTML = ''; - - // Insert object + embed - embedHTML += ''; - embedHTML += ''; - embedHTML += ''; - embedHTML += ''; - embedHTML += ''; - - // Insert embed/object chunk - chunkBefore = content.substring(0, startPos); - chunkAfter = content.substring(endPos); - content = chunkBefore + embedHTML + chunkAfter; - } - break; - } - - // Pass through to next handler in chain - return content; -} - -function TinyMCE_flash_handleNodeChange(editor_id, node, undo_index, undo_levels, visual_aid, any_selection) { - function getAttrib(elm, name) { - return elm.getAttribute(name) ? elm.getAttribute(name) : ""; - } - - tinyMCE.switchClassSticky(editor_id + '_flash', 'mceButtonNormal'); - - if (node == null) - return; - - do { - if (node.nodeName.toLowerCase() == "img" && getAttrib(node, 'name').indexOf('mce_plugin_flash') == 0) - tinyMCE.switchClassSticky(editor_id + '_flash', 'mceButtonSelected'); - } while ((node = node.parentNode)); - - return true; -} diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/flash/flash.css b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/flash/flash.css deleted file mode 100644 index 2124ec20b2..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/flash/flash.css +++ /dev/null @@ -1,7 +0,0 @@ -.mce_plugin_flash { - border: 1px dotted #cc0000; - background-image: url(images/flash.gif); - background-position: center; - background-repeat: no-repeat; - background-color: #ffffcc; -} diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/flash/flash.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/flash/flash.htm deleted file mode 100644 index 3ff5ae3b83..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/flash/flash.htm +++ /dev/null @@ -1,181 +0,0 @@ - - -{$lang_insert_flash} - - - - - - -
- - - - - - - - - - - - - - - -
{$lang_insert_flash}

- - - - - - - - - - - -
{$lang_insert_flash_file}: - - - - - -
-
{$lang_insert_flash_size}: - -  x  - -

- -
-
- - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/flash/images/flash.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/flash/images/flash.gif deleted file mode 100644 index 4950e673cf..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/flash/images/flash.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/flash/langs/cs.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/flash/langs/cs.js deleted file mode 100644 index 8ad663e3b2..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/flash/langs/cs.js +++ /dev/null @@ -1,6 +0,0 @@ -// UK lang variables - -tinyMCELang['lang_insert_flash'] = 'Vložit/editovat Flash Movie'; -tinyMCELang['lang_insert_flash_file'] = 'Flash soubor (.swf)'; -tinyMCELang['lang_insert_flash_size'] = 'Velikost'; -tinyMCELang['lang_flash_props'] = 'Flash properties'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/flash/langs/de.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/flash/langs/de.js deleted file mode 100644 index 5c8491ec53..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/flash/langs/de.js +++ /dev/null @@ -1,7 +0,0 @@ -// DE lang variables - -tinyMCELang['lang_insert_flash'] = 'Flash Movie einfügen / bearbeiten'; -tinyMCELang['lang_insert_flash_file'] = 'Flash-Datei'; -tinyMCELang['lang_insert_flash_size'] = 'Größe'; -tinyMCELang['lang_insert_flash_list'] = 'Flash Dateien'; -tinyMCELang['lang_flash_props'] = 'Flash properties'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/flash/langs/en.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/flash/langs/en.js deleted file mode 100644 index d9c6bbd703..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/flash/langs/en.js +++ /dev/null @@ -1,7 +0,0 @@ -// UK lang variables - -tinyMCELang['lang_insert_flash'] = 'Insert / edit Flash Movie'; -tinyMCELang['lang_insert_flash_file'] = 'Flash-File (.swf)'; -tinyMCELang['lang_insert_flash_size'] = 'Size'; -tinyMCELang['lang_insert_flash_list'] = 'Flash files'; -tinyMCELang['lang_flash_props'] = 'Flash properties'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/flash/langs/es-es.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/flash/langs/es-es.js deleted file mode 100644 index cce27c6135..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/flash/langs/es-es.js +++ /dev/null @@ -1,7 +0,0 @@ -// UK lang variables - -tinyMCELang['lang_insert_flash'] = 'Insertar / editar película Flash'; -tinyMCELang['lang_insert_flash_file'] = 'Fichero Flash (.swf)'; -tinyMCELang['lang_insert_flash_size'] = 'Tamaño'; -tinyMCELang['lang_insert_flash_list'] = 'Ficheros Flash'; -tinyMCELang['lang_flash_props'] = 'Propiedades Flash'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/flash/langs/fa.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/flash/langs/fa.js deleted file mode 100644 index 94a4caae70..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/flash/langs/fa.js +++ /dev/null @@ -1,11 +0,0 @@ -// IR lang variables -// Persian (Farsi) language pack (for IRAN) -// By: Morteza Zafari -// Lost@LostLord.com -// http://www.LostLord.com - -tinyMCELang['lang_dir'] = 'rtl'; -tinyMCELang['lang_insert_flash'] = '?????? ? ?????? ???? ???'; -tinyMCELang['lang_insert_flash_file'] = '???? ??? (.swf)'; -tinyMCELang['lang_insert_flash_size'] = '?????'; -tinyMCELang['lang_flash_props'] = 'Flash properties'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/flash/langs/fr.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/flash/langs/fr.js deleted file mode 100644 index 49dd095d91..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/flash/langs/fr.js +++ /dev/null @@ -1,7 +0,0 @@ -// French lang variables by Laurent Dran - -tinyMCELang['lang_insert_flash'] = 'Insérer / éditer une animation Flash'; -tinyMCELang['lang_insert_flash_file'] = 'Fichier-Flash (.swf)'; -tinyMCELang['lang_insert_flash_size'] = 'Taille'; -tinyMCELang['lang_insert_flash_list'] = 'Fichiers Flash'; -tinyMCELang['lang_flash_props'] = 'Flash properties'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/flash/langs/fr_ca.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/flash/langs/fr_ca.js deleted file mode 100644 index 0e201b7ac6..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/flash/langs/fr_ca.js +++ /dev/null @@ -1,6 +0,0 @@ -// CA_FR lang variables - -tinyMCELang['lang_insert_flash'] = 'Insérer / Modifier une animation Flash'; -tinyMCELang['lang_insert_flash_file'] = 'Fichier Flash (.swf)'; -tinyMCELang['lang_insert_flash_size'] = 'Dimension'; -tinyMCELang['lang_flash_props'] = 'Flash properties'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/flash/langs/pl.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/flash/langs/pl.js deleted file mode 100644 index 7a51f4689d..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/flash/langs/pl.js +++ /dev/null @@ -1,7 +0,0 @@ -// PL lang variables - -tinyMCELang['lang_insert_flash'] = 'Wstaw/Edytuj animacjÄ™ Flash'; -tinyMCELang['lang_insert_flash_file'] = 'Plik Flash (.swf)'; -tinyMCELang['lang_insert_flash_size'] = 'Rozmiar'; -tinyMCELang['lang_insert_flash_list'] = 'Pliki Flash'; -tinyMCELang['lang_flash_props'] = 'WÅ‚aÅ›ciwoÅ›ci animacji Flash'; \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/flash/langs/sv.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/flash/langs/sv.js deleted file mode 100644 index b9533f5a40..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/flash/langs/sv.js +++ /dev/null @@ -1,7 +0,0 @@ -// SE lang variables - -tinyMCELang['lang_insert_flash'] = 'Skapa/uppdatera flash-film'; -tinyMCELang['lang_insert_flash_file'] = 'Flash-film (.swf)'; -tinyMCELang['lang_insert_flash_size'] = 'Storlek'; -tinyMCELang['lang_insert_flash_list'] = 'Flash-filer'; -tinyMCELang['lang_flash_props'] = 'Flash egenskaper'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/flash/langs/zh_cn.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/flash/langs/zh_cn.js deleted file mode 100644 index 54f6ec055b..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/flash/langs/zh_cn.js +++ /dev/null @@ -1,7 +0,0 @@ -// Simplified Chinese lang variables contributed by cube316 (cube316@etang.com) - -tinyMCELang['lang_insert_flash'] = '²åÈë/±à¼­ FlashµçÓ°'; -tinyMCELang['lang_insert_flash_file'] = 'FlashÎļþ(.swf)'; -tinyMCELang['lang_insert_flash_size'] = '³ß´ç'; -tinyMCELang['lang_insert_flash_list'] = 'Flash files'; -tinyMCELang['lang_flash_props'] = 'Flash properties'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/flash/readme.txt b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/flash/readme.txt deleted file mode 100644 index a0ff3989eb..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/flash/readme.txt +++ /dev/null @@ -1,48 +0,0 @@ - FLASH plugin for TinyMCE ------------------------------ - -About: - This is the INSERT FLASH Dialog contributed by Michael Keck. - This one supports popup windows and targets. - -Note: - The placeholder for Flash is called 'mce_plugin_flash' and needs a class 'mce_plugin_flash' in the 'css_-style'. - Do not name another image 'name="mce_plugin_flash"! - -Installation instructions: - * Copy the flash directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins). - * Add plugin to TinyMCE plugin option list example: plugins : "flash". - * Add this "img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name]" to extended_valid_elements option. - -Initialization example: - tinyMCE.init({ - theme : "advanced", - mode : "textareas", - plugins : "flash", - extended_valid_elements : "img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name]" - flash_external_list_url : "example_flash_list.js" // Optional URL to a list of Flash movies - }); - - ----------------------------------------------------------------- -ADDITIONAL NOTE: - -The flash plugin has been heavily modified (the original is editor_plugin_original.js) since the original did not play nicely with html content that -already contained existing flash tags and in fact stripped out the object -tags for existing flash html. The rewrite corrects this as well attempts -to preserve the existing flash tags where possible. The tinyMCE.init call -should be be something like: - -Initialization example: - tinyMCE.init({ - theme : "advanced", - mode : "textareas", - plugins : "flash", - extended_valid_elements : "img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name|obj|param|embed]" - }); - -Note the extra obj,param,embed attributes for the img tag. These attributes -are used to serialize data from existing flash tags so that they can be -properly restored. Editing a flash tag with the plugin will cause this -information to be lost (sorry !) but still produces a working flash nevertheless. - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/fullscreen/editor_plugin.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/fullscreen/editor_plugin.js deleted file mode 100644 index 2ca5c5f962..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/fullscreen/editor_plugin.js +++ /dev/null @@ -1,2 +0,0 @@ -/* Import plugin specific language pack */ - tinyMCE.importPluginLanguagePack('fullscreen','en,sv');function TinyMCE_fullscreen_getControlHTML(control_name){switch(control_name){case "fullscreen":return '';}return "";}function TinyMCE_fullscreen_execCommand(editor_id,element,command,user_interface,value){switch(command){case "mceFullScreen":if(tinyMCE.getParam('fullscreen_is_enabled')){window.opener.tinyMCE.execInstanceCommand(tinyMCE.getParam('fullscreen_editor_id'),'mceSetContent',false,tinyMCE.getContent(editor_id));top.close();}else{tinyMCE.setWindowArg('editor_id',editor_id);var win=window.open(tinyMCE.baseURL+"/plugins/fullscreen/fullscreen.htm","mceFullScreenPopup","fullscreen=yes,menubar=no,toolbar=no,scrollbars=no,resizable=yes,left=0,top=0,width="+screen.availWidth+",height="+screen.availHeight);}return true;}return false;} \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/fullscreen/editor_plugin_src.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/fullscreen/editor_plugin_src.js deleted file mode 100644 index 2189b7f5f2..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/fullscreen/editor_plugin_src.js +++ /dev/null @@ -1,34 +0,0 @@ -/* Import plugin specific language pack */ -tinyMCE.importPluginLanguagePack('fullscreen', 'en,sv'); - -function TinyMCE_fullscreen_getControlHTML(control_name) { - switch (control_name) { - case "fullscreen": - return ''; - } - - return ""; -} - -function TinyMCE_fullscreen_execCommand(editor_id, element, command, user_interface, value) { - // Handle commands - switch (command) { - case "mceFullScreen": - if (tinyMCE.getParam('fullscreen_is_enabled')) { - // In fullscreen mode - window.opener.tinyMCE.execInstanceCommand(tinyMCE.getParam('fullscreen_editor_id'), 'mceSetContent', false, tinyMCE.getContent(editor_id)); - top.close(); - } else { - tinyMCE.setWindowArg('editor_id', editor_id); - - var win = window.open(tinyMCE.baseURL + "/plugins/fullscreen/fullscreen.htm", "mceFullScreenPopup", "fullscreen=yes,menubar=no,toolbar=no,scrollbars=no,resizable=yes,left=0,top=0,width=" + screen.availWidth + ",height=" + screen.availHeight); - } - - return true; - } - - // Pass to next handler in chain - return false; -} - - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/fullscreen/fullscreen.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/fullscreen/fullscreen.htm deleted file mode 100644 index 79b8f8c361..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/fullscreen/fullscreen.htm +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - - - - - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/fullscreen/images/fullscreen.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/fullscreen/images/fullscreen.gif deleted file mode 100644 index 850ff8d42d..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/fullscreen/images/fullscreen.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/en.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/en.js deleted file mode 100644 index d605e64e4d..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/en.js +++ /dev/null @@ -1,4 +0,0 @@ -// UK lang variables - -tinyMCELang['lang_fullscreen_title'] = 'Fullscreen mode' -tinyMCELang['lang_fullscreen_desc'] = 'Toggle fullscreen mode' diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/es-es.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/es-es.js deleted file mode 100644 index df977af9a6..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/es-es.js +++ /dev/null @@ -1,4 +0,0 @@ -// UK lang variables - -tinyMCELang['lang_fullscreen_title'] = 'Modo de pantalla completa' -tinyMCELang['lang_fullscreen_desc'] = 'Cambiar a modo de pantalla completa' diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/sv.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/sv.js deleted file mode 100644 index c8bc6991e2..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/sv.js +++ /dev/null @@ -1,4 +0,0 @@ -// SV lang variables - -tinyMCELang['lang_fullscreen_title'] = 'Fullskärmsläge' -tinyMCELang['lang_fullscreen_desc'] = 'Hoppa från/till fullskärmsläge' diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/fullscreen/readme.txt b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/fullscreen/readme.txt deleted file mode 100644 index 9a97f5cdcd..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/fullscreen/readme.txt +++ /dev/null @@ -1,17 +0,0 @@ - Fullscreen plugin for TinyMCE ------------------------------- - -This plugin adds fullscreen mode to TinyMCE. - -Installation instructions: - * Add plugin to TinyMCE plugin option list example: plugins : "fullscreen". - * Add the fullscreen button name to button list, example: theme_advanced_buttons3_add : "fullscreen". - -Initialization example: - tinyMCE.init({ - theme : "advanced", - mode : "textareas", - plugins : "fullscreen", - theme_advanced_buttons3_add : "fullscreen", - plaintext_create_paragraphs : false - }); diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/iespell/editor_plugin.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/iespell/editor_plugin.js deleted file mode 100644 index 639b8be31a..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/iespell/editor_plugin.js +++ /dev/null @@ -1,2 +0,0 @@ -/* Import plugin specific language pack */ - tinyMCE.importPluginLanguagePack('iespell','cs,el,en,fr_ca,it,ko,sv,zh_cn,fr,de,pl');function TinyMCE_iespell_getControlHTML(control_name){if(control_name=="iespell"&&tinyMCE.isMSIE)return '';return "";}function TinyMCE_iespell_execCommand(editor_id,element,command,user_interface,value){if(command=="mceIESpell"){try{var ieSpell=new ActiveXObject("ieSpell.ieSpellExtension");ieSpell.CheckDocumentNode(tinyMCE.getInstanceById(editor_id).contentDocument.documentElement);}catch(e){if(e.number==-2146827859){if(confirm(tinyMCE.getLang("lang_iespell_download","",true)))window.open('http://www.iespell.com/download.php','ieSpellDownload','');}else alert("Error Loading ieSpell: Exception "+e.number);}return true;}return false;} \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/iespell/editor_plugin_src.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/iespell/editor_plugin_src.js deleted file mode 100644 index bf5eed08d5..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/iespell/editor_plugin_src.js +++ /dev/null @@ -1,37 +0,0 @@ -/* Import plugin specific language pack */ -tinyMCE.importPluginLanguagePack('iespell', 'cs,el,en,fr_ca,it,ko,sv,zh_cn,fr,de,pl'); - -/** - * Returns the HTML contents of the iespell control. - */ -function TinyMCE_iespell_getControlHTML(control_name) { - // Is it the iespell control and is the brower MSIE. - if (control_name == "iespell" && tinyMCE.isMSIE) - return ''; - - return ""; -} - -/** - * Executes the mceIESpell command. - */ -function TinyMCE_iespell_execCommand(editor_id, element, command, user_interface, value) { - // Handle ieSpellCommand - if (command == "mceIESpell") { - try { - var ieSpell = new ActiveXObject("ieSpell.ieSpellExtension"); - ieSpell.CheckDocumentNode(tinyMCE.getInstanceById(editor_id).contentDocument.documentElement); - } catch (e) { - if (e.number == -2146827859) { - if (confirm(tinyMCE.getLang("lang_iespell_download", "", true))) - window.open('http://www.iespell.com/download.php', 'ieSpellDownload', ''); - } else - alert("Error Loading ieSpell: Exception " + e.number); - } - - return true; - } - - // Pass to next handler in chain - return false; -} \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/iespell/images/iespell.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/iespell/images/iespell.gif deleted file mode 100644 index 46c0c4a66a..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/iespell/images/iespell.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/iespell/langs/cs.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/iespell/langs/cs.js deleted file mode 100644 index 06e8c5157f..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/iespell/langs/cs.js +++ /dev/null @@ -1,4 +0,0 @@ -// UK lang variables - -tinyMCELang['lang_iespell_desc'] = 'Spustit kontrolu pravopisu'; -tinyMCELang['lang_iespell_download'] = "ieSpell nedetekován. Kliknìte na OK a otevøete stahovací stránku." \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/iespell/langs/de.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/iespell/langs/de.js deleted file mode 100644 index 4b1417b4d5..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/iespell/langs/de.js +++ /dev/null @@ -1,4 +0,0 @@ -// DE lang variables by Tobias Heer - -tinyMCELang['lang_iespell_desc'] = 'Rechtschreibprüfung'; -tinyMCELang['lang_iespell_download'] = "ieSpell nicht gefunden. Klicken Sie OK um auf die Download Seite zu gelangen." diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/iespell/langs/el.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/iespell/langs/el.js deleted file mode 100644 index 83ac3b83d4..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/iespell/langs/el.js +++ /dev/null @@ -1,4 +0,0 @@ -// Greek lang variables by Jacaranda Bill - -tinyMCELang['lang_iespell_desc'] = 'Ïñèïãñáöéêüò Ýëåã÷ïò'; -tinyMCELang['lang_iespell_download'] = "Ôï ðñüãñáììá ieSpell äåí âñÝèçêå. ÐáôÞóôå OK ãéá íá ìåôáâåßôå óôçí éóôïóåëßäá ëÞøçò ôïõ ðñïãñÜììáôïò." diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/iespell/langs/en.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/iespell/langs/en.js deleted file mode 100644 index d4fe21c6ee..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/iespell/langs/en.js +++ /dev/null @@ -1,4 +0,0 @@ -// UK lang variables - -tinyMCELang['lang_iespell_desc'] = 'Run spell checking'; -tinyMCELang['lang_iespell_download'] = "ieSpell not detected. Click OK to go to download page." diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/iespell/langs/es-es.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/iespell/langs/es-es.js deleted file mode 100644 index 16b113e2f8..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/iespell/langs/es-es.js +++ /dev/null @@ -1,4 +0,0 @@ -// UK lang variables - -tinyMCELang['lang_iespell_desc'] = 'Ejecutar ortografía'; -tinyMCELang['lang_iespell_download'] = "No se detectó ieSpell. Pulse Aceptar para ir a la página de descargas." diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/iespell/langs/fr.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/iespell/langs/fr.js deleted file mode 100644 index ae0f273ac8..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/iespell/langs/fr.js +++ /dev/null @@ -1,4 +0,0 @@ -// French lang variables by Laurent Dran - -tinyMCELang['lang_iespell_desc'] = 'Executer le vérificateur d\'orthographe'; -tinyMCELang['lang_iespell_download'] = "ieSpell n\'a pas été trouvé. Cliquez sur OK pour aller au site de téléchargement." diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/iespell/langs/fr_ca.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/iespell/langs/fr_ca.js deleted file mode 100644 index 2cef91be89..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/iespell/langs/fr_ca.js +++ /dev/null @@ -1,4 +0,0 @@ -// CAN_FR lang variables - -tinyMCELang['lang_iespell_desc'] = 'Executer le vérificateur d\'orthographe'; -tinyMCELang['lang_iespell_download'] = "ieSpell n\'a pas été trouvé. Cliquez sur OK pour aller au site de téléchargement."; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/iespell/langs/it.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/iespell/langs/it.js deleted file mode 100644 index 711ac6d971..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/iespell/langs/it.js +++ /dev/null @@ -1,4 +0,0 @@ -// IT lang variables - -tinyMCELang['lang_iespell_desc'] = 'Avvia il controllo ortografico'; -tinyMCELang['lang_iespell_download'] = "ieSpell non trovato. Clicca OK per andare alla pagina di download." diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/iespell/langs/ko.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/iespell/langs/ko.js deleted file mode 100644 index c66f4de858..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/iespell/langs/ko.js +++ /dev/null @@ -1,4 +0,0 @@ -// KO lang variables - -tinyMCELang['lang_iespell_desc'] = '¸ÂÃã¹ý °Ë»ç ½ÇÇà'; -tinyMCELang['lang_iespell_download'] = "ieSpellÀ» ãÀ» ¼ö ¾ø½À´Ï´Ù. OK¸¦ ´©¸£¸é ´Ù¿î·Îµå ÆäÀÌÁö·Î À̵¿ÇÕ´Ï´Ù." diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/iespell/langs/pl.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/iespell/langs/pl.js deleted file mode 100644 index 6584a31fa6..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/iespell/langs/pl.js +++ /dev/null @@ -1,4 +0,0 @@ -// PL lang variables - -tinyMCELang['lang_iespell_desc'] = 'Uruchom sprawdzanie pisowni'; -tinyMCELang['lang_iespell_download'] = "Nie wykryto pluginu, kliknij aby przejść do strony z pluginami." \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/iespell/langs/sv.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/iespell/langs/sv.js deleted file mode 100644 index f77b39ffdd..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/iespell/langs/sv.js +++ /dev/null @@ -1,4 +0,0 @@ -// SE lang variables - -tinyMCELang['lang_iespell_desc'] = 'Kör rättstavningskontroll'; -tinyMCELang['lang_iespell_download'] = "ieSpell verkar inte vara installerad. Klicka OK för att ladda hem." diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/iespell/langs/zh_cn.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/iespell/langs/zh_cn.js deleted file mode 100644 index 4140120336..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/iespell/langs/zh_cn.js +++ /dev/null @@ -1,4 +0,0 @@ -// Simplified Chinese lang variables contributed by cube316 (cube316@etang.com) - -tinyMCELang['lang_iespell_desc'] = 'ÔËÐÐƴд¼ì²é'; -tinyMCELang['lang_iespell_download'] = "δ¼ì²âµ½ieSpellƴд¼ì²é£¬µã»÷ OK Ç°ÍùÏÂÔØÒ³Ãæ¡£" diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/iespell/readme.txt b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/iespell/readme.txt deleted file mode 100644 index d87b47e67e..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/iespell/readme.txt +++ /dev/null @@ -1,20 +0,0 @@ - ieSpell plugin for TinyMCE ----------------------------- - -Installation instructions: - * Copy the iespell directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins). - * Add plugin to TinyMCE plugin option list example: plugins : "iespell". - * Add the iespell button name to button list, example: theme_advanced_buttons3_add : "iespell". - -Initialization example: - tinyMCE.init({ - theme : "advanced", - mode : "textareas", - plugins : "iespell", - theme_advanced_buttons3_add : "iespell" - }); - -Requirements: - The end user will need MSIE on Windows with the ieSpell installed. This can be downloaded - from http://www.iespell.com/download.php. Notice on other browsers than MSIE the spellchecking - button will not be visible. diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/editor_plugin.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/editor_plugin.js deleted file mode 100644 index 2345bd9a5a..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/editor_plugin.js +++ /dev/null @@ -1,2 +0,0 @@ -/* Import plugin specific language pack */ - tinyMCE.importPluginLanguagePack('insertdatetime','cs,el,en,fr_ca,it,ko,sv,zh_cn,fa,fr,de,pl');function TinyMCE_insertdatetime_getControlHTML(control_name){var safariPatch='" onclick="';if(tinyMCE.isSafari)safariPatch="";switch(control_name){case "insertdate":return '';case "inserttime":return '';}return "";}function TinyMCE_insertdatetime_execCommand(editor_id,element,command,user_interface,value){function addZeros(value,len){value=""+value;if(value.length'; - - case "inserttime": - return ''; - } - - return ""; -} - -/** - * Executes the mceInsertDate command. - */ -function TinyMCE_insertdatetime_execCommand(editor_id, element, command, user_interface, value) { - /* Adds zeros infront of value */ - function addZeros(value, len) { - value = "" + value; - - if (value.length < len) { - for (var i=0; i<(len-value.length); i++) - value = "0" + value; - } - - return value; - } - - /* Returns the date object in the specified format */ - function getDateTime(date, format) { - format = tinyMCE.regexpReplace(format, "%D", "%m/%d/%y"); - format = tinyMCE.regexpReplace(format, "%r", "%I:%M:%S %p"); - format = tinyMCE.regexpReplace(format, "%Y", "" + date.getFullYear()); - format = tinyMCE.regexpReplace(format, "%y", "" + date.getYear()); - format = tinyMCE.regexpReplace(format, "%m", addZeros(date.getMonth()+1, 2)); - format = tinyMCE.regexpReplace(format, "%d", addZeros(date.getDate(), 2)); - format = tinyMCE.regexpReplace(format, "%H", "" + addZeros(date.getHours(), 2)); - format = tinyMCE.regexpReplace(format, "%M", "" + addZeros(date.getMinutes(), 2)); - format = tinyMCE.regexpReplace(format, "%S", "" + addZeros(date.getSeconds(), 2)); - format = tinyMCE.regexpReplace(format, "%I", "" + (date.getHours() < 12 ? (date.getHours()+1) : 24-date.getHours())); - format = tinyMCE.regexpReplace(format, "%p", "" + (date.getHours() < 12 ? "AM" : "PM")); - format = tinyMCE.regexpReplace(format, "%B", "" + tinyMCE.getLang("lang_inserttime_months_long")[date.getMonth()]); - format = tinyMCE.regexpReplace(format, "%b", "" + tinyMCE.getLang("lang_inserttime_months_short")[date.getMonth()]); - format = tinyMCE.regexpReplace(format, "%A", "" + tinyMCE.getLang("lang_inserttime_day_long")[date.getDay()]); - format = tinyMCE.regexpReplace(format, "%a", "" + tinyMCE.getLang("lang_inserttime_day_short")[date.getDay()]); - format = tinyMCE.regexpReplace(format, "%%", "%"); - - return format; - } - - // Handle commands - switch (command) { - case "mceInsertDate": - tinyMCE.execInstanceCommand(editor_id, 'mceInsertContent', false, getDateTime(new Date(), tinyMCE.getParam("plugin_insertdate_dateFormat", "%Y-%m-%d"))); - return true; - - case "mceInsertTime": - tinyMCE.execInstanceCommand(editor_id, 'mceInsertContent', false, getDateTime(new Date(), tinyMCE.getParam("plugin_insertdate_timeFormat", "%H:%M:%S"))); - return true; - } - - // Pass to next handler in chain - return false; -} diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/images/insertdate.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/images/insertdate.gif deleted file mode 100644 index 5002f87463..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/images/insertdate.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/images/inserttime.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/images/inserttime.gif deleted file mode 100644 index eb76a832d4..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/images/inserttime.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs/cs.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs/cs.js deleted file mode 100644 index df02bcc36b..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs/cs.js +++ /dev/null @@ -1,8 +0,0 @@ -// CS lang variables - -tinyMCELang['lang_insertdate_desc'] = 'Vložit datum'; -tinyMCELang['lang_inserttime_desc'] = 'Vložit èas'; -tinyMCELang['lang_inserttime_months_long'] = new Array('Leden','Únor','Bøezen','Duben','Kvìten','Èerven','Èervenec','Srpen','Záøí','Øíjen','Listopad','Prosinec'); -tinyMCELang['lang_inserttime_months_short'] = new Array('Led','Úno','Bøe','Dub','Kvì','Èrv','Èvc','Srp','Záø','Øíj','Lis','Pro'); -tinyMCELang['lang_inserttime_day_long'] = new Array('Nedìle','Pondìlí','Úterý','Støeda','Ètvrtek','Pátek','Sobota','Nedìle'); -tinyMCELang['lang_inserttime_day_short'] = new Array('Ne','Po','Út','St','Èt','Pá','So','Ne'); diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs/de.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs/de.js deleted file mode 100644 index 791605f3ea..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs/de.js +++ /dev/null @@ -1,8 +0,0 @@ -// DE lang variables - -tinyMCELang['lang_insertdate_desc'] = 'Datum einfügen'; -tinyMCELang['lang_inserttime_desc'] = 'Zeit einfügen'; -tinyMCELang['lang_inserttime_months_long'] = new Array("Januar", "Februar", "M\u00e4rz", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Dezember"); -tinyMCELang['lang_inserttime_months_short'] = new Array("Jan", "Feb", "M\u00e4r", "Apr", "Mai", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dez"); -tinyMCELang['lang_inserttime_day_long'] = new Array("Sonntag", "Montag", "Dienstag", "Mittwoch", "Donnerstag", "Freitag", "Samstag", "Sonntag"); -tinyMCELang['lang_inserttime_day_short'] = new Array("So", "Mo", "Di", "Mi", "Do", "Fr", "Sa", "So"); diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs/el.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs/el.js deleted file mode 100644 index cc5d905e10..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs/el.js +++ /dev/null @@ -1,8 +0,0 @@ -// Greek lang variables by Jacaranda Bill - -tinyMCELang['lang_insertdate_desc'] = 'ÅéóáãùãÞ çìåñïìçíßáò'; -tinyMCELang['lang_inserttime_desc'] = 'ÅéóáãùãÞ þñáò'; -tinyMCELang['lang_inserttime_months_long'] = new Array("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"); -tinyMCELang['lang_inserttime_months_short'] = new Array("Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"); -tinyMCELang['lang_inserttime_day_long'] = new Array("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"); -tinyMCELang['lang_inserttime_day_short'] = new Array("Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"); diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs/en.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs/en.js deleted file mode 100644 index 13816367fa..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs/en.js +++ /dev/null @@ -1,8 +0,0 @@ -// UK lang variables - -tinyMCELang['lang_insertdate_desc'] = 'Insert date'; -tinyMCELang['lang_inserttime_desc'] = 'Insert time'; -tinyMCELang['lang_inserttime_months_long'] = new Array("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"); -tinyMCELang['lang_inserttime_months_short'] = new Array("Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"); -tinyMCELang['lang_inserttime_day_long'] = new Array("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"); -tinyMCELang['lang_inserttime_day_short'] = new Array("Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"); diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs/es-es.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs/es-es.js deleted file mode 100644 index 9a9087065a..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs/es-es.js +++ /dev/null @@ -1,8 +0,0 @@ -// UK lang variables - -tinyMCELang['lang_insertdate_desc'] = 'Insertar fecha'; -tinyMCELang['lang_inserttime_desc'] = 'Insertar hora'; -tinyMCELang['lang_inserttime_months_long'] = new Array("Enero", "Febrero", "Marzo", "Abril", "Mayo", "Junio", "Julio", "Agosto", "Septiembre", "Octubre", "Noviembre", "Diciembre"); -tinyMCELang['lang_inserttime_months_short'] = new Array("Ene", "Feb", "Mar", "Abr", "May", "Jun", "Jul", "Ago", "Sep", "Oct", "Nov", "Dic"); -tinyMCELang['lang_inserttime_day_long'] = new Array("Domingo", "Lunes", "Martes", "Miércoles", "Jueves", "Viernes", "Sábado", "Domingo"); -tinyMCELang['lang_inserttime_day_short'] = new Array("Dom", "Lun", "Mar", "Mié", "Jue", "Vie", "Sáb", "Dom"); diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs/fa.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs/fa.js deleted file mode 100644 index 720ed6c6c2..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs/fa.js +++ /dev/null @@ -1,9 +0,0 @@ -// IR lang variables -// Persian (Farsi) language pack (for IRAN) -// By: Morteza Zafari -// Lost@LostLord.com -// http://www.LostLord.com - -tinyMCELang['lang_dir'] = 'rtl'; -tinyMCELang['lang_insertdate_desc'] = 'اÙزودن تاریخ'; -tinyMCELang['lang_inserttime_desc'] = 'اÙزودن زمان'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs/fr.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs/fr.js deleted file mode 100644 index e14b0def14..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs/fr.js +++ /dev/null @@ -1,8 +0,0 @@ -// French lang variables by Laurent Dran - -tinyMCELang['lang_insertdate_desc'] = 'Insèrer la date'; -tinyMCELang['lang_inserttime_desc'] = 'Insèrer l\'heure'; -tinyMCELang['lang_inserttime_months_long'] = new Array("Janvier", "Février", "Mars", "Avril", "Mai", "Juin", "Juillet", "Août", "Septembre", "Octobre", "Novembre", "Décembre"); -tinyMCELang['lang_inserttime_months_short'] = new Array("Jan", "Fev", "Mar", "Avr", "Mai", "Juin", "Juil", "Aout", "Sep", "Oct", "Nov", "Dec"); -tinyMCELang['lang_inserttime_day_long'] = new Array("Dimanche", "Lundi", "Mardi", "Mercredi", "Jeudi", "Vendredi", "Samedi", "Dimanche"); -tinyMCELang['lang_inserttime_day_short'] = new Array("Lun", "Mar", "Mer", "Jeu", "Thu", "Ven", "Sam", "Dim"); diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs/fr_ca.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs/fr_ca.js deleted file mode 100644 index a80a10646b..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs/fr_ca.js +++ /dev/null @@ -1,8 +0,0 @@ -// CAN_FR lang variables - -tinyMCELang['lang_insertdate_desc'] = 'Insérer la date'; -tinyMCELang['lang_inserttime_desc'] = 'Insérer l\'heure'; -tinyMCELang['lang_inserttime_months_long'] = new Array("Janvier", "Février", "Mars", "Avril", "Mai", "Juin", "Juillet", "Août", "Septembre", "Octobre", "Novembre", "Décembre"); -tinyMCELang['lang_inserttime_months_short'] = new Array("Jan", "Fev", "Mar", "Avr", "Mai", "Juin", "Juil", "Aout", "Sep", "Oct", "Nov", "Dec"); -tinyMCELang['lang_inserttime_day_long'] = new Array("Dimanche", "Lundi", "Mardi", "Mercredi", "Jeudi", "Vendredi", "Samedi", "Dimanche"); -tinyMCELang['lang_inserttime_day_short'] = new Array("Lun", "Mar", "Mer", "Jeu", "Thu", "Ven", "Sam", "Dim"); diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs/it.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs/it.js deleted file mode 100644 index b0bb93597a..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs/it.js +++ /dev/null @@ -1,8 +0,0 @@ -// IT lang variables - -tinyMCELang['lang_insertdate_desc'] = 'Inserisci data'; -tinyMCELang['lang_inserttime_desc'] = 'Inserisci ora'; -tinyMCELang['lang_inserttime_months_long'] = new Array("Gennaio", "Febbraio", "Marzo", "Aprile", "Maggio", "Giugno", "Luglio", "Agosto", "Settembre", "Ottobre", "Novembre", "Dicembre"); -tinyMCELang['lang_inserttime_months_short'] = new Array("Gen", "Feb", "Mar", "Apr", "Mag", "Giu", "Lug", "Ago", "Set", "Ott", "Nov", "Dic"); -tinyMCELang['lang_inserttime_day_long'] = new Array("Domenica", "Lunedì", "Martedì", "Mercoledì", "Giovedì", "Venerdì", "Sabato", "Domenica"); -tinyMCELang['lang_inserttime_day_short'] = new Array("Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"); diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs/ko.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs/ko.js deleted file mode 100644 index 7db5095511..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs/ko.js +++ /dev/null @@ -1,8 +0,0 @@ -// KO lang variables - -tinyMCELang['lang_insertdate_desc'] = '³¯Â¥ ³Ö±â'; -tinyMCELang['lang_inserttime_desc'] = '½Ã°£ ³Ö±â'; -tinyMCELang['lang_inserttime_months_long'] = new Array("1¿ù", "2¿ù", "3¿ù", "4¿ù", "5¿ù", "6¿ù", "7¿ù", "8¿ù", "9¿ù", "10¿ù", "11¿ù", "12¿ù"); -tinyMCELang['lang_inserttime_months_short'] = new Array("1¿ù", "2¿ù", "3¿ù", "4¿ù", "5¿ù", "6¿ù", "7¿ù", "8¿ù", "9¿ù", "10¿ù", "11¿ù", "12¿ù"); -tinyMCELang['lang_inserttime_day_long'] = new Array("ÀÏ¿äÀÏ", "¿ù¿äÀÏ", "È­¿äÀÏ", "¼ö¿äÀÏ", "¸ñ¿äÀÏ", "±Ý¿äÀÏ", "Åä¿äÀÏ", "ÀÏ¿äÀÏ"); -tinyMCELang['lang_inserttime_day_short'] = new Array("ÀÏ", "¿ù", "È­", "¼ö", "¸ñ", "±Ý", "Åä", "ÀÏ"); diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs/pl.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs/pl.js deleted file mode 100644 index 1603fe5206..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs/pl.js +++ /dev/null @@ -1,9 +0,0 @@ -// PL lang variables - - -tinyMCELang['lang_insertdate_desc'] = 'Wstaw aktualnÄ… datÄ™'; -tinyMCELang['lang_inserttime_desc'] = 'Wstaw aktualny czas'; -tinyMCELang['lang_inserttime_months_long'] = new Array("StyczeÅ„", "Luty", "Marzec", "KwiecieÅ„", "Maj", "Czerwiec", "Lipiec", "SierpieÅ„", "WrzesieÅ„", "Październik", "Listopad", "GrudzieÅ„"); -tinyMCELang['lang_inserttime_months_short'] = new Array("Stcz", "Lut", "Mar", "Kwi", "Maj", "Czer", "Lip", "Sier", "Wrze", "Paź", "List", "Grudz"); -tinyMCELang['lang_inserttime_day_long'] = new Array("Niedziela", "PoniedziaÅ‚ek", "Wtorek", "Åšroda", "Czwartek", "PiÄ…tek", "Sobota", "Niedziela"); -tinyMCELang['lang_inserttime_day_short'] = new Array("Nie", "Pon", "Wto", "Åšro", "Czw", "Pia", "Sob", "Nie"); \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs/sv.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs/sv.js deleted file mode 100644 index b4f9f110b7..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs/sv.js +++ /dev/null @@ -1,8 +0,0 @@ -// SE lang variables - -tinyMCELang['lang_insertdate_desc'] = 'Klistra in datum'; -tinyMCELang['lang_inserttime_desc'] = 'Klistra in tid'; -tinyMCELang['lang_inserttime_months_long'] = new Array("Januari", "Februari", "Mars", "April", "Maj", "Juni", "Juli", "Augusti", "September", "Oktober", "November", "December"); -tinyMCELang['lang_inserttime_months_short'] = new Array("Jan","Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dec"); -tinyMCELang['lang_inserttime_day_long'] = new Array("Söndag", "Måndag", "Tisdag", "Onsdag", "Torsdag", "Fredag", "Lördag", "Söndag"); -tinyMCELang['lang_inserttime_day_short'] = new Array("Sön", "Mån", "Tis", "Ons", "Tor", "Fre", "Lör", "Sön"); diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs/zh_cn.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs/zh_cn.js deleted file mode 100644 index 423295bc29..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs/zh_cn.js +++ /dev/null @@ -1,8 +0,0 @@ -// Simplified Chinese lang variables contributed by cube316 (cube316@etang.com) - -tinyMCELang['lang_insertdate_desc'] = '²åÈ뵱ǰÈÕÆÚ'; -tinyMCELang['lang_inserttime_desc'] = '²åÈ뵱ǰʱ¼ä'; -tinyMCELang['lang_inserttime_months_long'] = new Array("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"); -tinyMCELang['lang_inserttime_months_short'] = new Array("Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"); -tinyMCELang['lang_inserttime_day_long'] = new Array("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"); -tinyMCELang['lang_inserttime_day_short'] = new Array("Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"); diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/readme.txt b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/readme.txt deleted file mode 100644 index b2f7e6d682..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/readme.txt +++ /dev/null @@ -1,35 +0,0 @@ - InsertDateTime plugin for TinyMCE ------------------------------------ - -Installation instructions: - * Copy the insertdatetime directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins). - * Add plugin to TinyMCE plugin option list example: plugins : "insertdatetime". - * Add the insertdate or inserttime button name to button list, example: theme_advanced_buttons3_add : "insertdate,inserttime". - -Initialization example: - tinyMCE.init({ - theme : "advanced", - mode : "textareas", - plugins : "insertdatetime", - theme_advanced_buttons3_add : "insertdate,inserttime", - plugin_insertdate_dateFormat : "%Y-%m-%d", - plugin_insertdate_timeFormat : "%H:%M:%S" - }); - -Configuration: - plugin_insertdate_dateFormat - Format that the date is output as. Defaults to: "%Y-%m-%d". - Replacement variables: - %y - year as a decimal number without a century (range 00 to 99) - %Y - year as a decimal number including the century - %d - day of the month as a decimal number (range 01 to 31) - %m - month as a decimal number (range 01 to 12) - %D - same as %m/%d/%y - %r - time in a.m. and p.m. notation - %H - hour as a decimal number using a 24-hour clock (range 00 to 23) - %I - hour as a decimal number using a 12-hour clock (range 01 to 12) - %M - minute as a decimal number (range 00-59) - %S - second as a decimal number (range 00-59) - %p - either `am' or `pm' according to the given time value - %% - a literal `%' character - - plugin_insertdate_timeFormat - Format that the time is output as. Defaults to: "%H:%M:%S". diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/paste/blank.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/paste/blank.htm deleted file mode 100644 index 4ad082959d..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/paste/blank.htm +++ /dev/null @@ -1,15 +0,0 @@ - - - -blank_page - - - - - - - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/paste/editor_plugin.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/paste/editor_plugin.js deleted file mode 100644 index 3847096c86..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/paste/editor_plugin.js +++ /dev/null @@ -1,25 +0,0 @@ -// Tiny MCE Paste Plugin -// Updated by speednet 25 May 2005 - IE converts and pastes without opening popup window - tinyMCE.importPluginLanguagePack('paste','en,sv');function TinyMCE_paste_getControlHTML(control_name){switch(control_name){case "pastetext":return '';case "pasteword":return '';case "selectall":return '';}return '';}function TinyMCE_paste_execCommand(editor_id,element,command,user_interface,value){switch(command){case "mcePasteText":if(tinyMCE.isMSIE&&tinyMCE.getParam('paste_use_dialog',false))TinyMCE_paste__insertText(clipboardData.getData("Text"),true);else{var template=new Array();template['file']='../../plugins/paste/pastetext.htm';template['width']=450;template['height']=400;var plain_text="";tinyMCE.openWindow(template,{editor_id:editor_id,plain_text:plain_text,resizable:"yes",scrollbars:"no",mceDo:'insert'});}return true;case "mcePasteWord":if(tinyMCE.isMSIE&&tinyMCE.getParam('paste_use_dialog',false)){var html=TinyMCE_paste__clipboardHTML();if(html&&html.length>0)TinyMCE_paste__insertWordContent(html);}else{var template=new Array();template['file']='../../plugins/paste/pasteword.htm';template['width']=450;template['height']=400;var plain_text="";tinyMCE.openWindow(template,{editor_id:editor_id,plain_text:plain_text,resizable:"yes",scrollbars:"no",mceDo:'insert'});}return true;case "mceSelectAll":tinyMCE.execInstanceCommand(editor_id,'selectall');return true;}return false;}function TinyMCE_paste__insertText(content,bLinebreaks){if(content&&content.length>0){if(bLinebreaks){if(tinyMCE.getParam("plaintext_create_paragraphs",true)){content=tinyMCE.regexpReplace(content,"\r\n\r\n","

","gi");content=tinyMCE.regexpReplace(content,"\r\r","

","gi");content=tinyMCE.regexpReplace(content,"\n\n","

","gi");if((pos=content.indexOf('

'))!=-1){tinyMCE.execCommand("Delete");var node=tinyMCE.selectedInstance.getFocusElement();var breakElms=new Array();do{if(node.nodeType==1){if(node.nodeName=="TD"||node.nodeName=="BODY")break;breakElms[breakElms.length]=node;}}while(node=node.parentNode);var before="",after="

";before+=content.substring(0,pos);for(var i=0;i";after+="<"+breakElms[(breakElms.length-1)-i].nodeName+">";}before+="

";content=before+content.substring(pos+7)+after;}}content=tinyMCE.regexpReplace(content,"\r\n","
","gi");content=tinyMCE.regexpReplace(content,"\r","
","gi");content=tinyMCE.regexpReplace(content,"\n","
","gi");}tinyMCE.execCommand("mceInsertRawHTML",false,content);}}function TinyMCE_paste__insertWordContent(content){if(content&&content.length>0){content=content.replace(new RegExp('<(!--)([^>]*)(--)>','g'),"");content=content.replace(/<\/?span[^>]*>/gi,"");content=content.replace(/<(\w[^>]*)style="([^"]*)"([^>]*)/gi, "<$1$3"); - content = content.replace(/<\/?font[^>]*>/gi, ""); - content = content.replace(/<(\w[^>]*) class=([^ |>]*)([^>]*)/gi, "<$1$3"); - content = content.replace(/<(\w[^>]*) lang=([^ |>]*)([^>]*)/gi, "<$1$3"); - content = content.replace(/<\\?\?xml[^>]*>/gi, ""); - content = content.replace(/<\/?\w+:[^>]*>/gi, ""); - content = content.replace(/\/? */gi, ""); - content = content.replace('

 

', '' ,'g'); - - if (!tinyMCE.settings['force_p_newlines']) { - content = content.replace('', '' ,'gi'); - content = content.replace('

', '

' ,'gi'); - } - - if (!tinyMCE.isMSIE && !tinyMCE.settings['force_p_newlines']) { - content = content.replace(/<\/?p[^>]*>/gi, ""); - } - - content = content.replace(/<\/?div[^>]*>/gi, ""); - - // Insert cleaned content - tinyMCE.execCommand("mceAddUndoLevel"); - tinyMCE.execCommand("mceInsertContent",false,content);}}function TinyMCE_paste__clipboardHTML(){var div=document.getElementById('_TinyMCE_clipboardHTML');if(!div){var div=document.createElement('DIV');div.id='_TinyMCE_clipboardHTML';with(div.style){visibility='hidden';overflow='hidden';position='absolute';width=1;height=1;}document.body.appendChild(div);}div.innerHTML='';var rng=document.body.createTextRange();rng.moveToElementText(div);rng.execCommand('Paste');var html=div.innerHTML;div.innerHTML='';return html;} \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/paste/editor_plugin_src.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/paste/editor_plugin_src.js deleted file mode 100644 index b3fc696d99..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/paste/editor_plugin_src.js +++ /dev/null @@ -1,174 +0,0 @@ -// Tiny MCE Paste Plugin -// Updated by speednet 25 May 2005 - IE converts and pastes without opening popup window - -/* Import plugin specific language pack */ -tinyMCE.importPluginLanguagePack('paste', 'en,sv'); - -function TinyMCE_paste_getControlHTML(control_name) { - switch (control_name) { - case "pastetext": - return ''; - - case "pasteword": - return ''; - - case "selectall": - return ''; - } - - return ''; -} - -function TinyMCE_paste_execCommand(editor_id, element, command, user_interface, value) { - switch (command) { - case "mcePasteText": - if (tinyMCE.isMSIE && tinyMCE.getParam('paste_use_dialog', false)) - TinyMCE_paste__insertText(clipboardData.getData("Text"), true); - else { - var template = new Array(); - template['file'] = '../../plugins/paste/pastetext.htm'; // Relative to theme - template['width'] = 450; - template['height'] = 400; - var plain_text = ""; - tinyMCE.openWindow(template, {editor_id : editor_id, plain_text: plain_text, resizable : "yes", scrollbars : "no", mceDo : 'insert'}); - } - - return true; - - case "mcePasteWord": - if (tinyMCE.isMSIE && tinyMCE.getParam('paste_use_dialog', false)) { - var html = TinyMCE_paste__clipboardHTML(); - - if (html && html.length > 0) - TinyMCE_paste__insertWordContent(html); - } else { - var template = new Array(); - template['file'] = '../../plugins/paste/pasteword.htm'; // Relative to theme - template['width'] = 450; - template['height'] = 400; - var plain_text = ""; - tinyMCE.openWindow(template, {editor_id : editor_id, plain_text: plain_text, resizable : "yes", scrollbars : "no", mceDo : 'insert'}); - } - - return true; - - case "mceSelectAll": - tinyMCE.execInstanceCommand(editor_id, 'selectall'); - return true; - - } - - // Pass to next handler in chain - return false; -} - -function TinyMCE_paste__insertText(content, bLinebreaks) { - - if (content && content.length > 0) { - if (bLinebreaks) { - // Special paragraph treatment - if (tinyMCE.getParam("plaintext_create_paragraphs", true)) { - content = tinyMCE.regexpReplace(content, "\r\n\r\n", "

", "gi"); - content = tinyMCE.regexpReplace(content, "\r\r", "

", "gi"); - content = tinyMCE.regexpReplace(content, "\n\n", "

", "gi"); - - // Has paragraphs - if ((pos = content.indexOf('

')) != -1) { - tinyMCE.execCommand("Delete"); - - var node = tinyMCE.selectedInstance.getFocusElement(); - - // Get list of elements to break - var breakElms = new Array(); - - do { - if (node.nodeType == 1) { - // Don't break tables and break at body - if (node.nodeName == "TD" || node.nodeName == "BODY") - break; - - breakElms[breakElms.length] = node; - } - } while(node = node.parentNode); - - var before = "", after = "

"; - before += content.substring(0, pos); - - for (var i=0; i"; - after += "<" + breakElms[(breakElms.length-1)-i].nodeName + ">"; - } - - before += "

"; - content = before + content.substring(pos+7) + after; - } - } - - content = tinyMCE.regexpReplace(content, "\r\n", "
", "gi"); - content = tinyMCE.regexpReplace(content, "\r", "
", "gi"); - content = tinyMCE.regexpReplace(content, "\n", "
", "gi"); - } - - tinyMCE.execCommand("mceInsertRawHTML", false, content); - } -} - -function TinyMCE_paste__insertWordContent(content) { - - if (content && content.length > 0) { - // Cleanup Word content - content = content.replace(new RegExp('<(!--)([^>]*)(--)>', 'g'), ""); // Word comments - content = content.replace(/<\/?span[^>]*>/gi, ""); - content = content.replace(/<(\w[^>]*) style="([^"]*)"([^>]*)/gi, "<$1$3"); - content = content.replace(/<\/?font[^>]*>/gi, ""); - content = content.replace(/<(\w[^>]*) class=([^ |>]*)([^>]*)/gi, "<$1$3"); - content = content.replace(/<(\w[^>]*) lang=([^ |>]*)([^>]*)/gi, "<$1$3"); - content = content.replace(/<\\?\?xml[^>]*>/gi, ""); - content = content.replace(/<\/?\w+:[^>]*>/gi, ""); - content = content.replace(/\/? */gi, ""); - content = content.replace('

 

', '' ,'g'); - - if (!tinyMCE.settings['force_p_newlines']) { - content = content.replace('', '' ,'gi'); - content = content.replace('

', '

' ,'gi'); - } - - if (!tinyMCE.isMSIE && !tinyMCE.settings['force_p_newlines']) { - content = content.replace(/<\/?p[^>]*>/gi, ""); - } - - content = content.replace(/<\/?div[^>]*>/gi, ""); - - // Insert cleaned content - tinyMCE.execCommand("mceAddUndoLevel"); - tinyMCE.execCommand("mceInsertContent", false, content); - } -} - -function TinyMCE_paste__clipboardHTML() { - var div = document.getElementById('_TinyMCE_clipboardHTML'); - - if (!div) { - var div = document.createElement('DIV'); - div.id = '_TinyMCE_clipboardHTML'; - - with (div.style) { - visibility = 'hidden'; - overflow = 'hidden'; - position = 'absolute'; - width = 1; - height = 1; - } - - document.body.appendChild(div); - } - - div.innerHTML = ''; - var rng = document.body.createTextRange(); - rng.moveToElementText(div); - rng.execCommand('Paste'); - var html = div.innerHTML; - div.innerHTML = ''; - return html; -} - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/paste/images/pastetext.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/paste/images/pastetext.gif deleted file mode 100644 index 1e4ea78af7..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/paste/images/pastetext.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/paste/images/pasteword.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/paste/images/pasteword.gif deleted file mode 100644 index 55c1d2425e..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/paste/images/pasteword.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/paste/images/selectall.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/paste/images/selectall.gif deleted file mode 100644 index 943f57535b..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/paste/images/selectall.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/paste/langs/en.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/paste/langs/en.js deleted file mode 100644 index 2b69eb913c..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/paste/langs/en.js +++ /dev/null @@ -1,8 +0,0 @@ -// UK lang variables - -tinyMCELang['lang_paste_text_desc'] = 'Paste as Plain Text'; -tinyMCELang['lang_paste_text_title'] = 'Use CTRL+V on your keyboard to paste the text into the window.'; -tinyMCELang['lang_paste_text_linebreaks'] = 'Keep linebreaks'; -tinyMCELang['lang_paste_word_desc'] = 'Paste from Word'; -tinyMCELang['lang_paste_word_title'] = 'Use CTRL+V on your keyboard to paste the text into the window.'; -tinyMCELang['lang_selectall_desc'] = 'Select All'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/paste/langs/es-es.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/paste/langs/es-es.js deleted file mode 100644 index bedfce84fd..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/paste/langs/es-es.js +++ /dev/null @@ -1,8 +0,0 @@ -// UK lang variables - -tinyMCELang['lang_paste_text_desc'] = 'Pegar como texto simple'; -tinyMCELang['lang_paste_text_title'] = 'Use CTRL+V en su teclado para pegar el texto en la ventana.'; -tinyMCELang['lang_paste_text_linebreaks'] = 'Mantener líneas'; -tinyMCELang['lang_paste_word_desc'] = 'Pegar desde Word'; -tinyMCELang['lang_paste_word_title'] = 'Use CTRL+V en su teclado para pegar el texto en la ventana.'; -tinyMCELang['lang_selectall_desc'] = 'Seleccionar todo'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/paste/langs/sv.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/paste/langs/sv.js deleted file mode 100644 index 41856baafe..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/paste/langs/sv.js +++ /dev/null @@ -1,8 +0,0 @@ -// SV lang variables - -tinyMCELang['lang_paste_text_desc'] = 'Klistra in som vanlig text' -tinyMCELang['lang_paste_text_title'] = 'Använd CTRL+V på ditt tangentbord för att klistra in i detta fönster.'; -tinyMCELang['lang_paste_text_linebreaks'] = 'Spara radbrytningar'; -tinyMCELang['lang_paste_word_desc'] = 'Klistra in från Word' -tinyMCELang['lang_paste_word_title'] = 'Använd CTRL+V på ditt tangentbord för att klistra in i detta fönster.'; -tinyMCELang['lang_selectall_desc'] = 'Select All'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/paste/pastetext.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/paste/pastetext.htm deleted file mode 100644 index 923aa6baa7..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/paste/pastetext.htm +++ /dev/null @@ -1,77 +0,0 @@ - - -{$lang_paste_text_desc} - - - - - - - - -
- - - - - - - - - - - - - - - -
{$lang_paste_text_desc} - -
{$lang_paste_text_title}
- -
-
- - \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/paste/pasteword.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/paste/pasteword.htm deleted file mode 100644 index 0c338a9614..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/paste/pasteword.htm +++ /dev/null @@ -1,111 +0,0 @@ - - -{$lang_paste_word_desc} - - - - - - - - - -
- - - - - - - - - - - - - - -
{$lang_paste_word_desc}
{$lang_paste_word_title}
- -
-
- - \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/paste/readme.txt b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/paste/readme.txt deleted file mode 100644 index 2a7feb141d..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/paste/readme.txt +++ /dev/null @@ -1,28 +0,0 @@ - Paste plugin for TinyMCE ------------------------------- - -This plugin adds paste as plain text and paste from Word icons to TinyMCE. This plugin was developed by Ryan Demmer and modified by -the TinyMCE crew to be more general and some extra features where added. - -On 25 May 2005, this plugin was modified by speednet: IE now pastes directly into the editor, bypassing the extra steps of opening the Insert box, selecting options, and clicking Insert. Speednet also added the Select All command, which highlights all the content in the editor when the user clicks the toolbar button. (Other miscellaneous cleanup also.) - - -Installation instructions: - * Add plugin to TinyMCE plugin option list example: plugins : "paste". - * Add the plaintext button name to button list, example: theme_advanced_buttons3_add : "pastetext,pasteword,selectall". - -Initialization example: - tinyMCE.init({ - theme : "advanced", - mode : "textareas", - plugins : "paste", - theme_advanced_buttons3_add : "pastetext,pasteword,selectall", - paste_create_paragraphs : false, - paste_use_dialog : true - }); - -Options: - [paste_create_paragraphs] - If enabled double linefeeds are converted to paragraph - elements when using the plain text dialog. This is enabled by default. - [paste_use_dialog] - MSIE specific option, if you set this to false both Mozilla and MSIE will present a paste dialog. - if you set it to true pasting in MSIE will be done directly. This option is set to false by default. diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/editor_plugin.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/editor_plugin.js deleted file mode 100644 index 193f67e85e..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/editor_plugin.js +++ /dev/null @@ -1,2 +0,0 @@ -/* Import plugin specific language pack */ - tinyMCE.importPluginLanguagePack('preview','cs,de,el,en,fr_ca,it,ko,pt,sv,zh_cn,fa,fr,pl');function TinyMCE_preview_getControlHTML(control_name){switch(control_name){case "preview":return '';}return "";}function TinyMCE_preview_execCommand(editor_id,element,command,user_interface,value){switch(command){case "mcePreview":var previewPage=tinyMCE.getParam("plugin_preview_pageurl",null);var previewWidth=tinyMCE.getParam("plugin_preview_width","550");var previewHeight=tinyMCE.getParam("plugin_preview_height","600");if(previewPage){var template=new Array();template['file']=previewPage;template['width']=previewWidth;template['height']=previewHeight;tinyMCE.openWindow(template,{editor_id:editor_id,resizable:"yes",scrollbars:"yes",content:tinyMCE.getContent(),content_css:tinyMCE.getParam("content_css")});}else{var win=window.open("","mcePreview","menubar=no,toolbar=no,scrollbars=yes,resizable=yes,left=20,top=20,width="+previewWidth+",height="+previewHeight);var html="";html+='';html+='';html+='';html+=''+tinyMCE.getLang('lang_preview_desc')+'';html+='';html+='';html+='';html+='';html+=tinyMCE.getContent();html+='';html+='';win.document.write(html);win.document.close();}return true;}return false;} \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/editor_plugin_src.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/editor_plugin_src.js deleted file mode 100644 index aa5bdca4f9..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/editor_plugin_src.js +++ /dev/null @@ -1,61 +0,0 @@ -/* Import plugin specific language pack */ -tinyMCE.importPluginLanguagePack('preview', 'cs,de,el,en,fr_ca,it,ko,pt,sv,zh_cn,fa,fr,pl'); - -/** - * Returns the HTML contents of the preview control. - */ -function TinyMCE_preview_getControlHTML(control_name) { - switch (control_name) { - case "preview": - return ''; - } - - return ""; -} - -/** - * Executes the mcePreview command. - */ -function TinyMCE_preview_execCommand(editor_id, element, command, user_interface, value) { - // Handle commands - switch (command) { - case "mcePreview": - var previewPage = tinyMCE.getParam("plugin_preview_pageurl", null); - var previewWidth = tinyMCE.getParam("plugin_preview_width", "550"); - var previewHeight = tinyMCE.getParam("plugin_preview_height", "600"); - - // Use a custom preview page - if (previewPage) { - var template = new Array(); - - template['file'] = previewPage; - template['width'] = previewWidth; - template['height'] = previewHeight; - - tinyMCE.openWindow(template, {editor_id : editor_id, resizable : "yes", scrollbars : "yes", content : tinyMCE.getContent(), content_css : tinyMCE.getParam("content_css")}); - } else { - var win = window.open("", "mcePreview", "menubar=no,toolbar=no,scrollbars=yes,resizable=yes,left=20,top=20,width=" + previewWidth + ",height=" + previewHeight); - var html = ""; - - html += ''; - html += ''; - html += ''; - html += '' + tinyMCE.getLang('lang_preview_desc') + ''; - html += ''; - html += ''; - html += ''; - html += ''; - html += tinyMCE.getContent(); - html += ''; - html += ''; - - win.document.write(html); - win.document.close(); - } - - return true; - } - - // Pass to next handler in chain - return false; -} diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/example.html b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/example.html deleted file mode 100644 index 15ed471369..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/example.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - -Example of a custom preview page - - - - -Editor contents:
-{$content} - - - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/images/preview.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/images/preview.gif deleted file mode 100644 index 4e7900c319..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/images/preview.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/langs/cs.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/langs/cs.js deleted file mode 100644 index cf99467023..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/langs/cs.js +++ /dev/null @@ -1,3 +0,0 @@ -// UK lang variables - -tinyMCELang['lang_preview_desc'] = 'Náhled'; \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/langs/de.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/langs/de.js deleted file mode 100644 index edef732b2f..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/langs/de.js +++ /dev/null @@ -1,3 +0,0 @@ -// DE lang variables by Tobias Heer - -tinyMCELang['lang_preview_desc'] = 'Vorschau'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/langs/el.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/langs/el.js deleted file mode 100644 index cd4db96545..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/langs/el.js +++ /dev/null @@ -1,3 +0,0 @@ -// Greek lang variables by Jacaranda Bill - -tinyMCELang['lang_preview_desc'] = 'Ðñïåðéóêüðçóç éóôïóåëßäáò'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/langs/en.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/langs/en.js deleted file mode 100644 index bd7172a6de..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/langs/en.js +++ /dev/null @@ -1,3 +0,0 @@ -// UK lang variables - -tinyMCELang['lang_preview_desc'] = 'Preview'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/langs/es-es.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/langs/es-es.js deleted file mode 100644 index c9f5a220f5..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/langs/es-es.js +++ /dev/null @@ -1,3 +0,0 @@ -// UK lang variables - -tinyMCELang['lang_preview_desc'] = 'Vista previa'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/langs/fa.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/langs/fa.js deleted file mode 100644 index c2e051874e..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/langs/fa.js +++ /dev/null @@ -1,8 +0,0 @@ -// IR lang variables -// Persian (Farsi) language pack (for IRAN) -// By: Morteza Zafari -// Lost@LostLord.com -// http://www.LostLord.com - -tinyMCELang['lang_dir'] = 'rtl'; -tinyMCELang['lang_preview_desc'] = 'پیش نمایش'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/langs/fr.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/langs/fr.js deleted file mode 100644 index e0c1f82027..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/langs/fr.js +++ /dev/null @@ -1,3 +0,0 @@ -// French lang variables by Laurent Dran - -tinyMCELang['lang_preview_desc'] = 'Prévisualisation'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/langs/fr_ca.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/langs/fr_ca.js deleted file mode 100644 index 7092252654..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/langs/fr_ca.js +++ /dev/null @@ -1,3 +0,0 @@ -// CAN_FR lang variables - -tinyMCELang['lang_preview_desc'] = 'Prévisualisation'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/langs/it.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/langs/it.js deleted file mode 100644 index 1e1320dfcc..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/langs/it.js +++ /dev/null @@ -1,3 +0,0 @@ -// IT lang variables - -tinyMCELang['lang_preview_desc'] = 'Anteprima'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/langs/ko.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/langs/ko.js deleted file mode 100644 index fd0d86cd7c..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/langs/ko.js +++ /dev/null @@ -1,3 +0,0 @@ -// KO lang variables - -tinyMCELang['lang_preview_desc'] = '¹Ì¸®º¸±â'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/langs/pl.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/langs/pl.js deleted file mode 100644 index f07a7a259f..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/langs/pl.js +++ /dev/null @@ -1,4 +0,0 @@ -// PL lang variables - - -tinyMCELang['lang_preview_desc'] = 'PodglÄ…d'; \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/langs/pt.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/langs/pt.js deleted file mode 100644 index a260d84e46..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/langs/pt.js +++ /dev/null @@ -1,3 +0,0 @@ -// UK lang variables - -tinyMCELang['lang_preview_desc'] = 'Pré-visualização'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/langs/sv.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/langs/sv.js deleted file mode 100644 index 5e3c46e6b2..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/langs/sv.js +++ /dev/null @@ -1,3 +0,0 @@ -// SE lang variables - -tinyMCELang['lang_preview_desc'] = 'Förhandsgranska'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/langs/zh_cn.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/langs/zh_cn.js deleted file mode 100644 index 2c7e99ce47..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/langs/zh_cn.js +++ /dev/null @@ -1,3 +0,0 @@ -// Simplified Chinese lang variables contributed by cube316 (cube316@etang.com) - -tinyMCELang['lang_preview_desc'] = 'Ô¤ÀÀ'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/readme.txt b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/readme.txt deleted file mode 100644 index a8acc993f8..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/preview/readme.txt +++ /dev/null @@ -1,23 +0,0 @@ - Preview plugin for TinyMCE ------------------------------------ - -Installation instructions: - * Copy the preview directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins). - * Add plugin to TinyMCE plugin option list example: plugins : "preview". - * Add the preview button name to button list, example: theme_advanced_buttons3_add : "preview". - -Initialization example: - tinyMCE.init({ - theme : "advanced", - mode : "textareas", - plugins : "preview", - theme_advanced_buttons3_add : "preview", - plugin_preview_width : "500", - plugin_preview_height : "600" - }); - -Configuration: - plugin_preview_width - Preview window width. Defaults to 550. - plugin_preview_height - Preview window height. Defaults to 600. - plugin_preview_pageurl - Custom preview page URL relative from theme - use "../../plugins/preview/example.html" for a example. diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/print/editor_plugin.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/print/editor_plugin.js deleted file mode 100644 index e8eeb645fd..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/print/editor_plugin.js +++ /dev/null @@ -1,2 +0,0 @@ -/* Import theme specific language pack */ - tinyMCE.importPluginLanguagePack('print','en,sv,zh_cn,fa,fr_ca,fr,de,pl');function TinyMCE_print_getControlHTML(control_name){switch(control_name){case "print":return '';}return "";}function TinyMCE_print_execCommand(editor_id,element,command,user_interface,value){switch(command){case "mcePrint":tinyMCE.getInstanceById(editor_id).contentWindow.print();return true;}return false;} \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/print/editor_plugin_src.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/print/editor_plugin_src.js deleted file mode 100644 index 99c3e0be44..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/print/editor_plugin_src.js +++ /dev/null @@ -1,26 +0,0 @@ -/* Import theme specific language pack */ -tinyMCE.importPluginLanguagePack('print', 'en,sv,zh_cn,fa,fr_ca,fr,de,pl'); - -function TinyMCE_print_getControlHTML(control_name) { - switch (control_name) { - case "print": - return ''; - } - - return ""; -} - -/** - * Executes the search/replace commands. - */ -function TinyMCE_print_execCommand(editor_id, element, command, user_interface, value) { - // Handle commands - switch (command) { - case "mcePrint": - tinyMCE.getInstanceById(editor_id).contentWindow.print(); - return true; - } - - // Pass to next handler in chain - return false; -} diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/print/images/print.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/print/images/print.gif deleted file mode 100644 index 1172f4db8b..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/print/images/print.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/print/langs/de.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/print/langs/de.js deleted file mode 100644 index c4175fde83..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/print/langs/de.js +++ /dev/null @@ -1,3 +0,0 @@ -// DE lang variables - -tinyMCELang['lang_print_desc'] = 'Drucken'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/print/langs/en.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/print/langs/en.js deleted file mode 100644 index 7c9e2335c8..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/print/langs/en.js +++ /dev/null @@ -1,3 +0,0 @@ -// UK lang variables - -tinyMCELang['lang_print_desc'] = 'Print'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/print/langs/es-es.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/print/langs/es-es.js deleted file mode 100644 index 3b3afbe913..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/print/langs/es-es.js +++ /dev/null @@ -1,3 +0,0 @@ -// UK lang variables - -tinyMCELang['lang_print_desc'] = 'Imprimir'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/print/langs/fa.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/print/langs/fa.js deleted file mode 100644 index 53deb6f92f..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/print/langs/fa.js +++ /dev/null @@ -1,8 +0,0 @@ -// IR lang variables -// Persian (Farsi) language pack (for IRAN) -// By: Morteza Zafari -// Lost@LostLord.com -// http://www.LostLord.com - -tinyMCELang['lang_dir'] = 'rtl'; -tinyMCELang['lang_print_desc'] = 'چاپ'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/print/langs/fr.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/print/langs/fr.js deleted file mode 100644 index 33c33c8033..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/print/langs/fr.js +++ /dev/null @@ -1,3 +0,0 @@ -// French lang variables by Laurent Dran - -tinyMCELang['lang_print_desc'] = 'Imprimer'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/print/langs/fr_ca.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/print/langs/fr_ca.js deleted file mode 100644 index 58b5068c28..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/print/langs/fr_ca.js +++ /dev/null @@ -1,3 +0,0 @@ -// CA_FR lang variables - -tinyMCELang['lang_print_desc'] = 'Imprimer'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/print/langs/pl.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/print/langs/pl.js deleted file mode 100644 index 4d858869a5..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/print/langs/pl.js +++ /dev/null @@ -1,4 +0,0 @@ -// PL lang variables - - -tinyMCELang['lang_print_desc'] = 'Drukuj'; \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/print/langs/sv.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/print/langs/sv.js deleted file mode 100644 index f8900d9efa..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/print/langs/sv.js +++ /dev/null @@ -1,3 +0,0 @@ -// SE lang variables - -tinyMCELang['lang_print_desc'] = 'Skriv ut'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/print/langs/zh_cn.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/print/langs/zh_cn.js deleted file mode 100644 index 72957fb04a..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/print/langs/zh_cn.js +++ /dev/null @@ -1,3 +0,0 @@ -// Simplified Chinese lang variables contributed by cube316 (cube316@etang.com) - -tinyMCELang['lang_print_desc'] = '´òÓ¡'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/print/readme.txt b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/print/readme.txt deleted file mode 100644 index 28169c53e4..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/print/readme.txt +++ /dev/null @@ -1,17 +0,0 @@ - Print plugin for TinyMCE ------------------------------ - -About: - This plugin adds a print button to TinyMCE. - -Installation instructions: - * Copy the print directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins). - * Add plugin to TinyMCE plugin option list example: plugins : "print". - -Initialization example: - tinyMCE.init({ - theme : "advanced", - mode : "textareas", - plugins : "print", - theme_advanced_buttons1_add : "print", - }); diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/readme.txt b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/readme.txt deleted file mode 100644 index 9192b26a5a..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/readme.txt +++ /dev/null @@ -1 +0,0 @@ -This is the location you place TinyMCE plugins. diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/save/editor_plugin.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/save/editor_plugin.js deleted file mode 100644 index 4815c1fbfb..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/save/editor_plugin.js +++ /dev/null @@ -1,2 +0,0 @@ -/* Import plugin specific language pack */ - tinyMCE.importPluginLanguagePack('save','en,zh_cn,cs,fa,fr_ca,fr,de,pl');function TinyMCE_save_getControlHTML(control_name){switch(control_name){case "save":return '';}return "";}function TinyMCE_save_execCommand(editor_id,element,command,user_interface,value){switch(command){case "mceSave":var formObj=tinyMCE.selectedInstance.formElement.form;if(formObj){tinyMCE.triggerSave();for(var i=0;i'; - } - return ""; -} - -/** - * Executes the save command. - */ -function TinyMCE_save_execCommand(editor_id, element, command, user_interface, value) { - // Handle commands - switch (command) { - case "mceSave": - var formObj = tinyMCE.selectedInstance.formElement.form; - - if (formObj) { - tinyMCE.triggerSave(); - - // Disable all UI form elements that TinyMCE created - for (var i=0; i';case "replace":return '';}return "";}function TinyMCE_searchreplace_execCommand(editor_id,element,command,user_interface,value){function defValue(key,default_value){value[key]=typeof(value[key])=="undefined"?default_value:value[key];}function replaceSel(search_str,str){if(!tinyMCE.isMSIE){var sel=instance.contentWindow.getSelection();var rng=sel.getRangeAt(0);}else{var rng=instance.contentWindow.document.selection.createRange();}if(!tinyMCE.isMSIE){var doc=instance.contentWindow.document;if(str.indexOf(search_str)==-1){rng.deleteContents();rng.insertNode(rng.createContextualFragment(str));rng.collapse(false);}else{doc.execCommand("insertimage",false,"#mce_temp_url#");var elm=tinyMCE.getElementByAttributeValue(doc.body,"img","src","#mce_temp_url#");elm.parentNode.replaceChild(doc.createTextNode(str),elm);}}else{if(rng.item)rng.item(0).outerHTML=str;else rng.pasteHTML(str);}}var instance=tinyMCE.getInstanceById(editor_id);if(!value)value=new Array();defValue("editor_id",editor_id);defValue("searchstring","");defValue("replacestring",null);defValue("replacemode","none");defValue("casesensitive",false);defValue("backwards",false);defValue("wrap",false);defValue("wholeword",false);switch(command){case "mceResetSearch":tinyMCE.lastSearchRng=null;return true;case "mceSearch":if(user_interface){var template=new Array();if(value['replacestring']!=null){template['file']='../../plugins/searchreplace/replace.htm';template['width']=310;template['height']=180;}else{template['file']='../../plugins/searchreplace/search.htm';template['width']=280;template['height']=180;}tinyMCE.openWindow(template,value);}else{var win=tinyMCE.getInstanceById(editor_id).contentWindow;var doc=tinyMCE.getInstanceById(editor_id).contentWindow.document;var body=tinyMCE.getInstanceById(editor_id).contentWindow.document.body;if(body.innerHTML==""){alert(tinyMCE.getLang('lang_searchreplace_notfound'));return true;}if(value['replacemode']=="current"){replaceSel(value['string'],value['replacestring']);value['replacemode']="none";tinyMCE.execInstanceCommand(editor_id,'mceSearch',user_interface,value,false);return true;}if(tinyMCE.isMSIE){var rng=tinyMCE.lastSearchRng?tinyMCE.lastSearchRng:doc.selection.createRange();var flags=0;if(value['wholeword'])flags=flags|2;if(value['casesensitive'])flags=flags|4;if(value['replacemode']=="all"){while(rng.findText(value['string'],value['backwards']?-1:1,flags)){rng.scrollIntoView();rng.select();rng.collapse(false);replaceSel(value['string'],value['replacestring']);}alert(tinyMCE.getLang('lang_searchreplace_allreplaced'));return true;}if(rng.findText(value['string'],value['backwards']?-1:1,flags)){rng.scrollIntoView();rng.select();rng.collapse(value['backwards']);tinyMCE.lastSearchRng=rng;}else alert(tinyMCE.getLang('lang_searchreplace_notfound'));}else{if(value['replacemode']=="all"){while(win.find(value['string'],value['casesensitive'],value['backwards'],value['wrap'],value['wholeword'],false,false))replaceSel(value['string'],value['replacestring']);alert(tinyMCE.getLang('lang_searchreplace_allreplaced'));return true;}if(!win.find(value['string'],value['casesensitive'],value['backwards'],value['wrap'],value['wholeword'],false,false))alert(tinyMCE.getLang('lang_searchreplace_notfound'));}}return true;case "mceSearchReplace":value['replacestring']="";tinyMCE.execInstanceCommand(editor_id,'mceSearch',user_interface,value,false);return true;}return false;}function TinyMCE_searchreplace_handleNodeChange(editor_id,node,undo_index,undo_levels,visual_aid,any_selection){return true;} \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/editor_plugin_src.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/editor_plugin_src.js deleted file mode 100644 index 62606b3399..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/editor_plugin_src.js +++ /dev/null @@ -1,173 +0,0 @@ -/* Import theme specific language pack */ -tinyMCE.importPluginLanguagePack('searchreplace', 'en,sv,zh_cn,fa,fr_ca,fr,de,pl'); - -function TinyMCE_searchreplace_getControlHTML(control_name) { - switch (control_name) { - case "search": - return ''; - - case "replace": - return ''; - } - - return ""; -} - -/** - * Executes the search/replace commands. - */ -function TinyMCE_searchreplace_execCommand(editor_id, element, command, user_interface, value) { - function defValue(key, default_value) { - value[key] = typeof(value[key]) == "undefined" ? default_value : value[key]; - } - - function replaceSel(search_str, str) { - // Get current selection - if (!tinyMCE.isMSIE) { - var sel = instance.contentWindow.getSelection(); - var rng = sel.getRangeAt(0); - } else { - var rng = instance.contentWindow.document.selection.createRange(); - } - - // Replace current one - if (!tinyMCE.isMSIE) { - var doc = instance.contentWindow.document; - - // This way works when the replace doesn't contain the search string - if (str.indexOf(search_str) == -1) { - rng.deleteContents(); - rng.insertNode(rng.createContextualFragment(str)); - rng.collapse(false); - } else { - // Insert content ugly way! Needed to move selection to after replace item - doc.execCommand("insertimage", false, "#mce_temp_url#"); - var elm = tinyMCE.getElementByAttributeValue(doc.body, "img", "src", "#mce_temp_url#"); - elm.parentNode.replaceChild(doc.createTextNode(str), elm); - } - } else { - if (rng.item) - rng.item(0).outerHTML = str; - else - rng.pasteHTML(str); - } - } - - var instance = tinyMCE.getInstanceById(editor_id); - - if (!value) - value = new Array(); - - // Setup defualt values - defValue("editor_id", editor_id); - defValue("searchstring", ""); - defValue("replacestring", null); - defValue("replacemode", "none"); - defValue("casesensitive", false); - defValue("backwards", false); - defValue("wrap", false); - defValue("wholeword", false); - - // Handle commands - switch (command) { - case "mceResetSearch": - tinyMCE.lastSearchRng = null; - return true; - - case "mceSearch": - if (user_interface) { - // Open search dialog - var template = new Array(); - - if (value['replacestring'] != null) { - template['file'] = '../../plugins/searchreplace/replace.htm'; // Relative to theme - template['width'] = 310; - template['height'] = 180; - } else { - template['file'] = '../../plugins/searchreplace/search.htm'; // Relative to theme - template['width'] = 280; - template['height'] = 180; - } - - tinyMCE.openWindow(template, value); - } else { - var win = tinyMCE.getInstanceById(editor_id).contentWindow; - var doc = tinyMCE.getInstanceById(editor_id).contentWindow.document; - var body = tinyMCE.getInstanceById(editor_id).contentWindow.document.body; - - // Whats the point - if (body.innerHTML == "") { - alert(tinyMCE.getLang('lang_searchreplace_notfound')); - return true; - } - - // Handle replace current - if (value['replacemode'] == "current") { - replaceSel(value['string'], value['replacestring']); - - // Search next one - value['replacemode'] = "none"; - tinyMCE.execInstanceCommand(editor_id, 'mceSearch', user_interface, value, false); - - return true; - } - - if (tinyMCE.isMSIE) { - var rng = tinyMCE.lastSearchRng ? tinyMCE.lastSearchRng : doc.selection.createRange(); - var flags = 0; - - if (value['wholeword']) - flags = flags | 2; - - if (value['casesensitive']) - flags = flags | 4; - - // Handle replace all mode - if (value['replacemode'] == "all") { - while (rng.findText(value['string'], value['backwards'] ? -1 : 1, flags)) { - rng.scrollIntoView(); - rng.select(); - rng.collapse(false); - replaceSel(value['string'], value['replacestring']); - } - - alert(tinyMCE.getLang('lang_searchreplace_allreplaced')); - return true; - } - - if (rng.findText(value['string'], value['backwards'] ? -1 : 1, flags)) { - rng.scrollIntoView(); - rng.select(); - rng.collapse(value['backwards']); - tinyMCE.lastSearchRng = rng; - } else - alert(tinyMCE.getLang('lang_searchreplace_notfound')); - } else { - if (value['replacemode'] == "all") { - while (win.find(value['string'], value['casesensitive'], value['backwards'], value['wrap'], value['wholeword'], false, false)) - replaceSel(value['string'], value['replacestring']); - - alert(tinyMCE.getLang('lang_searchreplace_allreplaced')); - return true; - } - - if (!win.find(value['string'], value['casesensitive'], value['backwards'], value['wrap'], value['wholeword'], false, false)) - alert(tinyMCE.getLang('lang_searchreplace_notfound')); - } - } - return true; - - case "mceSearchReplace": - value['replacestring'] = ""; - - tinyMCE.execInstanceCommand(editor_id, 'mceSearch', user_interface, value, false); - return true; - } - - // Pass to next handler in chain - return false; -} - -function TinyMCE_searchreplace_handleNodeChange(editor_id, node, undo_index, undo_levels, visual_aid, any_selection) { - return true; -} diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/images/replace.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/images/replace.gif deleted file mode 100644 index e62354b0f0..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/images/replace.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/images/search.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/images/search.gif deleted file mode 100644 index 40ae68e08a..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/images/search.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/de.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/de.js deleted file mode 100644 index 763d149718..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/de.js +++ /dev/null @@ -1,19 +0,0 @@ -// DE lang variables - -tinyMCELang['lang_searchreplace_search_desc'] = 'Suchen'; -tinyMCELang['lang_searchreplace_searchnext_desc'] = 'Erneut suchen'; -tinyMCELang['lang_searchreplace_replace_desc'] = 'Suchen/Ersetzen'; -tinyMCELang['lang_searchreplace_notfound'] = 'Die Suche wurde abgeschlossen. Das Suchwort wurde nicht gefunden.'; -tinyMCELang['lang_searchreplace_search_title'] = 'Suchen'; -tinyMCELang['lang_searchreplace_replace_title'] = 'Suchen/Ersetzen'; -tinyMCELang['lang_searchreplace_allreplaced'] = 'Die Suche wurde abgeschlossen. Alle Vorkommen wurden ersetzt.'; -tinyMCELang['lang_searchreplace_findwhat'] = 'Suchen nach'; -tinyMCELang['lang_searchreplace_replacewith'] = 'Ersetzem durch'; -tinyMCELang['lang_searchreplace_direction'] = 'Suchrichtung'; -tinyMCELang['lang_searchreplace_up'] = 'Rückwärts'; -tinyMCELang['lang_searchreplace_down'] = 'Vorwärts'; -tinyMCELang['lang_searchreplace_case'] = 'Groß-/Kleinschreibung beachten'; -tinyMCELang['lang_searchreplace_findnext'] = 'Weiter suchen'; -tinyMCELang['lang_searchreplace_replace'] = 'Ersetzen'; -tinyMCELang['lang_searchreplace_replaceall'] = 'Alle ersetzen'; -tinyMCELang['lang_searchreplace_cancel'] = 'Abbrechen'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/en.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/en.js deleted file mode 100644 index f9861ee59d..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/en.js +++ /dev/null @@ -1,19 +0,0 @@ -// UK lang variables - -tinyMCELang['lang_searchreplace_search_desc'] = 'Find'; -tinyMCELang['lang_searchreplace_searchnext_desc'] = 'Find again'; -tinyMCELang['lang_searchreplace_replace_desc'] = 'Find/Replace'; -tinyMCELang['lang_searchreplace_notfound'] = 'The search has been compleated. The search string could not be found.'; -tinyMCELang['lang_searchreplace_search_title'] = 'Find'; -tinyMCELang['lang_searchreplace_replace_title'] = 'Find/Replace'; -tinyMCELang['lang_searchreplace_allreplaced'] = 'All occurrences of the search string was replaced.'; -tinyMCELang['lang_searchreplace_findwhat'] = 'Find what'; -tinyMCELang['lang_searchreplace_replacewith'] = 'Replace with'; -tinyMCELang['lang_searchreplace_direction'] = 'Direction'; -tinyMCELang['lang_searchreplace_up'] = 'Up'; -tinyMCELang['lang_searchreplace_down'] = 'Down'; -tinyMCELang['lang_searchreplace_case'] = 'Match case'; -tinyMCELang['lang_searchreplace_findnext'] = 'Find next'; -tinyMCELang['lang_searchreplace_replace'] = 'Replace'; -tinyMCELang['lang_searchreplace_replaceall'] = 'Replace all'; -tinyMCELang['lang_searchreplace_cancel'] = 'Cancel'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/es-es.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/es-es.js deleted file mode 100644 index 6db73abfea..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/es-es.js +++ /dev/null @@ -1,19 +0,0 @@ -// UK lang variables - -tinyMCELang['lang_searchreplace_search_desc'] = 'Buscar'; -tinyMCELang['lang_searchreplace_searchnext_desc'] = 'Volver a buscar'; -tinyMCELang['lang_searchreplace_replace_desc'] = 'Buscar/Sustituir'; -tinyMCELang['lang_searchreplace_notfound'] = 'La búsqueda se ha completado. No se pudo encontrar la cadena solicitada.'; -tinyMCELang['lang_searchreplace_search_title'] = 'Buscar'; -tinyMCELang['lang_searchreplace_replace_title'] = 'Buscar/Sustituir'; -tinyMCELang['lang_searchreplace_allreplaced'] = 'Todas las ocurrencias de la cadena fueron sustituidas.'; -tinyMCELang['lang_searchreplace_findwhat'] = 'Buscar qué'; -tinyMCELang['lang_searchreplace_replacewith'] = 'Sustituir por'; -tinyMCELang['lang_searchreplace_direction'] = 'Dirección'; -tinyMCELang['lang_searchreplace_up'] = 'Arriba'; -tinyMCELang['lang_searchreplace_down'] = 'Abajo'; -tinyMCELang['lang_searchreplace_case'] = 'Con mayúsculas'; -tinyMCELang['lang_searchreplace_findnext'] = 'Buscar siguiente'; -tinyMCELang['lang_searchreplace_replace'] = 'Sustituir'; -tinyMCELang['lang_searchreplace_replaceall'] = 'Sustituir todo'; -tinyMCELang['lang_searchreplace_cancel'] = 'Cancelar'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/fa.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/fa.js deleted file mode 100644 index 6e6fa73998..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/fa.js +++ /dev/null @@ -1,24 +0,0 @@ -// IR lang variables -// Persian (Farsi) language pack (for IRAN) -// By: Morteza Zafari -// Lost@LostLord.com -// http://www.LostLord.com - -tinyMCELang['lang_dir'] = 'rtl'; -tinyMCELang['lang_searchreplace_search_desc'] = 'جستجو'; -tinyMCELang['lang_searchreplace_searchnext_desc'] = 'جستجوي مجدد'; -tinyMCELang['lang_searchreplace_replace_desc'] = 'جستجو/جايگزيني'; -tinyMCELang['lang_searchreplace_notfound'] = 'جستجو پايان ياÙت. هيچ موردي ياÙت نشد.'; -tinyMCELang['lang_searchreplace_search_title'] = 'جستجو'; -tinyMCELang['lang_searchreplace_replace_title'] = 'جستجو/جايگزيني'; -tinyMCELang['lang_searchreplace_allreplaced'] = 'همه موارد جايگزين گرديد.'; -tinyMCELang['lang_searchreplace_findwhat'] = 'جستجو به دنبال'; -tinyMCELang['lang_searchreplace_replacewith'] = 'جايگزيني با'; -tinyMCELang['lang_searchreplace_direction'] = 'جهت جستجو'; -tinyMCELang['lang_searchreplace_up'] = 'به سمت بالا'; -tinyMCELang['lang_searchreplace_down'] = 'به سمت پايين'; -tinyMCELang['lang_searchreplace_case'] = 'تطبيق حرو٠کوچک Ùˆ بزرگ'; -tinyMCELang['lang_searchreplace_findnext'] = 'مورد-بعدي'; -tinyMCELang['lang_searchreplace_replace'] = 'جايگزين-Ú©Ù†'; -tinyMCELang['lang_searchreplace_replaceall'] = 'جايگزيني-همه'; -tinyMCELang['lang_searchreplace_cancel'] = 'بيخيال'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/fr.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/fr.js deleted file mode 100644 index a916c789d1..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/fr.js +++ /dev/null @@ -1,19 +0,0 @@ -// Franch lang variables by Laurent Dran - -tinyMCELang['lang_searchreplace_search_desc'] = 'Trouver'; -tinyMCELang['lang_searchreplace_searchnext_desc'] = 'Trouver encore'; -tinyMCELang['lang_searchreplace_replace_desc'] = 'Trouver/Remplacer'; -tinyMCELang['lang_searchreplace_notfound'] = 'Votre recherche a été compléé. La recherche de la chaine pourra ne pas aboutir.'; -tinyMCELang['lang_searchreplace_search_title'] = 'Trouver'; -tinyMCELang['lang_searchreplace_replace_title'] = 'Trouver/Remplacer'; -tinyMCELang['lang_searchreplace_allreplaced'] = 'Toutes les occurences de la chaine ont été remplcées.'; -tinyMCELang['lang_searchreplace_findwhat'] = 'Trouver le mot'; -tinyMCELang['lang_searchreplace_replacewith'] = 'Remplacer avec'; -tinyMCELang['lang_searchreplace_direction'] = 'Direction'; -tinyMCELang['lang_searchreplace_up'] = 'Haut'; -tinyMCELang['lang_searchreplace_down'] = 'Base'; -tinyMCELang['lang_searchreplace_case'] = 'Respecter la casse'; -tinyMCELang['lang_searchreplace_findnext'] = 'Trouver le prochain'; -tinyMCELang['lang_searchreplace_replace'] = 'Remplacer'; -tinyMCELang['lang_searchreplace_replaceall'] = 'Remplacer tout'; -tinyMCELang['lang_searchreplace_cancel'] = 'Annuler'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/fr_ca.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/fr_ca.js deleted file mode 100644 index 7ad80ae72e..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/fr_ca.js +++ /dev/null @@ -1,20 +0,0 @@ -// CA_FR lang variables - -tinyMCELang['lang_searchreplace_search_desc'] = 'Chercher'; -tinyMCELang['lang_searchreplace_searchnext_desc'] = 'Chercher suivant'; -tinyMCELang['lang_searchreplace_replace_desc'] = 'Chercher/Remplacer'; -tinyMCELang['lang_searchreplace_notfound'] = 'La recherche est terminée. Aucune occurence trouvée.'; -tinyMCELang['lang_searchreplace_search_title'] = 'Chercher'; -tinyMCELang['lang_searchreplace_replace_title'] = 'Chercher/Remplacer'; -tinyMCELang['lang_searchreplace_allreplaced'] = 'Toutes les occurences ont été remplacées.'; -tinyMCELang['lang_searchreplace_findwhat'] = 'Chercher quoi'; -tinyMCELang['lang_searchreplace_replacewith'] = 'Remplacer par'; -tinyMCELang['lang_searchreplace_direction'] = 'Direction'; -tinyMCELang['lang_searchreplace_up'] = 'Monter'; -tinyMCELang['lang_searchreplace_down'] = 'Descendre'; -tinyMCELang['lang_searchreplace_case'] = 'Sensible à la case'; -tinyMCELang['lang_searchreplace_findnext'] = 'Chercher suivant'; -tinyMCELang['lang_searchreplace_replace'] = 'Remplacer'; -tinyMCELang['lang_searchreplace_replaceall'] = 'Remplacer tous'; -tinyMCELang['lang_searchreplace_cancel'] = 'Annuler'; - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/pl.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/pl.js deleted file mode 100644 index 8163d4d5be..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/pl.js +++ /dev/null @@ -1,20 +0,0 @@ -// PL lang variables - - -tinyMCELang['lang_searchreplace_search_desc'] = 'Znajdź'; -tinyMCELang['lang_searchreplace_searchnext_desc'] = 'Znajdź ponownie'; -tinyMCELang['lang_searchreplace_replace_desc'] = 'Znajdź/ZastÄ…p'; -tinyMCELang['lang_searchreplace_notfound'] = 'UkoÅ„czono wyszukiwanie. Poszukiwana fraza nie zostaÅ‚a odnaleziona.'; -tinyMCELang['lang_searchreplace_search_title'] = 'Znajdź'; -tinyMCELang['lang_searchreplace_replace_title'] = 'Znajdź/ZastÄ…p'; -tinyMCELang['lang_searchreplace_allreplaced'] = 'Wszystkie wystÄ…pienia poszukiwanej frazy zostaÅ‚y zastÄ…pione. '; -tinyMCELang['lang_searchreplace_findwhat'] = 'Znajdź'; -tinyMCELang['lang_searchreplace_replacewith'] = 'ZastÄ…p'; -tinyMCELang['lang_searchreplace_direction'] = 'Kierunek'; -tinyMCELang['lang_searchreplace_up'] = 'Do góry'; -tinyMCELang['lang_searchreplace_down'] = 'Do doÅ‚u'; -tinyMCELang['lang_searchreplace_case'] = 'Wielkość liter'; -tinyMCELang['lang_searchreplace_findnext'] = 'Znajdź nastÄ™pny'; -tinyMCELang['lang_searchreplace_replace'] = 'ZastÄ…p'; -tinyMCELang['lang_searchreplace_replaceall'] = 'ZastÄ…p wszystkie'; -tinyMCELang['lang_searchreplace_cancel'] = 'Wyjdź'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/sv.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/sv.js deleted file mode 100644 index 5efe815da8..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/sv.js +++ /dev/null @@ -1,19 +0,0 @@ -// SE lang variables - -tinyMCELang['lang_searchreplace_search_desc'] = 'Sök'; -tinyMCELang['lang_searchreplace_searchnext_desc'] = 'Sök igen'; -tinyMCELang['lang_searchreplace_replace_desc'] = 'Sök/Ersätt'; -tinyMCELang['lang_searchreplace_notfound'] = 'Sökningen är slutförd. Söksträngen kunde inte hittas.'; -tinyMCELang['lang_searchreplace_search_title'] = 'Sök'; -tinyMCELang['lang_searchreplace_replace_title'] = 'Sök/Ersätt'; -tinyMCELang['lang_searchreplace_allreplaced'] = 'Alla träffar på söksträngen ersattes'; -tinyMCELang['lang_searchreplace_findwhat'] = 'Sök på'; -tinyMCELang['lang_searchreplace_replacewith'] = 'Ersätt med'; -tinyMCELang['lang_searchreplace_direction'] = 'Sökriktning'; -tinyMCELang['lang_searchreplace_up'] = 'Uppåt'; -tinyMCELang['lang_searchreplace_down'] = 'Neråt'; -tinyMCELang['lang_searchreplace_case'] = 'Matcha gemener/VERSALER'; -tinyMCELang['lang_searchreplace_findnext'] = 'Sök nästa'; -tinyMCELang['lang_searchreplace_replace'] = 'Ersätt'; -tinyMCELang['lang_searchreplace_replaceall'] = 'Ersätt alla'; -tinyMCELang['lang_searchreplace_cancel'] = 'Avbryt'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/zh_cn.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/zh_cn.js deleted file mode 100644 index d939041a7c..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/zh_cn.js +++ /dev/null @@ -1,19 +0,0 @@ -// Simplified Chinese lang variables contributed by cube316 (cube316@etang.com) - -tinyMCELang['lang_searchreplace_search_desc'] = '²éÕÒ'; -tinyMCELang['lang_searchreplace_searchnext_desc'] = 'ÔٴβéÕÒ'; -tinyMCELang['lang_searchreplace_replace_desc'] = '²éÕÒ/Ìæ»»'; -tinyMCELang['lang_searchreplace_notfound'] = 'ËÑË÷Íê±Ï£¬Ã»ÓÐÕÒµ½Òª²éÕÒµÄ×Ö·û´®¡£'; -tinyMCELang['lang_searchreplace_search_title'] = '²éÕÒ'; -tinyMCELang['lang_searchreplace_replace_title'] = '²éÕÒ/Ìæ»»'; -tinyMCELang['lang_searchreplace_allreplaced'] = 'ËùÓгöÏÖµÄ×Ö·û´®ÒÑÌæ»»Íê±Ï¡£'; -tinyMCELang['lang_searchreplace_findwhat'] = '²éÕÒ'; -tinyMCELang['lang_searchreplace_replacewith'] = 'Ì滻Ϊ'; -tinyMCELang['lang_searchreplace_direction'] = '·½Ïò'; -tinyMCELang['lang_searchreplace_up'] = 'ÏòÉÏ'; -tinyMCELang['lang_searchreplace_down'] = 'ÏòÏÂ'; -tinyMCELang['lang_searchreplace_case'] = 'Æ¥Åä´óСд'; -tinyMCELang['lang_searchreplace_findnext'] = '²éÕÒÏÂÒ»¸ö'; -tinyMCELang['lang_searchreplace_replace'] = 'Ìæ»»'; -tinyMCELang['lang_searchreplace_replaceall'] = 'È«²¿Ìæ»»'; -tinyMCELang['lang_searchreplace_cancel'] = 'È¡Ïû'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/readme.txt b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/readme.txt deleted file mode 100644 index 228387b4e3..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/readme.txt +++ /dev/null @@ -1,18 +0,0 @@ - searchreplace plugin for TinyMCE ------------------------------ - -About: - This plugin adds search/replace dialogs to TinyMCE. - -Installation instructions: - * Copy the searchreplace directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins). - * Add plugin to TinyMCE plugin option list example: plugins : "searchreplace". - * Add buttons "search,replace" to the button list. - -Initialization example: - tinyMCE.init({ - theme : "advanced", - mode : "textareas", - plugins : "searchreplace", - theme_advanced_buttons1_add : "search,replace", - }); diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/replace.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/replace.htm deleted file mode 100644 index 3dd4472d7c..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/replace.htm +++ /dev/null @@ -1,88 +0,0 @@ - - -{$lang_searchreplace_replace_title} - - - - -
- - - - - - - - - - - - - - - -
{$lang_searchreplace_findwhat}: 
{$lang_searchreplace_replacewith}: 
- - - - - - - -
{$lang_searchreplace_direction}: {$lang_searchreplace_up}{$lang_searchreplace_down}
- - - - -
{$lang_searchreplace_case}
- - - - - - - -
-
- - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/search.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/search.htm deleted file mode 100644 index ebd9a8d1cd..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/search.htm +++ /dev/null @@ -1,77 +0,0 @@ - - -{$lang_searchreplace_search_title} - - - - -
- - - - - - - - - - -
{$lang_searchreplace_findwhat}: 
- - - - - - - -
{$lang_searchreplace_direction}: {$lang_searchreplace_up}{$lang_searchreplace_down}
- - - - -
{$lang_searchreplace_case}
- - - - - -
-
- - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/cell.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/cell.htm deleted file mode 100644 index fd676c143d..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/cell.htm +++ /dev/null @@ -1,139 +0,0 @@ - - -{$lang_table_cell_title} - - - - -
- - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{$lang_table_cell_title}
{$lang_insert_table_align}:{$lang_insert_table_class}:
{$lang_insert_table_valign}:  
{$lang_insert_table_width}:{$lang_insert_table_height}:
  
-
- - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/editor_plugin.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/editor_plugin.js deleted file mode 100644 index 8a8b75b5a9..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/editor_plugin.js +++ /dev/null @@ -1,2 +0,0 @@ -/* Import plugin specific language pack */ - tinyMCE.importPluginLanguagePack('table','en,ar,cs,da,de,el,es,fi,fr_ca,hu,it,ja,ko,nl,no,pl,pt,sv,tw,zh_cn,fr,de');function TinyMCE_table_initInstance(inst){if(tinyMCE.isGecko)tinyMCE.addEvent(inst.getDoc(),"mouseup",TinyMCE_table_mouseDownHandler);inst.tableRowClipboard=null;}function TinyMCE_table_mouseDownHandler(e){var elm=tinyMCE.isMSIE?event.srcElement:e.target;var focusElm=tinyMCE.selectedInstance.getFocusElement();if(elm.nodeName=="BODY"&&(focusElm.nodeName=="TD"||(focusElm.parentNode&&focusElm.parentNode.nodeName=="TD"))){window.setTimeout(function(){var tableElm=tinyMCE.getParentElement(focusElm,"table");tinyMCE.handleVisualAid(tableElm,true,tinyMCE.settings['visual']);},10);}}function TinyMCE_table_getControlHTML(control_name){var controls=new Array(['table','table.gif','{$lang_table_desc}','mceInsertTable',true],['delete_col','table_delete_col.gif','{$lang_table_delete_col_desc}','mceTableDeleteCol'],['delete_row','table_delete_row.gif','{$lang_table_delete_row_desc}','mceTableDeleteRow'],['col_after','table_insert_col_after.gif','{$lang_table_insert_col_after_desc}','mceTableInsertColAfter'],['col_before','table_insert_col_before.gif','{$lang_table_insert_col_before_desc}','mceTableInsertColBefore'],['row_after','table_insert_row_after.gif','{$lang_table_insert_row_after_desc}','mceTableInsertRowAfter'],['row_before','table_insert_row_before.gif','{$lang_table_insert_row_before_desc}','mceTableInsertRowBefore'],['row_props','table_row_props.gif','{$lang_table_row_desc}','mceTableRowProps',true],['cell_props','table_cell_props.gif','{$lang_table_cell_desc}','mceTableCellProps',true],['split_cells','table_split_cells.gif','{$lang_table_split_cells_desc}','mceTableSplitCells',true],['merge_cells','table_merge_cells.gif','{$lang_table_merge_cells_desc}','mceTableMergeCells',true]);for(var i=0;i';else if(but[0]==control_name)return '';}if(control_name=="tablecontrols"){var html="";html+=tinyMCE.getControlHTML("table");html+=tinyMCE.getControlHTML("separator");html+=tinyMCE.getControlHTML("row_props");html+=tinyMCE.getControlHTML("cell_props");html+=tinyMCE.getControlHTML("separator");html+=tinyMCE.getControlHTML("row_before");html+=tinyMCE.getControlHTML("row_after");html+=tinyMCE.getControlHTML("delete_row");html+=tinyMCE.getControlHTML("separator");html+=tinyMCE.getControlHTML("col_before");html+=tinyMCE.getControlHTML("col_after");html+=tinyMCE.getControlHTML("delete_col");html+=tinyMCE.getControlHTML("separator");html+=tinyMCE.getControlHTML("split_cells");html+=tinyMCE.getControlHTML("merge_cells");return html;}return "";}function TinyMCE_table_execCommand(editor_id,element,command,user_interface,value){var inst=tinyMCE.getInstanceById(editor_id);var focusElm=inst.getFocusElement();var trElm=tinyMCE.getParentElement(focusElm,"tr");var tdElm=tinyMCE.getParentElement(focusElm,"td");var tableElm=tinyMCE.getParentElement(focusElm,"table");var doc=inst.contentWindow.document;var tableBorder=tableElm?tableElm.getAttribute("border"):"";if(trElm&&tdElm==null)tdElm=trElm.cells[0];function inArray(ar,v){for(var i=0;i0&&inArray(ar[i],v))return true;if(ar[i]==v)return true;}return false;}function makeTD(){var newTD=doc.createElement("td");newTD.innerHTML=" ";}function getColRowSpan(td){var colspan=tinyMCE.getAttrib(td,"colspan");var rowspan=tinyMCE.getAttrib(td,"rowspan");colspan=colspan==""?1:parseInt(colspan);rowspan=rowspan==""?1:parseInt(rowspan);return{colspan:colspan,rowspan:rowspan};}function getCellPos(grid,td){for(var y=0;y1){for(var i=x;i1)td.rowSpan=sd.rowspan+1;lastElm=td;}deleteMarked(tableElm);}}function prevElm(node,name){while((node=node.previousSibling)!=null){if(node.nodeName==name)return node;}return null;}function nextElm(node,name){while((node=node.nextSibling)!=null){if(node.nodeName==name)return node;}return null;}function deleteMarked(tbl){if(tbl.rows==0)return;var tr=tbl.rows[0];do{var next=nextElm(tr,"TR");if(tr._delete){tr.parentNode.removeChild(tr);continue;}var td=tr.cells[0];if(td.cells>1){do{var nexttd=nextElm(td,"TD");if(td._delete)td.parentNode.removeChild(td);}while((td=nexttd)!=null);}}while((tr=next)!=null);}function addRows(td_elm,tr_elm,rowspan){td_elm.rowSpan=1;var trNext=nextElm(tr_elm,"TR");for(var i=1;icols)cols=rowsAr[i].cells.length;cols=cols;rows=rowsAr.length;border=tinyMCE.getAttrib(tinyMCE.tableElm,'border',border);cellpadding=tinyMCE.getAttrib(tinyMCE.tableElm,'cellpadding',"");cellspacing=tinyMCE.getAttrib(tinyMCE.tableElm,'cellspacing',"");width=tinyMCE.getAttrib(tinyMCE.tableElm,'width',width);height=tinyMCE.getAttrib(tinyMCE.tableElm,'height',height);bordercolor=tinyMCE.getAttrib(tinyMCE.tableElm,'bordercolor',bordercolor);bgcolor=tinyMCE.getAttrib(tinyMCE.tableElm,'bgcolor',bgcolor);align=tinyMCE.getAttrib(tinyMCE.tableElm,'align',align);className=tinyMCE.getVisualAidClass(tinyMCE.getAttrib(tinyMCE.tableElm,'class'),false);if(tinyMCE.isMSIE){width=tinyMCE.tableElm.style.pixelWidth==0?tinyMCE.tableElm.getAttribute("width"):tinyMCE.tableElm.style.pixelWidth;height=tinyMCE.tableElm.style.pixelHeight==0?tinyMCE.tableElm.getAttribute("height"):tinyMCE.tableElm.style.pixelHeight;}action="update";}var template=new Array();template['file']='../../plugins/table/table.htm';if(tinyMCE.settings['table_color_fields']){template['width']=400;template['height']=240;}else{template['width']=340;template['height']=220;}template['width']+=tinyMCE.getLang('lang_insert_table_delta_width',0);template['height']+=tinyMCE.getLang('lang_insert_table_delta_height',0);tinyMCE.openWindow(template,{editor_id:inst.editorId,cols:cols,rows:rows,border:border,cellpadding:cellpadding,cellspacing:cellspacing,align:align,width:width,height:height,bordercolor:bordercolor,bgcolor:bgcolor,action:action,className:className});}else{var html='';var cols=2,rows=2,border=0,cellpadding=-1,cellspacing=-1,align,width,height,className;if(typeof(value)=='object'){cols=value['cols'];rows=value['rows'];border=value['border']!=""?value['border']:0;cellpadding=value['cellpadding']!=""?value['cellpadding']:-1;cellspacing=value['cellspacing']!=""?value['cellspacing']:-1;align=value['align'];width=value['width'];height=value['height'];bordercolor=value['bordercolor'];bgcolor=value['bgcolor'];className=value['className'];}if(tinyMCE.tableElm){inst.execCommand("mceAddUndoLevel");tinyMCE.setAttrib(tinyMCE.tableElm,'cellPadding',cellpadding,true);tinyMCE.setAttrib(tinyMCE.tableElm,'cellSpacing',cellspacing,true);tinyMCE.setAttrib(tinyMCE.tableElm,'border',border,true);tinyMCE.setAttrib(tinyMCE.tableElm,'width',width,true);tinyMCE.setAttrib(tinyMCE.tableElm,'height',height,true);tinyMCE.setAttrib(tinyMCE.tableElm,'bordercolor',bordercolor);tinyMCE.setAttrib(tinyMCE.tableElm,'bgcolor',bgcolor);tinyMCE.setAttrib(tinyMCE.tableElm,'align',align);tinyMCE.setAttrib(tinyMCE.tableElm,'class',className);if(tinyMCE.isMSIE){tinyMCE.tableElm.style.pixelWidth=(width==null||width=="")?0:width;tinyMCE.tableElm.style.pixelHeight=(height==null||height=="")?0:height;tinyMCE.tableElm.borderColor=bordercolor;tinyMCE.tableElm.bgColor=bgcolor;}tinyMCE.handleVisualAid(tinyMCE.tableElm,false,inst.visualAid);tinyMCE.tableElm.outerHTML=tinyMCE.tableElm.outerHTML;tinyMCE.triggerNodeChange();return true;}html+='";for(var x=0;x ';html+="";}html+="
";inst.execCommand('mceInsertContent',false,html);tinyMCE.handleVisualAid(inst.getBody(),true,tinyMCE.settings['visual']);}return true;case "mceTableSplitCells":case "mceTableMergeCells":case "mceTableInsertRowBefore":case "mceTableInsertRowAfter":case "mceTableDeleteRow":case "mceTableInsertColBefore":case "mceTableInsertColAfter":case "mceTableDeleteCol":case "mceTableCutRow":case "mceTableCopyRow":case "mceTablePasteRowBefore":case "mceTablePasteRowAfter":inst.execCommand("mceAddUndoLevel");if(!tableElm)return true;if(tableElm.firstChild&&tableElm.firstChild.nodeName.toLowerCase()=="tbody")tableElm=tableElm.firstChild;if(tableElm&&trElm){switch(command){case "mceTableInsertRowBefore":if(!trElm||!tdElm)return true;var grid=getTableGrid(tableElm);var cpos=getCellPos(grid,tdElm);var newTR=doc.createElement("tr");var lastTDElm=null;cpos.rowindex--;if(cpos.rowindex<0)cpos.rowindex=0;for(var x=0;tdElm=getCell(grid,cpos.rowindex,x);x++){if(tdElm!=lastTDElm){var sd=getColRowSpan(tdElm);if(sd['rowspan']==1){var newTD=doc.createElement("td");newTD.innerHTML=" ";newTD.colSpan=tdElm.colSpan;newTR.appendChild(newTD);}else tdElm.rowSpan=sd['rowspan']+1;lastTDElm=tdElm;}}trElm.parentNode.insertBefore(newTR,trElm);break;case "mceTableCutRow":if(!trElm||!tdElm)return true;inst.tableRowClipboard=copyRow(doc,tableElm,trElm);inst.execCommand("mceTableDeleteRow");break;case "mceTableCopyRow":if(!trElm||!tdElm)return true;inst.tableRowClipboard=copyRow(doc,tableElm,trElm);break;case "mceTablePasteRowBefore":if(!trElm||!tdElm)return true;var newTR=inst.tableRowClipboard.cloneNode(true);var prevTR=prevElm(trElm,"TR");if(prevTR!=null)trimRow(tableElm,prevTR,prevTR.cells[0],newTR);trElm.parentNode.insertBefore(newTR,trElm);break;case "mceTablePasteRowAfter":if(!trElm||!tdElm)return true;var nextTR=nextElm(trElm,"TR");var newTR=inst.tableRowClipboard.cloneNode(true);trimRow(tableElm,trElm,tdElm,newTR);if(nextTR==null)trElm.parentNode.appendChild(newTR);else nextTR.parentNode.insertBefore(newTR,nextTR);break;case "mceTableInsertRowAfter":if(!trElm||!tdElm)return true;var grid=getTableGrid(tableElm);var cpos=getCellPos(grid,tdElm);var newTR=doc.createElement("tr");var lastTDElm=null;for(var x=0;tdElm=getCell(grid,cpos.rowindex,x);x++){if(tdElm!=lastTDElm){var sd=getColRowSpan(tdElm);if(sd['rowspan']==1){var newTD=doc.createElement("td");newTD.innerHTML=" ";newTD.colSpan=tdElm.colSpan;newTR.appendChild(newTD);}else tdElm.rowSpan=sd['rowspan']+1;lastTDElm=tdElm;}}if(newTR.hasChildNodes()){var nextTR=nextElm(trElm,"TR");if(nextTR)nextTR.parentNode.insertBefore(newTR,nextTR);else tableElm.appendChild(newTR);}break;case "mceTableDeleteRow":if(!trElm||!tdElm)return true;var grid=getTableGrid(tableElm);var cpos=getCellPos(grid,tdElm);if(grid.length==1){tableElm.parentNode.removeChild(tableElm);return true;}var cells=trElm.cells;var nextTR=nextElm(trElm,"TR");for(var x=0;x1){var newTD=cells[x].cloneNode(true);var sd=getColRowSpan(cells[x]);newTD.rowSpan=sd.rowspan-1;var nextTD=nextTR.cells[x];if(nextTD==null)nextTR.appendChild(newTD);else nextTR.insertBefore(newTD,nextTD);}}var lastTDElm=null;for(var x=0;tdElm=getCell(grid,cpos.rowindex,x);x++){if(tdElm!=lastTDElm){var sd=getColRowSpan(tdElm);if(sd.rowspan>1){tdElm.rowSpan=sd.rowspan-1;}else{trElm=tdElm.parentNode;if(trElm.parentNode)trElm._delete=true;}lastTDElm=tdElm;}}deleteMarked(tableElm);cpos.rowindex--;if(cpos.rowindex<0)cpos.rowindex=0;inst.selectNode(getCell(grid,cpos.rowindex,0),true,true);break;case "mceTableInsertColBefore":if(!trElm||!tdElm)return true;var grid=getTableGrid(tableElm);var cpos=getCellPos(grid,tdElm);var lastTDElm=null;for(var y=0;tdElm=getCell(grid,y,cpos.cellindex);y++){if(tdElm!=lastTDElm){var sd=getColRowSpan(tdElm);if(sd['colspan']==1){var newTD=doc.createElement("td");newTD.innerHTML=" ";newTD.rowSpan=tdElm.rowSpan;tdElm.parentNode.insertBefore(newTD,tdElm);}else tdElm.colSpan++;lastTDElm=tdElm;}}break;case "mceTableInsertColAfter":if(!trElm||!tdElm)return true;var grid=getTableGrid(tableElm);var cpos=getCellPos(grid,tdElm);var lastTDElm=null;for(var y=0;tdElm=getCell(grid,y,cpos.cellindex);y++){if(tdElm!=lastTDElm){var sd=getColRowSpan(tdElm);if(sd['colspan']==1){var newTD=doc.createElement("td");newTD.innerHTML=" ";newTD.rowSpan=tdElm.rowSpan;var nextTD=nextElm(tdElm,"TD");if(nextTD==null)tdElm.parentNode.appendChild(newTD);else nextTD.parentNode.insertBefore(newTD,nextTD);}else tdElm.colSpan++;lastTDElm=tdElm;}}break;case "mceTableDeleteCol":if(!trElm||!tdElm)return true;var grid=getTableGrid(tableElm);var cpos=getCellPos(grid,tdElm);var lastTDElm=null;if(grid.length>1&&grid[0].length<=1){tableElm.parentNode.removeChild(tableElm);return true;}for(var y=0;tdElm=getCell(grid,y,cpos.cellindex);y++){if(tdElm!=lastTDElm){var sd=getColRowSpan(tdElm);if(sd['colspan']>1)tdElm.colSpan=sd['colspan']-1;else{if(tdElm.parentNode)tdElm.parentNode.removeChild(tdElm);}lastTDElm=tdElm;}}cpos.cellindex--;if(cpos.cellindex<0)cpos.cellindex=0;inst.selectNode(getCell(grid,0,cpos.cellindex),true,true);break;case "mceTableSplitCells":if(!trElm||!tdElm)return true;var spandata=getColRowSpan(tdElm);var colspan=spandata["colspan"];var rowspan=spandata["rowspan"];if(colspan>1||rowspan>1){tdElm.colSpan=1;for(var i=1;i1)addRows(newTD,trElm,rowspan);}addRows(tdElm,trElm,rowspan);}tableElm=tinyMCE.getParentElement(inst.getFocusElement(),"table");break;case "mceTableMergeCells":var rows=new Array();var sel=inst.getSel();var grid=getTableGrid(tableElm);if(tinyMCE.isMSIE||sel.rangeCount==1){if(user_interface){var template=new Array();var sp=getColRowSpan(tdElm);template['file']='../../plugins/table/merge_cells.htm';template['width']=160;template['height']=220;tinyMCE.openWindow(template,{editor_id:inst.editorId,action:"update",numcols:sp.colspan,numrows:sp.rowspan});return true;}else{var numRows=parseInt(value['numrows']);var numCols=parseInt(value['numcols']);var cpos=getCellPos(grid,tdElm);if((""+numRows)=="NaN")numRows=1;if((""+numCols)=="NaN")numCols=1;var tRows=tableElm.rows;for(var y=cpos.rowindex;y0)rows[rows.length]=rowCells;}}}else{var cells=new Array();var sel=inst.getSel();var lastTR=null;var curRow=null;var x1=-1,y1=-1,x2,y2;if(sel.rangeCount<2)return true;for(var i=0;i0)rows[rows.length]=rowCells;}var curRow=new Array();var lastTR=null;for(var y=0;ycolSpan)colSpan=rowColSpan;lastRowSpan=-1;}var lastColSpan=-1;for(var x=0;xrowSpan)rowSpan=colRowSpan;lastColSpan=-1;}tdElm=rows[0][0];tdElm.rowSpan=rowSpan;tdElm.colSpan=colSpan;for(var y=0;y0))tdElm.innerHTML+=html;if(rows[y][x]!=tdElm&&!rows[y][x]._deleted){var cpos=getCellPos(grid,rows[y][x]);var tr=rows[y][x].parentNode;tr.removeChild(rows[y][x]);rows[y][x]._deleted=true;if(!tr.hasChildNodes()){tr.parentNode.removeChild(tr);var lastCell=null;for(var x=0;cellElm=getCell(grid,cpos.rowindex,x);x++){if(cellElm!=lastCell&&cellElm.rowSpan>1)cellElm.rowSpan--;lastCell=cellElm;}if(tdElm.rowSpan>1)tdElm.rowSpan--;}}}}break;}tableElm=tinyMCE.getParentElement(inst.getFocusElement(),"table");tinyMCE.handleVisualAid(tableElm,true,tinyMCE.settings['visual']);tinyMCE.triggerNodeChange();inst.repaint();}return true;}return false;}function TinyMCE_table_handleNodeChange(editor_id,node,undo_index,undo_levels,visual_aid,any_selection){var colspan="1",rowspan="1";var inst=tinyMCE.getInstanceById(editor_id);tinyMCE.switchClassSticky(editor_id+'_table','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_row_props','mceButtonDisabled',true);tinyMCE.switchClassSticky(editor_id+'_cell_props','mceButtonDisabled',true);tinyMCE.switchClassSticky(editor_id+'_row_before','mceButtonDisabled',true);tinyMCE.switchClassSticky(editor_id+'_row_after','mceButtonDisabled',true);tinyMCE.switchClassSticky(editor_id+'_delete_row','mceButtonDisabled',true);tinyMCE.switchClassSticky(editor_id+'_col_before','mceButtonDisabled',true);tinyMCE.switchClassSticky(editor_id+'_col_after','mceButtonDisabled',true);tinyMCE.switchClassSticky(editor_id+'_delete_col','mceButtonDisabled',true);tinyMCE.switchClassSticky(editor_id+'_split_cells','mceButtonDisabled',true);tinyMCE.switchClassSticky(editor_id+'_merge_cells','mceButtonDisabled',true);if(tinyMCE.getParentElement(node,"tr"))tinyMCE.switchClassSticky(editor_id+'_row_props','mceButtonSelected',false);if(tdElm=tinyMCE.getParentElement(node,"td")){tinyMCE.switchClassSticky(editor_id+'_cell_props','mceButtonSelected',false);tinyMCE.switchClassSticky(editor_id+'_row_before','mceButtonNormal',false);tinyMCE.switchClassSticky(editor_id+'_row_after','mceButtonNormal',false);tinyMCE.switchClassSticky(editor_id+'_delete_row','mceButtonNormal',false);tinyMCE.switchClassSticky(editor_id+'_col_before','mceButtonNormal',false);tinyMCE.switchClassSticky(editor_id+'_col_after','mceButtonNormal',false);tinyMCE.switchClassSticky(editor_id+'_delete_col','mceButtonNormal',false);colspan=tinyMCE.getAttrib(tdElm,"colspan");rowspan=tinyMCE.getAttrib(tdElm,"rowspan");colspan=colspan==""?"1":colspan;rowspan=rowspan==""?"1":rowspan;if(colspan!="1"||rowspan!="1")tinyMCE.switchClassSticky(editor_id+'_split_cells','mceButtonNormal',false);}if(tinyMCE.getParentElement(node,"table")){tinyMCE.switchClassSticky(editor_id+'_table','mceButtonSelected');tinyMCE.switchClassSticky(editor_id+'_merge_cells','mceButtonNormal',false);}} \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/editor_plugin_src.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/editor_plugin_src.js deleted file mode 100644 index 9746f1618a..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/editor_plugin_src.js +++ /dev/null @@ -1,1141 +0,0 @@ -/* Import plugin specific language pack */ -tinyMCE.importPluginLanguagePack('table', 'en,ar,cs,da,de,el,es,fi,fr_ca,hu,it,ja,ko,nl,no,pl,pt,sv,tw,zh_cn,fr,de'); - -function TinyMCE_table_initInstance(inst) { - if (tinyMCE.isGecko) - tinyMCE.addEvent(inst.getDoc(), "mouseup", TinyMCE_table_mouseDownHandler); - - inst.tableRowClipboard = null; -} - -function TinyMCE_table_mouseDownHandler(e) { - var elm = tinyMCE.isMSIE ? event.srcElement : e.target; - var focusElm = tinyMCE.selectedInstance.getFocusElement(); - - // If press on special Mozilla create TD/TR thingie - if (elm.nodeName == "BODY" && (focusElm.nodeName == "TD" || (focusElm.parentNode && focusElm.parentNode.nodeName == "TD"))) { - window.setTimeout(function() { - var tableElm = tinyMCE.getParentElement(focusElm, "table"); - tinyMCE.handleVisualAid(tableElm, true, tinyMCE.settings['visual']); - }, 10); - } -} - -/** - * Returns the HTML contents of the table control. - */ -function TinyMCE_table_getControlHTML(control_name) { - var controls = new Array( - ['table', 'table.gif', '{$lang_table_desc}', 'mceInsertTable', true], - ['delete_col', 'table_delete_col.gif', '{$lang_table_delete_col_desc}', 'mceTableDeleteCol'], - ['delete_row', 'table_delete_row.gif', '{$lang_table_delete_row_desc}', 'mceTableDeleteRow'], - ['col_after', 'table_insert_col_after.gif', '{$lang_table_insert_col_after_desc}', 'mceTableInsertColAfter'], - ['col_before', 'table_insert_col_before.gif', '{$lang_table_insert_col_before_desc}', 'mceTableInsertColBefore'], - ['row_after', 'table_insert_row_after.gif', '{$lang_table_insert_row_after_desc}', 'mceTableInsertRowAfter'], - ['row_before', 'table_insert_row_before.gif', '{$lang_table_insert_row_before_desc}', 'mceTableInsertRowBefore'], - ['row_props', 'table_row_props.gif', '{$lang_table_row_desc}', 'mceTableRowProps', true], - ['cell_props', 'table_cell_props.gif', '{$lang_table_cell_desc}', 'mceTableCellProps', true], - ['split_cells', 'table_split_cells.gif', '{$lang_table_split_cells_desc}', 'mceTableSplitCells', true], - ['merge_cells', 'table_merge_cells.gif', '{$lang_table_merge_cells_desc}', 'mceTableMergeCells', true]); - - // Render table control - for (var i=0; i'; - else if (but[0] == control_name) - return ''; - } - - // Special tablecontrols - if (control_name == "tablecontrols") { - var html = ""; - - html += tinyMCE.getControlHTML("table"); - html += tinyMCE.getControlHTML("separator"); - html += tinyMCE.getControlHTML("row_props"); - html += tinyMCE.getControlHTML("cell_props"); - html += tinyMCE.getControlHTML("separator"); - html += tinyMCE.getControlHTML("row_before"); - html += tinyMCE.getControlHTML("row_after"); - html += tinyMCE.getControlHTML("delete_row"); - html += tinyMCE.getControlHTML("separator"); - html += tinyMCE.getControlHTML("col_before"); - html += tinyMCE.getControlHTML("col_after"); - html += tinyMCE.getControlHTML("delete_col"); - html += tinyMCE.getControlHTML("separator"); - html += tinyMCE.getControlHTML("split_cells"); - html += tinyMCE.getControlHTML("merge_cells"); - - return html; - } - - return ""; -} - -/** - * Executes the table commands. - */ -function TinyMCE_table_execCommand(editor_id, element, command, user_interface, value) { - var inst = tinyMCE.getInstanceById(editor_id); - var focusElm = inst.getFocusElement(); - var trElm = tinyMCE.getParentElement(focusElm, "tr"); - var tdElm = tinyMCE.getParentElement(focusElm, "td"); - var tableElm = tinyMCE.getParentElement(focusElm, "table"); - var doc = inst.contentWindow.document; - var tableBorder = tableElm ? tableElm.getAttribute("border") : ""; - - // Get first TD if no TD found - if (trElm && tdElm == null) - tdElm = trElm.cells[0]; - - // ------- Inner functions --------- - function inArray(ar, v) { - for (var i=0; i 0 && inArray(ar[i], v)) - return true; - - // Found value - if (ar[i] == v) - return true; - } - - return false; - } - - function makeTD() { - var newTD = doc.createElement("td"); - newTD.innerHTML = " "; - } - - function getColRowSpan(td) { - var colspan = tinyMCE.getAttrib(td, "colspan"); - var rowspan = tinyMCE.getAttrib(td, "rowspan"); - - colspan = colspan == "" ? 1 : parseInt(colspan); - rowspan = rowspan == "" ? 1 : parseInt(rowspan); - - return {colspan : colspan, rowspan : rowspan}; - } - - function getCellPos(grid, td) { - for (var y=0; y 1) { // Remove due to colspan - for (var i=x; i 1) - td.rowSpan = sd.rowspan + 1; - - lastElm = td; - } - - deleteMarked(tableElm); - } - } - - function prevElm(node, name) { - while ((node = node.previousSibling) != null) { - if (node.nodeName == name) - return node; - } - - return null; - } - - function nextElm(node, name) { - while ((node = node.nextSibling) != null) { - if (node.nodeName == name) - return node; - } - - return null; - } - - function deleteMarked(tbl) { - if (tbl.rows == 0) - return; - - var tr = tbl.rows[0]; - do { - var next = nextElm(tr, "TR"); - - // Delete row - if (tr._delete) { - tr.parentNode.removeChild(tr); - continue; - } - - // Delete cells - var td = tr.cells[0]; - if (td.cells > 1) { - do { - var nexttd = nextElm(td, "TD"); - - if (td._delete) - td.parentNode.removeChild(td); - } while ((td = nexttd) != null); - } - } while ((tr = next) != null); - } - - function addRows(td_elm, tr_elm, rowspan) { - // Add rows - td_elm.rowSpan = 1; - var trNext = nextElm(tr_elm, "TR"); - for (var i=1; i cols) - cols = rowsAr[i].cells.length; - - cols = cols; - rows = rowsAr.length; - - border = tinyMCE.getAttrib(tinyMCE.tableElm, 'border', border); - cellpadding = tinyMCE.getAttrib(tinyMCE.tableElm, 'cellpadding', ""); - cellspacing = tinyMCE.getAttrib(tinyMCE.tableElm, 'cellspacing', ""); - width = tinyMCE.getAttrib(tinyMCE.tableElm, 'width', width); - height = tinyMCE.getAttrib(tinyMCE.tableElm, 'height', height); - bordercolor = tinyMCE.getAttrib(tinyMCE.tableElm, 'bordercolor', bordercolor); - bgcolor = tinyMCE.getAttrib(tinyMCE.tableElm, 'bgcolor', bgcolor); - align = tinyMCE.getAttrib(tinyMCE.tableElm, 'align', align); - className = tinyMCE.getVisualAidClass(tinyMCE.getAttrib(tinyMCE.tableElm, 'class'), false); - - if (tinyMCE.isMSIE) { - width = tinyMCE.tableElm.style.pixelWidth == 0 ? tinyMCE.tableElm.getAttribute("width") : tinyMCE.tableElm.style.pixelWidth; - height = tinyMCE.tableElm.style.pixelHeight == 0 ? tinyMCE.tableElm.getAttribute("height") : tinyMCE.tableElm.style.pixelHeight; - } - - action = "update"; - } - - // Setup template - var template = new Array(); - - template['file'] = '../../plugins/table/table.htm'; - if (tinyMCE.settings['table_color_fields']) { - template['width'] = 400; - template['height'] = 240; - } else { - template['width'] = 340; - template['height'] = 220; - } - - // Language specific width and height addons - template['width'] += tinyMCE.getLang('lang_insert_table_delta_width', 0); - template['height'] += tinyMCE.getLang('lang_insert_table_delta_height', 0); - - // Open window - tinyMCE.openWindow(template, {editor_id : inst.editorId, cols : cols, rows : rows, border : border, cellpadding : cellpadding, cellspacing : cellspacing, align : align, width : width, height : height, bordercolor : bordercolor, bgcolor : bgcolor, action : action, className : className}); - } else { - var html = ''; - var cols = 2, rows = 2, border = 0, cellpadding = -1, cellspacing = -1, align, width, height, className; - - if (typeof(value) == 'object') { - cols = value['cols']; - rows = value['rows']; - border = value['border'] != "" ? value['border'] : 0; - cellpadding = value['cellpadding'] != "" ? value['cellpadding'] : -1; - cellspacing = value['cellspacing'] != "" ? value['cellspacing'] : -1; - align = value['align']; - width = value['width']; - height = value['height']; - bordercolor = value['bordercolor']; - bgcolor = value['bgcolor']; - className = value['className']; - } - - // Update table - if (tinyMCE.tableElm) { - inst.execCommand("mceAddUndoLevel"); - - tinyMCE.setAttrib(tinyMCE.tableElm, 'cellPadding', cellpadding, true); - tinyMCE.setAttrib(tinyMCE.tableElm, 'cellSpacing', cellspacing, true); - tinyMCE.setAttrib(tinyMCE.tableElm, 'border', border, true); - tinyMCE.setAttrib(tinyMCE.tableElm, 'width', width, true); - tinyMCE.setAttrib(tinyMCE.tableElm, 'height', height, true); - tinyMCE.setAttrib(tinyMCE.tableElm, 'bordercolor', bordercolor); - tinyMCE.setAttrib(tinyMCE.tableElm, 'bgcolor', bgcolor); - tinyMCE.setAttrib(tinyMCE.tableElm, 'align', align); - tinyMCE.setAttrib(tinyMCE.tableElm, 'class', className); - - if (tinyMCE.isMSIE) { - tinyMCE.tableElm.style.pixelWidth = (width == null || width == "") ? 0 : width; - tinyMCE.tableElm.style.pixelHeight = (height == null || height == "") ? 0 : height; - tinyMCE.tableElm.borderColor = bordercolor; - tinyMCE.tableElm.bgColor = bgcolor; - } - - tinyMCE.handleVisualAid(tinyMCE.tableElm, false, inst.visualAid); - - // Fix for stange MSIE align bug - tinyMCE.tableElm.outerHTML = tinyMCE.tableElm.outerHTML; - - //inst.contentWindow.dispatchEvent(createEvent("click")); - - tinyMCE.triggerNodeChange(); - return true; - } - - // Create new table - html += ' 1) { - var newTD = cells[x].cloneNode(true); - var sd = getColRowSpan(cells[x]); - - newTD.rowSpan = sd.rowspan - 1; - - var nextTD = nextTR.cells[x]; - - if (nextTD == null) - nextTR.appendChild(newTD); - else - nextTR.insertBefore(newTD, nextTD); - } - } - - // Delete cells - var lastTDElm = null; - for (var x=0; tdElm = getCell(grid, cpos.rowindex, x); x++) { - if (tdElm != lastTDElm) { - var sd = getColRowSpan(tdElm); - - if (sd.rowspan > 1) { - tdElm.rowSpan = sd.rowspan - 1; - } else { - trElm = tdElm.parentNode; - - if (trElm.parentNode) - trElm._delete = true; - } - - lastTDElm = tdElm; - } - } - - deleteMarked(tableElm); - - cpos.rowindex--; - if (cpos.rowindex < 0) - cpos.rowindex = 0; - - inst.selectNode(getCell(grid, cpos.rowindex, 0), true, true); - break; - - case "mceTableInsertColBefore": - if (!trElm || !tdElm) - return true; - - var grid = getTableGrid(tableElm); - var cpos = getCellPos(grid, tdElm); - var lastTDElm = null; - - for (var y=0; tdElm = getCell(grid, y, cpos.cellindex); y++) { - if (tdElm != lastTDElm) { - var sd = getColRowSpan(tdElm); - - if (sd['colspan'] == 1) { - var newTD = doc.createElement("td"); - - newTD.innerHTML = " "; - newTD.rowSpan = tdElm.rowSpan; - - tdElm.parentNode.insertBefore(newTD, tdElm); - } else - tdElm.colSpan++; - - lastTDElm = tdElm; - } - } - break; - - case "mceTableInsertColAfter": - if (!trElm || !tdElm) - return true; - - var grid = getTableGrid(tableElm); - var cpos = getCellPos(grid, tdElm); - var lastTDElm = null; - - for (var y=0; tdElm = getCell(grid, y, cpos.cellindex); y++) { - if (tdElm != lastTDElm) { - var sd = getColRowSpan(tdElm); - - if (sd['colspan'] == 1) { - var newTD = doc.createElement("td"); - - newTD.innerHTML = " "; - newTD.rowSpan = tdElm.rowSpan; - - var nextTD = nextElm(tdElm, "TD"); - if (nextTD == null) - tdElm.parentNode.appendChild(newTD); - else - nextTD.parentNode.insertBefore(newTD, nextTD); - } else - tdElm.colSpan++; - - lastTDElm = tdElm; - } - } - break; - - case "mceTableDeleteCol": - if (!trElm || !tdElm) - return true; - - var grid = getTableGrid(tableElm); - var cpos = getCellPos(grid, tdElm); - var lastTDElm = null; - - // Only one col, remove whole table - if (grid.length > 1 && grid[0].length <= 1) { - tableElm.parentNode.removeChild(tableElm); - return true; - } - - // Delete cells - for (var y=0; tdElm = getCell(grid, y, cpos.cellindex); y++) { - if (tdElm != lastTDElm) { - var sd = getColRowSpan(tdElm); - - if (sd['colspan'] > 1) - tdElm.colSpan = sd['colspan'] - 1; - else { - if (tdElm.parentNode) - tdElm.parentNode.removeChild(tdElm); - } - - lastTDElm = tdElm; - } - } - - cpos.cellindex--; - if (cpos.cellindex < 0) - cpos.cellindex = 0; - - inst.selectNode(getCell(grid, 0, cpos.cellindex), true, true); - break; - - case "mceTableSplitCells": - if (!trElm || !tdElm) - return true; - - var spandata = getColRowSpan(tdElm); - - var colspan = spandata["colspan"]; - var rowspan = spandata["rowspan"]; - - // Needs splitting - if (colspan > 1 || rowspan > 1) { - // Generate cols - tdElm.colSpan = 1; - for (var i=1; i 1) - addRows(newTD, trElm, rowspan); - } - - addRows(tdElm, trElm, rowspan); - } - - // Apply visual aids - tableElm = tinyMCE.getParentElement(inst.getFocusElement(), "table"); - break; - - case "mceTableMergeCells": - var rows = new Array(); - var sel = inst.getSel(); - var grid = getTableGrid(tableElm); - - if (tinyMCE.isMSIE || sel.rangeCount == 1) { - if (user_interface) { - // Setup template - var template = new Array(); - var sp = getColRowSpan(tdElm); - - template['file'] = '../../plugins/table/merge_cells.htm'; - template['width'] = 160; - template['height'] = 220; - - // Open window - tinyMCE.openWindow(template, {editor_id : inst.editorId, action : "update", numcols : sp.colspan, numrows : sp.rowspan}); - - return true; - } else { - var numRows = parseInt(value['numrows']); - var numCols = parseInt(value['numcols']); - var cpos = getCellPos(grid, tdElm); - - if (("" + numRows) == "NaN") - numRows = 1; - - if (("" + numCols) == "NaN") - numCols = 1; - - // Get rows and cells - var tRows = tableElm.rows; - for (var y=cpos.rowindex; y 0) - rows[rows.length] = rowCells; - } - - //return true; - } - } else { - var cells = new Array(); - var sel = inst.getSel(); - var lastTR = null; - var curRow = null; - var x1 = -1, y1 = -1, x2, y2; - - // Only one cell selected, whats the point? - if (sel.rangeCount < 2) - return true; - - // Get all selected cells - for (var i=0; i 0) - rows[rows.length] = rowCells; - } - - // Find selected cells in grid and box - var curRow = new Array(); - var lastTR = null; - for (var y=0; y colSpan) - colSpan = rowColSpan; - - lastRowSpan = -1; - } - - // Validate vertical and get total rowspan - var lastColSpan = -1; - for (var x=0; x rowSpan) - rowSpan = colRowSpan; - - lastColSpan = -1; - } - - // Setup td - tdElm = rows[0][0]; - tdElm.rowSpan = rowSpan; - tdElm.colSpan = colSpan; - - // Merge cells - for (var y=0; y 0)) - tdElm.innerHTML += html; - - // Not current cell - if (rows[y][x] != tdElm && !rows[y][x]._deleted) { - var cpos = getCellPos(grid, rows[y][x]); - var tr = rows[y][x].parentNode; - - tr.removeChild(rows[y][x]); - rows[y][x]._deleted = true; - - // Empty TR, remove it - if (!tr.hasChildNodes()) { - tr.parentNode.removeChild(tr); - - var lastCell = null; - for (var x=0; cellElm = getCell(grid, cpos.rowindex, x); x++) { - if (cellElm != lastCell && cellElm.rowSpan > 1) - cellElm.rowSpan--; - - lastCell = cellElm; - } - - if (tdElm.rowSpan > 1) - tdElm.rowSpan--; - } - } - } - } - - break; - } - - tableElm = tinyMCE.getParentElement(inst.getFocusElement(), "table"); - tinyMCE.handleVisualAid(tableElm, true, tinyMCE.settings['visual']); - tinyMCE.triggerNodeChange(); - inst.repaint(); - } - - return true; - } - - // Pass to next handler in chain - return false; -} - -function TinyMCE_table_handleNodeChange(editor_id, node, undo_index, undo_levels, visual_aid, any_selection) { - var colspan = "1", rowspan = "1"; - - var inst = tinyMCE.getInstanceById(editor_id); - - // Reset table controls - tinyMCE.switchClassSticky(editor_id + '_table', 'mceButtonNormal'); - tinyMCE.switchClassSticky(editor_id + '_row_props', 'mceButtonDisabled', true); - tinyMCE.switchClassSticky(editor_id + '_cell_props', 'mceButtonDisabled', true); - tinyMCE.switchClassSticky(editor_id + '_row_before', 'mceButtonDisabled', true); - tinyMCE.switchClassSticky(editor_id + '_row_after', 'mceButtonDisabled', true); - tinyMCE.switchClassSticky(editor_id + '_delete_row', 'mceButtonDisabled', true); - tinyMCE.switchClassSticky(editor_id + '_col_before', 'mceButtonDisabled', true); - tinyMCE.switchClassSticky(editor_id + '_col_after', 'mceButtonDisabled', true); - tinyMCE.switchClassSticky(editor_id + '_delete_col', 'mceButtonDisabled', true); - tinyMCE.switchClassSticky(editor_id + '_split_cells', 'mceButtonDisabled', true); - tinyMCE.switchClassSticky(editor_id + '_merge_cells', 'mceButtonDisabled', true); - - // Within a tr element - if (tinyMCE.getParentElement(node, "tr")) - tinyMCE.switchClassSticky(editor_id + '_row_props', 'mceButtonSelected', false); - - // Within a td element - if (tdElm = tinyMCE.getParentElement(node, "td")) { - tinyMCE.switchClassSticky(editor_id + '_cell_props', 'mceButtonSelected', false); - tinyMCE.switchClassSticky(editor_id + '_row_before', 'mceButtonNormal', false); - tinyMCE.switchClassSticky(editor_id + '_row_after', 'mceButtonNormal', false); - tinyMCE.switchClassSticky(editor_id + '_delete_row', 'mceButtonNormal', false); - tinyMCE.switchClassSticky(editor_id + '_col_before', 'mceButtonNormal', false); - tinyMCE.switchClassSticky(editor_id + '_col_after', 'mceButtonNormal', false); - tinyMCE.switchClassSticky(editor_id + '_delete_col', 'mceButtonNormal', false); - - colspan = tinyMCE.getAttrib(tdElm, "colspan"); - rowspan = tinyMCE.getAttrib(tdElm, "rowspan"); - - colspan = colspan == "" ? "1" : colspan; - rowspan = rowspan == "" ? "1" : rowspan; - - if (colspan != "1" || rowspan != "1") - tinyMCE.switchClassSticky(editor_id + '_split_cells', 'mceButtonNormal', false); - } - - // Within table - if (tinyMCE.getParentElement(node, "table")) { - tinyMCE.switchClassSticky(editor_id + '_table', 'mceButtonSelected'); - tinyMCE.switchClassSticky(editor_id + '_merge_cells', 'mceButtonNormal', false); - } -} diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/images/buttons.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/images/buttons.gif deleted file mode 100644 index e5eacbfa73..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/images/buttons.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/images/table.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/images/table.gif deleted file mode 100644 index f8a00544a9..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/images/table.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/images/table_cell_props.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/images/table_cell_props.gif deleted file mode 100644 index 9e0f373923..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/images/table_cell_props.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/images/table_delete_col.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/images/table_delete_col.gif deleted file mode 100644 index 0b2f0fb612..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/images/table_delete_col.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/images/table_delete_row.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/images/table_delete_row.gif deleted file mode 100644 index 1997065fb2..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/images/table_delete_row.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/images/table_insert_col_after.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/images/table_insert_col_after.gif deleted file mode 100644 index c30dafab6f..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/images/table_insert_col_after.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/images/table_insert_col_before.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/images/table_insert_col_before.gif deleted file mode 100644 index 5d1ff37afe..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/images/table_insert_col_before.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/images/table_insert_row_after.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/images/table_insert_row_after.gif deleted file mode 100644 index c3aa15f93a..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/images/table_insert_row_after.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/images/table_insert_row_before.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/images/table_insert_row_before.gif deleted file mode 100644 index c3271e5493..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/images/table_insert_row_before.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/images/table_merge_cells.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/images/table_merge_cells.gif deleted file mode 100644 index 494887efdd..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/images/table_merge_cells.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/images/table_row_props.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/images/table_row_props.gif deleted file mode 100644 index a53cdd8bf6..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/images/table_row_props.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/images/table_split_cells.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/images/table_split_cells.gif deleted file mode 100644 index b86179aebc..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/images/table_split_cells.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/ar.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/ar.js deleted file mode 100644 index 6ef4ddf1d9..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/ar.js +++ /dev/null @@ -1,40 +0,0 @@ -// Arabic lang variables - -tinyMCELang['lang_table_desc'] = 'إدراج/تحرير جدول'; -tinyMCELang['lang_table_insert_row_before_desc'] = 'Insert row before'; -tinyMCELang['lang_table_insert_row_after_desc'] = 'Insert row after'; -tinyMCELang['lang_table_delete_row_desc'] = 'حذف صفوف'; -tinyMCELang['lang_table_insert_col_before_desc'] = 'Insert column before'; -tinyMCELang['lang_table_insert_col_after_desc'] = 'Insert column after'; -tinyMCELang['lang_table_delete_col_desc'] = 'حذف أعمدة'; -tinyMCELang['lang_insert_table_title'] = 'إدراج/تحرير جدول'; -tinyMCELang['lang_insert_table_width'] = 'العرض'; -tinyMCELang['lang_insert_table_height'] = 'الارتفاع'; -tinyMCELang['lang_insert_table_cols'] = 'أعمدة'; -tinyMCELang['lang_insert_table_rows'] = 'صفوف'; -tinyMCELang['lang_insert_table_cellspacing'] = 'تباعد الخلايا'; -tinyMCELang['lang_insert_table_cellpadding'] = 'المسافة البادئة'; -tinyMCELang['lang_insert_table_border'] = 'سمك الحدود'; -tinyMCELang['lang_insert_table_align'] = 'المحاذاة'; -tinyMCELang['lang_insert_table_align_default'] = 'Default'; -tinyMCELang['lang_insert_table_align_left'] = 'يسار'; -tinyMCELang['lang_insert_table_align_right'] = 'يمين'; -tinyMCELang['lang_insert_table_align_middle'] = 'وسط'; -tinyMCELang['lang_insert_table_class'] = 'Class'; -tinyMCELang['lang_table_row_title'] = 'Table row properties'; -tinyMCELang['lang_table_cell_title'] = 'Table cell properties'; -tinyMCELang['lang_table_row_desc'] = 'Table row properties'; -tinyMCELang['lang_table_cell_desc'] = 'Table cell properties'; -tinyMCELang['lang_insert_table_valign'] = 'Vertical alignment'; -tinyMCELang['lang_insert_table_align_top'] = 'Top'; -tinyMCELang['lang_insert_table_align_bottom'] = 'Bottom'; -tinyMCELang['lang_table_props_desc'] = 'Table properties'; -tinyMCELang['lang_table_bordercolor'] = 'Border color'; -tinyMCELang['lang_table_bgcolor'] = 'Bg color'; -tinyMCELang['lang_table_merge_cells_title'] = 'Merge table cells'; -tinyMCELang['lang_table_split_cells_desc'] = 'Split table cells'; -tinyMCELang['lang_table_merge_cells_desc'] = 'Merge table cells'; -tinyMCELang['lang_table_cut_row_desc'] = 'Cut table row'; -tinyMCELang['lang_table_copy_row_desc'] = 'Copy table row'; -tinyMCELang['lang_table_paste_row_before_desc'] = 'Paste table row before'; -tinyMCELang['lang_table_paste_row_after_desc'] = 'Paste table row after'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/cs.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/cs.js deleted file mode 100644 index 7dae2e60ab..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/cs.js +++ /dev/null @@ -1,40 +0,0 @@ -// CZ lang variables thanks to "Pavel Novák" - -tinyMCELang['lang_table_desc'] = 'Vložit novou tabulku'; -tinyMCELang['lang_table_insert_row_before_desc'] = 'Vložit øádek pøed'; -tinyMCELang['lang_table_insert_row_after_desc'] = 'Vložit øádek po'; -tinyMCELang['lang_table_delete_row_desc'] = 'Smazat øádek'; -tinyMCELang['lang_table_insert_col_before_desc'] = 'Vložit sloupec pøed'; -tinyMCELang['lang_table_insert_col_after_desc'] = 'Vložit sloupec po'; -tinyMCELang['lang_table_delete_col_desc'] = 'Odstranit sloupec'; -tinyMCELang['lang_insert_table_title'] = 'Vložit/upravit tabulku'; -tinyMCELang['lang_insert_table_width'] = 'Šíøka'; -tinyMCELang['lang_insert_table_height'] = 'Výška'; -tinyMCELang['lang_insert_table_cols'] = 'Sloupce'; -tinyMCELang['lang_insert_table_rows'] = 'Øádky'; -tinyMCELang['lang_insert_table_cellspacing'] = 'Vnìjší okraj bunìk'; -tinyMCELang['lang_insert_table_cellpadding'] = 'Vnitøní okraj bunìk'; -tinyMCELang['lang_insert_table_border'] = 'Rámeèek'; -tinyMCELang['lang_insert_table_align'] = 'Zarovnání'; -tinyMCELang['lang_insert_table_align_default'] = 'Výchozí'; -tinyMCELang['lang_insert_table_align_left'] = 'Vlevo'; -tinyMCELang['lang_insert_table_align_right'] = 'Vpravo'; -tinyMCELang['lang_insert_table_align_middle'] = 'Na støed'; -tinyMCELang['lang_insert_table_class'] = 'Class'; -tinyMCELang['lang_table_row_title'] = 'Table row properties'; -tinyMCELang['lang_table_cell_title'] = 'Table cell properties'; -tinyMCELang['lang_table_row_desc'] = 'Table row properties'; -tinyMCELang['lang_table_cell_desc'] = 'Table cell properties'; -tinyMCELang['lang_insert_table_valign'] = 'Vertical alignment'; -tinyMCELang['lang_insert_table_align_top'] = 'Top'; -tinyMCELang['lang_insert_table_align_bottom'] = 'Bottom'; -tinyMCELang['lang_table_props_desc'] = 'Table properties'; -tinyMCELang['lang_table_bordercolor'] = 'Border color'; -tinyMCELang['lang_table_bgcolor'] = 'Bg color'; -tinyMCELang['lang_table_merge_cells_title'] = 'Merge table cells'; -tinyMCELang['lang_table_split_cells_desc'] = 'Split table cells'; -tinyMCELang['lang_table_merge_cells_desc'] = 'Merge table cells'; -tinyMCELang['lang_table_cut_row_desc'] = 'Cut table row'; -tinyMCELang['lang_table_copy_row_desc'] = 'Copy table row'; -tinyMCELang['lang_table_paste_row_before_desc'] = 'Paste table row before'; -tinyMCELang['lang_table_paste_row_after_desc'] = 'Paste table row after'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/da.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/da.js deleted file mode 100644 index 7f95030ea2..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/da.js +++ /dev/null @@ -1,40 +0,0 @@ -// DK lang variables contributed by Jan Moelgaard - -tinyMCELang['lang_table_desc'] = 'Indsætter en ny tabel'; -tinyMCELang['lang_table_insert_row_before_desc'] = 'Indsæt række foran'; -tinyMCELang['lang_table_insert_row_after_desc'] = 'Indsæt række efter'; -tinyMCELang['lang_table_delete_row_desc'] = 'Slet række'; -tinyMCELang['lang_table_insert_col_before_desc'] = 'Indsæt kolonne foran'; -tinyMCELang['lang_table_insert_col_after_desc'] = 'Indslt kolonne efter'; -tinyMCELang['lang_table_delete_col_desc'] = 'Fjern kolonne'; -tinyMCELang['lang_insert_table_title'] = 'Indsæt/rediger tabel'; -tinyMCELang['lang_insert_table_width'] = 'Bredde'; -tinyMCELang['lang_insert_table_height'] = 'Højde'; -tinyMCELang['lang_insert_table_cols'] = 'Kolonner'; -tinyMCELang['lang_insert_table_rows'] = 'Rækker'; -tinyMCELang['lang_insert_table_cellspacing'] = 'Afstand mellem celler'; -tinyMCELang['lang_insert_table_cellpadding'] = 'Cellemargen'; -tinyMCELang['lang_insert_table_border'] = 'Kant'; -tinyMCELang['lang_insert_table_align'] = 'Justering'; -tinyMCELang['lang_insert_table_align_default'] = 'Standard'; -tinyMCELang['lang_insert_table_align_left'] = 'Venstre'; -tinyMCELang['lang_insert_table_align_right'] = 'Højre'; -tinyMCELang['lang_insert_table_align_middle'] = 'Midt i'; -tinyMCELang['lang_insert_table_class'] = 'Klasse'; -tinyMCELang['lang_table_row_title'] = 'Table row properties'; -tinyMCELang['lang_table_cell_title'] = 'Table cell properties'; -tinyMCELang['lang_table_row_desc'] = 'Table row properties'; -tinyMCELang['lang_table_cell_desc'] = 'Table cell properties'; -tinyMCELang['lang_insert_table_valign'] = 'Vertical alignment'; -tinyMCELang['lang_insert_table_align_top'] = 'Top'; -tinyMCELang['lang_insert_table_align_bottom'] = 'Bottom'; -tinyMCELang['lang_table_props_desc'] = 'Table properties'; -tinyMCELang['lang_table_bordercolor'] = 'Border color'; -tinyMCELang['lang_table_bgcolor'] = 'Bg color'; -tinyMCELang['lang_table_merge_cells_title'] = 'Merge table cells'; -tinyMCELang['lang_table_split_cells_desc'] = 'Split table cells'; -tinyMCELang['lang_table_merge_cells_desc'] = 'Merge table cells'; -tinyMCELang['lang_table_cut_row_desc'] = 'Cut table row'; -tinyMCELang['lang_table_copy_row_desc'] = 'Copy table row'; -tinyMCELang['lang_table_paste_row_before_desc'] = 'Paste table row before'; -tinyMCELang['lang_table_paste_row_after_desc'] = 'Paste table row after'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/de.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/de.js deleted file mode 100644 index d050d37fe1..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/de.js +++ /dev/null @@ -1,40 +0,0 @@ -// DE lang variables - -tinyMCELang['lang_table_desc'] = 'Neue Tabelle einfügen / Tabelle bearbeiten'; -tinyMCELang['lang_table_insert_row_before_desc'] = 'Zeile davor einfügen'; -tinyMCELang['lang_table_insert_row_after_desc'] = 'Zeile danach einfügen'; -tinyMCELang['lang_table_delete_row_desc'] = 'Zeile löschen'; -tinyMCELang['lang_table_insert_col_before_desc'] = 'Spalte davor einfügen'; -tinyMCELang['lang_table_insert_col_after_desc'] = ' Spalte danach einfügen'; -tinyMCELang['lang_table_delete_col_desc'] = 'Spalte löschen'; -tinyMCELang['lang_insert_table_title'] = 'Tabelle Einfügen/Bearbeiten'; -tinyMCELang['lang_insert_table_width'] = 'Breite'; -tinyMCELang['lang_insert_table_height'] = 'Höhe'; -tinyMCELang['lang_insert_table_cols'] = 'Spalten'; -tinyMCELang['lang_insert_table_rows'] = 'Zeilen'; -tinyMCELang['lang_insert_table_cellspacing'] = 'Außenabstand'; -tinyMCELang['lang_insert_table_cellpadding'] = 'Innenabstand'; -tinyMCELang['lang_insert_table_border'] = 'Rahmen'; -tinyMCELang['lang_insert_table_align'] = 'Ausrichten'; -tinyMCELang['lang_insert_table_align_default'] = 'Normal'; -tinyMCELang['lang_insert_table_align_left'] = 'Links'; -tinyMCELang['lang_insert_table_align_right'] = 'Rechts'; -tinyMCELang['lang_insert_table_align_middle'] = 'Zentriert'; -tinyMCELang['lang_insert_table_class'] = 'Klasse'; -tinyMCELang['lang_table_row_title'] = 'Zeileneigenschaften'; -tinyMCELang['lang_table_cell_title'] = 'Zelleneigenschaften'; -tinyMCELang['lang_table_row_desc'] = 'Reiheneigenschaften'; -tinyMCELang['lang_table_cell_desc'] = 'Zelleneigenschaften'; -tinyMCELang['lang_insert_table_valign'] = 'Vertikale Ausrichtung'; -tinyMCELang['lang_insert_table_align_top'] = 'Oben'; -tinyMCELang['lang_insert_table_align_bottom'] = 'Unten'; -tinyMCELang['lang_table_props_desc'] = 'Tabelleneigenschaften'; -tinyMCELang['lang_table_bordercolor'] = 'Rahmenfarbe'; -tinyMCELang['lang_table_bgcolor'] = 'Hintergrundfarbe'; -tinyMCELang['lang_table_merge_cells_title'] = 'Merge table cells'; -tinyMCELang['lang_table_split_cells_desc'] = 'Split table cells'; -tinyMCELang['lang_table_merge_cells_desc'] = 'Merge table cells'; -tinyMCELang['lang_table_cut_row_desc'] = 'Cut table row'; -tinyMCELang['lang_table_copy_row_desc'] = 'Copy table row'; -tinyMCELang['lang_table_paste_row_before_desc'] = 'Paste table row before'; -tinyMCELang['lang_table_paste_row_after_desc'] = 'Paste table row after'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/el.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/el.js deleted file mode 100644 index 90b8234a72..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/el.js +++ /dev/null @@ -1,40 +0,0 @@ -// Greek lang variables by Jacaranda Bill - -tinyMCELang['lang_table_desc'] = 'ÅéóáãùãÞ ðßíáêá'; -tinyMCELang['lang_table_insert_row_before_desc'] = 'ÅéóáãùãÞ ãñáììÞò åðÜíù'; -tinyMCELang['lang_table_insert_row_after_desc'] = 'ÅéóáãùãÞ ãñáììÞò êÜôù'; -tinyMCELang['lang_table_delete_row_desc'] = 'ÄéáãñáöÞ ãñáììÞò'; -tinyMCELang['lang_table_insert_col_before_desc'] = 'ÅéóáãùãÞ óôÞëçò áñéóôåñÜ'; -tinyMCELang['lang_table_insert_col_after_desc'] = 'ÅéóáãùãÞ óôÞëçò äåîéÜ'; -tinyMCELang['lang_table_delete_col_desc'] = 'ÄéáãñáöÞ óôÞëçò'; -tinyMCELang['lang_insert_table_title'] = 'ÅéóáãùãÞ/Äéüñèùóç ðßíáêá'; -tinyMCELang['lang_insert_table_width'] = 'ÐëÜôïò'; -tinyMCELang['lang_insert_table_height'] = '¾øïò'; -tinyMCELang['lang_insert_table_cols'] = 'ÓôÞëåò'; -tinyMCELang['lang_insert_table_rows'] = 'ÃñáììÝò'; -tinyMCELang['lang_insert_table_cellspacing'] = 'ÄéÜóôé÷ï'; -tinyMCELang['lang_insert_table_cellpadding'] = 'ÃÝìéóìá'; -tinyMCELang['lang_insert_table_border'] = 'Ðåñßãñáììá'; -tinyMCELang['lang_insert_table_align'] = 'Óôïß÷éóç'; -tinyMCELang['lang_insert_table_align_default'] = 'Ðñïêáè.'; -tinyMCELang['lang_insert_table_align_left'] = 'ÁñéóôåñÜ'; -tinyMCELang['lang_insert_table_align_right'] = 'ÄåîéÜ'; -tinyMCELang['lang_insert_table_align_middle'] = 'Óôï êÝíôñï'; -tinyMCELang['lang_insert_table_class'] = 'ÊëÜóç'; -tinyMCELang['lang_table_row_title'] = 'Table row properties'; -tinyMCELang['lang_table_cell_title'] = 'Table cell properties'; -tinyMCELang['lang_table_row_desc'] = 'Table row properties'; -tinyMCELang['lang_table_cell_desc'] = 'Table cell properties'; -tinyMCELang['lang_insert_table_valign'] = 'Vertical alignment'; -tinyMCELang['lang_insert_table_align_top'] = 'Top'; -tinyMCELang['lang_insert_table_align_bottom'] = 'Bottom'; -tinyMCELang['lang_table_props_desc'] = 'Table properties'; -tinyMCELang['lang_table_bordercolor'] = 'Border color'; -tinyMCELang['lang_table_bgcolor'] = 'Bg color'; -tinyMCELang['lang_table_merge_cells_title'] = 'Merge table cells'; -tinyMCELang['lang_table_split_cells_desc'] = 'Split table cells'; -tinyMCELang['lang_table_merge_cells_desc'] = 'Merge table cells'; -tinyMCELang['lang_table_cut_row_desc'] = 'Cut table row'; -tinyMCELang['lang_table_copy_row_desc'] = 'Copy table row'; -tinyMCELang['lang_table_paste_row_before_desc'] = 'Paste table row before'; -tinyMCELang['lang_table_paste_row_after_desc'] = 'Paste table row after'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/en.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/en.js deleted file mode 100644 index 6b80637d0a..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/en.js +++ /dev/null @@ -1,40 +0,0 @@ -// UK lang variables - -tinyMCELang['lang_table_desc'] = 'Inserts a new table'; -tinyMCELang['lang_table_insert_row_before_desc'] = 'Insert row before'; -tinyMCELang['lang_table_insert_row_after_desc'] = 'Insert row after'; -tinyMCELang['lang_table_delete_row_desc'] = 'Delete row'; -tinyMCELang['lang_table_insert_col_before_desc'] = 'Insert column before'; -tinyMCELang['lang_table_insert_col_after_desc'] = 'Insert column after'; -tinyMCELang['lang_table_delete_col_desc'] = 'Remove col'; -tinyMCELang['lang_insert_table_title'] = 'Insert/Modify table'; -tinyMCELang['lang_insert_table_width'] = 'Width'; -tinyMCELang['lang_insert_table_height'] = 'Height'; -tinyMCELang['lang_insert_table_cols'] = 'Columns'; -tinyMCELang['lang_insert_table_rows'] = 'Rows'; -tinyMCELang['lang_insert_table_cellspacing'] = 'Cellspacing'; -tinyMCELang['lang_insert_table_cellpadding'] = 'Cellpadding'; -tinyMCELang['lang_insert_table_border'] = 'Border'; -tinyMCELang['lang_insert_table_align'] = 'Alignment'; -tinyMCELang['lang_insert_table_align_default'] = 'Default'; -tinyMCELang['lang_insert_table_align_left'] = 'Left'; -tinyMCELang['lang_insert_table_align_right'] = 'Right'; -tinyMCELang['lang_insert_table_align_middle'] = 'Center'; -tinyMCELang['lang_insert_table_class'] = 'Class'; -tinyMCELang['lang_table_row_title'] = 'Table row properties'; -tinyMCELang['lang_table_cell_title'] = 'Table cell properties'; -tinyMCELang['lang_table_row_desc'] = 'Table row properties'; -tinyMCELang['lang_table_cell_desc'] = 'Table cell properties'; -tinyMCELang['lang_insert_table_valign'] = 'Vertical alignment'; -tinyMCELang['lang_insert_table_align_top'] = 'Top'; -tinyMCELang['lang_insert_table_align_bottom'] = 'Bottom'; -tinyMCELang['lang_table_props_desc'] = 'Table properties'; -tinyMCELang['lang_table_bordercolor'] = 'Border color'; -tinyMCELang['lang_table_bgcolor'] = 'Bg color'; -tinyMCELang['lang_table_merge_cells_title'] = 'Merge table cells'; -tinyMCELang['lang_table_split_cells_desc'] = 'Split table cells'; -tinyMCELang['lang_table_merge_cells_desc'] = 'Merge table cells'; -tinyMCELang['lang_table_cut_row_desc'] = 'Cut table row'; -tinyMCELang['lang_table_copy_row_desc'] = 'Copy table row'; -tinyMCELang['lang_table_paste_row_before_desc'] = 'Paste table row before'; -tinyMCELang['lang_table_paste_row_after_desc'] = 'Paste table row after'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/es-es.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/es-es.js deleted file mode 100644 index 24e0e94841..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/es-es.js +++ /dev/null @@ -1,40 +0,0 @@ -// ES lang variables by Alvaro Velasco - -tinyMCELang['lang_table_desc'] = 'Insertar una tabla nueva'; -tinyMCELang['lang_table_insert_row_before_desc'] = 'Insertar una fila antes'; -tinyMCELang['lang_table_insert_row_after_desc'] = 'Insertar una fila despues'; -tinyMCELang['lang_table_delete_row_desc'] = 'Eliminar una fila'; -tinyMCELang['lang_table_insert_col_before_desc'] = 'Insertar una columna antes'; -tinyMCELang['lang_table_insert_col_after_desc'] = 'Insertar columna después'; -tinyMCELang['lang_table_delete_col_desc'] = 'Eliminar una columna'; -tinyMCELang['lang_insert_table_title'] = 'Insertar/Modificar tabla'; -tinyMCELang['lang_insert_table_width'] = 'Anchura'; -tinyMCELang['lang_insert_table_height'] = 'Altura'; -tinyMCELang['lang_insert_table_cols'] = 'Columnas'; -tinyMCELang['lang_insert_table_rows'] = 'Filas'; -tinyMCELang['lang_insert_table_cellspacing'] = 'Espacio entre celdas'; -tinyMCELang['lang_insert_table_cellpadding'] = 'Desplazamiento entre celdas'; -tinyMCELang['lang_insert_table_border'] = 'Borde'; -tinyMCELang['lang_insert_table_align'] = 'Alineación'; -tinyMCELang['lang_insert_table_align_default'] = 'Por defecto'; -tinyMCELang['lang_insert_table_align_left'] = 'Izquierda'; -tinyMCELang['lang_insert_table_align_right'] = 'Derecha'; -tinyMCELang['lang_insert_table_align_middle'] = 'Centro'; -tinyMCELang['lang_insert_table_class'] = 'Clase'; -tinyMCELang['lang_table_row_title'] = 'Propiedades de la fila de la tabla'; -tinyMCELang['lang_table_cell_title'] = 'Propiedades de la celda de la tabla'; -tinyMCELang['lang_table_row_desc'] = 'Propiedades de la fila de la tabla'; -tinyMCELang['lang_table_cell_desc'] = 'Propiedades de la celda de la tabla'; -tinyMCELang['lang_insert_table_valign'] = 'Alineación vertical'; -tinyMCELang['lang_insert_table_align_top'] = 'Parte superior'; -tinyMCELang['lang_insert_table_align_bottom'] = 'Parte inferior'; -tinyMCELang['lang_table_props_desc'] = 'Propiedades de la tabla'; -tinyMCELang['lang_table_bordercolor'] = 'Color del borde'; -tinyMCELang['lang_table_bgcolor'] = 'Color de fondo'; -tinyMCELang['lang_table_merge_cells_title'] = 'Unir celdas de la tabla'; -tinyMCELang['lang_table_split_cells_desc'] = 'Separar celdas de la tabla'; -tinyMCELang['lang_table_merge_cells_desc'] = 'Unir celdas de la tabla'; -tinyMCELang['lang_table_cut_row_desc'] = 'Cortar fila de la tabla'; -tinyMCELang['lang_table_copy_row_desc'] = 'Copiar la fila de la tabla'; -tinyMCELang['lang_table_paste_row_before_desc'] = 'Pegar fila de la tabla antes'; -tinyMCELang['lang_table_paste_row_after_desc'] = 'Pegar fila de la tabla después'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/es.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/es.js deleted file mode 100644 index b66bbc0bee..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/es.js +++ /dev/null @@ -1,40 +0,0 @@ -// ES lang variables by Alvaro Velasco - -tinyMCELang['lang_table_desc'] = 'Insertar una tabla nueva'; -tinyMCELang['lang_table_insert_row_before_desc'] = 'Insertar una fila antes'; -tinyMCELang['lang_table_insert_row_after_desc'] = 'Insertar una fila despues'; -tinyMCELang['lang_table_delete_row_desc'] = 'Eliminar una fila'; -tinyMCELang['lang_table_insert_col_before_desc'] = 'Insertar una columna before'; -tinyMCELang['lang_table_insert_col_after_desc'] = 'Insertar columna after'; -tinyMCELang['lang_table_delete_col_desc'] = 'Eliminar una columna'; -tinyMCELang['lang_insert_table_title'] = 'Insertar/Modificar tabla'; -tinyMCELang['lang_insert_table_width'] = 'Anchura'; -tinyMCELang['lang_insert_table_height'] = 'Altura'; -tinyMCELang['lang_insert_table_cols'] = 'Columnas'; -tinyMCELang['lang_insert_table_rows'] = 'Filas'; -tinyMCELang['lang_insert_table_cellspacing'] = 'Espacio entre celdas'; -tinyMCELang['lang_insert_table_cellpadding'] = 'Desplazamiento entre celdas'; -tinyMCELang['lang_insert_table_border'] = 'Borde'; -tinyMCELang['lang_insert_table_align'] = 'Alineamiento'; -tinyMCELang['lang_insert_table_align_default'] = 'Por defecto'; -tinyMCELang['lang_insert_table_align_left'] = 'Izquierda'; -tinyMCELang['lang_insert_table_align_right'] = 'Derecha'; -tinyMCELang['lang_insert_table_align_middle'] = 'Centro'; -tinyMCELang['lang_insert_table_class'] = 'Class'; -tinyMCELang['lang_table_row_title'] = 'Table row properties'; -tinyMCELang['lang_table_cell_title'] = 'Table cell properties'; -tinyMCELang['lang_table_row_desc'] = 'Table row properties'; -tinyMCELang['lang_table_cell_desc'] = 'Table cell properties'; -tinyMCELang['lang_insert_table_valign'] = 'Vertical alignment'; -tinyMCELang['lang_insert_table_align_top'] = 'Top'; -tinyMCELang['lang_insert_table_align_bottom'] = 'Bottom'; -tinyMCELang['lang_table_props_desc'] = 'Table properties'; -tinyMCELang['lang_table_bordercolor'] = 'Border color'; -tinyMCELang['lang_table_bgcolor'] = 'Bg color'; -tinyMCELang['lang_table_merge_cells_title'] = 'Merge table cells'; -tinyMCELang['lang_table_split_cells_desc'] = 'Split table cells'; -tinyMCELang['lang_table_merge_cells_desc'] = 'Merge table cells'; -tinyMCELang['lang_table_cut_row_desc'] = 'Cut table row'; -tinyMCELang['lang_table_copy_row_desc'] = 'Copy table row'; -tinyMCELang['lang_table_paste_row_before_desc'] = 'Paste table row before'; -tinyMCELang['lang_table_paste_row_after_desc'] = 'Paste table row after'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/fa.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/fa.js deleted file mode 100644 index dce49a83ad..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/fa.js +++ /dev/null @@ -1,44 +0,0 @@ -// IR lang variables -// Persian (Farsi) language pack (for IRAN) -// By: Morteza Zafari -// Lost@LostLord.com -// http://www.LostLord.com - -tinyMCELang['lang_table_desc'] = '??? ???? ????'; -tinyMCELang['lang_table_insert_row_before_desc'] = '??? ??? ???? ??? ?? ??? ????'; -tinyMCELang['lang_table_insert_row_after_desc'] = '??? ??? ???? ?? ?? ??? ????'; -tinyMCELang['lang_table_delete_row_desc'] = '??? ???'; -tinyMCELang['lang_table_insert_col_before_desc'] = '??? ???? ???? ??? ?? ???? ????'; -tinyMCELang['lang_table_insert_col_after_desc'] = '??? ???? ???? ?? ?? ???? ????'; -tinyMCELang['lang_table_delete_col_desc'] = '??? ????'; -tinyMCELang['lang_insert_table_title'] = '??? ? ?????? ????'; -tinyMCELang['lang_insert_table_width'] = '???'; -tinyMCELang['lang_insert_table_height'] = '??????'; -tinyMCELang['lang_insert_table_cols'] = '????? ??????'; -tinyMCELang['lang_insert_table_rows'] = '????? ?????'; -tinyMCELang['lang_insert_table_cellspacing'] = '????? ?? ???? ????'; -tinyMCELang['lang_insert_table_cellpadding'] = '????? ??? ?? ?????? ????'; -tinyMCELang['lang_insert_table_border'] = '?????'; -tinyMCELang['lang_insert_table_align'] = '??? ???? ????'; -tinyMCELang['lang_insert_table_align_default'] = '??? ???'; -tinyMCELang['lang_insert_table_align_left'] = '??'; -tinyMCELang['lang_insert_table_align_right'] = '????'; -tinyMCELang['lang_insert_table_align_middle'] = '???'; -tinyMCELang['lang_insert_table_class'] = '????'; -tinyMCELang['lang_table_row_title'] = 'Table row properties'; -tinyMCELang['lang_table_cell_title'] = 'Table cell properties'; -tinyMCELang['lang_table_row_desc'] = 'Table row properties'; -tinyMCELang['lang_table_cell_desc'] = 'Table cell properties'; -tinyMCELang['lang_insert_table_valign'] = 'Vertical alignment'; -tinyMCELang['lang_insert_table_align_top'] = 'Top'; -tinyMCELang['lang_insert_table_align_bottom'] = 'Bottom'; -tinyMCELang['lang_table_props_desc'] = 'Table properties'; -tinyMCELang['lang_table_bordercolor'] = 'Border color'; -tinyMCELang['lang_table_bgcolor'] = 'Bg color'; -tinyMCELang['lang_table_merge_cells_title'] = 'Merge table cells'; -tinyMCELang['lang_table_split_cells_desc'] = 'Split table cells'; -tinyMCELang['lang_table_merge_cells_desc'] = 'Merge table cells'; -tinyMCELang['lang_table_cut_row_desc'] = 'Cut table row'; -tinyMCELang['lang_table_copy_row_desc'] = 'Copy table row'; -tinyMCELang['lang_table_paste_row_before_desc'] = 'Paste table row before'; -tinyMCELang['lang_table_paste_row_after_desc'] = 'Paste table row after'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/fi.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/fi.js deleted file mode 100644 index 59799589cc..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/fi.js +++ /dev/null @@ -1,40 +0,0 @@ -// FI lang variables by Urho Konttori from Absolutions - -tinyMCELang['lang_table_desc'] = 'Lisää uusi taulu'; -tinyMCELang['lang_table_insert_row_before_desc'] = 'Lisää rivi edelle'; -tinyMCELang['lang_table_insert_row_after_desc'] = 'Lisää rivi jälkeen'; -tinyMCELang['lang_table_delete_row_desc'] = 'Posita rivi'; -tinyMCELang['lang_table_insert_col_before_desc'] = 'Lisää sarake edelle'; -tinyMCELang['lang_table_insert_col_after_desc'] = 'Lisää sarake jälkeen'; -tinyMCELang['lang_table_delete_col_desc'] = 'Poista sarake'; -tinyMCELang['lang_insert_table_title'] = 'Lisää/muokkaa taulua'; -tinyMCELang['lang_insert_table_width'] = 'Leveys'; -tinyMCELang['lang_insert_table_height'] = 'Korkeus'; -tinyMCELang['lang_insert_table_cols'] = 'Sarakkeet'; -tinyMCELang['lang_insert_table_rows'] = 'Rivit'; -tinyMCELang['lang_insert_table_cellspacing'] = 'Solujen väli'; -tinyMCELang['lang_insert_table_cellpadding'] = 'Solun reunan ja sisällön väli'; -tinyMCELang['lang_insert_table_border'] = 'Reuna'; -tinyMCELang['lang_insert_table_align'] = 'Asettelu'; -tinyMCELang['lang_insert_table_align_default'] = 'Oletus'; -tinyMCELang['lang_insert_table_align_left'] = 'Vasen'; -tinyMCELang['lang_insert_table_align_right'] = 'Oikea'; -tinyMCELang['lang_insert_table_align_middle'] = 'Keskelle'; -tinyMCELang['lang_insert_table_delta_height'] = 20; -tinyMCELang['lang_table_row_title'] = 'Table row properties'; -tinyMCELang['lang_table_cell_title'] = 'Table cell properties'; -tinyMCELang['lang_table_row_desc'] = 'Table row properties'; -tinyMCELang['lang_table_cell_desc'] = 'Table cell properties'; -tinyMCELang['lang_insert_table_valign'] = 'Vertical alignment'; -tinyMCELang['lang_insert_table_align_top'] = 'Top'; -tinyMCELang['lang_insert_table_align_bottom'] = 'Bottom'; -tinyMCELang['lang_table_props_desc'] = 'Table properties'; -tinyMCELang['lang_table_bordercolor'] = 'Border color'; -tinyMCELang['lang_table_bgcolor'] = 'Bg color'; -tinyMCELang['lang_table_merge_cells_title'] = 'Merge table cells'; -tinyMCELang['lang_table_split_cells_desc'] = 'Split table cells'; -tinyMCELang['lang_table_merge_cells_desc'] = 'Merge table cells'; -tinyMCELang['lang_table_cut_row_desc'] = 'Cut table row'; -tinyMCELang['lang_table_copy_row_desc'] = 'Copy table row'; -tinyMCELang['lang_table_paste_row_before_desc'] = 'Paste table row before'; -tinyMCELang['lang_table_paste_row_after_desc'] = 'Paste table row after'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/fr.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/fr.js deleted file mode 100644 index bdb2b669f7..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/fr.js +++ /dev/null @@ -1,40 +0,0 @@ -// French lang variables by Laurent Dran - -tinyMCELang['lang_table_desc'] = 'Insérer un nouveau tableau'; -tinyMCELang['lang_table_insert_row_before_desc'] = 'Insérer une ligne avant'; -tinyMCELang['lang_table_insert_row_after_desc'] = 'Insérer une ligne aprés'; -tinyMCELang['lang_table_delete_row_desc'] = 'Supprimer la ligne'; -tinyMCELang['lang_table_insert_col_before_desc'] = 'Insérer une colonne avant'; -tinyMCELang['lang_table_insert_col_after_desc'] = 'Insérer une colonne aprés'; -tinyMCELang['lang_table_delete_col_desc'] = 'Supprimer la colonne'; -tinyMCELang['lang_insert_table_title'] = 'Insérer/Modifier le tableau'; -tinyMCELang['lang_insert_table_width'] = 'Largeur'; -tinyMCELang['lang_insert_table_height'] = 'Hauteur'; -tinyMCELang['lang_insert_table_cols'] = 'Colonnes'; -tinyMCELang['lang_insert_table_rows'] = 'Lignes'; -tinyMCELang['lang_insert_table_cellspacing'] = 'Cellspacing'; -tinyMCELang['lang_insert_table_cellpadding'] = 'Cellpadding'; -tinyMCELang['lang_insert_table_border'] = 'Bordure'; -tinyMCELang['lang_insert_table_align'] = 'Alignement'; -tinyMCELang['lang_insert_table_align_default'] = 'Défaut'; -tinyMCELang['lang_insert_table_align_left'] = 'Gauche'; -tinyMCELang['lang_insert_table_align_right'] = 'Droit'; -tinyMCELang['lang_insert_table_align_middle'] = 'Milieu'; -tinyMCELang['lang_insert_table_class'] = 'Classe CSS'; -tinyMCELang['lang_table_row_title'] = 'Propriétés de la rangée'; -tinyMCELang['lang_table_cell_title'] = 'Propriétés de la cellule'; -tinyMCELang['lang_table_row_desc'] = 'Propriétés de la rangée'; -tinyMCELang['lang_table_cell_desc'] = 'Propriétés de la cellule'; -tinyMCELang['lang_insert_table_valign'] = 'Alignement Vertical'; -tinyMCELang['lang_insert_table_align_top'] = 'Haut'; -tinyMCELang['lang_insert_table_align_bottom'] = 'Bas'; -tinyMCELang['lang_table_props_desc'] = 'Table properties'; -tinyMCELang['lang_table_bordercolor'] = 'Border color'; -tinyMCELang['lang_table_bgcolor'] = 'Bg color'; -tinyMCELang['lang_table_merge_cells_title'] = 'Merge table cells'; -tinyMCELang['lang_table_split_cells_desc'] = 'Split table cells'; -tinyMCELang['lang_table_merge_cells_desc'] = 'Merge table cells'; -tinyMCELang['lang_table_cut_row_desc'] = 'Cut table row'; -tinyMCELang['lang_table_copy_row_desc'] = 'Copy table row'; -tinyMCELang['lang_table_paste_row_before_desc'] = 'Paste table row before'; -tinyMCELang['lang_table_paste_row_after_desc'] = 'Paste table row after'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/fr_ca.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/fr_ca.js deleted file mode 100644 index c03fc9a0f1..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/fr_ca.js +++ /dev/null @@ -1,40 +0,0 @@ -// Canadian French lang variables by Virtuelcom - -tinyMCELang['lang_table_desc'] = 'Insérer un nouveau tableau'; -tinyMCELang['lang_table_insert_row_before_desc'] = 'Insérer une ligne avant'; -tinyMCELang['lang_table_insert_row_after_desc'] = 'Insérer une ligne après'; -tinyMCELang['lang_table_delete_row_desc'] = 'Supprimer la ligne'; -tinyMCELang['lang_table_insert_col_before_desc'] = 'Insérer une colonne avant'; -tinyMCELang['lang_table_insert_col_after_desc'] = 'Insérer une colonne après'; -tinyMCELang['lang_table_delete_col_desc'] = 'Supprimer la colonne'; -tinyMCELang['lang_insert_table_title'] = 'Insérer/Modifier le tableau'; -tinyMCELang['lang_insert_table_width'] = 'Largeur'; -tinyMCELang['lang_insert_table_height'] = 'Hauteur'; -tinyMCELang['lang_insert_table_cols'] = 'Colonnes'; -tinyMCELang['lang_insert_table_rows'] = 'Lignes'; -tinyMCELang['lang_insert_table_cellspacing'] = 'Cellspacing'; -tinyMCELang['lang_insert_table_cellpadding'] = 'Cellpadding'; -tinyMCELang['lang_insert_table_border'] = 'Bordure'; -tinyMCELang['lang_insert_table_align'] = 'Alignement'; -tinyMCELang['lang_insert_table_align_default'] = 'Défaut'; -tinyMCELang['lang_insert_table_align_left'] = 'Gauche'; -tinyMCELang['lang_insert_table_align_right'] = 'Droit'; -tinyMCELang['lang_insert_table_align_middle'] = 'Milieu'; -tinyMCELang['lang_insert_table_class'] = 'Classe CSS'; -tinyMCELang['lang_table_row_title'] = 'Propriétés de ligne'; -tinyMCELang['lang_table_cell_title'] = 'Propriétés de cellule'; -tinyMCELang['lang_table_row_desc'] = 'Propriétés de ligne'; -tinyMCELang['lang_table_cell_desc'] = 'Propriétés de cellule'; -tinyMCELang['lang_insert_table_valign'] = 'Alignement vertical'; -tinyMCELang['lang_insert_table_align_top'] = 'Haut'; -tinyMCELang['lang_insert_table_align_bottom'] = 'Bas'; -tinyMCELang['lang_table_props_desc'] = 'Table properties'; -tinyMCELang['lang_table_bordercolor'] = 'Border color'; -tinyMCELang['lang_table_bgcolor'] = 'Bg color'; -tinyMCELang['lang_table_merge_cells_title'] = 'Merge table cells'; -tinyMCELang['lang_table_split_cells_desc'] = 'Split table cells'; -tinyMCELang['lang_table_merge_cells_desc'] = 'Merge table cells'; -tinyMCELang['lang_table_cut_row_desc'] = 'Cut table row'; -tinyMCELang['lang_table_copy_row_desc'] = 'Copy table row'; -tinyMCELang['lang_table_paste_row_before_desc'] = 'Paste table row before'; -tinyMCELang['lang_table_paste_row_after_desc'] = 'Paste table row after'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/hu.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/hu.js deleted file mode 100644 index ac8f4ad069..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/hu.js +++ /dev/null @@ -1,40 +0,0 @@ -// HU lang variables, Edited by 2XP (2xp@dino.hu) - -tinyMCELang['lang_table_desc'] = 'Új táblázat beillesztése'; -tinyMCELang['lang_table_insert_row_before_desc'] = 'Sor beillesztése elé'; -tinyMCELang['lang_table_insert_row_after_desc'] = 'Sor beillesztése utána'; -tinyMCELang['lang_table_delete_row_desc'] = 'Sor törlése'; -tinyMCELang['lang_table_insert_col_before_desc'] = 'Oszlop beillsztése elé'; -tinyMCELang['lang_table_insert_col_after_desc'] = 'Oszlop beillesztése utána'; -tinyMCELang['lang_table_delete_col_desc'] = 'Oszlop eltávolítása'; -tinyMCELang['lang_insert_table_title'] = 'Tábla beillesztése/módosítása'; -tinyMCELang['lang_insert_table_width'] = 'Szélesség'; -tinyMCELang['lang_insert_table_height'] = 'Magasság'; -tinyMCELang['lang_insert_table_cols'] = 'Oszlopok'; -tinyMCELang['lang_insert_table_rows'] = 'Sorok'; -tinyMCELang['lang_insert_table_cellspacing'] = 'Cellspacing'; -tinyMCELang['lang_insert_table_cellpadding'] = 'Cellpadding'; -tinyMCELang['lang_insert_table_border'] = 'Keret'; -tinyMCELang['lang_insert_table_align'] = 'Igazítás'; -tinyMCELang['lang_insert_table_align_default'] = 'Alapértelmezett'; -tinyMCELang['lang_insert_table_align_left'] = 'Balra'; -tinyMCELang['lang_insert_table_align_right'] = 'Jobbra'; -tinyMCELang['lang_insert_table_align_middle'] = 'Középre'; -tinyMCELang['lang_insert_table_class'] = 'Class'; -tinyMCELang['lang_table_row_title'] = 'Table row properties'; -tinyMCELang['lang_table_cell_title'] = 'Table cell properties'; -tinyMCELang['lang_table_row_desc'] = 'Table row properties'; -tinyMCELang['lang_table_cell_desc'] = 'Table cell properties'; -tinyMCELang['lang_insert_table_valign'] = 'Vertical alignment'; -tinyMCELang['lang_insert_table_align_top'] = 'Top'; -tinyMCELang['lang_insert_table_align_bottom'] = 'Bottom'; -tinyMCELang['lang_table_props_desc'] = 'Table properties'; -tinyMCELang['lang_table_bordercolor'] = 'Border color'; -tinyMCELang['lang_table_bgcolor'] = 'Bg color'; -tinyMCELang['lang_table_merge_cells_title'] = 'Merge table cells'; -tinyMCELang['lang_table_split_cells_desc'] = 'Split table cells'; -tinyMCELang['lang_table_merge_cells_desc'] = 'Merge table cells'; -tinyMCELang['lang_table_cut_row_desc'] = 'Cut table row'; -tinyMCELang['lang_table_copy_row_desc'] = 'Copy table row'; -tinyMCELang['lang_table_paste_row_before_desc'] = 'Paste table row before'; -tinyMCELang['lang_table_paste_row_after_desc'] = 'Paste table row after'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/it.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/it.js deleted file mode 100644 index edb1319b6f..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/it.js +++ /dev/null @@ -1,40 +0,0 @@ -// Variabili di lingua IT - fabrix.xm@lombardiacom.it - -tinyMCELang['lang_table_desc'] = 'Inserisci una nuova tabella'; -tinyMCELang['lang_table_insert_row_before_desc'] = 'Inserisci una riga prima'; -tinyMCELang['lang_table_insert_row_after_desc'] = 'Inserisci una riga dopo'; -tinyMCELang['lang_table_delete_row_desc'] = 'Cancella riga'; -tinyMCELang['lang_table_insert_col_before_desc'] = 'Inserisci colonna prima'; -tinyMCELang['lang_table_insert_col_after_desc'] = 'Inserisci colonna dopo'; -tinyMCELang['lang_table_delete_col_desc'] = 'Rimuovi colonna'; -tinyMCELang['lang_insert_table_title'] = 'Inserisci/modifica tabella'; -tinyMCELang['lang_insert_table_width'] = 'Larghezza'; -tinyMCELang['lang_insert_table_height'] = 'Altezza'; -tinyMCELang['lang_insert_table_cols'] = 'Colonne'; -tinyMCELang['lang_insert_table_rows'] = 'Righe'; -tinyMCELang['lang_insert_table_cellspacing'] = 'Cellspacing'; -tinyMCELang['lang_insert_table_cellpadding'] = 'Cellpadding'; -tinyMCELang['lang_insert_table_border'] = 'Bordo'; -tinyMCELang['lang_insert_table_align'] = 'Allineamento'; -tinyMCELang['lang_insert_table_align_default'] = 'Default'; -tinyMCELang['lang_insert_table_align_left'] = 'Sinistra'; -tinyMCELang['lang_insert_table_align_right'] = 'Destra'; -tinyMCELang['lang_insert_table_align_middle'] = 'Centro'; -tinyMCELang['lang_insert_table_class'] = 'Classe'; -tinyMCELang['lang_table_row_title'] = 'Table row properties'; -tinyMCELang['lang_table_cell_title'] = 'Table cell properties'; -tinyMCELang['lang_table_row_desc'] = 'Table row properties'; -tinyMCELang['lang_table_cell_desc'] = 'Table cell properties'; -tinyMCELang['lang_insert_table_valign'] = 'Vertical alignment'; -tinyMCELang['lang_insert_table_align_top'] = 'Top'; -tinyMCELang['lang_insert_table_align_bottom'] = 'Bottom'; -tinyMCELang['lang_table_props_desc'] = 'Table properties'; -tinyMCELang['lang_table_bordercolor'] = 'Border color'; -tinyMCELang['lang_table_bgcolor'] = 'Bg color'; -tinyMCELang['lang_table_merge_cells_title'] = 'Merge table cells'; -tinyMCELang['lang_table_split_cells_desc'] = 'Split table cells'; -tinyMCELang['lang_table_merge_cells_desc'] = 'Merge table cells'; -tinyMCELang['lang_table_cut_row_desc'] = 'Cut table row'; -tinyMCELang['lang_table_copy_row_desc'] = 'Copy table row'; -tinyMCELang['lang_table_paste_row_before_desc'] = 'Paste table row before'; -tinyMCELang['lang_table_paste_row_after_desc'] = 'Paste table row after'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/ja.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/ja.js deleted file mode 100644 index 862148fd4b..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/ja.js +++ /dev/null @@ -1,40 +0,0 @@ -// JP lang variables - -tinyMCELang['lang_table_desc'] = '$B%F!<%V%k(B'; -tinyMCELang['lang_table_insert_row_before_desc'] = '$B9TA^F~(B($BA0(B)'; -tinyMCELang['lang_table_insert_row_after_desc'] = '$B9TA^F~(B($B8e(B)'; -tinyMCELang['lang_table_delete_row_desc'] = '$B9T:o=|(B'; -tinyMCELang['lang_table_insert_col_before_desc'] = '$BNsA^F~(B($BA0(B)'; -tinyMCELang['lang_table_insert_col_after_desc'] = '$BNsA^F~(B($B8e(B)'; -tinyMCELang['lang_table_delete_col_desc'] = '$BNs:o=|(B'; -tinyMCELang['lang_insert_table_title'] = '$B%F!<%V%k$NA^F~(B/$BJT=8(B'; -tinyMCELang['lang_insert_table_cols'] = '$BNs?t(B'; -tinyMCELang['lang_insert_table_rows'] = '$B9T?t(B'; -tinyMCELang['lang_insert_table_cellspacing'] = '$B%;%kM>Gr(B'; -tinyMCELang['lang_insert_table_cellpadding'] = '$B%;%k5M$a(B'; -tinyMCELang['lang_insert_table_align'] = '$B0LCVD4@0(B'; -tinyMCELang['lang_insert_table_align_default'] = '$B0EL[(B'; -tinyMCELang['lang_insert_table_align_left'] = '$B:85M$a(B'; -tinyMCELang['lang_insert_table_align_right'] = '$B1&5M$a(B'; -tinyMCELang['lang_insert_table_align_middle'] = '$BCf1{4s$;(B'; -tinyMCELang['lang_insert_table_width'] = '$BI}(B'; -tinyMCELang['lang_insert_table_height'] = '$B9b$5(B'; -tinyMCELang['lang_insert_table_border'] = '$B6-3&@~(B'; -tinyMCELang['lang_insert_table_class'] = '$B%/%i%9(B'; -tinyMCELang['lang_table_row_title'] = 'Table row properties'; -tinyMCELang['lang_table_cell_title'] = 'Table cell properties'; -tinyMCELang['lang_table_row_desc'] = 'Table row properties'; -tinyMCELang['lang_table_cell_desc'] = 'Table cell properties'; -tinyMCELang['lang_insert_table_valign'] = 'Vertical alignment'; -tinyMCELang['lang_insert_table_align_top'] = 'Top'; -tinyMCELang['lang_insert_table_align_bottom'] = 'Bottom'; -tinyMCELang['lang_table_props_desc'] = 'Table properties'; -tinyMCELang['lang_table_bordercolor'] = 'Border color'; -tinyMCELang['lang_table_bgcolor'] = 'Bg color'; -tinyMCELang['lang_table_merge_cells_title'] = 'Merge table cells'; -tinyMCELang['lang_table_split_cells_desc'] = 'Split table cells'; -tinyMCELang['lang_table_merge_cells_desc'] = 'Merge table cells'; -tinyMCELang['lang_table_cut_row_desc'] = 'Cut table row'; -tinyMCELang['lang_table_copy_row_desc'] = 'Copy table row'; -tinyMCELang['lang_table_paste_row_before_desc'] = 'Paste table row before'; -tinyMCELang['lang_table_paste_row_after_desc'] = 'Paste table row after'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/ko.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/ko.js deleted file mode 100644 index 9c5c6d3d26..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/ko.js +++ /dev/null @@ -1,40 +0,0 @@ -// KO lang variables - -tinyMCELang['lang_table_desc'] = 'Ç¥ ³Ö±â'; -tinyMCELang['lang_table_insert_row_before_desc'] = '¾Õ¿¡ Çà ³Ö±â'; -tinyMCELang['lang_table_insert_row_after_desc'] = 'µÚ¿¡ Çà ³Ö±â'; -tinyMCELang['lang_table_delete_row_desc'] = 'Çà Áö¿ì±â'; -tinyMCELang['lang_table_insert_col_before_desc'] = '¾Õ¿¡ ¿­ ³Ö±â'; -tinyMCELang['lang_table_insert_col_after_desc'] = 'µÚ¿¡ ¿­ ³Ö±â'; -tinyMCELang['lang_table_delete_col_desc'] = '¿­ Áö¿ì±â'; -tinyMCELang['lang_insert_table_title'] = 'Ç¥ ³Ö±â/°íÄ¡±â'; -tinyMCELang['lang_insert_table_width'] = '³Êºñ'; -tinyMCELang['lang_insert_table_height'] = '³ôÀÌ'; -tinyMCELang['lang_insert_table_cols'] = 'Çà'; -tinyMCELang['lang_insert_table_rows'] = '¿­'; -tinyMCELang['lang_insert_table_cellspacing'] = '¼¿ °£°Ý'; -tinyMCELang['lang_insert_table_cellpadding'] = '¼¿ ¿©¹é'; -tinyMCELang['lang_insert_table_border'] = 'Å׵θ®'; -tinyMCELang['lang_insert_table_align'] = 'Á¤·Ä'; -tinyMCELang['lang_insert_table_align_default'] = '±âº»°ª'; -tinyMCELang['lang_insert_table_align_left'] = '¿ÞÂÊ'; -tinyMCELang['lang_insert_table_align_right'] = '¿À¸¥ÂÊ'; -tinyMCELang['lang_insert_table_align_middle'] = '°¡¿îµ¥'; -tinyMCELang['lang_insert_table_class'] = 'Ŭ·¡½º'; -tinyMCELang['lang_table_row_title'] = 'Table row properties'; -tinyMCELang['lang_table_cell_title'] = 'Table cell properties'; -tinyMCELang['lang_table_row_desc'] = 'Table row properties'; -tinyMCELang['lang_table_cell_desc'] = 'Table cell properties'; -tinyMCELang['lang_insert_table_valign'] = 'Vertical alignment'; -tinyMCELang['lang_insert_table_align_top'] = 'Top'; -tinyMCELang['lang_insert_table_align_bottom'] = 'Bottom'; -tinyMCELang['lang_table_props_desc'] = 'Table properties'; -tinyMCELang['lang_table_bordercolor'] = 'Border color'; -tinyMCELang['lang_table_bgcolor'] = 'Bg color'; -tinyMCELang['lang_table_merge_cells_title'] = 'Merge table cells'; -tinyMCELang['lang_table_split_cells_desc'] = 'Split table cells'; -tinyMCELang['lang_table_merge_cells_desc'] = 'Merge table cells'; -tinyMCELang['lang_table_cut_row_desc'] = 'Cut table row'; -tinyMCELang['lang_table_copy_row_desc'] = 'Copy table row'; -tinyMCELang['lang_table_paste_row_before_desc'] = 'Paste table row before'; -tinyMCELang['lang_table_paste_row_after_desc'] = 'Paste table row after'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/nl.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/nl.js deleted file mode 100644 index 8bf8e9f84c..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/nl.js +++ /dev/null @@ -1,40 +0,0 @@ -// NL lang variables - -tinyMCELang['lang_table_desc'] = 'Voeg een nieuwe tabel in'; -tinyMCELang['lang_table_insert_row_before_desc'] = 'Voeg rij in voor ...'; -tinyMCELang['lang_table_insert_row_after_desc'] = 'Voeg rij in na ...'; -tinyMCELang['lang_table_delete_row_desc'] = 'Verwijder rij'; -tinyMCELang['lang_table_insert_col_before_desc'] = 'Voeg kolom in voor ...'; -tinyMCELang['lang_table_insert_col_after_desc'] = 'Voeg kolom in na ...'; -tinyMCELang['lang_table_delete_col_desc'] = 'Verwijder kolom'; -tinyMCELang['lang_insert_table_title'] = 'Invoegen/Bewerken tabel'; -tinyMCELang['lang_insert_table_width'] = 'Breedte'; -tinyMCELang['lang_insert_table_height'] = 'Hoogte'; -tinyMCELang['lang_insert_table_cols'] = 'Kolommen'; -tinyMCELang['lang_insert_table_rows'] = 'Rijen'; -tinyMCELang['lang_insert_table_cellspacing'] = 'Celafstand'; -tinyMCELang['lang_insert_table_cellpadding'] = 'Celvulling'; -tinyMCELang['lang_insert_table_border'] = 'Omranding'; -tinyMCELang['lang_insert_table_align'] = 'Positionering'; -tinyMCELang['lang_insert_table_align_default'] = 'Standaard'; -tinyMCELang['lang_insert_table_align_left'] = 'Links'; -tinyMCELang['lang_insert_table_align_right'] = 'Rechts'; -tinyMCELang['lang_insert_table_align_middle'] = 'Midden'; -tinyMCELang['lang_insert_table_class'] = 'CSS-Stijl'; -tinyMCELang['lang_table_row_title'] = 'Table row properties'; -tinyMCELang['lang_table_cell_title'] = 'Table cell properties'; -tinyMCELang['lang_table_row_desc'] = 'Table row properties'; -tinyMCELang['lang_table_cell_desc'] = 'Table cell properties'; -tinyMCELang['lang_insert_table_valign'] = 'Vertical alignment'; -tinyMCELang['lang_insert_table_align_top'] = 'Top'; -tinyMCELang['lang_insert_table_align_bottom'] = 'Bottom'; -tinyMCELang['lang_table_props_desc'] = 'Table properties'; -tinyMCELang['lang_table_bordercolor'] = 'Border color'; -tinyMCELang['lang_table_bgcolor'] = 'Bg color'; -tinyMCELang['lang_table_merge_cells_title'] = 'Merge table cells'; -tinyMCELang['lang_table_split_cells_desc'] = 'Split table cells'; -tinyMCELang['lang_table_merge_cells_desc'] = 'Merge table cells'; -tinyMCELang['lang_table_cut_row_desc'] = 'Cut table row'; -tinyMCELang['lang_table_copy_row_desc'] = 'Copy table row'; -tinyMCELang['lang_table_paste_row_before_desc'] = 'Paste table row before'; -tinyMCELang['lang_table_paste_row_after_desc'] = 'Paste table row after'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/no.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/no.js deleted file mode 100644 index 97b7827949..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/no.js +++ /dev/null @@ -1,40 +0,0 @@ -// NO lang variables - -tinyMCELang['lang_table_desc'] = 'Opprett/endre tabell'; -tinyMCELang['lang_table_insert_row_before_desc'] = 'Opprett rad før'; -tinyMCELang['lang_table_insert_row_after_desc'] = 'Opprett rad etter'; -tinyMCELang['lang_table_delete_row_desc'] = 'Fjern rad'; -tinyMCELang['lang_table_insert_col_before_desc'] = 'Opprett kolonne før'; -tinyMCELang['lang_table_insert_col_after_desc'] = 'Opprett kolonne etter'; -tinyMCELang['lang_table_delete_col_desc'] = 'Fjern kolonne'; -tinyMCELang['lang_insert_table_title'] = 'Opprett/endre tabell'; -tinyMCELang['lang_insert_table_width'] = 'Bredde'; -tinyMCELang['lang_insert_table_height'] = 'Høyde'; -tinyMCELang['lang_insert_table_cols'] = 'Kolonner'; -tinyMCELang['lang_insert_table_rows'] = 'Rader'; -tinyMCELang['lang_insert_table_cellspacing'] = 'Celle-mellomrom'; -tinyMCELang['lang_insert_table_cellpadding'] = 'Celle-padding'; -tinyMCELang['lang_insert_table_border'] = 'Rammebredde'; -tinyMCELang['lang_insert_table_align'] = 'Justering'; -tinyMCELang['lang_insert_table_align_default'] = 'Ingen'; -tinyMCELang['lang_insert_table_align_left'] = 'Venstre'; -tinyMCELang['lang_insert_table_align_right'] = 'Høyre'; -tinyMCELang['lang_insert_table_align_middle'] = 'Midten'; -tinyMCELang['lang_insert_table_class'] = 'Stil'; -tinyMCELang['lang_table_row_title'] = 'Table row properties'; -tinyMCELang['lang_table_cell_title'] = 'Table cell properties'; -tinyMCELang['lang_table_row_desc'] = 'Table row properties'; -tinyMCELang['lang_table_cell_desc'] = 'Table cell properties'; -tinyMCELang['lang_insert_table_valign'] = 'Vertical alignment'; -tinyMCELang['lang_insert_table_align_top'] = 'Top'; -tinyMCELang['lang_insert_table_align_bottom'] = 'Bottom'; -tinyMCELang['lang_table_props_desc'] = 'Table properties'; -tinyMCELang['lang_table_bordercolor'] = 'Border color'; -tinyMCELang['lang_table_bgcolor'] = 'Bg color'; -tinyMCELang['lang_table_merge_cells_title'] = 'Merge table cells'; -tinyMCELang['lang_table_split_cells_desc'] = 'Split table cells'; -tinyMCELang['lang_table_merge_cells_desc'] = 'Merge table cells'; -tinyMCELang['lang_table_cut_row_desc'] = 'Cut table row'; -tinyMCELang['lang_table_copy_row_desc'] = 'Copy table row'; -tinyMCELang['lang_table_paste_row_before_desc'] = 'Paste table row before'; -tinyMCELang['lang_table_paste_row_after_desc'] = 'Paste table row after'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/pl.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/pl.js deleted file mode 100644 index a668c4b640..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/pl.js +++ /dev/null @@ -1,38 +0,0 @@ -// PL lang variables - -tinyMCELang['lang_table_desc'] = 'Wstaw nowa tabele'; -tinyMCELang['lang_table_insert_row_before_desc'] = 'Wstaw wiersz przed'; -tinyMCELang['lang_table_insert_row_after_desc'] = 'Wstaw wiersz po'; -tinyMCELang['lang_table_delete_row_desc'] = 'Skasuj wiersz'; -tinyMCELang['lang_table_insert_col_before_desc'] = 'Wstaw kolumne przed'; -tinyMCELang['lang_table_insert_col_after_desc'] = 'Wstaw kolumne po'; -tinyMCELang['lang_table_delete_col_desc'] = 'Skasuj kolumne'; -tinyMCELang['lang_insert_table_title'] = 'Wstaw/Modyfikuj tabele'; -tinyMCELang['lang_insert_table_width'] = 'Szerokosc'; -tinyMCELang['lang_insert_table_height'] = 'Wysokosc'; -tinyMCELang['lang_insert_table_cols'] = 'Kolumny'; -tinyMCELang['lang_insert_table_rows'] = 'Wiersze'; -tinyMCELang['lang_insert_table_cellspacing'] = 'Cellspacing'; -tinyMCELang['lang_insert_table_cellpadding'] = 'Cellpadding'; -tinyMCELang['lang_insert_table_border'] = 'Ramka'; -tinyMCELang['lang_insert_table_align'] = 'Wyrównanie'; -tinyMCELang['lang_insert_table_align_default'] = 'Domyslny'; -tinyMCELang['lang_insert_table_align_left'] = 'Do lewej'; -tinyMCELang['lang_insert_table_align_right'] = 'Do prawej'; -tinyMCELang['lang_insert_table_align_middle'] = 'Wycentrowanie'; -tinyMCELang['lang_insert_table_class'] = 'Klasa'; -tinyMCELang['lang_table_row_title'] = 'Wlasciwosci wiersza'; -tinyMCELang['lang_table_cell_title'] = 'Wlasciwosci komórki'; -tinyMCELang['lang_table_row_desc'] = 'Wlasciwosci wiersza'; -tinyMCELang['lang_table_cell_desc'] = 'Wlasciwosci komórki'; -tinyMCELang['lang_insert_table_valign'] = 'Wyrównanie pionowe'; -tinyMCELang['lang_insert_table_align_top'] = 'do góry'; -tinyMCELang['lang_insert_table_align_bottom'] = 'do dolu'; -tinyMCELang['lang_table_props_desc'] = 'Wlasciwosci tabeli'; -tinyMCELang['lang_table_merge_cells_title'] = 'Merge table cells'; -tinyMCELang['lang_table_split_cells_desc'] = 'Split table cells'; -tinyMCELang['lang_table_merge_cells_desc'] = 'Merge table cells'; -tinyMCELang['lang_table_cut_row_desc'] = 'Cut table row'; -tinyMCELang['lang_table_copy_row_desc'] = 'Copy table row'; -tinyMCELang['lang_table_paste_row_before_desc'] = 'Paste table row before'; -tinyMCELang['lang_table_paste_row_after_desc'] = 'Paste table row after'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/pt.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/pt.js deleted file mode 100644 index c63e4b17bd..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/pt.js +++ /dev/null @@ -1,40 +0,0 @@ -// PT lang variables - -tinyMCELang['lang_table_desc'] = 'Insere uma nova tabela'; -tinyMCELang['lang_table_insert_row_before_desc'] = 'Inserir linha antes'; -tinyMCELang['lang_table_insert_row_after_desc'] = 'Inserir linha depois'; -tinyMCELang['lang_table_delete_row_desc'] = 'Eliminar linha'; -tinyMCELang['lang_table_insert_col_before_desc'] = 'Inserir coluna antes'; -tinyMCELang['lang_table_insert_col_after_desc'] = 'Inserir coluna depois'; -tinyMCELang['lang_table_delete_col_desc'] = 'Remover coluna'; -tinyMCELang['lang_insert_table_title'] = 'Inserir/Modificar tabela'; -tinyMCELang['lang_insert_table_width'] = 'Largura'; -tinyMCELang['lang_insert_table_height'] = 'Altura'; -tinyMCELang['lang_insert_table_cols'] = 'Colunas'; -tinyMCELang['lang_insert_table_rows'] = 'Linhas'; -tinyMCELang['lang_insert_table_cellspacing'] = 'Espaça
mento'; -tinyMCELang['lang_insert_table_cellpadding'] = 'Margem interior'; -tinyMCELang['lang_insert_table_border'] = 'Borda'; -tinyMCELang['lang_insert_table_align'] = 'Alinhamento'; -tinyMCELang['lang_insert_table_align_default'] = 'Por omissão'; -tinyMCELang['lang_insert_table_align_left'] = 'Esquerda'; -tinyMCELang['lang_insert_table_align_right'] = 'Direita'; -tinyMCELang['lang_insert_table_align_middle'] = 'Centrado'; -tinyMCELang['lang_insert_table_class'] = 'Classe de CSS'; -tinyMCELang['lang_table_row_title'] = 'Table row properties'; -tinyMCELang['lang_table_cell_title'] = 'Table cell properties'; -tinyMCELang['lang_table_row_desc'] = 'Table row properties'; -tinyMCELang['lang_table_cell_desc'] = 'Table cell properties'; -tinyMCELang['lang_insert_table_valign'] = 'Vertical alignment'; -tinyMCELang['lang_insert_table_align_top'] = 'Top'; -tinyMCELang['lang_insert_table_align_bottom'] = 'Bottom'; -tinyMCELang['lang_table_props_desc'] = 'Table properties'; -tinyMCELang['lang_table_bordercolor'] = 'Border color'; -tinyMCELang['lang_table_bgcolor'] = 'Bg color'; -tinyMCELang['lang_table_merge_cells_title'] = 'Merge table cells'; -tinyMCELang['lang_table_split_cells_desc'] = 'Split table cells'; -tinyMCELang['lang_table_merge_cells_desc'] = 'Merge table cells'; -tinyMCELang['lang_table_cut_row_desc'] = 'Cut table row'; -tinyMCELang['lang_table_copy_row_desc'] = 'Copy table row'; -tinyMCELang['lang_table_paste_row_before_desc'] = 'Paste table row before'; -tinyMCELang['lang_table_paste_row_after_desc'] = 'Paste table row after'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/readme.txt b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/readme.txt deleted file mode 100644 index e32bcf07ff..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/readme.txt +++ /dev/null @@ -1,4 +0,0 @@ -Theme specific language packs. - -The language pack codes are based on ISO-639-2 -http://www.loc.gov/standards/iso639-2/englangn.html diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/sv.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/sv.js deleted file mode 100644 index 5a19c227af..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/sv.js +++ /dev/null @@ -1,40 +0,0 @@ -// SE lang variables - -tinyMCELang['lang_table_desc'] = 'Skapa ny tabell'; -tinyMCELang['lang_table_insert_row_before_desc'] = 'Skapa rad före'; -tinyMCELang['lang_table_insert_row_after_desc'] = 'Skapa rad efter'; -tinyMCELang['lang_table_delete_row_desc'] = 'Ta bort rad'; -tinyMCELang['lang_table_insert_col_before_desc'] = 'Skapa kolumn före'; -tinyMCELang['lang_table_insert_col_after_desc'] = 'Skapa kolumn efter'; -tinyMCELang['lang_table_delete_col_desc'] = 'Ta bort kolumn'; -tinyMCELang['lang_insert_table_title'] = 'Skapa/Redigera tabell'; -tinyMCELang['lang_insert_table_width'] = 'Bredd'; -tinyMCELang['lang_insert_table_height'] = 'Höjd'; -tinyMCELang['lang_insert_table_cols'] = 'Kolumner'; -tinyMCELang['lang_insert_table_rows'] = 'Rader'; -tinyMCELang['lang_insert_table_cellspacing'] = 'Cellmellanrum'; -tinyMCELang['lang_insert_table_cellpadding'] = 'Cellutfyllnad'; -tinyMCELang['lang_insert_table_border'] = 'Rambredd'; -tinyMCELang['lang_insert_table_align'] = 'Justering'; -tinyMCELang['lang_insert_table_align_default'] = 'Ingen'; -tinyMCELang['lang_insert_table_align_left'] = 'Vänster'; -tinyMCELang['lang_insert_table_align_right'] = 'Höger'; -tinyMCELang['lang_insert_table_align_middle'] = 'Mitten'; -tinyMCELang['lang_insert_table_class'] = 'Stil'; -tinyMCELang['lang_table_row_title'] = 'Tabellradsinställningar'; -tinyMCELang['lang_table_cell_title'] = 'Tabellcellsinställningar'; -tinyMCELang['lang_table_row_desc'] = 'Tabellradsinställningar'; -tinyMCELang['lang_table_cell_desc'] = 'Tabellcellsinställningar'; -tinyMCELang['lang_insert_table_valign'] = 'Vertikal justering'; -tinyMCELang['lang_insert_table_align_top'] = 'Toppen'; -tinyMCELang['lang_insert_table_align_bottom'] = 'Botten'; -tinyMCELang['lang_table_props_desc'] = 'Tabell egenskaper'; -tinyMCELang['lang_table_bordercolor'] = 'Ramfärg'; -tinyMCELang['lang_table_bgcolor'] = 'Bakgrundsfärd'; -tinyMCELang['lang_table_merge_cells_title'] = 'Sammanfoga tabell celler'; -tinyMCELang['lang_table_split_cells_desc'] = 'Delaupp tabell celler'; -tinyMCELang['lang_table_merge_cells_desc'] = 'Sammanfoga tabell celler'; -tinyMCELang['lang_table_cut_row_desc'] = 'Klipput tabell rad'; -tinyMCELang['lang_table_copy_row_desc'] = 'Kopiera tabell rad'; -tinyMCELang['lang_table_paste_row_before_desc'] = 'Klistra in tabell rad före'; -tinyMCELang['lang_table_paste_row_after_desc'] = 'Klistra in tabell rad efter'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/tw.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/tw.js deleted file mode 100644 index a29ab8b57a..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/tw.js +++ /dev/null @@ -1,40 +0,0 @@ -// TW lang variables contributed by Jim Kou - -tinyMCELang['lang_insert_table_align'] = '¹ï»ô'; -tinyMCELang['lang_insert_table_align_default'] = '¼Ð·Ç'; -tinyMCELang['lang_insert_table_align_left'] = '»ô¥ª'; -tinyMCELang['lang_insert_table_align_middle'] = '¸m¤¤'; -tinyMCELang['lang_insert_table_align_right'] = '»ô¥k'; -tinyMCELang['lang_insert_table_border'] = '®Ø½u'; -tinyMCELang['lang_insert_table_cellpadding'] = '¦rÅé»PÀx¦s®æ¶¡»Ø'; -tinyMCELang['lang_insert_table_cellspacing'] = 'Àx¦s®æ¶¡»Ø'; -tinyMCELang['lang_insert_table_class'] = '¼Ë¦¡'; -tinyMCELang['lang_insert_table_cols'] = '¦æ'; -tinyMCELang['lang_insert_table_height'] = '°ª«×'; -tinyMCELang['lang_insert_table_rows'] = '¦C'; -tinyMCELang['lang_insert_table_title'] = 'ªí®æ¼ÐÃD'; -tinyMCELang['lang_insert_table_width'] = '¼e«×'; -tinyMCELang['lang_table_delete_col_desc'] = '§R°£¤@¦æÀx¦s®æ'; -tinyMCELang['lang_table_delete_row_desc'] = '§R°£¤@¦CÀx¦s®æ'; -tinyMCELang['lang_table_desc'] = 'ªí®æ'; -tinyMCELang['lang_table_insert_col_after_desc'] = '·s¼W¤@¦æÀx¦s®æ(«á)'; -tinyMCELang['lang_table_insert_col_before_desc'] = '·s¼W¤@¦æÀx¦s®æ(«e)'; -tinyMCELang['lang_table_insert_row_after_desc'] = '·s¼W¤@¦CÀx¦s®æ(«á)'; -tinyMCELang['lang_table_insert_row_before_desc'] = '·s¼W¤@¦CÀx¦s®æ(«e)'; -tinyMCELang['lang_table_row_title'] = 'Table row properties'; -tinyMCELang['lang_table_cell_title'] = 'Table cell properties'; -tinyMCELang['lang_table_row_desc'] = 'Table row properties'; -tinyMCELang['lang_table_cell_desc'] = 'Table cell properties'; -tinyMCELang['lang_insert_table_valign'] = 'Vertical alignment'; -tinyMCELang['lang_insert_table_align_top'] = 'Top'; -tinyMCELang['lang_insert_table_align_bottom'] = 'Bottom'; -tinyMCELang['lang_table_props_desc'] = 'Table properties'; -tinyMCELang['lang_table_bordercolor'] = 'Border color'; -tinyMCELang['lang_table_bgcolor'] = 'Bg color'; -tinyMCELang['lang_table_merge_cells_title'] = 'Merge table cells'; -tinyMCELang['lang_table_split_cells_desc'] = 'Split table cells'; -tinyMCELang['lang_table_merge_cells_desc'] = 'Merge table cells'; -tinyMCELang['lang_table_cut_row_desc'] = 'Cut table row'; -tinyMCELang['lang_table_copy_row_desc'] = 'Copy table row'; -tinyMCELang['lang_table_paste_row_before_desc'] = 'Paste table row before'; -tinyMCELang['lang_table_paste_row_after_desc'] = 'Paste table row after'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/zh_cn.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/zh_cn.js deleted file mode 100644 index 5699c998fd..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/langs/zh_cn.js +++ /dev/null @@ -1,40 +0,0 @@ -// Simplified Chinese lang variables contributed by cube316 (cube316@etang.com) - -tinyMCELang['lang_table_desc'] = '²åÈëбí¸ñ'; -tinyMCELang['lang_table_insert_row_before_desc'] = 'ÔÚÇ°Ãæ²åÈëÐÐ'; -tinyMCELang['lang_table_insert_row_after_desc'] = 'ÔÚºóÃæ²åÈëÐÐ'; -tinyMCELang['lang_table_delete_row_desc'] = 'ɾ³ýÐÐ'; -tinyMCELang['lang_table_insert_col_before_desc'] = 'ÔÚÇ°Ãæ²åÈëÁÐ'; -tinyMCELang['lang_table_insert_col_after_desc'] = 'ÔÚºóÃæ²åÈëÁÐ'; -tinyMCELang['lang_table_delete_col_desc'] = 'ɾ³ýÁÐ'; -tinyMCELang['lang_insert_table_title'] = '²åÈë/ÐÞ¸Ä ±í¸ñ'; -tinyMCELang['lang_insert_table_width'] = '¿í¶È'; -tinyMCELang['lang_insert_table_height'] = '¸ß¶È'; -tinyMCELang['lang_insert_table_cols'] = 'ÁÐÊý'; -tinyMCELang['lang_insert_table_rows'] = 'ÐÐÊý'; -tinyMCELang['lang_insert_table_cellspacing'] = '¼ä¾à'; -tinyMCELang['lang_insert_table_cellpadding'] = 'Ìî³ä'; -tinyMCELang['lang_insert_table_border'] = '±ß¿ò'; -tinyMCELang['lang_insert_table_align'] = '¶ÔÆ뷽ʽ'; -tinyMCELang['lang_insert_table_align_default'] = 'ĬÈÏ'; -tinyMCELang['lang_insert_table_align_left'] = '×ó¶ÔÆë'; -tinyMCELang['lang_insert_table_align_right'] = 'ÓÒ¶ÔÆë'; -tinyMCELang['lang_insert_table_align_middle'] = '¾ÓÖжÔÆë'; -tinyMCELang['lang_insert_table_class'] = 'Àà'; -tinyMCELang['lang_table_row_title'] = '±í¸ñÐÐÊôÐÔ'; -tinyMCELang['lang_table_cell_title'] = 'µ¥Ôª¸ñÊôÐÔ'; -tinyMCELang['lang_table_row_desc'] = '±í¸ñÐÐÊôÐÔ'; -tinyMCELang['lang_table_cell_desc'] = 'µ¥Ôª¸ñÊôÐÔ'; -tinyMCELang['lang_insert_table_valign'] = '´¹Ö±¶ÔÆë'; -tinyMCELang['lang_insert_table_align_top'] = '¶¥¶Ë'; -tinyMCELang['lang_insert_table_align_bottom'] = 'µ×²¿'; -tinyMCELang['lang_table_props_desc'] = 'Table properties'; -tinyMCELang['lang_table_bordercolor'] = 'Border color'; -tinyMCELang['lang_table_bgcolor'] = 'Bg color'; -tinyMCELang['lang_table_merge_cells_title'] = 'Merge table cells'; -tinyMCELang['lang_table_split_cells_desc'] = 'Split table cells'; -tinyMCELang['lang_table_merge_cells_desc'] = 'Merge table cells'; -tinyMCELang['lang_table_cut_row_desc'] = 'Cut table row'; -tinyMCELang['lang_table_copy_row_desc'] = 'Copy table row'; -tinyMCELang['lang_table_paste_row_before_desc'] = 'Paste table row before'; -tinyMCELang['lang_table_paste_row_after_desc'] = 'Paste table row after'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/merge_cells.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/merge_cells.htm deleted file mode 100644 index 98f71a297b..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/merge_cells.htm +++ /dev/null @@ -1,60 +0,0 @@ - - -{$lang_table_merge_cells_title} - - - - -
-
-{$lang_table_merge_cells_title} -
- - - - - - - - - - - - -
{$lang_insert_table_cols}: -
{$lang_insert_table_rows}:
- - - - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/readme.txt b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/readme.txt deleted file mode 100644 index 6dcaf55911..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/readme.txt +++ /dev/null @@ -1,44 +0,0 @@ - Table plugin for TinyMCE ------------------------------- - -Installation instructions: - * Copy the table directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins). - * Add plugin to TinyMCE plugin option list example: plugins : "table". - * Add the table button name to button list, example: theme_advanced_buttons3_add_before : "tablecontrols". - -Initialization example: - tinyMCE.init({ - theme : "advanced", - mode : "textareas", - plugins : "table", - theme_advanced_buttons3_add_before : "tablecontrols" - }); - -Table controls: - tablecontrols All table control below and some separators between them. - table Insert table control. - row_props Edit row properties (tr). - cell_props Edit cell properties (td). - delete_col Delete column control. - delete_row Delete row control. - col_after Column after control. - col_before Column before control. - row_after Row after control. - row_before Row before control. - row_after Row after control. - row_before Row before control. - -Table plugin commands: - mceInsertTable Inserts a new table at cursor location the default size is 2x2. - If the value parameter is specified it should contain a name/value array, - this array has the following options cols, rows, border, cellspacing, cellpadding. - The default border is set to: 0. - mceTableInsertRowBefore Inserts a row before/above the current cursor location. - mceTableInsertRowAfter Inserts a row after/under the current cursor location. - mceTableDeleteRow Deletes the row at the current cursor location. - mceTableInsertColBefore Inserts a column before the current cursor location. - mceTableInsertColAfter Inserts a column after the current cursor location. - mceTableDeleteCol Deletes the column at the current cursor location. - -Options: - table_color_fields If set to true, tables dialogs will have color fields. diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/row.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/row.htm deleted file mode 100644 index 4b4d9fef0b..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/row.htm +++ /dev/null @@ -1,131 +0,0 @@ - - -{$lang_table_row_title} - - - - -
- - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
{$lang_table_row_title}
{$lang_insert_table_align}:{$lang_insert_table_class}:
{$lang_insert_table_valign}:{$lang_insert_table_height}:
  
-
- - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/table.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/table.htm deleted file mode 100644 index 2615d4dd1c..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/table/table.htm +++ /dev/null @@ -1,156 +0,0 @@ - - -{$lang_insert_table_title} - - - - -
- - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{$lang_insert_table_title}
{$lang_insert_table_cols}:{$lang_insert_table_rows}:
{$lang_insert_table_cellpadding}:{$lang_insert_table_cellspacing}:
{$lang_insert_table_align}:{$lang_insert_table_border}:
{$lang_insert_table_width}:{$lang_insert_table_height}:
{$lang_insert_table_class}: -   
  
-
- - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/zoom/editor_plugin.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/zoom/editor_plugin.js deleted file mode 100644 index f4ffe03a1e..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/zoom/editor_plugin.js +++ /dev/null @@ -1,7 +0,0 @@ -/* Import plugin specific language pack */ - function TinyMCE_zoom_getControlHTML(control_name){if(!tinyMCE.isMSIE||tinyMCE.isMSIE5_0)return "";switch(control_name){case "zoom":return '';}return "";}function TinyMCE_zoom_execCommand(editor_id,element,command,user_interface,value){switch(command){case "mceZoom":tinyMCE.getInstanceById(editor_id).contentDocument.body.style.zoom=value;tinyMCE.getInstanceById(editor_id).contentDocument.body.style.mozZoom=value;return true;}return false;} \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/zoom/editor_plugin_src.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/zoom/editor_plugin_src.js deleted file mode 100644 index 8131b60272..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/zoom/editor_plugin_src.js +++ /dev/null @@ -1,38 +0,0 @@ -/* Import plugin specific language pack */ -//tinyMCE.importPluginLanguagePack('zoom', 'en,sv,pt,fr_ca,fr,de'); - -/** - * Returns the HTML contents of the zoom control. - */ -function TinyMCE_zoom_getControlHTML(control_name) { - if (!tinyMCE.isMSIE || tinyMCE.isMSIE5_0) - return ""; - - switch (control_name) { - case "zoom": - return ''; - } - - return ""; -} - -/** - * Executes the mceZoom command. - */ -function TinyMCE_zoom_execCommand(editor_id, element, command, user_interface, value) { - // Handle commands - switch (command) { - case "mceZoom": - tinyMCE.getInstanceById(editor_id).contentDocument.body.style.zoom = value; - tinyMCE.getInstanceById(editor_id).contentDocument.body.style.mozZoom = value; - return true; - } - - // Pass to next handler in chain - return false; -} diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/zoom/langs/es-es.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/zoom/langs/es-es.js deleted file mode 100644 index c9247018ad..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/zoom/langs/es-es.js +++ /dev/null @@ -1,2 +0,0 @@ -tinyMCELang['lang_dir'] = 'ltr'; -tinyMCELang['lang_zoom_prefix'] = 'Escala'; \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/zoom/langs/fa.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/zoom/langs/fa.js deleted file mode 100644 index b22b878142..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/zoom/langs/fa.js +++ /dev/null @@ -1,8 +0,0 @@ -// IR lang variables -// Persian (Farsi) language pack (for IRAN) -// By: Morteza Zafari -// Lost@LostLord.com -// http://www.LostLord.com - -tinyMCELang['lang_dir'] = 'rtl'; -tinyMCELang['lang_zoom_prefix'] = 'بزرگنمایی'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/zoom/langs/fr_ca.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/zoom/langs/fr_ca.js deleted file mode 100644 index a1dc964f57..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/zoom/langs/fr_ca.js +++ /dev/null @@ -1,3 +0,0 @@ -// CA_FR lang variables - -tinyMCELang['lang_zoom_prefix'] = 'Zoom'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/zoom/langs/pl.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/zoom/langs/pl.js deleted file mode 100644 index 7dde846f48..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/zoom/langs/pl.js +++ /dev/null @@ -1,4 +0,0 @@ -// PL lang variables - -tinyMCELang['lang_dir'] = 'ltr'; -tinyMCELang['lang_zoom_prefix'] = 'Powiększenie'; \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/zoom/readme.txt b/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/zoom/readme.txt deleted file mode 100644 index 469a292e37..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/zoom/readme.txt +++ /dev/null @@ -1,22 +0,0 @@ - Zoom plugin for TinyMCE --------------------------- - -About: - Adds a zoom drop list in MSIE5.5+, this plugin was mostly created to - show how to add custom droplists as plugins. - -Installation instructions: - * Copy the zoom directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins). - * Add plugin to TinyMCE plugin option list example: plugins : "zoom". - * Add the preview button name to button list, example: theme_advanced_buttons3_add : "zoom". - -Initialization example: - tinyMCE.init({ - theme : "advanced", - mode : "textareas", - plugins : "preview", - theme_advanced_buttons3_add : "zoom" - }); - -Requirement: - This plugin requires MSIE on Mozilla the button will not be visible. diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/anchor.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/anchor.htm deleted file mode 100644 index 4eeee7a2e2..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/anchor.htm +++ /dev/null @@ -1,52 +0,0 @@ - - -{$lang_insert_anchor_title} - - - - -
- - - - -
- - - - - - - - - - - -
{$lang_insert_anchor_title}
{$lang_insert_anchor_name}:
-
-
- - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/charmap.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/charmap.htm deleted file mode 100644 index 86a830830b..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/charmap.htm +++ /dev/null @@ -1,380 +0,0 @@ - - -{$lang_theme_charmap_title} - - - - - - - - - - - - - - - - -
{$lang_theme_charmap_title}
- - - - - - - - - -
 
 
-
- - - - - - - - - - - - - - - - -
HTML-Code
 
 
NUM-Code
 
-
- - - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/color_picker.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/color_picker.htm deleted file mode 100644 index 55a8acdb39..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/color_picker.htm +++ /dev/null @@ -1,272 +0,0 @@ - - -{$lang_theme_colorpicker_title} - - - - -
- -
- - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/cs/about.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/cs/about.htm deleted file mode 100644 index 0ad95d6df8..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/cs/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/cs/common_buttons.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/cs/common_buttons.htm deleted file mode 100644 index d7a2bf45c0..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/cs/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/cs/images/insert_image_window.png b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/cs/images/insert_image_window.png deleted file mode 100644 index 5d9ea98303..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/cs/images/insert_image_window.png and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/cs/images/insert_link_window.png b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/cs/images/insert_link_window.png deleted file mode 100644 index 94a0c2e5a4..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/cs/images/insert_link_window.png and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/cs/images/insert_table_window.png b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/cs/images/insert_table_window.png deleted file mode 100644 index 17c46d0f48..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/cs/images/insert_table_window.png and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/cs/index.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/cs/index.htm deleted file mode 100644 index 14ab2d2204..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/cs/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/cs/insert_image_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/cs/insert_image_button.htm deleted file mode 100644 index a3211f44e2..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/cs/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/cs/insert_link_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/cs/insert_link_button.htm deleted file mode 100644 index f32fe9cd5a..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/cs/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/cs/insert_table_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/cs/insert_table_button.htm deleted file mode 100644 index 272185925b..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/cs/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/cs/style.css b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/cs/style.css deleted file mode 100644 index 59c464db5b..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/cs/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/de/about.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/de/about.htm deleted file mode 100644 index 24995ffaeb..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/de/common_buttons.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/de/common_buttons.htm deleted file mode 100644 index c247108f33..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/de/images/insert_image_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/de/images/insert_image_window.gif deleted file mode 100644 index 751de28166..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/de/images/insert_image_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/de/images/insert_link_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/de/images/insert_link_window.gif deleted file mode 100644 index 14871d7d2f..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/de/images/insert_link_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/de/index.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/de/index.htm deleted file mode 100644 index 05f3d5b866..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/de/insert_image_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/de/insert_image_button.htm deleted file mode 100644 index bc48ba8116..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/de/insert_link_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/de/insert_link_button.htm deleted file mode 100644 index 07f44985fc..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/de/style.css b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/de/style.css deleted file mode 100644 index 975bc5a39b..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/about.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/about.htm deleted file mode 100644 index 7348dd525b..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/common_buttons.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/common_buttons.htm deleted file mode 100644 index ea8c6c27ce..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_anchor_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_anchor_window.gif deleted file mode 100644 index 5b5f528dd5..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_anchor_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_image_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_image_window.gif deleted file mode 100644 index cdc617eab3..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_image_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_link_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_link_window.gif deleted file mode 100644 index 7bad7583ab..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_link_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_table_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_table_window.gif deleted file mode 100644 index 6a032c5ae8..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_table_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/index.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/index.htm deleted file mode 100644 index b7e06f28e2..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/index.htm +++ /dev/null @@ -1,27 +0,0 @@ - - - -Help Index - - - - - - - - - -
-
-Click the links below to go to the different help sections. - -
- - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/insert_anchor_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/insert_anchor_button.htm deleted file mode 100644 index 1a58b64152..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/insert_image_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/insert_image_button.htm deleted file mode 100644 index d3f24fba4f..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/insert_link_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/insert_link_button.htm deleted file mode 100644 index 2cf40c07cd..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/insert_table_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/insert_table_button.htm deleted file mode 100644 index f490789cf3..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/style.css b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/style.css deleted file mode 100644 index 975bc5a39b..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/about.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/about.htm deleted file mode 100644 index 53f0a618ba..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/common_buttons.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/common_buttons.htm deleted file mode 100644 index b38e273aab..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/images/insert_image_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/images/insert_image_window.gif deleted file mode 100644 index cdc617eab3..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/images/insert_image_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/images/insert_link_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/images/insert_link_window.gif deleted file mode 100644 index 7bad7583ab..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/images/insert_link_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/images/insert_table_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/images/insert_table_window.gif deleted file mode 100644 index 5e8497f75e..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/images/insert_table_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/index.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/index.htm deleted file mode 100644 index bb8b978677..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/insert_image_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/insert_image_button.htm deleted file mode 100644 index 311f657040..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/insert_link_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/insert_link_button.htm deleted file mode 100644 index 0e061b21bf..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/insert_table_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/insert_table_button.htm deleted file mode 100644 index d0b18f5652..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/style.css b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/es/style.css deleted file mode 100644 index 975bc5a39b..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/about.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/about.htm deleted file mode 100644 index cae7976c17..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/common_buttons.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/common_buttons.htm deleted file mode 100644 index 26f2fe0e74..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/images/insert_image_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/images/insert_image_window.gif deleted file mode 100644 index 29dc616254..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/images/insert_image_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/images/insert_link_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/images/insert_link_window.gif deleted file mode 100644 index 6406a6f17f..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/images/insert_link_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/images/insert_table_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/images/insert_table_window.gif deleted file mode 100644 index b24364695f..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/images/insert_table_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/index.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/index.htm deleted file mode 100644 index 4c8843c174..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/insert_image_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/insert_image_button.htm deleted file mode 100644 index a236307f9f..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/insert_link_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/insert_link_button.htm deleted file mode 100644 index a0ed85da38..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/insert_table_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/insert_table_button.htm deleted file mode 100644 index 95dd5d9ed5..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/style.css b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fi/style.css deleted file mode 100644 index 975bc5a39b..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr/about.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr/about.htm deleted file mode 100644 index d36f4ff0d7..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr/common_buttons.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr/common_buttons.htm deleted file mode 100644 index 12ad141981..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr/images/insert_image_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr/images/insert_image_window.gif deleted file mode 100644 index 4ee31bdf0d..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr/images/insert_image_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr/images/insert_link_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr/images/insert_link_window.gif deleted file mode 100644 index 97009218d0..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr/images/insert_link_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr/images/insert_table_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr/images/insert_table_window.gif deleted file mode 100644 index 1a265223cc..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr/images/insert_table_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr/index.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr/index.htm deleted file mode 100644 index c8923e4007..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr/insert_image_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr/insert_image_button.htm deleted file mode 100644 index 67bde49e81..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr/insert_link_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr/insert_link_button.htm deleted file mode 100644 index 63b065d17f..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr/insert_table_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr/insert_table_button.htm deleted file mode 100644 index 79f61059c5..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr/style.css b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr/style.css deleted file mode 100644 index 975bc5a39b..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr_ca/about.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr_ca/about.htm deleted file mode 100644 index d36f4ff0d7..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr_ca/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr_ca/common_buttons.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr_ca/common_buttons.htm deleted file mode 100644 index 12ad141981..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr_ca/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr_ca/images/insert_anchor_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr_ca/images/insert_anchor_window.gif deleted file mode 100644 index 71f417908f..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr_ca/images/insert_anchor_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr_ca/images/insert_image_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr_ca/images/insert_image_window.gif deleted file mode 100644 index 4ee31bdf0d..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr_ca/images/insert_image_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr_ca/images/insert_link_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr_ca/images/insert_link_window.gif deleted file mode 100644 index 97009218d0..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr_ca/images/insert_link_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr_ca/images/insert_table_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr_ca/images/insert_table_window.gif deleted file mode 100644 index 1a265223cc..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr_ca/images/insert_table_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr_ca/index.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr_ca/index.htm deleted file mode 100644 index c8923e4007..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr_ca/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr_ca/insert_anchor_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr_ca/insert_anchor_button.htm deleted file mode 100644 index 3723f50bfa..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr_ca/insert_anchor_button.htm +++ /dev/null @@ -1,33 +0,0 @@ - - - -Outil d'ajout d'ancres - - - - - - - - - - - -
-
-L'outil d'ajout d'ancres ouvre la fenêtre ci-dessous.
-
-
-
-Il y a un seul champ dans cette fenêtre, c'est le nom de cette ancre. Rappelez-vous, les noms doivent être unique dans la page.
-
-
- - - - - - -
- - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr_ca/insert_image_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr_ca/insert_image_button.htm deleted file mode 100644 index 67bde49e81..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr_ca/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr_ca/insert_link_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr_ca/insert_link_button.htm deleted file mode 100644 index 63b065d17f..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr_ca/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr_ca/insert_table_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr_ca/insert_table_button.htm deleted file mode 100644 index 79f61059c5..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr_ca/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr_ca/style.css b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr_ca/style.css deleted file mode 100644 index 975bc5a39b..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/fr_ca/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/hu/about.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/hu/about.htm deleted file mode 100644 index 3c7721e4a7..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/hu/common_buttons.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/hu/common_buttons.htm deleted file mode 100644 index b3a6ec1c50..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/hu/images/insert_image_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/hu/images/insert_image_window.gif deleted file mode 100644 index a60e1fa8d8..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/hu/images/insert_image_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/hu/images/insert_link_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/hu/images/insert_link_window.gif deleted file mode 100644 index e72357bb6a..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/hu/images/insert_link_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/hu/index.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/hu/index.htm deleted file mode 100644 index ff506e856f..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/hu/insert_image_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/hu/insert_image_button.htm deleted file mode 100644 index 298b82840c..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/hu/insert_link_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/hu/insert_link_button.htm deleted file mode 100644 index 0ef3ab7ab1..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/hu/style.css b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/hu/style.css deleted file mode 100644 index 975bc5a39b..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/images/table.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/images/table.gif deleted file mode 100644 index f8a00544a9..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/images/table.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/images/table_delete_col.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/images/table_delete_col.gif deleted file mode 100644 index 0b2f0fb612..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/images/table_delete_col.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/images/table_delete_row.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/images/table_delete_row.gif deleted file mode 100644 index 1997065fb2..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/images/table_delete_row.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/images/table_insert_col_after.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/images/table_insert_col_after.gif deleted file mode 100644 index c30dafab6f..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/images/table_insert_col_after.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/images/table_insert_col_before.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/images/table_insert_col_before.gif deleted file mode 100644 index 5d1ff37afe..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/images/table_insert_col_before.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/images/table_insert_row_after.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/images/table_insert_row_after.gif deleted file mode 100644 index c3aa15f93a..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/images/table_insert_row_after.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/images/table_insert_row_before.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/images/table_insert_row_before.gif deleted file mode 100644 index c3271e5493..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/images/table_insert_row_before.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/about.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/about.htm deleted file mode 100644 index 6a8b817ab7..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/common_buttons.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/common_buttons.htm deleted file mode 100644 index f41871973b..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/images/insert_anchor_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/images/insert_anchor_window.gif deleted file mode 100644 index cc9fc9d4a5..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/images/insert_anchor_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/images/insert_image_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/images/insert_image_window.gif deleted file mode 100644 index 2b5b8e9600..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/images/insert_image_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/images/insert_link_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/images/insert_link_window.gif deleted file mode 100644 index 9c778e24be..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/images/insert_link_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/images/insert_table_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/images/insert_table_window.gif deleted file mode 100644 index 5cb25cf59f..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/images/insert_table_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/index.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/index.htm deleted file mode 100644 index ecd3af8111..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/insert_anchor_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/insert_anchor_button.htm deleted file mode 100644 index 72cfa6cc2a..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/insert_image_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/insert_image_button.htm deleted file mode 100644 index a4123cc42a..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/insert_link_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/insert_link_button.htm deleted file mode 100644 index eaf92c83af..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/insert_table_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/insert_table_button.htm deleted file mode 100644 index fa49f48cff..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/style.css b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/it/style.css deleted file mode 100644 index 975bc5a39b..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/about.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/about.htm deleted file mode 100644 index c07a5b7981..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/common_buttons.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/common_buttons.htm deleted file mode 100644 index 310c4c8308..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/images/html_source_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/images/html_source_window.gif deleted file mode 100644 index db933dc9e6..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/images/html_source_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/images/insert_anchor_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/images/insert_anchor_window.gif deleted file mode 100644 index 17dde58b7d..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/images/insert_anchor_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/images/insert_image_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/images/insert_image_window.gif deleted file mode 100644 index 05354a4ef2..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/images/insert_image_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/images/insert_link_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/images/insert_link_window.gif deleted file mode 100644 index e1d01a8022..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/images/insert_link_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/images/insert_specchar_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/images/insert_specchar_window.gif deleted file mode 100644 index 986fa51d3c..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/images/insert_specchar_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/images/insert_table_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/images/insert_table_window.gif deleted file mode 100644 index e65679dde3..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/images/insert_table_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/index.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/index.htm deleted file mode 100644 index ab19579340..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/insert_anchor_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/insert_anchor_button.htm deleted file mode 100644 index d1b620443e..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/insert_image_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/insert_image_button.htm deleted file mode 100644 index 99b68cad28..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/insert_link_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/insert_link_button.htm deleted file mode 100644 index f7304ef066..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/insert_specchar_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/insert_specchar_button.htm deleted file mode 100644 index c2fcd8a4b5..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/insert_table_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/insert_table_button.htm deleted file mode 100644 index eefdedd8ed..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/style.css b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/nl/style.css deleted file mode 100644 index 944410153b..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/about.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/about.htm deleted file mode 100644 index c4f17afa71..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/common_buttons.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/common_buttons.htm deleted file mode 100644 index d33ef60166..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/images/insert_anchor_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/images/insert_anchor_window.gif deleted file mode 100644 index c2e08332b6..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/images/insert_anchor_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/images/insert_image_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/images/insert_image_window.gif deleted file mode 100644 index 3dbae3c7b2..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/images/insert_image_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/images/insert_link_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/images/insert_link_window.gif deleted file mode 100644 index 559def6936..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/images/insert_link_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/images/insert_table_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/images/insert_table_window.gif deleted file mode 100644 index b02e34edad..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/images/insert_table_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/index.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/index.htm deleted file mode 100644 index d7615dd363..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/insert_anchor_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/insert_anchor_button.htm deleted file mode 100644 index 562dd70e71..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/insert_image_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/insert_image_button.htm deleted file mode 100644 index 8d5927b6ed..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/insert_link_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/insert_link_button.htm deleted file mode 100644 index 2dac1da36d..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/insert_table_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/insert_table_button.htm deleted file mode 100644 index 88df6fbb90..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/style.css b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/pl/style.css deleted file mode 100644 index 975bc5a39b..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/sv/about.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/sv/about.htm deleted file mode 100644 index 99e52e80f6..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/sv/about.htm +++ /dev/null @@ -1,33 +0,0 @@ - - - -About TinyMCE - - - - - - - - - - - -
-
-TinyMCE är en liten WYSIWYG-editor för webläsare som -MSIE och Mozilla vilken möjliggör för användare att redigera -HTML-innehåll på ett 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.
-
-
- - - - - - -
- - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/sv/common_buttons.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/sv/common_buttons.htm deleted file mode 100644 index e964677356..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/sv/common_buttons.htm +++ /dev/null @@ -1,164 +0,0 @@ - - - -Common buttons - - - - - - - - - - - -
-
-Nedan finner du en kort beskrivning av varje knapp/funktion.
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Fet text.
Kursiv text.
Understruken text.
Genomstruken text.
Rak vänstermarginal.
Centrera.
Rak högermarginal.
Raka marginaler.
Punktlista.
Numrerad lista
Minska indrag.
Öka utdrag.
Ångra senaste ändringen.
Gör om senaste ändringen.
Skapa/Redigera länk, läs mer om denna funktion i - kapitlet Skapa/Redigera länk.
Ta bort länkar från markerade länkar.
Skapa/Redigera ankare, lär mer om denna funktion i - kapitlet Skapa/Redigera ankare.
Skapa/Redigera bild, lär mer om denna funktion i - kapitlet Skapa/Redigera bild.
Rensa/Städa kåden. Denna funktion tar bort onödig - formatering. Bör användas när man t.ex. kopierar text - från Office-program.
Visad denna hjälp.
Öppnar en HTML-käkodseditor .
Skapar en ny tabell (2x2) .
Skapar en rad ovanför den nuvarande raden .
Skapar en rad under den nuvarande raden .
Tar bort en rad.
Skapar en kolumn före den nuvarande kolumnen.
Skapar en kolumn efter den nuvarande kolumnen.
Tar bort en kolumn.
Skapar en horisontell linje.
Tar bort formatering från markerat område.
Skapar nedsänkt text.
Skapar upphöjd text.
-
-
- - - - - - - - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/sv/images/insert_anchor_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/sv/images/insert_anchor_window.gif deleted file mode 100644 index 1c38437e26..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/sv/images/insert_anchor_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/sv/images/insert_image_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/sv/images/insert_image_window.gif deleted file mode 100644 index c3d7379ff2..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/sv/images/insert_image_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/sv/images/insert_link_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/sv/images/insert_link_window.gif deleted file mode 100644 index 2a56e79c4d..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/sv/images/insert_link_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/sv/images/insert_table_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/sv/images/insert_table_window.gif deleted file mode 100644 index e8b69ef02a..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/sv/images/insert_table_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/sv/index.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/sv/index.htm deleted file mode 100644 index 765817b932..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/sv/index.htm +++ /dev/null @@ -1,28 +0,0 @@ - - - -Help Index - - - - - - - - - -
-
-Klicka på länkarna nedan för att gå till olika -hjälp-kapitel. - -
- - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/sv/insert_anchor_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/sv/insert_anchor_button.htm deleted file mode 100644 index 2d9dc10192..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/sv/insert_anchor_button.htm +++ /dev/null @@ -1,35 +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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/sv/insert_image_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/sv/insert_image_button.htm deleted file mode 100644 index d118d726ee..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/sv/insert_image_button.htm +++ /dev/null @@ -1,72 +0,0 @@ - - - -Skapa/Redigera bild - - - - - - - - - - - -
-
-Funktionen "Skapa/Redigera bild" ö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 bildbeskrivning, denna beskrivning kommer att visas som en alternativ -text till bilden.
-
-Fältförklaring:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Bilderns URL URL/sökväg till bilden.
Bildens beskrivningBildens beskrivning, denna beskrivning kommer att visas som en - alternativ text till bilden.
DimensionerBildens bredd 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 tomromHorisontellt tomrum, kan vara användbart när man vill - att text skall flyta runt bilden.
-
-
- - - - - - -
- - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/sv/insert_link_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/sv/insert_link_button.htm deleted file mode 100644 index 1c43a78713..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/sv/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/sv/insert_table_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/sv/insert_table_button.htm deleted file mode 100644 index c75621d037..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/sv/insert_table_button.htm +++ /dev/null @@ -1,73 +0,0 @@ - - - -Skapa/Redigera tabell - - - - - - - - - - - -
-
-Skapa tabell-knappen öppnar ett nytt fönster, med hjälp av -detta fönster kan du skapa tabeller.
-
-
-
-Fältförklaring:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
KolumnerAntal kolumner i tabellen.
RaderAntal rader i tabellen .
CellutfyllnadAntal pixlars utfyllnad i varje cell.
CellmellanrumAntal pixlars mellanrum mellan cellerna.
JusteringTabellens justering.
RambreddRamens bredd .
BreddBredd i pixlar.
HöjdHöjd i pixlar.
StilStilmall på tabellen.
-
-
-
- - - - - - -
- - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/sv/style.css b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/sv/style.css deleted file mode 100644 index 975bc5a39b..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/sv/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/zh_cn/about.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/zh_cn/about.htm deleted file mode 100644 index 7fda79bac5..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/zh_cn/about.htm +++ /dev/null @@ -1,29 +0,0 @@ - - -¹ØÓÚTinyMCE - - - - - - - - - - - - -
-
-TinyMCEÊÇÒ»ÖÖÊÊÓÃÓÚMSIEºÍMozillaµÈä¯ÀÀÆ÷µÄÇáÁ¿¼¶Ëù¼û¼´ËùµÃ±à¼­Æ÷£¬ÒÔ¸ü¼ÓÓѺõķ½Ê½¹©Óû§±à¼­HTMLÄÚÈÝ¡£Ëü¾ßÓд󲿷ÖÎÄ×Ö´¦ÀíÆ÷Ëù³£¼ûµÄ¹¦ÄÜ£¬²¢ÇÒÒ×ÓÚʹÓá£
-
-
- - - - - - -
- - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/zh_cn/common_buttons.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/zh_cn/common_buttons.htm deleted file mode 100644 index f1032965be..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/zh_cn/common_buttons.htm +++ /dev/null @@ -1,160 +0,0 @@ - - -³£Óð´Å¥ - - - - - - - - - - - - -
-
-ÒÔÏÂÊÇÿ¸ö°´Å¥µÄ¼ò¶Ì˵Ã÷ -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
´ÖÌåÎÄ×ÖÑùʽ
бÌåÎÄ×ÖÑùʽ
Ï»®ÏßÎÄ×ÖÑùʽ
ɾ³ýÏßÎÄ×ÖÑùʽ
×ó¶ÔÆë
¾ÓÖжÔÆë
ÓÒ¶ÔÆë
Á½¶Ë¶ÔÆë
ÎÞÐòÁбí
ÓÐÐòÁбí
¼õÉÙËõ½øÁ¿
Ôö¼ÓËõ½øÁ¿
³·ÏûÉÏÒ»²Ù×÷
ÖØ×öÉÏÒ»²Ù×÷
²åÈëÐÂÁ´½Ó£¬µã»÷ ²åÈëÁ´½Ó°´Å¥ Õ½ÚÒԲ鿴¸ü¶àÄÚÈÝ¡£
ɾ³ýµ±Ç°Ñ¡¶¨µÄÁ´½Ó/ÒƳýÈ«²¿Ñ¡¶¨µÄÁ´½Ó
²åÈëÐÂêµã£¬µã»÷ ²åÈëêµã°´Å¥ Õ½ÚÒԲ鿴¸ü¶àÄÚÈÝ¡£
²åÈëÐÂͼÏñ£¬µã»÷ ²åÈëͼÏñ°´Å¥ Õ½ÚÒԲ鿴¸ü¶àÄÚÈÝ¡£
ÇåÀí´úÂë/Çå³ýËùÓв»ÐèÒªµÄ¸ñʽ¡£´Ë¹¦ÄÜÔÚÄã´ÓofficeµÈ²úÆ·Öи´ÖÆÄÚÈݽøÀ´µÄʱºòÌرðÓÐÓá£
ÏÔʾ´Ë°ïÖú´°¿Ú
´ò¿ªHTML´úÂë±à¼­Æ÷
ÔÚµ±Ç°Î»ÖòåÈëÒ»ÕÅ2¡Á2µÄ±í¸ñ
ÔÚµ±Ç°ÐеÄÇ°Ãæ²åÈëÐÂÐÐ
ÔÚµ±Ç°ÐеĺóÃæ²åÈëÐÂÐÐ
ɾ³ýµ±Ç°ÐÐ
ÔÚµ±Ç°ÁеÄÇ°Ãæ²åÈëÐÂÁÐ
ÔÚµ±Ç°ÁеĺóÃæ²åÈëÐÂÁÐ
ɾ³ýµ±Ç°ÁÐ
²åÈëˮƽÏß
ÒƳýËùÑ¡ÎÄ×ֵĸñʽ
½«ËùÑ¡ÎÄ×Ö×öΪϱê
½«ËùÑ¡ÎÄ×Ö×öΪÉϱê
-
-
- - - - - - - - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/zh_cn/images/insert_anchor_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/zh_cn/images/insert_anchor_window.gif deleted file mode 100644 index 21513adc8f..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/zh_cn/images/insert_anchor_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/zh_cn/images/insert_image_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/zh_cn/images/insert_image_window.gif deleted file mode 100644 index 1a92b07685..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/zh_cn/images/insert_image_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/zh_cn/images/insert_link_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/zh_cn/images/insert_link_window.gif deleted file mode 100644 index bcb3976e35..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/zh_cn/images/insert_link_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/zh_cn/images/insert_table_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/zh_cn/images/insert_table_window.gif deleted file mode 100644 index e9d114b038..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/zh_cn/images/insert_table_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/zh_cn/index.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/zh_cn/index.htm deleted file mode 100644 index d70f453358..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/zh_cn/index.htm +++ /dev/null @@ -1,27 +0,0 @@ - - -°ïÖúË÷Òý - - - - - - - - - - -
-
-Çëµã»÷ÒÔÏÂÁ´½ÓÀ´²é¿´°ïÖúÄÚÈÝÖеIJ»Í¬Õ½Ú. - -
- - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/zh_cn/insert_anchor_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/zh_cn/insert_anchor_button.htm deleted file mode 100644 index f9db68b16c..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/zh_cn/insert_anchor_button.htm +++ /dev/null @@ -1,31 +0,0 @@ - - -²åÈëêµã°´Å¥ - - - - - - - - - - - - -
-
´Ë°´Å¥»á´ò¿ª²åÈë/±à¼­ÃªµãµÄ¶Ô»°´°¿Ú£º
-
-
-
´°¿ÚÖÐÖ»ÓÐÒ»¸öÎı¾Óò£¬Äã¿ÉÒÔÔÚ´ËÊäÈëêµãÃû³Æ£¬ÐèҪעÒâµÄÊÇêµãÃû³Æ±ØÐëÊÇΨһµÄ¡£
-
-
- - - - - - -
- - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/zh_cn/insert_image_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/zh_cn/insert_image_button.htm deleted file mode 100644 index 241938944d..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/zh_cn/insert_image_button.htm +++ /dev/null @@ -1,63 +0,0 @@ - - -²åÈëͼÏñ°´Å¥ - - - - - - - - - - - - -
-
µã»÷²åÈëͼƬ°´Å¥ºó»á´ò¿ªÒÔÏ´°¿Ú£º
-
-
-
ÄãÖ»Ðè¼òµ¥µÄÊäÈëÐèÒªÁ¬½ÓµÄͼÏñµØÖ·¼°Í¼ÏñÃèÊö£¨Í¼ÏñµÄÌæ´úÎÄ×Ö£©
-
-²ÎÊý˵Ã÷£º
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ͼÏñµØÖ·Òª²åÈëµÄͼƬµÄURL
ͼÏñÃèÊöͼƬÄÚÈݵÄÌæ´úÎÄ×ÖÃèÊö
άÊýͼÏñ¿í¶ÈÓë¸ß¶È
¶ÔÆ뷽ʽͼÏñµÄ¶ÔÆ뷽ʽ£¬ÔÚÎÄ×Ö»·ÈÆͼÏñʱÌرðÓÐÓá£
±ß¿òͼÏñ±ß¿òµÄºñ¶È
ˮƽ¼ä¾àͼÏñˮƽ¼ä¾à£¬ÔÚÎÄ×Ö»·ÈÆͼÏñʱÌرðÓÐÓá£
´¹Ö±¼ä¾àͼÏñ´¹Ö±¼ä¾à£¬ÔÚÎÄ×Ö»·ÈÆͼÏñʱÌرðÓÐÓá£
-
-
- - - - - - -
- - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/zh_cn/insert_link_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/zh_cn/insert_link_button.htm deleted file mode 100644 index 4d9bf5b1fb..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/zh_cn/insert_link_button.htm +++ /dev/null @@ -1,32 +0,0 @@ - - -²åÈëÁ´½Ó°´Å¥ - - - - - - - - - - - - -
-
´Ë°´Å¥»á´ò¿ª²åÈë/±à¼­Á´½ÓµÄ¶Ô»°´°¿Ú£º
-
-
-
´°¿ÚÖÐÓÐÁ½¸ö±íµ¥Óò£¬µÚÒ»¸öÊÇÁ´½ÓµÄµØÖ·£¬µÚ¶þ¸öÊÇÁ´½ÓµÄ´ò¿ª·½Ê½¡£ -
-
-
- - - - - - -
- - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/zh_cn/insert_table_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/zh_cn/insert_table_button.htm deleted file mode 100644 index 24a3b58764..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/zh_cn/insert_table_button.htm +++ /dev/null @@ -1,71 +0,0 @@ - - -²åÈë±í¸ñ°´Å¥ - - - - - - - - - - - - -
-
µã»÷²åÈë±í¸ñ°´Å¥»á´ò¿ªÒÔÏ´°¿Ú£¬´Ë²Ù×÷ÔÊÐíÄã´´½¨±í¸ñ¡£
-
-
-
-²ÎÊý˵Ã÷£º
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ÁÐÊý±í¸ñÁÐÊý
ÐÐÊý±í¸ñÐÐÊý
Ìî³ä±í¸ñµ¥Ôª¸ñµÄÌî³äÖµ
¼ä¾à±í¸ñµ¥Ôª¸ñ¼ä¾à
¶ÔÆ뷽ʽ±í¸ñ¶ÔÆ뷽ʽ
±ß¿ò±í¸ñ±ß¿ò¿í¶È
¿í¶È±í¸ñ¿í¶È£¬ÒÔÏóËØΪµ¥Î»¡£
¸ß¶È±í¸ñ¸ß¶È£¬ÒÔÏóËØΪµ¥Î»¡£
ÀàÃû±í¸ñcssÑùʽÃû
-
-
-
- - - - - - -
- - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/zh_cn/style.css b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/zh_cn/style.css deleted file mode 100644 index 975bc5a39b..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/zh_cn/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/editor_content.css b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/editor_content.css deleted file mode 100644 index ac7e5a7aef..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/editor_content.css +++ /dev/null @@ -1,27 +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; -} - -.mceVisualAid { - border: 1px dashed #BBBBBB; -} diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/editor_popup.css b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/editor_popup.css deleted file mode 100644 index 7deb40a92b..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/editor_popup.css +++ /dev/null @@ -1,121 +0,0 @@ -body { - background-color: #F0F0EE; - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 11px; - 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: 11px; -} - -input { - background: #FFFFFF; - border: 1px solid #cccccc; -} - -td, input, select, textarea { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 10px; -} - -input, select, textarea { - border: 1px solid #808080; -} - -.input_noborder { - border: 0px solid #808080; -} - -#insert { - font-weight: bold; -} - -#cancel { - font-weight: bold; -} - -.title { - font-size: 12px; - font-weight: bold; -} - -table.charmap { - border-style: solid; - border-width: 1px; - border-color: #AAAAAA; -} - -td.charmap, td.charmapOver { - color: #000000; - border-color: #AAAAAA; - border-style: solid; - border-width: 1px; - text-align: center; - font-size: 12px; -} - -td.charmapOver { - background-color: #CCCCCC; - cursor: arrow; -} - -a.charmap { - color: #000000; - text-decoration: none -} - -.wordWrapCode { - vertical-align: middle; - border: 1px none #000000; - background-color: transparent; -} - -input.radio { - border: 1px none #000000; - background-color: transparent; - vertical-align: middle; -} - -input.checkbox { - border: 1px none #000000; - background-color: transparent; - vertical-align: middle; -} - -.mceButtonNormal, .mceButtonOver, .mceButtonDown, .mceSeparator, .mceButtonDisabled, .mceButtonSelected { - margin-left: 1px; -} - -.mceButtonNormal { - border-top: 1px solid; - border-left: 1px solid; - border-bottom: 1px solid; - border-right: 1px solid; - border-color: #F0F0EE; - cursor: arrow; -} - -.mceButtonOver { - border: 1px solid #0A246A; - cursor: arrow; - background-color: #B6BDD2; -} - -.mceButtonDown { - cursor: arrow; - border: 1px solid #0A246A; - background-color: #8592B5; -} - -legend { - font-weight: bold; -} diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/editor_template.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/editor_template.js deleted file mode 100644 index e853aadce4..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/editor_template.js +++ /dev/null @@ -1,23 +0,0 @@ -/* Import theme specific language pack */ - tinyMCE.importThemeLanguagePack('advanced');var TinyMCE_advanced_autoImportCSSClasses=true;var TinyMCE_advanced_foreColor="#000000";var TinyMCE_advanced_anchorName="";var TinyMCE_advanced_buttons=[['bold','{$lang_bold_img}','{$lang_bold_desc}','Bold'],['italic','{$lang_italic_img}','{$lang_italic_desc}','Italic'],['underline','{$lang_underline_img}','{$lang_underline_desc}','Underline'],['strikethrough','strikethrough.gif','{$lang_striketrough_desc}','Strikethrough'],['justifyleft','left.gif','{$lang_justifyleft_desc}','JustifyLeft'],['justifycenter','center.gif','{$lang_justifycenter_desc}','JustifyCenter'],['justifyright','right.gif','{$lang_justifyright_desc}','JustifyRight'],['justifyfull','full.gif','{$lang_justifyfull_desc}','JustifyFull'],['bullist','bullist.gif','{$lang_bullist_desc}','InsertUnorderedList'],['numlist','numlist.gif','{$lang_numlist_desc}','InsertOrderedList'],['outdent','outdent.gif','{$lang_outdent_desc}','Outdent'],['indent','indent.gif','{$lang_indent_desc}','Indent'],['cut','cut.gif','{$lang_cut_desc}','Cut'],['copy','copy.gif','{$lang_copy_desc}','Copy'],['paste','paste.gif','{$lang_paste_desc}','Paste'],['undo','undo.gif','{$lang_undo_desc}','Undo'],['redo','redo.gif','{$lang_redo_desc}','Redo'],['link','link.gif','{$lang_link_desc}','mceLink',true],['unlink','unlink.gif','{$lang_unlink_desc}','unlink'],['image','image.gif','{$lang_image_desc}','mceImage',true],['cleanup','cleanup.gif','{$lang_cleanup_desc}','mceCleanup'],['help','help.gif','{$lang_help_desc}','mceHelp'],['code','code.gif','{$lang_theme_code_desc}','mceCodeEditor'],['hr','hr.gif','{$lang_theme_hr_desc}','inserthorizontalrule'],['removeformat','removeformat.gif','{$lang_theme_removeformat_desc}','removeformat'],['sub','sub.gif','{$lang_theme_sub_desc}','subscript'],['sup','sup.gif','{$lang_theme_sup_desc}','superscript'],['forecolor','forecolor.gif','{$lang_theme_forecolor_desc}','mceForeColor',true],['backcolor','backcolor.gif','{$lang_theme_backcolor_desc}','mceBackColor',true],['charmap','charmap.gif','{$lang_theme_charmap_desc}','mceCharMap'],['visualaid','visualaid.gif','{$lang_theme_visualaid_desc}','mceToggleVisualAid'],['anchor','anchor.gif','{$lang_theme_anchor_desc}','mceInsertAnchor'],['newdocument','newdocument.gif','{$lang_newdocument_desc}','mceSetContent',false,'']];function TinyMCE_advanced_getControlHTML(button_name){var buttonTileMap=new Array('anchor.gif','backcolor.gif','bullist.gif','center.gif','charmap.gif','cleanup.gif','code.gif','copy.gif','custom_1.gif','cut.gif','forecolor.gif','full.gif','help.gif','hr.gif','image.gif','indent.gif','left.gif','link.gif','numlist.gif','outdent.gif','paste.gif','redo.gif','removeformat.gif','right.gif','strikethrough.gif','sub.gif','sup.gif','undo.gif','unlink.gif','visualaid.gif');for(var i=0;i';}}return '';}}switch(button_name){case "formatselect":var html='';return html;case "styleselect":return '';case "fontselect":return '';case "fontsizeselect":return '';case "|":case "separator":return '';case "spacer":return '';case "rowseparator":return '
';}return "";}function TinyMCE_advanced_execCommand(editor_id,element,command,user_interface,value){switch(command){case "mceForeColor":var template=new Array();var inputColor=TinyMCE_advanced_foreColor;if(!inputColor)inputColor="#000000";template['file']='color_picker.htm';template['width']=210;template['height']=200;tinyMCE.openWindow(template,{editor_id:editor_id,command:"forecolor",input_color:inputColor});return true;case "mceBackColor":var template=new Array();var inputColor=TinyMCE_advanced_foreColor;if(!inputColor)inputColor="#000000";template['file']='color_picker.htm';template['width']=210;template['height']=200;tinyMCE.openWindow(template,{editor_id:editor_id,command:"HiliteColor",input_color:inputColor});return true;case "mceCodeEditor":var template=new Array();template['file']='source_editor.htm';template['width']=tinyMCE.getParam("theme_advanced_source_editor_width",500);template['height']=tinyMCE.getParam("theme_advanced_source_editor_height",400);tinyMCE.openWindow(template,{editor_id:editor_id,resizable:"yes",scrollbars:"no"});return true;case "mceCharMap":var template=new Array();template['file']='charmap.htm';template['width']=550;template['height']=280;tinyMCE.openWindow(template,{editor_id:editor_id});return true;case "mceInsertAnchor":var template=new Array();template['file']='anchor.htm';template['width']=320;template['height']=130;tinyMCE.openWindow(template,{editor_id:editor_id,name:TinyMCE_advanced_anchorName,action:(TinyMCE_advanced_anchorName==""?"insert":"update")});return true;}return false;}function TinyMCE_advanced_getEditorTemplate(settings){function removeFromArray(in_array,remove_array){var outArray=new Array();for(var i=0;i0){toolbarHTML+="
";deltaHeight-=23;}var buttonNamesRow2=tinyMCE.getParam("theme_advanced_buttons2","bullist,numlist,separator,outdent,indent,separator,undo,redo,separator,link,unlink,anchor,image,cleanup,help,code",true,',');buttonNamesRow2=removeFromArray(buttonNamesRow2,tinyMCE.getParam("theme_advanced_disable","",true,','));buttonNamesRow2=addToArray(buttonNamesRow2,tinyMCE.getParam("theme_advanced_buttons2_add","",true,','));buttonNamesRow2=addToArray(tinyMCE.getParam("theme_advanced_buttons2_add_before","",true,','),buttonNamesRow2);for(var i=0;i0){toolbarHTML+="
";deltaHeight-=23;}var buttonNamesRow3=tinyMCE.getParam("theme_advanced_buttons3","hr,removeformat,visualaid,separator,sub,sup,separator,charmap",true,',');buttonNamesRow3=removeFromArray(buttonNamesRow3,tinyMCE.getParam("theme_advanced_disable","",true,','));buttonNamesRow3=addToArray(buttonNamesRow3,tinyMCE.getParam("theme_advanced_buttons3_add","",true,','));buttonNamesRow3=addToArray(tinyMCE.getParam("theme_advanced_buttons3_add_before","",true,','),buttonNamesRow3);for(var i=0;i0)deltaHeight-=20;template['html']='';if(toolbarLocation=="top")template['html']+='';if(pathLocation=="top"){template['html']+='';deltaHeight-=23;}template['html']+='';if(toolbarLocation=="bottom")template['html']+='';if(pathLocation=="bottom"){template['html']+='';deltaHeight-=23;}template['html']+='
'+toolbarHTML+'
'+pathHTML+'
\ - \ -
'+toolbarHTML+'
'+pathHTML+'
';break;case "RowLayout":template['html']='';var containers=tinyMCE.getParam("theme_advanced_containers","",true,",");var defaultContainerCSS=tinyMCE.getParam("theme_advanced_containers_default_class","container");var defaultContainerAlign=tinyMCE.getParam("theme_advanced_containers_default_align","center");for(var i=0;i';}else if(containers[i]=="mceElementpath"){var pathClass="mcePath";if(i==containers.length-1)pathClass="mcePathBottom";else if(i==0)pathClass="mcePathTop";else deltaHeight-=2;template['html']+='';deltaHeight-=22;}else{var curContainer=tinyMCE.getParam("theme_advanced_container_"+containers[i],"",true,',');var curContainerHTML="";var curAlign=tinyMCE.getParam("theme_advanced_container_"+containers[i]+"_align",defaultContainerAlign);var curCSS=tinyMCE.getParam("theme_advanced_container_"+containers[i]+"_class",defaultContainerCSS);for(var j=0;j0){curContainerHTML+="
";deltaHeight-=23;}template['html']+='
';}}template['html']+='
\ - \ -
'+pathHTML+'
'+curContainerHTML+'
';break;case "BorderLayout":break;case "CustomLayout":var customLayout=tinyMCE.getParam("theme_advanced_custom_layout","");if(customLayout!=""&&eval("typeof("+customLayout+")")!="undefined")template=eval(customLayout+"(template);");break;default:alert('UNDEFINED LAYOUT MANAGER! PLEASE CHECK YOUR TINYMCE CONFIG!');break;}var styleSelectHTML='';if(settings['theme_advanced_styles']){var stylesAr=settings['theme_advanced_styles'].split(';');for(var i=0;i'+key+'';}TinyMCE_advanced_autoImportCSSClasses=false;}template['html']=tinyMCE.replaceVar(template['html'],'style_select_options',styleSelectHTML);template['delta_width']=0;template['delta_height']=deltaHeight;return template;}function TinyMCE_advanced_getInsertLinkTemplate(){var template=new Array();template['file']='link.htm';template['width']=300;template['height']=150;template['width']+=tinyMCE.getLang('lang_insert_link_delta_width',0);template['height']+=tinyMCE.getLang('lang_insert_link_delta_height',0);return template;}function TinyMCE_advanced_getInsertImageTemplate(){var template=new Array();template['file']='image.htm?src={$src}';template['width']=340;template['height']=280;template['width']+=tinyMCE.getLang('lang_insert_image_delta_width',0);template['height']+=tinyMCE.getLang('lang_insert_image_delta_height',0);return template;}function TinyMCE_advanced_handleNodeChange(editor_id,node,undo_index,undo_levels,visual_aid,any_selection){function selectByValue(select_elm,value){if(select_elm){for(var i=0;i=0;i--){var nodeName=path[i].nodeName.toLowerCase();var nodeData="";var className=tinyMCE.getVisualAidClass(tinyMCE.getAttrib(path[i],'class'),false);if(nodeName=="b")nodeName="strong";if(nodeName=="i")nodeName="em";if(tinyMCE.getAttrib(path[i],'id')!="")nodeData+="id: "+path[i].getAttribute('id')+" ";if(className!="")nodeData+="class: "+className+" ";if(tinyMCE.getAttrib(path[i],'src')!="")nodeData+="src: "+path[i].getAttribute('src')+" ";if(tinyMCE.getAttrib(path[i],'href')!="")nodeData+="href: "+path[i].getAttribute('href')+" ";if(nodeName=="img"&&tinyMCE.getAttrib(path[i],'name')=="mce_plugin_flash"){nodeName="flash";nodeData="";}if(tinyMCE.getAttrib(path[i],'name').indexOf("mce_")!=0){if(className!="")nodeName+="."+className;}if(tinyMCE.isMSIE||tinyMCE.isSafari)html+=''+nodeName+'';else html+=''+nodeName+'';if(i>0)html+=" » ";}pathElm.innerHTML=html+" ";}var colorElm=tinyMCE.getParentElement(node,"font","color");if(colorElm)TinyMCE_advanced_foreColor=""+colorElm.color.toUpperCase();tinyMCE.switchClassSticky(editor_id+'_justifyleft','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_justifyright','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_justifycenter','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_justifyfull','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_bold','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_italic','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_underline','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_strikethrough','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_bullist','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_numlist','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_sub','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_sup','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_anchor','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_link','mceButtonDisabled',true);tinyMCE.switchClassSticky(editor_id+'_unlink','mceButtonDisabled',true);tinyMCE.switchClassSticky(editor_id+'_outdent','mceButtonDisabled',true);tinyMCE.switchClassSticky(editor_id+'_image','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_hr','mceButtonNormal');var anchorName=tinyMCE.getParentElement(node,"a","name");TinyMCE_advanced_anchorName="";if(anchorName){TinyMCE_advanced_anchorName=anchorName.getAttribute("name");tinyMCE.switchClassSticky(editor_id+'_anchor','mceButtonSelected');}var anchorLink=tinyMCE.getParentElement(node,"a","href");if(anchorLink||any_selection){tinyMCE.switchClassSticky(editor_id+'_link',anchorLink?'mceButtonSelected':'mceButtonNormal',false);tinyMCE.switchClassSticky(editor_id+'_unlink',anchorLink?'mceButtonSelected':'mceButtonNormal',false);}tinyMCE.switchClassSticky(editor_id+'_visualaid',visual_aid?'mceButtonSelected':'mceButtonNormal',false);if(undo_levels!=-1){tinyMCE.switchClassSticky(editor_id+'_undo','mceButtonDisabled',true);tinyMCE.switchClassSticky(editor_id+'_redo','mceButtonDisabled',true);}if(tinyMCE.getParentElement(node,"li,blockquote"))tinyMCE.switchClassSticky(editor_id+'_outdent','mceButtonNormal',false);if(undo_index!=-1&&(undo_index0))tinyMCE.switchClassSticky(editor_id+'_redo','mceButtonNormal',false);if(undo_index!=-1&&(undo_index>0&&undo_levels>0))tinyMCE.switchClassSticky(editor_id+'_undo','mceButtonNormal',false);var selectElm=document.getElementById(editor_id+"_styleSelect");if(selectElm){TinyMCE_advanced_setupCSSClasses(editor_id);classNode=node;breakOut=false;var index=0;do{if(classNode&&classNode.className){for(var i=0;i");}else selectByValue(selectElm,"

");}var selectElm=document.getElementById(editor_id+"_fontNameSelect");if(selectElm){var elm=tinyMCE.getParentElement(node,"font","face");if(elm)selectByValue(selectElm,elm.getAttribute("face"));else selectByValue(selectElm,"");}var selectElm=document.getElementById(editor_id+"_fontSizeSelect");if(selectElm){var elm=tinyMCE.getParentElement(node,"font","size");if(elm&&tinyMCE.getAttrib(elm,"size")!="")selectByValue(selectElm,elm.getAttribute("size"));else selectByValue(selectElm,"0");}alignNode=node;breakOut=false;do{if(!alignNode.getAttribute||!alignNode.getAttribute('align'))continue;switch(alignNode.getAttribute('align').toLowerCase()){case "left":tinyMCE.switchClassSticky(editor_id+'_justifyleft','mceButtonSelected');breakOut=true;break;case "right":tinyMCE.switchClassSticky(editor_id+'_justifyright','mceButtonSelected');breakOut=true;break;case "middle":case "center":tinyMCE.switchClassSticky(editor_id+'_justifycenter','mceButtonSelected');breakOut=true;break;case "justify":tinyMCE.switchClassSticky(editor_id+'_justifyfull','mceButtonSelected');breakOut=true;break;}}while(!breakOut&&(alignNode=alignNode.parentNode));if(tinyMCE.isGecko&&node.nodeType==3){var inst=tinyMCE.getInstanceById(editor_id);var doc=inst.getDoc();if(doc.queryCommandState("Bold"))tinyMCE.switchClassSticky(editor_id+'_bold','mceButtonSelected');if(doc.queryCommandState("Italic"))tinyMCE.switchClassSticky(editor_id+'_italic','mceButtonSelected');if(doc.queryCommandState("Underline")&&(node.parentNode==null||node.parentNode.nodeName!="A"))tinyMCE.switchClassSticky(editor_id+'_underline','mceButtonSelected');if(doc.queryCommandState("Strikethrough"))tinyMCE.switchClassSticky(editor_id+'_strikethrough','mceButtonSelected');}do{switch(node.nodeName.toLowerCase()){case "b":case "strong":tinyMCE.switchClassSticky(editor_id+'_bold','mceButtonSelected');break;case "i":case "em":tinyMCE.switchClassSticky(editor_id+'_italic','mceButtonSelected');break;case "u":tinyMCE.switchClassSticky(editor_id+'_underline','mceButtonSelected');break;case "strike":tinyMCE.switchClassSticky(editor_id+'_strikethrough','mceButtonSelected');break;case "ul":tinyMCE.switchClassSticky(editor_id+'_bullist','mceButtonSelected');break;case "ol":tinyMCE.switchClassSticky(editor_id+'_numlist','mceButtonSelected');break;case "sub":tinyMCE.switchClassSticky(editor_id+'_sub','mceButtonSelected');break;case "sup":tinyMCE.switchClassSticky(editor_id+'_sup','mceButtonSelected');break;case "hr":tinyMCE.switchClassSticky(editor_id+'_hr','mceButtonSelected');break;case "img":if(tinyMCE.getAttrib(node,'name').indexOf('mce_')!=0)tinyMCE.switchClassSticky(editor_id+'_image','mceButtonSelected');break;}}while((node=node.parentNode));}function TinyMCE_advanced_setupCSSClasses(editor_id){if(!TinyMCE_advanced_autoImportCSSClasses)return;var selectElm=document.getElementById(editor_id+'_styleSelect');if(selectElm&&selectElm.getAttribute('cssImported')!='true'){var csses=tinyMCE.getCSSClasses(editor_id);if(csses&&selectElm){for(var i=0;i0)selectElm.setAttribute('cssImported','true');}} \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/editor_template_src.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/editor_template_src.js deleted file mode 100644 index d4d74eaa94..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/editor_template_src.js +++ /dev/null @@ -1,763 +0,0 @@ -/* Import theme specific language pack */ -tinyMCE.importThemeLanguagePack('advanced'); - -// Variable declarations -var TinyMCE_advanced_autoImportCSSClasses = true; -var TinyMCE_advanced_foreColor = "#000000"; -var TinyMCE_advanced_anchorName = ""; -var TinyMCE_advanced_buttons = [ - // Control id, button img, button title, command, user_interface, value - ['bold', '{$lang_bold_img}', '{$lang_bold_desc}', 'Bold'], - ['italic', '{$lang_italic_img}', '{$lang_italic_desc}', 'Italic'], - ['underline', '{$lang_underline_img}', '{$lang_underline_desc}', 'Underline'], - ['strikethrough', 'strikethrough.gif', '{$lang_striketrough_desc}', 'Strikethrough'], - ['justifyleft', 'left.gif', '{$lang_justifyleft_desc}', 'JustifyLeft'], - ['justifycenter', 'center.gif', '{$lang_justifycenter_desc}', 'JustifyCenter'], - ['justifyright', 'right.gif', '{$lang_justifyright_desc}', 'JustifyRight'], - ['justifyfull', 'full.gif', '{$lang_justifyfull_desc}', 'JustifyFull'], - ['bullist', 'bullist.gif', '{$lang_bullist_desc}', 'InsertUnorderedList'], - ['numlist', 'numlist.gif', '{$lang_numlist_desc}', 'InsertOrderedList'], - ['outdent', 'outdent.gif', '{$lang_outdent_desc}', 'Outdent'], - ['indent', 'indent.gif', '{$lang_indent_desc}', 'Indent'], - ['cut', 'cut.gif', '{$lang_cut_desc}', 'Cut'], - ['copy', 'copy.gif', '{$lang_copy_desc}', 'Copy'], - ['paste', 'paste.gif', '{$lang_paste_desc}', 'Paste'], - ['undo', 'undo.gif', '{$lang_undo_desc}', 'Undo'], - ['redo', 'redo.gif', '{$lang_redo_desc}', 'Redo'], - ['link', 'link.gif', '{$lang_link_desc}', 'mceLink', true], - ['unlink', 'unlink.gif', '{$lang_unlink_desc}', 'unlink'], - ['image', 'image.gif', '{$lang_image_desc}', 'mceImage', true], - ['cleanup', 'cleanup.gif', '{$lang_cleanup_desc}', 'mceCleanup'], - ['help', 'help.gif', '{$lang_help_desc}', 'mceHelp'], - ['code', 'code.gif', '{$lang_theme_code_desc}', 'mceCodeEditor'], - ['hr', 'hr.gif', '{$lang_theme_hr_desc}', 'inserthorizontalrule'], - ['removeformat', 'removeformat.gif', '{$lang_theme_removeformat_desc}', 'removeformat'], - ['sub', 'sub.gif', '{$lang_theme_sub_desc}', 'subscript'], - ['sup', 'sup.gif', '{$lang_theme_sup_desc}', 'superscript'], - ['forecolor', 'forecolor.gif', '{$lang_theme_forecolor_desc}', 'mceForeColor', true], - ['backcolor', 'backcolor.gif', '{$lang_theme_backcolor_desc}', 'mceBackColor', true], - ['charmap', 'charmap.gif', '{$lang_theme_charmap_desc}', 'mceCharMap'], - ['visualaid', 'visualaid.gif', '{$lang_theme_visualaid_desc}', 'mceToggleVisualAid'], - ['anchor', 'anchor.gif', '{$lang_theme_anchor_desc}', 'mceInsertAnchor'], - ['newdocument', 'newdocument.gif', '{$lang_newdocument_desc}', 'mceSetContent', false, ''] - ]; - - -/** - * Returns HTML code for the specificed control. - */ -function TinyMCE_advanced_getControlHTML(button_name) { - var buttonTileMap = new Array('anchor.gif','backcolor.gif','bullist.gif','center.gif','charmap.gif','cleanup.gif','code.gif','copy.gif','custom_1.gif','cut.gif','forecolor.gif','full.gif','help.gif','hr.gif','image.gif','indent.gif','left.gif','link.gif','numlist.gif','outdent.gif','paste.gif','redo.gif','removeformat.gif','right.gif','strikethrough.gif','sub.gif','sup.gif','undo.gif','unlink.gif','visualaid.gif'); - - // Lookup button in button list - for (var i=0; i'; - } - } - - // Old style - return ''; - } - } - - // Custom controlls other than buttons - switch (button_name) { - case "formatselect": - var html = ''; - - return html; - - - case "styleselect": - return ''; - - case "fontselect": - return ''; - - case "fontsizeselect": - return ''; - - case "|": - case "separator": - return ''; - - case "spacer": - return ''; - - case "rowseparator": - return '
'; - } - - return ""; -} - -/** - * Theme specific exec command handeling. - */ -function TinyMCE_advanced_execCommand(editor_id, element, command, user_interface, value) { - switch (command) { - case "mceForeColor": - var template = new Array(); - var inputColor = TinyMCE_advanced_foreColor; - - if (!inputColor) - inputColor = "#000000"; - - template['file'] = 'color_picker.htm'; - template['width'] = 210; - template['height'] = 200; - - tinyMCE.openWindow(template, {editor_id : editor_id, command : "forecolor", input_color : inputColor}); - return true; - - case "mceBackColor": - var template = new Array(); - var inputColor = TinyMCE_advanced_foreColor; - - if (!inputColor) - inputColor = "#000000"; - - template['file'] = 'color_picker.htm'; - template['width'] = 210; - template['height'] = 200; - - tinyMCE.openWindow(template, {editor_id : editor_id, command : "HiliteColor", input_color : inputColor}); - return true; - - case "mceCodeEditor": - var template = new Array(); - - template['file'] = 'source_editor.htm'; - template['width'] = tinyMCE.getParam("theme_advanced_source_editor_width", 500); - template['height'] = tinyMCE.getParam("theme_advanced_source_editor_height", 400); - - tinyMCE.openWindow(template, {editor_id : editor_id, resizable : "yes", scrollbars : "no"}); - return true; - - case "mceCharMap": - var template = new Array(); - - template['file'] = 'charmap.htm'; - template['width'] = 550; - template['height'] = 280; - - tinyMCE.openWindow(template, {editor_id : editor_id}); - return true; - - case "mceInsertAnchor": - var template = new Array(); - - template['file'] = 'anchor.htm'; - template['width'] = 320; - template['height'] = 130; - - tinyMCE.openWindow(template, {editor_id : editor_id, name : TinyMCE_advanced_anchorName, action : (TinyMCE_advanced_anchorName == "" ? "insert" : "update")}); - return true; - } - - // Default behavior - return false; -} - -/** - * Editor instance template function. - */ -function TinyMCE_advanced_getEditorTemplate(settings) { - function removeFromArray(in_array, remove_array) { - var outArray = new Array(); - for (var i=0; i - //########################################################################################################### - - var pathHTML = '{$lang_theme_path}:  '; - var layoutManager = tinyMCE.getParam("theme_advanced_layout_manager", "SimpleLayout"); - - switch(layoutManager) { - case "SimpleLayout" : //the default TinyMCE Layout (for backwards compatibility)... - var toolbarHTML = ""; - var toolbarLocation = tinyMCE.getParam("theme_advanced_toolbar_location", "bottom"); - var toolbarAlign = tinyMCE.getParam("theme_advanced_toolbar_align", "center"); - var pathLocation = tinyMCE.getParam("theme_advanced_path_location", "none"); - - // Render row 1 - var buttonNamesRow1 = tinyMCE.getParam("theme_advanced_buttons1", "bold,italic,underline,strikethrough,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,styleselect,formatselect", true, ','); - buttonNamesRow1 = removeFromArray(buttonNamesRow1, tinyMCE.getParam("theme_advanced_disable", "", true, ',')); - buttonNamesRow1 = addToArray(buttonNamesRow1, tinyMCE.getParam("theme_advanced_buttons1_add", "", true, ',')); - buttonNamesRow1 = addToArray(tinyMCE.getParam("theme_advanced_buttons1_add_before", "", true, ','), buttonNamesRow1); - for (var i=0; i 0) { - toolbarHTML += "
"; - deltaHeight -= 23; - } - - // Render row 2 - var buttonNamesRow2 = tinyMCE.getParam("theme_advanced_buttons2", "bullist,numlist,separator,outdent,indent,separator,undo,redo,separator,link,unlink,anchor,image,cleanup,help,code", true, ','); - buttonNamesRow2 = removeFromArray(buttonNamesRow2, tinyMCE.getParam("theme_advanced_disable", "", true, ',')); - buttonNamesRow2 = addToArray(buttonNamesRow2, tinyMCE.getParam("theme_advanced_buttons2_add", "", true, ',')); - buttonNamesRow2 = addToArray(tinyMCE.getParam("theme_advanced_buttons2_add_before", "", true, ','), buttonNamesRow2); - for (var i=0; i 0) { - toolbarHTML += "
"; - deltaHeight -= 23; - } - - // Render row 3 - var buttonNamesRow3 = tinyMCE.getParam("theme_advanced_buttons3", "hr,removeformat,visualaid,separator,sub,sup,separator,charmap", true, ','); - buttonNamesRow3 = removeFromArray(buttonNamesRow3, tinyMCE.getParam("theme_advanced_disable", "", true, ',')); - buttonNamesRow3 = addToArray(buttonNamesRow3, tinyMCE.getParam("theme_advanced_buttons3_add", "", true, ',')); - buttonNamesRow3 = addToArray(tinyMCE.getParam("theme_advanced_buttons3_add_before", "", true, ','), buttonNamesRow3); - for (var i=0; i 0) - deltaHeight -= 20; - - // Setup template html - template['html'] = ''; - - if (toolbarLocation == "top") - template['html'] += ''; - - if (pathLocation == "top") { - template['html'] += ''; - deltaHeight -= 23; - } - - /* template['html'] += '';*/ - template['html'] += ''; - - if (toolbarLocation == "bottom") - template['html'] += ''; - - if (pathLocation == "bottom") { - template['html'] += ''; - deltaHeight -= 23; - } - - template['html'] += '
' + toolbarHTML + '
' + pathHTML + '
\ - \ -
\ - \ -
' + toolbarHTML + '
' + pathHTML + '
'; - break; - - case "RowLayout" : //Container Layout - containers defined in "theme_advanced_containers" are rendered from top to bottom. - template['html'] = ''; - - var containers = tinyMCE.getParam("theme_advanced_containers", "", true, ","); - var defaultContainerCSS = tinyMCE.getParam("theme_advanced_containers_default_class", "container"); - var defaultContainerAlign = tinyMCE.getParam("theme_advanced_containers_default_align", "center"); - - //Render Containers: - for(var i = 0; i < containers.length; i++) - { - if(containers[i] == "mceEditor") //Exceptions for mceEditor and ... - { - template['html'] += ''; - } - else if(containers[i] == "mceElementpath") // ... mceElementpath: - { - var pathClass = "mcePath"; - - if (i == containers.length-1) - pathClass = "mcePathBottom"; - else if (i == 0) - pathClass = "mcePathTop"; - else - deltaHeight-=2; - - template['html'] += ''; - deltaHeight -= 22; - } - else //Render normal Container: - { - var curContainer = tinyMCE.getParam("theme_advanced_container_"+containers[i], "", true, ','); - var curContainerHTML = ""; - var curAlign = tinyMCE.getParam("theme_advanced_container_"+containers[i]+"_align", defaultContainerAlign); - var curCSS = tinyMCE.getParam("theme_advanced_container_"+containers[i]+"_class", defaultContainerCSS); - - for (var j=0; j 0) { - curContainerHTML += "
"; - deltaHeight -= 23; - } - - template['html'] += '
'; - } - } - - template['html'] += '
\ - \ -
' + pathHTML + '
' + curContainerHTML + '
'; - break; - case "BorderLayout" : //will be like java.awt.BorderLayout of SUN Java... - // Not implemented yet... - break; - case "CustomLayout" : //User defined layout callback... - var customLayout = tinyMCE.getParam("theme_advanced_custom_layout",""); - if (customLayout != "" && eval("typeof(" + customLayout + ")") != "undefined") - template = eval(customLayout + "(template);"); - break; - default: - alert('UNDEFINED LAYOUT MANAGER! PLEASE CHECK YOUR TINYMCE CONFIG!'); - break; - } - - //########################################################################################################### - // - //########################################################################################################### - - // Setup style select options - var styleSelectHTML = ''; - if (settings['theme_advanced_styles']) { - var stylesAr = settings['theme_advanced_styles'].split(';'); - for (var i=0; i' + key + ''; - } - - TinyMCE_advanced_autoImportCSSClasses = false; - } - - template['html'] = tinyMCE.replaceVar(template['html'], 'style_select_options', styleSelectHTML); - template['delta_width'] = 0; - template['delta_height'] = deltaHeight; - - return template; -} - -/** - * Insert link template function. - */ -function TinyMCE_advanced_getInsertLinkTemplate() { - var template = new Array(); - - template['file'] = 'link.htm'; - template['width'] = 300; - template['height'] = 150; - - // Language specific width and height addons - template['width'] += tinyMCE.getLang('lang_insert_link_delta_width', 0); - template['height'] += tinyMCE.getLang('lang_insert_link_delta_height', 0); - - return template; -} - -/** - * Insert image template function. - */ -function TinyMCE_advanced_getInsertImageTemplate() { - var template = new Array(); - - template['file'] = 'image.htm?src={$src}'; - template['width'] = 340; - template['height'] = 280; - - // Language specific width and height addons - template['width'] += tinyMCE.getLang('lang_insert_image_delta_width', 0); - template['height'] += tinyMCE.getLang('lang_insert_image_delta_height', 0); - - return template; -} - -/** - * Node change handler. - */ -function TinyMCE_advanced_handleNodeChange(editor_id, node, undo_index, undo_levels, visual_aid, any_selection) { - function selectByValue(select_elm, value) { - if (select_elm) { - for (var i=0; i=0; i--) { - var nodeName = path[i].nodeName.toLowerCase(); - var nodeData = ""; - var className = tinyMCE.getVisualAidClass(tinyMCE.getAttrib(path[i], 'class'), false); - - if (nodeName == "b") - nodeName = "strong"; - - if (nodeName == "i") - nodeName = "em"; - - if (tinyMCE.getAttrib(path[i], 'id') != "") - nodeData += "id: " + path[i].getAttribute('id') + " "; - - if (className != "") - nodeData += "class: " + className + " "; - - if (tinyMCE.getAttrib(path[i], 'src') != "") - nodeData += "src: " + path[i].getAttribute('src') + " "; - - if (tinyMCE.getAttrib(path[i], 'href') != "") - nodeData += "href: " + path[i].getAttribute('href') + " "; - - if (nodeName == "img" && tinyMCE.getAttrib(path[i], 'name') == "mce_plugin_flash") { - nodeName = "flash"; - nodeData = ""; - } - - if (tinyMCE.getAttrib(path[i], 'name').indexOf("mce_") != 0) { - if (className != "") - nodeName += "." + className; - } - - if (tinyMCE.isMSIE || tinyMCE.isSafari) - html += '' + nodeName + ''; - else - html += '' + nodeName + ''; - - if (i > 0) - html += " » "; - } - - pathElm.innerHTML = html + " "; - } - - // Get element color - var colorElm = tinyMCE.getParentElement(node, "font", "color"); - if (colorElm) - TinyMCE_advanced_foreColor = "" + colorElm.color.toUpperCase(); - - // Reset old states - tinyMCE.switchClassSticky(editor_id + '_justifyleft', 'mceButtonNormal'); - tinyMCE.switchClassSticky(editor_id + '_justifyright', 'mceButtonNormal'); - tinyMCE.switchClassSticky(editor_id + '_justifycenter', 'mceButtonNormal'); - tinyMCE.switchClassSticky(editor_id + '_justifyfull', 'mceButtonNormal'); - tinyMCE.switchClassSticky(editor_id + '_bold', 'mceButtonNormal'); - tinyMCE.switchClassSticky(editor_id + '_italic', 'mceButtonNormal'); - tinyMCE.switchClassSticky(editor_id + '_underline', 'mceButtonNormal'); - tinyMCE.switchClassSticky(editor_id + '_strikethrough', 'mceButtonNormal'); - tinyMCE.switchClassSticky(editor_id + '_bullist', 'mceButtonNormal'); - tinyMCE.switchClassSticky(editor_id + '_numlist', 'mceButtonNormal'); - tinyMCE.switchClassSticky(editor_id + '_sub', 'mceButtonNormal'); - tinyMCE.switchClassSticky(editor_id + '_sup', 'mceButtonNormal'); - tinyMCE.switchClassSticky(editor_id + '_anchor', 'mceButtonNormal'); - tinyMCE.switchClassSticky(editor_id + '_link', 'mceButtonDisabled', true); - tinyMCE.switchClassSticky(editor_id + '_unlink', 'mceButtonDisabled', true); - tinyMCE.switchClassSticky(editor_id + '_outdent', 'mceButtonDisabled', true); - tinyMCE.switchClassSticky(editor_id + '_image', 'mceButtonNormal'); - tinyMCE.switchClassSticky(editor_id + '_hr', 'mceButtonNormal'); - - // Get anchor name - var anchorName = tinyMCE.getParentElement(node, "a", "name"); - TinyMCE_advanced_anchorName = ""; - if (anchorName) { - TinyMCE_advanced_anchorName = anchorName.getAttribute("name"); - tinyMCE.switchClassSticky(editor_id + '_anchor', 'mceButtonSelected'); - } - - // Get link - var anchorLink = tinyMCE.getParentElement(node, "a", "href"); - if (anchorLink || any_selection) { - tinyMCE.switchClassSticky(editor_id + '_link', anchorLink ? 'mceButtonSelected' : 'mceButtonNormal', false); - tinyMCE.switchClassSticky(editor_id + '_unlink', anchorLink ? 'mceButtonSelected' : 'mceButtonNormal', false); - } - - // Handle visual aid - tinyMCE.switchClassSticky(editor_id + '_visualaid', visual_aid ? 'mceButtonSelected' : 'mceButtonNormal', false); - - if (undo_levels != -1) { - tinyMCE.switchClassSticky(editor_id + '_undo', 'mceButtonDisabled', true); - tinyMCE.switchClassSticky(editor_id + '_redo', 'mceButtonDisabled', true); - } - - // Within li, blockquote - if (tinyMCE.getParentElement(node, "li,blockquote")) - tinyMCE.switchClassSticky(editor_id + '_outdent', 'mceButtonNormal', false); - - // Has redo levels - if (undo_index != -1 && (undo_index < undo_levels-1 && undo_levels > 0)) - tinyMCE.switchClassSticky(editor_id + '_redo', 'mceButtonNormal', false); - - // Has undo levels - if (undo_index != -1 && (undo_index > 0 && undo_levels > 0)) - tinyMCE.switchClassSticky(editor_id + '_undo', 'mceButtonNormal', false); - - // Select class in select box - var selectElm = document.getElementById(editor_id + "_styleSelect"); - if (selectElm) { - TinyMCE_advanced_setupCSSClasses(editor_id); - - classNode = node; - breakOut = false; - var index = 0; - - do { - if (classNode && classNode.className) { - for (var i=0; i"); - } else - selectByValue(selectElm, "

"); - } - - // Select fontselect - var selectElm = document.getElementById(editor_id + "_fontNameSelect"); - if (selectElm) { - var elm = tinyMCE.getParentElement(node, "font", "face"); - if (elm) - selectByValue(selectElm, elm.getAttribute("face")); - else - selectByValue(selectElm, ""); - } - - // Select fontsize - var selectElm = document.getElementById(editor_id + "_fontSizeSelect"); - if (selectElm) { - var elm = tinyMCE.getParentElement(node, "font", "size"); - if (elm && tinyMCE.getAttrib(elm, "size") != "") - selectByValue(selectElm, elm.getAttribute("size")); - else - selectByValue(selectElm, "0"); - } - - // Handle align attributes - alignNode = node; - breakOut = false; - do { - if (!alignNode.getAttribute || !alignNode.getAttribute('align')) - continue; - - switch (alignNode.getAttribute('align').toLowerCase()) { - case "left": - tinyMCE.switchClassSticky(editor_id + '_justifyleft', 'mceButtonSelected'); - breakOut = true; - break; - - case "right": - tinyMCE.switchClassSticky(editor_id + '_justifyright', 'mceButtonSelected'); - breakOut = true; - break; - - case "middle": - case "center": - tinyMCE.switchClassSticky(editor_id + '_justifycenter', 'mceButtonSelected'); - breakOut = true; - break; - - case "justify": - tinyMCE.switchClassSticky(editor_id + '_justifyfull', 'mceButtonSelected'); - breakOut = true; - break; - } - } while (!breakOut && (alignNode = alignNode.parentNode)); - - // Do special text - if (tinyMCE.isGecko && node.nodeType == 3) { - var inst = tinyMCE.getInstanceById(editor_id); - var doc = inst.getDoc(); - - if (doc.queryCommandState("Bold")) - tinyMCE.switchClassSticky(editor_id + '_bold', 'mceButtonSelected'); - - if (doc.queryCommandState("Italic")) - tinyMCE.switchClassSticky(editor_id + '_italic', 'mceButtonSelected'); - - if (doc.queryCommandState("Underline") && (node.parentNode == null || node.parentNode.nodeName != "A")) - tinyMCE.switchClassSticky(editor_id + '_underline', 'mceButtonSelected'); - - if (doc.queryCommandState("Strikethrough")) - tinyMCE.switchClassSticky(editor_id + '_strikethrough', 'mceButtonSelected'); - } - - // Handle elements - do { - switch (node.nodeName.toLowerCase()) { - case "b": - case "strong": - tinyMCE.switchClassSticky(editor_id + '_bold', 'mceButtonSelected'); - break; - - case "i": - case "em": - tinyMCE.switchClassSticky(editor_id + '_italic', 'mceButtonSelected'); - break; - - case "u": - tinyMCE.switchClassSticky(editor_id + '_underline', 'mceButtonSelected'); - break; - - case "strike": - tinyMCE.switchClassSticky(editor_id + '_strikethrough', 'mceButtonSelected'); - break; - - case "ul": - tinyMCE.switchClassSticky(editor_id + '_bullist', 'mceButtonSelected'); - break; - - case "ol": - tinyMCE.switchClassSticky(editor_id + '_numlist', 'mceButtonSelected'); - break; - - case "sub": - tinyMCE.switchClassSticky(editor_id + '_sub', 'mceButtonSelected'); - break; - - case "sup": - tinyMCE.switchClassSticky(editor_id + '_sup', 'mceButtonSelected'); - break; - - case "hr": - tinyMCE.switchClassSticky(editor_id + '_hr', 'mceButtonSelected'); - break; - - case "img": - if (tinyMCE.getAttrib(node, 'name').indexOf('mce_') != 0) - tinyMCE.switchClassSticky(editor_id + '_image', 'mceButtonSelected'); - break; - } - } while ((node = node.parentNode)); -} - -// This function auto imports CSS classes into the class selection droplist -function TinyMCE_advanced_setupCSSClasses(editor_id) { - if (!TinyMCE_advanced_autoImportCSSClasses) - return; - - var selectElm = document.getElementById(editor_id + '_styleSelect'); - - if (selectElm && selectElm.getAttribute('cssImported') != 'true') { - var csses = tinyMCE.getCSSClasses(editor_id); - if (csses && selectElm) { - for (var i=0; i 0) - selectElm.setAttribute('cssImported', 'true'); - } -} \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/editor_ui.css b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/editor_ui.css deleted file mode 100644 index 788e7fdd3f..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/editor_ui.css +++ /dev/null @@ -1,148 +0,0 @@ -.mceButtonNormal, .mceButtonOver, .mceButtonDown, .mceSeparator, .mceButtonDisabled, .mceButtonSelected { - margin-top: 1px; - margin-left: 1px; -} - -.mceButtonNormal { - border-top: 1px solid; - border-left: 1px solid; - border-bottom: 1px solid; - border-right: 1px solid; - border-color: #F0F0EE; - cursor: arrow; -} - -.mceButtonOver { -/* border-top: 1px solid buttonhighlight; - border-left: 1px solid buttonhighlight; - border-bottom: 1px solid buttonshadow; - border-right: 1px solid buttonshadow;*/ - border: 1px solid #0A246A; - cursor: arrow; - background-color: #B6BDD2; -} - -.mceButtonDown { -/* border-bottom: 1px solid buttonhighlight; - border-right: 1px solid buttonhighlight; - border-top: 1px solid buttonshadow; - border-left: 1px solid buttonshadow;*/ - cursor: arrow; - border: 1px solid #0A246A; - background-color: #8592B5; -} - -.mceButtonSelected { - border: 1px solid; - border-color: #C0C0BB; - cursor: arrow; -} - -.mceButtonDisabled { - filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30); - -moz-opacity:0.3; - opacity: 0.3; - border-top: 1px solid; - border-left: 1px solid; - border-bottom: 1px solid; - border-right: 1px solid; - border-color: #F0F0EE; - cursor: arrow; -} - -.mceSeparator { - border-top: 1px solid buttonhighlight; - border-left: 1px solid buttonhighlight; - border-bottom: 1px solid buttonshadow; - border-right: 1px solid buttonshadow; - margin-right: 2px; - margin-left: 2px; -} - -.mceSeparatorLine { - margin:2px; - margin-left: 4px; - background-color: #F0F0EE; - border-top: 1px solid buttonshadow; - border-left: 1px solid buttonshadow; - border-bottom: 1px solid buttonhighlight; - border-right: 1px solid buttonhighlight; - width: 0px; - height: 15px; -} - -.mceSelectList { - font-family: "MS Sans Serif"; - font-size: 7pt; - font-weight: normal; - margin-top: 3px; - padding: 0px; - display: inline; - vertical-align: top; - background-color: #F0F0EE -} - -.mceLabel, .mceLabelDisabled { - font-family: "MS Sans Serif"; - font-size: 9pt; -} - -.mceLabel { - color: #000000; -} - -.mceLabelDisabled { - cursor: text; - color: #999999; -} - -.mceEditor { - background: #F0F0EE; - border: 1px solid #cccccc; -} - -.mceEditorArea { - font-family: "MS Sans Serif"; - background: #FFFFFF; -} - -.mceToolbarTop, .mceToolbarBottom { - background: #F0F0EE; -} - -.mceToolbarTop { - border-bottom: 1px solid #cccccc; -} - -.mceToolbarBottom { - border-top: 1px solid #cccccc; -} - -.mcePathTop, .mcePathBottom, .mcePath { - font-family: "MS Sans Serif"; - font-size: 9pt; - padding: 2px; - height: 20px; -} - -.mcePathTop { - border-bottom: 1px solid #cccccc; -} - -.mcePathBottom { - border-top: 1px solid #cccccc; -} - -.mcePathItem, .mcePathItem:link, .mcePathItem:visited, .mcePathItem:hover { - text-decoration: none; - font-family: "MS Sans Serif"; - font-size: 9pt; -} - -.mcePathItem:hover { - text-decoration: underline; -} - -.mcePath { - border-bottom: 1px solid #cccccc; -} \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/image.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/image.htm deleted file mode 100644 index 311254244e..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/image.htm +++ /dev/null @@ -1,193 +0,0 @@ - - -{$lang_insert_image_title} - - - - - -

- - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{$lang_insert_image_title}
{$lang_insert_image_src}: - - - - -
{$lang_insert_image_alt}:
{$lang_insert_image_align}:
{$lang_insert_image_dimensions}: - x -
{$lang_insert_image_border}:
{$lang_insert_image_vspace}:
{$lang_insert_image_hspace}:
-
-
- - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/anchor.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/anchor.gif deleted file mode 100644 index ae7b2f3959..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/anchor.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/backcolor.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/backcolor.gif deleted file mode 100644 index d44277dd6c..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/backcolor.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/bold.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/bold.gif deleted file mode 100644 index 31f004b24f..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/bold.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/bold_de_se.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/bold_de_se.gif deleted file mode 100644 index 2d86b00314..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/bold_de_se.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/bold_fr.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/bold_fr.gif deleted file mode 100644 index 7782282838..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/bold_fr.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/bold_ru.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/bold_ru.gif deleted file mode 100644 index c9e89b27e5..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/bold_ru.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/browse.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/browse.gif deleted file mode 100644 index 590f2de43f..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/browse.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/bullist.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/bullist.gif deleted file mode 100644 index 12d0ec2299..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/bullist.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/buttons.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/buttons.gif deleted file mode 100644 index b5e454c17e..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/buttons.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/center.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/center.gif deleted file mode 100644 index a9e13e004c..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/center.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/charmap.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/charmap.gif deleted file mode 100644 index b826f88823..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/charmap.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/cleanup.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/cleanup.gif deleted file mode 100644 index 87b8f87a2f..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/cleanup.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/code.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/code.gif deleted file mode 100644 index e16da11e91..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/code.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/copy.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/copy.gif deleted file mode 100644 index f0b51871e2..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/copy.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/custom_1.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/custom_1.gif deleted file mode 100644 index 5e385c0549..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/custom_1.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/cut.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/cut.gif deleted file mode 100644 index 6a969e55bd..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/cut.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/forecolor.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/forecolor.gif deleted file mode 100644 index db21e1cbee..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/forecolor.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/full.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/full.gif deleted file mode 100644 index 5a78c63067..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/full.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/help.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/help.gif deleted file mode 100644 index a5d67714bc..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/help.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/hr.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/hr.gif deleted file mode 100644 index 8e6b34dc68..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/hr.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/image.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/image.gif deleted file mode 100644 index 36109de73c..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/image.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/indent.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/indent.gif deleted file mode 100644 index 7a17288c55..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/indent.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/italic.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/italic.gif deleted file mode 100644 index ec03278f34..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/italic.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/italic_de_se.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/italic_de_se.gif deleted file mode 100644 index 6ce0d8d466..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/italic_de_se.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/italic_ru.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/italic_ru.gif deleted file mode 100644 index 5c2f7fec27..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/italic_ru.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/left.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/left.gif deleted file mode 100644 index 4225e00775..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/left.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/link.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/link.gif deleted file mode 100644 index 0de427490e..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/link.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/newdocument.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/newdocument.gif deleted file mode 100644 index 79a93da5cc..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/newdocument.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/numlist.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/numlist.gif deleted file mode 100644 index 7ff907be75..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/numlist.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/outdent.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/outdent.gif deleted file mode 100644 index 53e89a77f4..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/outdent.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/paste.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/paste.gif deleted file mode 100644 index a676604cf6..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/paste.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/redo.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/redo.gif deleted file mode 100644 index 26a146bdaf..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/redo.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/removeformat.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/removeformat.gif deleted file mode 100644 index 38a9cdf96c..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/removeformat.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/right.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/right.gif deleted file mode 100644 index 88bfaf2542..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/right.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/spacer.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/spacer.gif deleted file mode 100644 index fc2560981e..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/spacer.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/strikethrough.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/strikethrough.gif deleted file mode 100644 index ce7b65304e..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/strikethrough.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/sub.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/sub.gif deleted file mode 100644 index 481840702b..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/sub.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/sup.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/sup.gif deleted file mode 100644 index 03f8efc63d..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/sup.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/table.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/table.gif deleted file mode 100644 index f8a00544a9..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/table.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/table_delete_col.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/table_delete_col.gif deleted file mode 100644 index 0b2f0fb612..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/table_delete_col.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/table_delete_row.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/table_delete_row.gif deleted file mode 100644 index 1997065fb2..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/table_delete_row.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/table_insert_col_after.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/table_insert_col_after.gif deleted file mode 100644 index c30dafab6f..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/table_insert_col_after.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/table_insert_col_before.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/table_insert_col_before.gif deleted file mode 100644 index 5d1ff37afe..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/table_insert_col_before.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/table_insert_row_after.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/table_insert_row_after.gif deleted file mode 100644 index c3aa15f93a..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/table_insert_row_after.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/table_insert_row_before.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/table_insert_row_before.gif deleted file mode 100644 index c3271e5493..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/table_insert_row_before.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/underline.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/underline.gif deleted file mode 100644 index d6b8afdabd..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/underline.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/underline_fr.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/underline_fr.gif deleted file mode 100644 index a8e3018a18..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/underline_fr.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/underline_ru.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/underline_ru.gif deleted file mode 100644 index 2a517e8b6b..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/underline_ru.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/undo.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/undo.gif deleted file mode 100644 index b0722d06c6..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/undo.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/unlink.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/unlink.gif deleted file mode 100644 index dd073a2b44..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/unlink.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/visualaid.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/visualaid.gif deleted file mode 100644 index 188b3487ad..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/images/visualaid.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/langs/ar.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/langs/ar.js deleted file mode 100644 index f23cd42d59..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/langs/ar.js +++ /dev/null @@ -1,59 +0,0 @@ -// Arabic lang variables - -tinyMCELang['lang_theme_style_select'] = 'تصاميم'; -tinyMCELang['lang_theme_code_desc'] = 'شفرة المصدر'; -tinyMCELang['lang_theme_code_title'] = 'شفرة المصدر'; -tinyMCELang['lang_theme_code_wordwrap'] = 'Word wrap'; -tinyMCELang['lang_theme_sub_desc'] = 'منخفض'; -tinyMCELang['lang_theme_sup_desc'] = 'مرتفع'; -tinyMCELang['lang_theme_hr_desc'] = 'إدراج خط فاصل'; -tinyMCELang['lang_theme_removeformat_desc'] = 'إزالة التنسيقات'; -tinyMCELang['lang_theme_custom1_desc'] = 'Your custom description here'; -tinyMCELang['lang_insert_image_border'] = 'سمك الحدود'; -tinyMCELang['lang_insert_image_dimensions'] = 'المواصفات'; -tinyMCELang['lang_insert_image_vspace'] = 'تباعد عمودي'; -tinyMCELang['lang_insert_image_hspace'] = 'تباعد أفقي'; -tinyMCELang['lang_insert_image_align'] = 'محاذاة'; -tinyMCELang['lang_insert_image_align_default'] = 'Default'; -tinyMCELang['lang_insert_image_align_baseline'] = 'على السطر'; -tinyMCELang['lang_insert_image_align_top'] = 'أعلى'; -tinyMCELang['lang_insert_image_align_middle'] = 'وسط'; -tinyMCELang['lang_insert_image_align_bottom'] = 'أسفل'; -tinyMCELang['lang_insert_image_align_texttop'] = 'أعلى النص'; -tinyMCELang['lang_insert_image_align_absmiddle'] = 'وسط السطر'; -tinyMCELang['lang_insert_image_align_absbottom'] = 'أسفل النص'; -tinyMCELang['lang_insert_image_align_left'] = 'يسار'; -tinyMCELang['lang_insert_image_align_right'] = 'يمين'; -tinyMCELang['lang_theme_font_size'] = 'Font size'; -tinyMCELang['lang_theme_fontdefault'] = 'Default'; -tinyMCELang['lang_theme_paragraph'] = 'Paragraph'; -tinyMCELang['lang_theme_div'] = 'Div'; -tinyMCELang['lang_theme_address'] = 'Address'; -tinyMCELang['lang_theme_pre'] = 'Preformatted'; -tinyMCELang['lang_theme_h1'] = 'Heading 1'; -tinyMCELang['lang_theme_h2'] = 'Heading 2'; -tinyMCELang['lang_theme_h3'] = 'Heading 3'; -tinyMCELang['lang_theme_h4'] = 'Heading 4'; -tinyMCELang['lang_theme_h5'] = 'Heading 5'; -tinyMCELang['lang_theme_h6'] = 'Heading 6'; -tinyMCELang['lang_theme_colorpicker_title'] = 'لون النص'; -tinyMCELang['lang_theme_colorpicker_apply'] = 'Apply'; -tinyMCELang['lang_theme_forecolor_desc'] = 'لون النص'; -tinyMCELang['lang_theme_backcolor_desc'] = 'Select background color'; -tinyMCELang['lang_theme_charmap_title'] = 'إدراج رمز..ِ'; -tinyMCELang['lang_theme_charmap_desc'] = 'إدراج رمز..ِ'; -tinyMCELang['lang_theme_visualaid_desc'] = 'Toggle guidelines/invisible elements'; -tinyMCELang['lang_insert_anchor_title'] = 'Insert/edit anchor'; -tinyMCELang['lang_insert_anchor_name'] = 'Anchor name'; -tinyMCELang['lang_theme_anchor_desc'] = 'Insert/edit anchor'; -tinyMCELang['lang_theme_insert_link_titlefield'] = 'Title'; -tinyMCELang['lang_theme_clipboard_msg'] = 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?'; -tinyMCELang['lang_theme_path'] = 'Path'; -tinyMCELang['lang_cut_desc'] = 'Cut'; -tinyMCELang['lang_copy_desc'] = 'Copy'; -tinyMCELang['lang_paste_desc'] = 'Paste'; -tinyMCELang['lang_link_list'] = 'Link list'; -tinyMCELang['lang_image_list'] = 'Image list'; -tinyMCELang['lang_browse'] = 'Browse'; -tinyMCELang['lang_image_props_desc'] = 'Image properties'; -tinyMCELang['lang_newdocument_desc'] = 'New document'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/langs/cs.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/langs/cs.js deleted file mode 100644 index 6ad7bc303a..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/langs/cs.js +++ /dev/null @@ -1,61 +0,0 @@ -// CZ lang variables thanks to "Pavel Novák", repaired by Josef Klimosz - -tinyMCELang['lang_theme_style_select'] = 'Styly'; -tinyMCELang['lang_theme_code_desc'] = 'Zobrazit HTML'; -tinyMCELang['lang_theme_code_title'] = 'Editace HTML'; -tinyMCELang['lang_theme_code_wordwrap'] = 'Bez dìlení slov'; -tinyMCELang['lang_theme_sub_desc'] = 'Dolní index'; -tinyMCELang['lang_theme_sup_desc'] = 'Horní index'; -tinyMCELang['lang_theme_hr_desc'] = 'Vložit vodorovný oddìlovaè'; -tinyMCELang['lang_theme_removeformat_desc'] = 'Zrušit formátování'; -tinyMCELang['lang_theme_custom1_desc'] = 'Libovolný popisek'; -tinyMCELang['lang_insert_image_border'] = 'Rámeèek'; -tinyMCELang['lang_insert_image_dimensions'] = 'Rozmìry'; -tinyMCELang['lang_insert_image_vspace'] = 'Vertikální okraj'; -tinyMCELang['lang_insert_image_hspace'] = 'Horizontální okraj'; -tinyMCELang['lang_insert_image_align'] = 'Zarovnání'; -tinyMCELang['lang_insert_image_align_default'] = 'Výchozí'; -tinyMCELang['lang_insert_image_align_baseline'] = 'Na úèaøí'; -tinyMCELang['lang_insert_image_align_top'] = 'Nahoru'; -tinyMCELang['lang_insert_image_align_middle'] = 'Na støed'; -tinyMCELang['lang_insert_image_align_bottom'] = 'Dolù'; -tinyMCELang['lang_insert_image_align_texttop'] = 'Nejvyšší bod textu'; -tinyMCELang['lang_insert_image_align_absmiddle'] = 'Støed øádku'; -tinyMCELang['lang_insert_image_align_absbottom'] = 'Spodek øádku'; -tinyMCELang['lang_insert_image_align_left'] = 'Vlevo'; -tinyMCELang['lang_insert_image_align_right'] = 'Vpravo'; -tinyMCELang['lang_theme_font_size'] = 'Font size'; -tinyMCELang['lang_theme_fontdefault'] = 'Default'; -tinyMCELang['lang_theme_paragraph'] = 'Odstavec'; -tinyMCELang['lang_theme_div'] = 'Div'; -tinyMCELang['lang_theme_address'] = 'Adresa'; -tinyMCELang['lang_theme_pre'] = 'Pøedformát'; -tinyMCELang['lang_theme_h1'] = 'Nadpis 1'; -tinyMCELang['lang_theme_h2'] = 'Nadpis 2'; -tinyMCELang['lang_theme_h3'] = 'Nadpis 3'; -tinyMCELang['lang_theme_h4'] = 'Nadpis 4'; -tinyMCELang['lang_theme_h5'] = 'Nadpis 5'; -tinyMCELang['lang_theme_h6'] = 'Nadpis 6'; -tinyMCELang['lang_theme_colorpicker_title'] = 'Výbìr barvy'; -tinyMCELang['lang_theme_colorpicker_apply'] = 'Vybrat'; -tinyMCELang['lang_theme_forecolor_desc'] = 'Barva popøedí'; -tinyMCELang['lang_theme_backcolor_desc'] = 'Barva pozadí'; -tinyMCELang['lang_theme_charmap_title'] = 'Výbìr uživ. znaku'; -tinyMCELang['lang_theme_charmap_desc'] = 'Vložit znak'; -tinyMCELang['lang_theme_visualaid_desc'] = 'Zapnout znaèky/neviditelné prvky'; -tinyMCELang['lang_insert_anchor_title'] = 'Vložení/editace záložky'; -tinyMCELang['lang_insert_anchor_name'] = 'Název'; -tinyMCELang['lang_theme_anchor_desc'] = 'Vložit/editovat záložku'; -tinyMCELang['lang_theme_insert_link_titlefield'] = 'Název'; -tinyMCELang['lang_theme_clipboard_msg'] = 'Copy/Cut/Paste není použitelné v Mozille a Firefoxu.\nChcete více informací o tomto problému?'; -tinyMCELang['lang_theme_path'] = 'Cesta'; -tinyMCELang['lang_cut_desc'] = 'Vyjmout'; -tinyMCELang['lang_copy_desc'] = 'Kopírovat'; -tinyMCELang['lang_paste_desc'] = 'Vložit'; -tinyMCELang['lang_link_list'] = 'Link list'; -tinyMCELang['lang_image_list'] = 'Image list'; -tinyMCELang['lang_link_list'] = 'Link list'; -tinyMCELang['lang_image_list'] = 'Image list'; -tinyMCELang['lang_browse'] = 'Browse'; -tinyMCELang['lang_image_props_desc'] = 'Image properties'; -tinyMCELang['lang_newdocument_desc'] = 'New document'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/langs/da.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/langs/da.js deleted file mode 100644 index 25e2762985..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/langs/da.js +++ /dev/null @@ -1,59 +0,0 @@ -// DK lang variables contributed by Jan Moelgaard - -tinyMCELang['lang_theme_style_select'] = 'Styles'; -tinyMCELang['lang_theme_code_desc'] = 'Rediger html-kode'; -tinyMCELang['lang_theme_code_title'] = 'HTML Kodeeditor'; -tinyMCELang['lang_theme_code_wordwrap'] = 'Word wrap'; -tinyMCELang['lang_theme_sub_desc'] = 'Sænket skrift'; -tinyMCELang['lang_theme_sup_desc'] = 'Hævet skrift'; -tinyMCELang['lang_theme_hr_desc'] = 'Indsæt horisontal linje'; -tinyMCELang['lang_theme_removeformat_desc'] = 'Fjern formatering'; -tinyMCELang['lang_theme_custom1_desc'] = 'Indsæt din egen beskrivelse her'; -tinyMCELang['lang_insert_image_border'] = 'Kant'; -tinyMCELang['lang_insert_image_dimensions'] = 'Dimensioner'; -tinyMCELang['lang_insert_image_vspace'] = 'VSpace'; -tinyMCELang['lang_insert_image_hspace'] = 'HSpace'; -tinyMCELang['lang_insert_image_align'] = 'Justering'; -tinyMCELang['lang_insert_image_align_default'] = 'Standard'; -tinyMCELang['lang_insert_image_align_baseline'] = 'Bundlinje'; -tinyMCELang['lang_insert_image_align_top'] = 'Top'; -tinyMCELang['lang_insert_image_align_middle'] = 'Midt i'; -tinyMCELang['lang_insert_image_align_bottom'] = 'I bunden'; -tinyMCELang['lang_insert_image_align_texttop'] = 'I toppen af teksten'; -tinyMCELang['lang_insert_image_align_absmiddle'] = 'Absolut midte'; -tinyMCELang['lang_insert_image_align_absbottom'] = 'Absolut bund'; -tinyMCELang['lang_insert_image_align_left'] = 'Venstre'; -tinyMCELang['lang_insert_image_align_right'] = 'Højre'; -tinyMCELang['lang_theme_font_size'] = 'Font size'; -tinyMCELang['lang_theme_fontdefault'] = 'Standard'; -tinyMCELang['lang_theme_paragraph'] = 'Afsnit'; -tinyMCELang['lang_theme_div'] = 'Div'; -tinyMCELang['lang_theme_address'] = 'Addresse'; -tinyMCELang['lang_theme_pre'] = 'Præformateret'; -tinyMCELang['lang_theme_h1'] = 'Overskrift 1'; -tinyMCELang['lang_theme_h2'] = 'Overskrift 2'; -tinyMCELang['lang_theme_h3'] = 'Overskrift 3'; -tinyMCELang['lang_theme_h4'] = 'Overskrift 4'; -tinyMCELang['lang_theme_h5'] = 'Overskrift 5'; -tinyMCELang['lang_theme_h6'] = 'Overskrift 6'; -tinyMCELang['lang_theme_colorpicker_title'] = 'Vælg en farve'; -tinyMCELang['lang_theme_colorpicker_apply'] = 'Anvend'; -tinyMCELang['lang_theme_forecolor_desc'] = 'Vælg forgrundsfarve'; -tinyMCELang['lang_theme_backcolor_desc'] = 'Select background color'; -tinyMCELang['lang_theme_charmap_title'] = 'Vælg specialkarakter'; -tinyMCELang['lang_theme_charmap_desc'] = 'Indsæt specialkarakter'; -tinyMCELang['lang_theme_visualaid_desc'] = 'Slå linjer/usynlige elementer til og fra'; -tinyMCELang['lang_insert_anchor_title'] = 'Indsæt/rediger bogmærke'; -tinyMCELang['lang_insert_anchor_name'] = 'Bogmærkets navn'; -tinyMCELang['lang_theme_anchor_desc'] = 'Indsæt/rediger bogmærke'; -tinyMCELang['lang_theme_insert_link_titlefield'] = 'Title'; -tinyMCELang['lang_theme_clipboard_msg'] = 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?'; -tinyMCELang['lang_theme_path'] = 'Path'; -tinyMCELang['lang_cut_desc'] = 'Cut'; -tinyMCELang['lang_copy_desc'] = 'Copy'; -tinyMCELang['lang_paste_desc'] = 'Paste'; -tinyMCELang['lang_link_list'] = 'Link list'; -tinyMCELang['lang_image_list'] = 'Image list'; -tinyMCELang['lang_browse'] = 'Browse'; -tinyMCELang['lang_image_props_desc'] = 'Image properties'; -tinyMCELang['lang_newdocument_desc'] = 'New document'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/langs/de.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/langs/de.js deleted file mode 100644 index 01e4a6d49a..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/langs/de.js +++ /dev/null @@ -1,61 +0,0 @@ -// DE lang variables -// Translated 2004 by Crazy Chrissi -// Edited 2004 by Krokogras - -tinyMCELang['lang_theme_style_select'] = 'Styles'; -tinyMCELang['lang_theme_code_desc'] = 'HTML-Modus'; -tinyMCELang['lang_theme_code_title'] = 'HTML-Code Editor'; -tinyMCELang['lang_theme_code_wordwrap'] = 'Zeilenumbruch'; -tinyMCELang['lang_theme_sub_desc'] = 'Tiefergestellt'; -tinyMCELang['lang_theme_sup_desc'] = 'Höhergestellt'; -tinyMCELang['lang_theme_hr_desc'] = 'Horizontale Linie einfügen'; -tinyMCELang['lang_theme_removeformat_desc'] = 'Formatierung löschen'; -tinyMCELang['lang_theme_custom1_desc'] = 'Beschreibung eingeben'; -tinyMCELang['lang_insert_image_border'] = 'Rahmen'; -tinyMCELang['lang_insert_image_dimensions'] = 'Größe'; -tinyMCELang['lang_insert_image_vspace'] = 'Vertikal einrücken'; -tinyMCELang['lang_insert_image_hspace'] = 'Horizontal einrücken'; -tinyMCELang['lang_insert_image_align'] = 'Ausrichten'; -tinyMCELang['lang_insert_image_align_default'] = 'Normal'; -tinyMCELang['lang_insert_image_align_baseline'] = 'Grundlinie'; -tinyMCELang['lang_insert_image_align_top'] = 'Oben'; -tinyMCELang['lang_insert_image_align_middle'] = 'Mitte'; -tinyMCELang['lang_insert_image_align_bottom'] = 'Unten'; -tinyMCELang['lang_insert_image_align_texttop'] = 'Textoberkante'; -tinyMCELang['lang_insert_image_align_absmiddle'] = 'Absolute Mitte'; -tinyMCELang['lang_insert_image_align_absbottom'] = 'Absolut unten'; -tinyMCELang['lang_insert_image_align_left'] = 'Links'; -tinyMCELang['lang_insert_image_align_right'] = 'Rechts'; -tinyMCELang['lang_theme_font_size'] = 'Font size'; -tinyMCELang['lang_theme_fontdefault'] = 'Normal'; -tinyMCELang['lang_theme_paragraph'] = 'Standard-Text'; -tinyMCELang['lang_theme_div'] = 'Div'; -tinyMCELang['lang_theme_address'] = 'Addresse'; -tinyMCELang['lang_theme_pre'] = 'Vorformatiert (pre)'; -tinyMCELang['lang_theme_h1'] = 'Überschrift 1'; -tinyMCELang['lang_theme_h2'] = 'Überschrift 2'; -tinyMCELang['lang_theme_h3'] = 'Überschrift 3'; -tinyMCELang['lang_theme_h4'] = 'Überschrift 4'; -tinyMCELang['lang_theme_h5'] = 'Überschrift 5'; -tinyMCELang['lang_theme_h6'] = 'Überschrift 6'; -tinyMCELang['lang_theme_colorpicker_title'] = 'Wähle eine Farbe'; -tinyMCELang['lang_theme_colorpicker_apply'] = 'Übernehmen'; -tinyMCELang['lang_theme_forecolor_desc'] = 'Schriftfarbe ausw„hlen'; -tinyMCELang['lang_theme_backcolor_desc'] = 'Select background color'; -tinyMCELang['lang_theme_charmap_title'] = 'Wähle ein Sonderzeichen'; -tinyMCELang['lang_theme_charmap_desc'] = 'Sonderzeichen einfügen'; -tinyMCELang['lang_theme_visualaid_desc'] = 'Anzeige von Hilfslinien / unsichtbaren Elementen an/aus'; -tinyMCELang['lang_insert_anchor_title'] = 'Anker einfügen/bearbeiten'; -tinyMCELang['lang_insert_anchor_name'] = 'Ankername'; -tinyMCELang['lang_theme_anchor_desc'] = 'Anker einfügen/bearbeiten'; -tinyMCELang['lang_theme_insert_link_titlefield'] = 'Title'; -tinyMCELang['lang_theme_clipboard_msg'] = 'Kopieren/Ausschneiden/Einfügen sind in Mozilla und Firefox nicht verfügbar.\nMöchten sie weitere Informationen zu diesem Thema?'; -tinyMCELang['lang_theme_path'] = 'Pfad'; -tinyMCELang['lang_cut_desc'] = 'Ausschneiden'; -tinyMCELang['lang_copy_desc'] = 'Kopieren'; -tinyMCELang['lang_paste_desc'] = 'Einfügen'; -tinyMCELang['lang_link_list'] = 'Verweisliste'; -tinyMCELang['lang_image_list'] = 'Bildliste'; -tinyMCELang['lang_browse'] = 'Durchsuchen'; -tinyMCELang['lang_image_props_desc'] = 'Image properties'; -tinyMCELang['lang_newdocument_desc'] = 'New document'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/langs/el.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/langs/el.js deleted file mode 100644 index 3738f8a4e8..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/langs/el.js +++ /dev/null @@ -1,59 +0,0 @@ -// Greek lang variables by Jacaranda Bill - -tinyMCELang['lang_theme_style_select'] = 'ÈÝìáôá'; -tinyMCELang['lang_theme_code_desc'] = 'Åðåîåñãáóßá HTML êþäéêá'; -tinyMCELang['lang_theme_code_title'] = 'ÅðåîåñãáóôÞò HTML'; -tinyMCELang['lang_theme_code_wordwrap'] = 'Word wrap'; -tinyMCELang['lang_theme_sub_desc'] = 'Äåßêôçò'; -tinyMCELang['lang_theme_sup_desc'] = 'ÅêèÝôçò'; -tinyMCELang['lang_theme_hr_desc'] = 'ÅéóáãùãÞ ïñéæüíôéáò ãñáììÞò'; -tinyMCELang['lang_theme_removeformat_desc'] = 'ÁðáëïéöÞ ìïñöïðïßçóçò'; -tinyMCELang['lang_theme_custom1_desc'] = 'ÐåñéãñáöÞ'; -tinyMCELang['lang_insert_image_border'] = 'Ðåñßãñáììá'; -tinyMCELang['lang_insert_image_dimensions'] = 'ÄéáóôÜóåéò'; -tinyMCELang['lang_insert_image_vspace'] = 'ÊÜè. ðåñéèþñéï'; -tinyMCELang['lang_insert_image_hspace'] = 'Ïñéæ. ðåñéèþñéï'; -tinyMCELang['lang_insert_image_align'] = 'Óôïß÷éóç'; -tinyMCELang['lang_insert_image_align_default'] = 'ÐñïêáèïñéóìÝíç'; -tinyMCELang['lang_insert_image_align_baseline'] = 'Óå åõèõãñÜììéóç ìå ôï êåßìåíï'; -tinyMCELang['lang_insert_image_align_top'] = 'ÐÜíù'; -tinyMCELang['lang_insert_image_align_middle'] = 'Óôï êÝíôñï'; -tinyMCELang['lang_insert_image_align_bottom'] = 'ÊÜôù'; -tinyMCELang['lang_insert_image_align_texttop'] = 'Ôï êåßìåíï ðÜíù'; -tinyMCELang['lang_insert_image_align_absmiddle'] = 'Áðüëõôá óôï êÝíôñï'; -tinyMCELang['lang_insert_image_align_absbottom'] = 'Áðüëõôá êÜôù'; -tinyMCELang['lang_insert_image_align_left'] = 'ÁñéóôåñÜ'; -tinyMCELang['lang_insert_image_align_right'] = 'ÄåîéÜ'; -tinyMCELang['lang_theme_font_size'] = 'Font size'; -tinyMCELang['lang_theme_fontdefault'] = 'ÐñïêáèïñéóìÝíç'; -tinyMCELang['lang_theme_paragraph'] = 'ÐáñÜãñáöïò'; -tinyMCELang['lang_theme_div'] = 'Div'; -tinyMCELang['lang_theme_address'] = 'Äéåýèõíóç'; -tinyMCELang['lang_theme_pre'] = 'Preformatted'; -tinyMCELang['lang_theme_h1'] = 'Åðéêåöáëßäá 1'; -tinyMCELang['lang_theme_h2'] = 'Åðéêåöáëßäá 2'; -tinyMCELang['lang_theme_h3'] = 'Åðéêåöáëßäá 3'; -tinyMCELang['lang_theme_h4'] = 'Åðéêåöáëßäá 4'; -tinyMCELang['lang_theme_h5'] = 'Åðéêåöáëßäá 5'; -tinyMCELang['lang_theme_h6'] = 'Åðéêåöáëßäá 6'; -tinyMCELang['lang_theme_colorpicker_title'] = '×ñþìáôá'; -tinyMCELang['lang_theme_colorpicker_apply'] = 'ÅöáñìïãÞ'; -tinyMCELang['lang_theme_forecolor_desc'] = 'ÅðéëïãÞ ÷ñþìáôïò ãñáììáôïóåéñÜò'; -tinyMCELang['lang_theme_backcolor_desc'] = 'Select background color'; -tinyMCELang['lang_theme_charmap_title'] = 'ÅðéëïãÞ åéäéêïý ÷áñáêôÞñá'; -tinyMCELang['lang_theme_charmap_desc'] = 'ÅéóáãùãÞ åéäéêïý ÷áñáêôÞñá'; -tinyMCELang['lang_theme_visualaid_desc'] = 'ÅìöÜíéóç/Áðüêñõøç ãñáììþí'; -tinyMCELang['lang_insert_anchor_title'] = 'ÅéóáãùãÞ/Äéüñèùóç Üãêõñáò'; -tinyMCELang['lang_insert_anchor_name'] = 'Ïíïìáóßá Üãêõñáò'; -tinyMCELang['lang_theme_anchor_desc'] = 'ÅéóáãùãÞ/Äéüñèùóç Üãêõñáò'; -tinyMCELang['lang_theme_insert_link_titlefield'] = 'Ôßôëïò'; -tinyMCELang['lang_theme_clipboard_msg'] = 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?'; -tinyMCELang['lang_theme_path'] = 'Path'; -tinyMCELang['lang_cut_desc'] = 'Cut'; -tinyMCELang['lang_copy_desc'] = 'Copy'; -tinyMCELang['lang_paste_desc'] = 'Paste'; -tinyMCELang['lang_link_list'] = 'Link list'; -tinyMCELang['lang_image_list'] = 'Image list'; -tinyMCELang['lang_browse'] = 'Browse'; -tinyMCELang['lang_image_props_desc'] = 'Image properties'; -tinyMCELang['lang_newdocument_desc'] = 'New document'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/langs/en.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/langs/en.js deleted file mode 100644 index 67ed20fe35..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/langs/en.js +++ /dev/null @@ -1,59 +0,0 @@ -// UK lang variables - -tinyMCELang['lang_theme_style_select'] = 'Styles'; -tinyMCELang['lang_theme_code_desc'] = 'Edit HTML Source'; -tinyMCELang['lang_theme_code_title'] = 'HTML Source Editor'; -tinyMCELang['lang_theme_code_wordwrap'] = 'Word wrap'; -tinyMCELang['lang_theme_sub_desc'] = 'Subscript'; -tinyMCELang['lang_theme_sup_desc'] = 'Superscript'; -tinyMCELang['lang_theme_hr_desc'] = 'Insert horizontal ruler'; -tinyMCELang['lang_theme_removeformat_desc'] = 'Remove formatting'; -tinyMCELang['lang_theme_custom1_desc'] = 'Your custom description here'; -tinyMCELang['lang_insert_image_border'] = 'Border'; -tinyMCELang['lang_insert_image_dimensions'] = 'Dimensions'; -tinyMCELang['lang_insert_image_vspace'] = 'VSpace'; -tinyMCELang['lang_insert_image_hspace'] = 'HSpace'; -tinyMCELang['lang_insert_image_align'] = 'Alignment'; -tinyMCELang['lang_insert_image_align_default'] = 'Default'; -tinyMCELang['lang_insert_image_align_baseline'] = 'Baseline'; -tinyMCELang['lang_insert_image_align_top'] = 'Top'; -tinyMCELang['lang_insert_image_align_middle'] = 'Middle'; -tinyMCELang['lang_insert_image_align_bottom'] = 'Bottom'; -tinyMCELang['lang_insert_image_align_texttop'] = 'TextTop'; -tinyMCELang['lang_insert_image_align_absmiddle'] = 'Absolute Middle'; -tinyMCELang['lang_insert_image_align_absbottom'] = 'Absolute Bottom'; -tinyMCELang['lang_insert_image_align_left'] = 'Left'; -tinyMCELang['lang_insert_image_align_right'] = 'Right'; -tinyMCELang['lang_theme_font_size'] = 'Font size'; -tinyMCELang['lang_theme_fontdefault'] = 'Default'; -tinyMCELang['lang_theme_paragraph'] = 'Paragraph'; -tinyMCELang['lang_theme_div'] = 'Div'; -tinyMCELang['lang_theme_address'] = 'Address'; -tinyMCELang['lang_theme_pre'] = 'Preformatted'; -tinyMCELang['lang_theme_h1'] = 'Heading 1'; -tinyMCELang['lang_theme_h2'] = 'Heading 2'; -tinyMCELang['lang_theme_h3'] = 'Heading 3'; -tinyMCELang['lang_theme_h4'] = 'Heading 4'; -tinyMCELang['lang_theme_h5'] = 'Heading 5'; -tinyMCELang['lang_theme_h6'] = 'Heading 6'; -tinyMCELang['lang_theme_colorpicker_title'] = 'Select a color'; -tinyMCELang['lang_theme_colorpicker_apply'] = 'Apply'; -tinyMCELang['lang_theme_forecolor_desc'] = 'Select text color'; -tinyMCELang['lang_theme_backcolor_desc'] = 'Select background color'; -tinyMCELang['lang_theme_charmap_title'] = 'Select custom character'; -tinyMCELang['lang_theme_charmap_desc'] = 'Insert custom character'; -tinyMCELang['lang_theme_visualaid_desc'] = 'Toggle guidelines/invisible elements'; -tinyMCELang['lang_insert_anchor_title'] = 'Insert/edit anchor'; -tinyMCELang['lang_insert_anchor_name'] = 'Anchor name'; -tinyMCELang['lang_theme_anchor_desc'] = 'Insert/edit anchor'; -tinyMCELang['lang_theme_insert_link_titlefield'] = 'Title'; -tinyMCELang['lang_theme_clipboard_msg'] = 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?'; -tinyMCELang['lang_theme_path'] = 'Path'; -tinyMCELang['lang_cut_desc'] = 'Cut'; -tinyMCELang['lang_copy_desc'] = 'Copy'; -tinyMCELang['lang_paste_desc'] = 'Paste'; -tinyMCELang['lang_link_list'] = 'Link list'; -tinyMCELang['lang_image_list'] = 'Image list'; -tinyMCELang['lang_browse'] = 'Browse'; -tinyMCELang['lang_image_props_desc'] = 'Image properties'; -tinyMCELang['lang_newdocument_desc'] = 'New document'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/langs/es-es.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/langs/es-es.js deleted file mode 100644 index a3fbd38601..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/langs/es-es.js +++ /dev/null @@ -1,60 +0,0 @@ -// ES lang variables by Alvaro Velasco - -tinyMCELang['lang_theme_style_select'] = 'Estilos'; -tinyMCELang['lang_theme_code_desc'] = 'Editar código HTML'; -tinyMCELang['lang_theme_code_title'] = 'Editor código HTML'; -tinyMCELang['lang_theme_code_wordwrap'] = 'Ajuste de línea'; -tinyMCELang['lang_theme_sub_desc'] = 'Subíndice'; -tinyMCELang['lang_theme_sup_desc'] = 'Superíndice'; -tinyMCELang['lang_theme_hr_desc'] = 'Insertar una línea horizontal'; -tinyMCELang['lang_theme_removeformat_desc'] = 'Quitar formato'; -tinyMCELang['lang_theme_custom1_desc'] = 'Descripción propia'; -tinyMCELang['lang_insert_image_border'] = 'Borde'; -tinyMCELang['lang_insert_image_dimensions'] = 'Dimensiones'; -tinyMCELang['lang_insert_image_vspace'] = 'Espacio vertical'; -tinyMCELang['lang_insert_image_hspace'] = 'Espacio horizontal'; -tinyMCELang['lang_insert_image_align'] = 'Alineamiento'; -tinyMCELang['lang_insert_image_align_default'] = 'Por defecto'; -tinyMCELang['lang_insert_image_align_baseline'] = 'Línea Base'; -tinyMCELang['lang_insert_image_align_top'] = 'Superior'; -tinyMCELang['lang_insert_image_align_middle'] = 'Centro'; -tinyMCELang['lang_insert_image_align_bottom'] = 'Inferior'; -tinyMCELang['lang_insert_image_align_texttop'] = 'Alinear texto arriba'; -tinyMCELang['lang_insert_image_align_absmiddle'] = 'Centrado horizontal'; -tinyMCELang['lang_insert_image_align_absbottom'] = 'Centrado abajo'; -tinyMCELang['lang_insert_image_align_left'] = 'Izquierda'; -tinyMCELang['lang_insert_image_align_right'] = 'Derecha'; -tinyMCELang['lang_insert_image_delta_height'] = 10; -tinyMCELang['lang_theme_font_size'] = 'Tamaño de la letra'; -tinyMCELang['lang_theme_fontdefault'] = 'Predeterminado'; -tinyMCELang['lang_theme_paragraph'] = 'Párrafo'; -tinyMCELang['lang_theme_div'] = 'Div'; -tinyMCELang['lang_theme_address'] = 'Dirección'; -tinyMCELang['lang_theme_pre'] = 'Preformateado'; -tinyMCELang['lang_theme_h1'] = 'Título 1'; -tinyMCELang['lang_theme_h2'] = 'Título 2'; -tinyMCELang['lang_theme_h3'] = 'Título 3'; -tinyMCELang['lang_theme_h4'] = 'Título 4'; -tinyMCELang['lang_theme_h5'] = 'Título 5'; -tinyMCELang['lang_theme_h6'] = 'Título 6'; -tinyMCELang['lang_theme_colorpicker_title'] = 'Seleccione un color'; -tinyMCELang['lang_theme_colorpicker_apply'] = 'Aplicar'; -tinyMCELang['lang_theme_forecolor_desc'] = 'Seleccionar color'; -tinyMCELang['lang_theme_backcolor_desc'] = 'Seleccionar color de fondo'; -tinyMCELang['lang_theme_charmap_title'] = 'Seleccionar carácter personalizado'; -tinyMCELang['lang_theme_charmap_desc'] = 'Insertar carácter personalizado'; -tinyMCELang['lang_theme_visualaid_desc'] = 'Cambiar guías/elementos invisibles'; -tinyMCELang['lang_insert_anchor_title'] = 'Insertar/editar ancla'; -tinyMCELang['lang_insert_anchor_name'] = 'Nombre del ancla'; -tinyMCELang['lang_theme_anchor_desc'] = 'Insertar/editar ancla'; -tinyMCELang['lang_theme_insert_link_titlefield'] = 'Título'; -tinyMCELang['lang_theme_clipboard_msg'] = 'Copiar/Cortar/Pegar no está disponible en Mozilla ni Firefox.\n¿Desea más información sobre esto?'; -tinyMCELang['lang_theme_path'] = 'Ruta'; -tinyMCELang['lang_cut_desc'] = 'Cortar'; -tinyMCELang['lang_copy_desc'] = 'Copiar'; -tinyMCELang['lang_paste_desc'] = 'Pegar'; -tinyMCELang['lang_link_list'] = 'Lista de enlaces'; -tinyMCELang['lang_image_list'] = 'Lista de imágenes'; -tinyMCELang['lang_browse'] = 'Examinar'; -tinyMCELang['lang_image_props_desc'] = 'Propiedades de la imagen'; -tinyMCELang['lang_newdocument_desc'] = 'Nuevo documento'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/langs/es.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/langs/es.js deleted file mode 100644 index 831a2aba10..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/langs/es.js +++ /dev/null @@ -1,60 +0,0 @@ -// ES lang variables by Alvaro Velasco - -tinyMCELang['lang_theme_style_select'] = 'Estilos'; -tinyMCELang['lang_theme_code_desc'] = 'Editar codigo HTML'; -tinyMCELang['lang_theme_code_title'] = 'Editor codigo HTML'; -tinyMCELang['lang_theme_code_wordwrap'] = 'Word wrap'; -tinyMCELang['lang_theme_sub_desc'] = 'Subindice'; -tinyMCELang['lang_theme_sup_desc'] = 'Superindice'; -tinyMCELang['lang_theme_hr_desc'] = 'Insertar un separador horizontal'; -tinyMCELang['lang_theme_removeformat_desc'] = 'Quitar formato'; -tinyMCELang['lang_theme_custom1_desc'] = 'Tu descricion'; -tinyMCELang['lang_insert_image_border'] = 'Borde'; -tinyMCELang['lang_insert_image_dimensions'] = 'Dimensiones'; -tinyMCELang['lang_insert_image_vspace'] = 'Espacio vertical'; -tinyMCELang['lang_insert_image_hspace'] = 'Espacio horizontal'; -tinyMCELang['lang_insert_image_align'] = 'Alineamiento'; -tinyMCELang['lang_insert_image_align_default'] = 'Por defecto'; -tinyMCELang['lang_insert_image_align_baseline'] = 'Baseline'; -tinyMCELang['lang_insert_image_align_top'] = 'Superior'; -tinyMCELang['lang_insert_image_align_middle'] = 'Centro'; -tinyMCELang['lang_insert_image_align_bottom'] = 'Inferior'; -tinyMCELang['lang_insert_image_align_texttop'] = 'Alinear texto arriba'; -tinyMCELang['lang_insert_image_align_absmiddle'] = 'Centrado horizontal'; -tinyMCELang['lang_insert_image_align_absbottom'] = 'Centrado abajo'; -tinyMCELang['lang_insert_image_align_left'] = 'Izquierda'; -tinyMCELang['lang_insert_image_align_right'] = 'Derecha'; -tinyMCELang['lang_insert_image_delta_height'] = 10; -tinyMCELang['lang_theme_font_size'] = 'Font size'; -tinyMCELang['lang_theme_fontdefault'] = 'Default'; -tinyMCELang['lang_theme_paragraph'] = 'Paragraph'; -tinyMCELang['lang_theme_div'] = 'Div'; -tinyMCELang['lang_theme_address'] = 'Address'; -tinyMCELang['lang_theme_pre'] = 'Preformatted'; -tinyMCELang['lang_theme_h1'] = 'Heading 1'; -tinyMCELang['lang_theme_h2'] = 'Heading 2'; -tinyMCELang['lang_theme_h3'] = 'Heading 3'; -tinyMCELang['lang_theme_h4'] = 'Heading 4'; -tinyMCELang['lang_theme_h5'] = 'Heading 5'; -tinyMCELang['lang_theme_h6'] = 'Heading 6'; -tinyMCELang['lang_theme_colorpicker_title'] = 'Select a color'; -tinyMCELang['lang_theme_colorpicker_apply'] = 'Apply'; -tinyMCELang['lang_theme_forecolor_desc'] = 'Select forecolor'; -tinyMCELang['lang_theme_backcolor_desc'] = 'Select background color'; -tinyMCELang['lang_theme_charmap_title'] = 'Select custom character'; -tinyMCELang['lang_theme_charmap_desc'] = 'Insert custom character'; -tinyMCELang['lang_theme_visualaid_desc'] = 'Toggle guidelines/invisible elements'; -tinyMCELang['lang_insert_anchor_title'] = 'Insert/edit anchor'; -tinyMCELang['lang_insert_anchor_name'] = 'Anchor name'; -tinyMCELang['lang_theme_anchor_desc'] = 'Insert/edit anchor'; -tinyMCELang['lang_theme_insert_link_titlefield'] = 'Title'; -tinyMCELang['lang_theme_clipboard_msg'] = 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?'; -tinyMCELang['lang_theme_path'] = 'Path'; -tinyMCELang['lang_cut_desc'] = 'Cut'; -tinyMCELang['lang_copy_desc'] = 'Copy'; -tinyMCELang['lang_paste_desc'] = 'Paste'; -tinyMCELang['lang_link_list'] = 'Link list'; -tinyMCELang['lang_image_list'] = 'Image list'; -tinyMCELang['lang_browse'] = 'Browse'; -tinyMCELang['lang_image_props_desc'] = 'Image properties'; -tinyMCELang['lang_newdocument_desc'] = 'New document'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/langs/fa.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/langs/fa.js deleted file mode 100644 index 3aefb71fd2..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/langs/fa.js +++ /dev/null @@ -1,61 +0,0 @@ -// IR lang variables -// Persian (Farsi) language pack (for IRAN) -// By: Morteza Zafari -// Lost@LostLord.com -// http://www.LostLord.com - -tinyMCELang['lang_dir'] = 'rtl'; -tinyMCELang['lang_theme_style_select'] = '????'; -tinyMCELang['lang_theme_code_desc'] = '?????? ????'; -tinyMCELang['lang_theme_code_title'] = 'HTML ???????? ????'; -tinyMCELang['lang_theme_code_wordwrap'] = '?? ???'; -tinyMCELang['lang_theme_sub_desc'] = '??? ????'; -tinyMCELang['lang_theme_sup_desc'] = '???? ????'; -tinyMCELang['lang_theme_hr_desc'] = '??? ?? ????'; -tinyMCELang['lang_theme_removeformat_desc'] = '??? ?? ??? ???? ????'; -tinyMCELang['lang_theme_custom1_desc'] = 'Your custom description here'; -tinyMCELang['lang_insert_image_border'] = '?????'; -tinyMCELang['lang_insert_image_dimensions'] = '?????'; -tinyMCELang['lang_insert_image_vspace'] = '????? ?????'; -tinyMCELang['lang_insert_image_hspace'] = '????? ????'; -tinyMCELang['lang_insert_image_align'] = '??? ????????'; -tinyMCELang['lang_insert_image_align_default'] = '??? ???'; -tinyMCELang['lang_insert_image_align_baseline'] = '?? ????'; -tinyMCELang['lang_insert_image_align_top'] = '????'; -tinyMCELang['lang_insert_image_align_middle'] = '???'; -tinyMCELang['lang_insert_image_align_bottom'] = '?????'; -tinyMCELang['lang_insert_image_align_texttop'] = '????? ???'; -tinyMCELang['lang_insert_image_align_absmiddle'] = '??? ????'; -tinyMCELang['lang_insert_image_align_absbottom'] = '????? ????'; -tinyMCELang['lang_insert_image_align_left'] = '??'; -tinyMCELang['lang_insert_image_align_right'] = '????'; -tinyMCELang['lang_theme_font_size'] = '??? ??????'; -tinyMCELang['lang_theme_fontdefault'] = '??? ???'; -tinyMCELang['lang_theme_paragraph'] = '????????'; -tinyMCELang['lang_theme_div'] = 'Div'; -tinyMCELang['lang_theme_address'] = '????'; -tinyMCELang['lang_theme_pre'] = '?? ??? ????? ???'; -tinyMCELang['lang_theme_h1'] = '???? 1'; -tinyMCELang['lang_theme_h2'] = '???? 2'; -tinyMCELang['lang_theme_h3'] = '???? 3'; -tinyMCELang['lang_theme_h4'] = '???? 4'; -tinyMCELang['lang_theme_h5'] = '???? 5'; -tinyMCELang['lang_theme_h6'] = '???? 6'; -tinyMCELang['lang_theme_colorpicker_title'] = '??? ?? ?????? ????'; -tinyMCELang['lang_theme_colorpicker_apply'] = '?????'; -tinyMCELang['lang_theme_forecolor_desc'] = '?????? ??? ???'; -tinyMCELang['lang_theme_backcolor_desc'] = '?????? ??? ?????'; -tinyMCELang['lang_theme_charmap_title'] = '?????? ??????? ????'; -tinyMCELang['lang_theme_charmap_desc'] = '??? ??????? ????'; -tinyMCELang['lang_theme_visualaid_desc'] = '????? ???? ???? ? ????? ??????'; -tinyMCELang['lang_insert_anchor_title'] = '??? ? ?????? Anchor'; -tinyMCELang['lang_insert_anchor_name'] = '??? Anchor'; -tinyMCELang['lang_theme_anchor_desc'] = '??? ? ?????? Anchor'; -tinyMCELang['lang_theme_insert_link_titlefield'] = '?????'; -tinyMCELang['lang_theme_clipboard_msg'] = 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?'; -tinyMCELang['lang_theme_path'] = '????'; -tinyMCELang['lang_cut_desc'] = 'Cut'; -tinyMCELang['lang_copy_desc'] = 'Copy'; -tinyMCELang['lang_paste_desc'] = 'Paste'; -tinyMCELang['lang_image_props_desc'] = 'Image properties'; -tinyMCELang['lang_newdocument_desc'] = 'New document'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/langs/fi.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/langs/fi.js deleted file mode 100644 index d22098a6a8..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/langs/fi.js +++ /dev/null @@ -1,59 +0,0 @@ -// FI lang variables by Urho Konttori from Absolutions - -tinyMCELang['lang_theme_style_select'] = 'Tyylit'; -tinyMCELang['lang_theme_code_desc'] = 'Muokkaa HTML lähdekoodia'; -tinyMCELang['lang_theme_code_title'] = 'HTML Lähdekoodin muokkaus'; -tinyMCELang['lang_theme_code_wordwrap'] = 'Word wrap'; -tinyMCELang['lang_theme_sub_desc'] = 'Alamääre'; -tinyMCELang['lang_theme_sup_desc'] = 'Ylämääre'; -tinyMCELang['lang_theme_hr_desc'] = 'Lisää vaakaviiva'; -tinyMCELang['lang_theme_removeformat_desc'] = 'Poista muotoilu'; -tinyMCELang['lang_theme_custom1_desc'] = 'Kirjoita oma selityksesi tähän'; -tinyMCELang['lang_insert_image_border'] = 'Reuna'; -tinyMCELang['lang_insert_image_dimensions'] = 'Mitat'; -tinyMCELang['lang_insert_image_vspace'] = 'Pystyväli'; -tinyMCELang['lang_insert_image_hspace'] = 'Vaakaväli'; -tinyMCELang['lang_insert_image_align'] = 'Asettelu'; -tinyMCELang['lang_insert_image_align_default'] = 'Oletus'; -tinyMCELang['lang_insert_image_align_baseline'] = 'Perustasoon'; -tinyMCELang['lang_insert_image_align_top'] = 'Ylälaitaan'; -tinyMCELang['lang_insert_image_align_middle'] = 'Keskelle'; -tinyMCELang['lang_insert_image_align_bottom'] = 'Alalaitaan'; -tinyMCELang['lang_insert_image_align_texttop'] = 'Tekstin ylälaitaan'; -tinyMCELang['lang_insert_image_align_absmiddle'] = 'Absoluuttisen keskelle'; -tinyMCELang['lang_insert_image_align_absbottom'] = 'Absoluuttisen alas'; -tinyMCELang['lang_insert_image_align_left'] = 'Vasemmalle'; -tinyMCELang['lang_insert_image_align_right'] = 'Oikealle'; -tinyMCELang['lang_theme_font_size'] = 'Font size'; -tinyMCELang['lang_theme_fontdefault'] = 'Oletus'; -tinyMCELang['lang_theme_paragraph'] = 'Kappale'; -tinyMCELang['lang_theme_div'] = 'Div'; -tinyMCELang['lang_theme_address'] = 'Osoite'; -tinyMCELang['lang_theme_pre'] = 'Etukäteen muotoiltu'; -tinyMCELang['lang_theme_h1'] = 'Otsikko 1'; -tinyMCELang['lang_theme_h2'] = 'Otsikko 2'; -tinyMCELang['lang_theme_h3'] = 'Otsikko 3'; -tinyMCELang['lang_theme_h4'] = 'Otsikko 4'; -tinyMCELang['lang_theme_h5'] = 'Otsikko 5'; -tinyMCELang['lang_theme_h6'] = 'Otsikko 6'; -tinyMCELang['lang_theme_colorpicker_title'] = 'Valitse väri'; -tinyMCELang['lang_theme_colorpicker_apply'] = 'Aseta väri'; -tinyMCELang['lang_theme_forecolor_desc'] = 'Valitse etuväri'; -tinyMCELang['lang_theme_backcolor_desc'] = 'Select background color'; -tinyMCELang['lang_theme_charmap_title'] = 'Select custom character'; -tinyMCELang['lang_theme_charmap_desc'] = 'Insert custom character'; -tinyMCELang['lang_theme_visualaid_desc'] = 'Toggle guidelines/invisible elements'; -tinyMCELang['lang_insert_anchor_title'] = 'Insert/edit anchor'; -tinyMCELang['lang_insert_anchor_name'] = 'Anchor name'; -tinyMCELang['lang_theme_anchor_desc'] = 'Insert/edit anchor'; -tinyMCELang['lang_theme_insert_link_titlefield'] = 'Title'; -tinyMCELang['lang_theme_clipboard_msg'] = 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?'; -tinyMCELang['lang_theme_path'] = 'Path'; -tinyMCELang['lang_cut_desc'] = 'Cut'; -tinyMCELang['lang_copy_desc'] = 'Copy'; -tinyMCELang['lang_paste_desc'] = 'Paste'; -tinyMCELang['lang_link_list'] = 'Link list'; -tinyMCELang['lang_image_list'] = 'Image list'; -tinyMCELang['lang_browse'] = 'Browse'; -tinyMCELang['lang_image_props_desc'] = 'Image properties'; -tinyMCELang['lang_newdocument_desc'] = 'New document'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/langs/fr.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/langs/fr.js deleted file mode 100644 index 51d023b70e..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/langs/fr.js +++ /dev/null @@ -1,60 +0,0 @@ -// Canadian French lang variables by Virtuelcom -// Modify by Laurent Dran 13-02-2006 - -tinyMCELang['lang_theme_style_select'] = 'Styles'; -tinyMCELang['lang_theme_code_desc'] = 'Modifier le code source HTML'; -tinyMCELang['lang_theme_code_title'] = 'Éditeur de code source HTML'; -tinyMCELang['lang_theme_code_wordwrap'] = 'Word wrap'; -tinyMCELang['lang_theme_sub_desc'] = 'Souscrit'; -tinyMCELang['lang_theme_sup_desc'] = 'Indice supérieur'; -tinyMCELang['lang_theme_hr_desc'] = 'Insérer un séparateur horizontal'; -tinyMCELang['lang_theme_removeformat_desc'] = 'Supprimer le formattage'; -tinyMCELang['lang_theme_custom1_desc'] = 'Votre description personnalisée ici'; -tinyMCELang['lang_insert_image_border'] = 'Bordure'; -tinyMCELang['lang_insert_image_dimensions'] = 'Dimensions'; -tinyMCELang['lang_insert_image_vspace'] = 'VSpace'; -tinyMCELang['lang_insert_image_hspace'] = 'HSpace'; -tinyMCELang['lang_insert_image_align'] = 'Alignement'; -tinyMCELang['lang_insert_image_align_default'] = 'Défaut'; -tinyMCELang['lang_insert_image_align_baseline'] = 'Baseline'; -tinyMCELang['lang_insert_image_align_top'] = 'Haut'; -tinyMCELang['lang_insert_image_align_middle'] = 'Milieu'; -tinyMCELang['lang_insert_image_align_bottom'] = 'Bas'; -tinyMCELang['lang_insert_image_align_texttop'] = 'TextTop'; -tinyMCELang['lang_insert_image_align_absmiddle'] = 'Milieu absolu'; -tinyMCELang['lang_insert_image_align_absbottom'] = 'Bas absolu'; -tinyMCELang['lang_insert_image_align_left'] = 'Gauche'; -tinyMCELang['lang_insert_image_align_right'] = 'Droit'; -tinyMCELang['lang_theme_font_size'] = 'Taille de la fonte'; -tinyMCELang['lang_theme_fontdefault'] = 'Défaut'; -tinyMCELang['lang_theme_paragraph'] = 'Paragraphe'; -tinyMCELang['lang_theme_div'] = 'Div'; -tinyMCELang['lang_theme_address'] = 'Addresse'; -tinyMCELang['lang_theme_pre'] = 'Préformatté'; -tinyMCELang['lang_theme_h1'] = 'Entête 1'; -tinyMCELang['lang_theme_h2'] = 'Entête 2'; -tinyMCELang['lang_theme_h3'] = 'Entête 3'; -tinyMCELang['lang_theme_h4'] = 'Entête 4'; -tinyMCELang['lang_theme_h5'] = 'Entête 5'; -tinyMCELang['lang_theme_h6'] = 'Entête 6'; -tinyMCELang['lang_theme_colorpicker_title'] = 'Choisir une couleur'; -tinyMCELang['lang_theme_colorpicker_apply'] = 'Appliquer'; -tinyMCELang['lang_theme_forecolor_desc'] = 'Choisir la couleur d\'avant plan'; -tinyMCELang['lang_theme_backcolor_desc'] = 'Choisir la couleur de fond'; -tinyMCELang['lang_theme_charmap_title'] = 'Sélectionner un charactère spécial'; -tinyMCELang['lang_theme_charmap_desc'] = 'Insérer un charactère spécial'; -tinyMCELang['lang_theme_visualaid_desc'] = 'Active/Désactive les lignes guides et les éléments invisibles'; -tinyMCELang['lang_insert_anchor_title'] = 'Insérer/Modifier une ancre'; -tinyMCELang['lang_insert_anchor_name'] = 'Nom de l\'ancre'; -tinyMCELang['lang_theme_anchor_desc'] = 'Insérer/Modifier une ancre'; -tinyMCELang['lang_theme_insert_link_titlefield'] = 'Titre'; -tinyMCELang['lang_theme_clipboard_msg'] = 'Copier/Couper/Coller ne sont pas disponibles pour Mozilla et Firefox.\nVoulez vous plus d\'informations à ce sujet?'; -tinyMCELang['lang_theme_path'] = 'Chemin'; -tinyMCELang['lang_cut_desc'] = 'Couper'; -tinyMCELang['lang_copy_desc'] = 'Copier'; -tinyMCELang['lang_paste_desc'] = 'Coller'; -tinyMCELang['lang_link_list'] = 'Lien de la liste'; -tinyMCELang['lang_image_list'] = 'Image de la liste'; -tinyMCELang['lang_browse'] = 'Naviguer'; -tinyMCELang['lang_image_props_desc'] = 'Image properties'; -tinyMCELang['lang_newdocument_desc'] = 'New document'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/langs/fr_ca.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/langs/fr_ca.js deleted file mode 100644 index 1e44ffbc28..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/langs/fr_ca.js +++ /dev/null @@ -1,59 +0,0 @@ -// Canadian French lang variables by Virtuelcom - -tinyMCELang['lang_theme_style_select'] = 'Styles'; -tinyMCELang['lang_theme_code_desc'] = 'Modifier le code source HTML'; -tinyMCELang['lang_theme_code_title'] = 'Éditeur de code source HTML'; -tinyMCELang['lang_theme_code_wordwrap'] = 'Word wrap'; -tinyMCELang['lang_theme_sub_desc'] = 'Souscrit'; -tinyMCELang['lang_theme_sup_desc'] = 'Indice supérieur'; -tinyMCELang['lang_theme_hr_desc'] = 'Insérer un séparateur horizontal'; -tinyMCELang['lang_theme_removeformat_desc'] = 'Supprimer le formattage'; -tinyMCELang['lang_theme_custom1_desc'] = 'Votre description personnalisée ici'; -tinyMCELang['lang_insert_image_border'] = 'Bordure'; -tinyMCELang['lang_insert_image_dimensions'] = 'Dimensions'; -tinyMCELang['lang_insert_image_vspace'] = 'VSpace'; -tinyMCELang['lang_insert_image_hspace'] = 'HSpace'; -tinyMCELang['lang_insert_image_align'] = 'Alignement'; -tinyMCELang['lang_insert_image_align_default'] = 'Défaut'; -tinyMCELang['lang_insert_image_align_baseline'] = 'Baseline'; -tinyMCELang['lang_insert_image_align_top'] = 'Haut'; -tinyMCELang['lang_insert_image_align_middle'] = 'Milieu'; -tinyMCELang['lang_insert_image_align_bottom'] = 'Bas'; -tinyMCELang['lang_insert_image_align_texttop'] = 'TextTop'; -tinyMCELang['lang_insert_image_align_absmiddle'] = 'Milieu absolu'; -tinyMCELang['lang_insert_image_align_absbottom'] = 'Bas absolu'; -tinyMCELang['lang_insert_image_align_left'] = 'Gauche'; -tinyMCELang['lang_insert_image_align_right'] = 'Droit'; -tinyMCELang['lang_theme_font_size'] = 'Grandeur police'; -tinyMCELang['lang_theme_fontdefault'] = 'Défaut'; -tinyMCELang['lang_theme_paragraph'] = 'Paragraphe'; -tinyMCELang['lang_theme_div'] = 'Div'; -tinyMCELang['lang_theme_address'] = 'Addresse'; -tinyMCELang['lang_theme_pre'] = 'Préformatté'; -tinyMCELang['lang_theme_h1'] = 'Entête 1'; -tinyMCELang['lang_theme_h2'] = 'Entête 2'; -tinyMCELang['lang_theme_h3'] = 'Entête 3'; -tinyMCELang['lang_theme_h4'] = 'Entête 4'; -tinyMCELang['lang_theme_h5'] = 'Entête 5'; -tinyMCELang['lang_theme_h6'] = 'Entête 6'; -tinyMCELang['lang_theme_colorpicker_title'] = 'Choisir une couleur'; -tinyMCELang['lang_theme_colorpicker_apply'] = 'Appliquer'; -tinyMCELang['lang_theme_forecolor_desc'] = 'Choisir la couleur d\'avant plan'; -tinyMCELang['lang_theme_backcolor_desc'] = 'Choisir une couleur d\'arrière plan'; -tinyMCELang['lang_theme_charmap_title'] = 'Sélectionner un charactère spécial'; -tinyMCELang['lang_theme_charmap_desc'] = 'Insérer un charactère spécial'; -tinyMCELang['lang_theme_visualaid_desc'] = 'Active/Désactive les lignes guides et les éléments invisibles'; -tinyMCELang['lang_insert_anchor_title'] = 'Insérer/Modifier une ancre'; -tinyMCELang['lang_insert_anchor_name'] = 'Nom de l\'ancre'; -tinyMCELang['lang_theme_anchor_desc'] = 'Insérer / Modifier une ancre'; -tinyMCELang['lang_theme_insert_link_titlefield'] = 'Titre'; -tinyMCELang['lang_theme_clipboard_msg'] = 'Copier/Couper/Coller ne sont pas disponibles dans Mozilla et FireFox.\nDésirez-vous consulter de plus amples informations à ce sujet?'; -tinyMCELang['lang_theme_path'] = 'Chemin'; -tinyMCELang['lang_cut_desc'] = 'Couper'; -tinyMCELang['lang_copy_desc'] = 'Copier'; -tinyMCELang['lang_paste_desc'] = 'Coller'; -tinyMCELang['lang_link_list'] = 'Liste de liens'; -tinyMCELang['lang_image_list'] = 'Liste d\'images'; -tinyMCELang['lang_browse'] = 'Sélectionner'; -tinyMCELang['lang_image_props_desc'] = 'Image properties'; -tinyMCELang['lang_newdocument_desc'] = 'New document'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/langs/hu.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/langs/hu.js deleted file mode 100644 index d191b368a5..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/langs/hu.js +++ /dev/null @@ -1,60 +0,0 @@ -// HU lang variables -// Edited by 2XP (2xp@dino.hu) - -tinyMCELang['lang_theme_style_select'] = 'Stílusok'; -tinyMCELang['lang_theme_code_desc'] = 'HTML kód szerkesztése'; -tinyMCELang['lang_theme_code_title'] = 'HTML kódszerkeztõ'; -tinyMCELang['lang_theme_code_wordwrap'] = 'Word wrap'; -tinyMCELang['lang_theme_sub_desc'] = 'Alsó index'; -tinyMCELang['lang_theme_sup_desc'] = 'Felsõ index'; -tinyMCELang['lang_theme_hr_desc'] = 'Vízszintes vonal beillesztése'; -tinyMCELang['lang_theme_removeformat_desc'] = 'Formázás eltávolítása'; -tinyMCELang['lang_theme_custom1_desc'] = 'Az Ön által kiválasztott leírás'; -tinyMCELang['lang_insert_image_border'] = 'Keret'; -tinyMCELang['lang_insert_image_dimensions'] = 'Méretek'; -tinyMCELang['lang_insert_image_vspace'] = 'Függõleges térköz'; -tinyMCELang['lang_insert_image_hspace'] = 'Vízszintes térköz'; -tinyMCELang['lang_insert_image_align'] = 'Igazítés'; -tinyMCELang['lang_insert_image_align_default'] = 'Alapértelmezett'; -tinyMCELang['lang_insert_image_align_baseline'] = 'Alapvonalra'; -tinyMCELang['lang_insert_image_align_top'] = 'Felülre'; -tinyMCELang['lang_insert_image_align_middle'] = 'Középre'; -tinyMCELang['lang_insert_image_align_bottom'] = 'Alulra'; -tinyMCELang['lang_insert_image_align_texttop'] = 'TextTop'; -tinyMCELang['lang_insert_image_align_absmiddle'] = 'Abszolút középre'; -tinyMCELang['lang_insert_image_align_absbottom'] = 'Abszolút alulra'; -tinyMCELang['lang_insert_image_align_left'] = 'Balra'; -tinyMCELang['lang_insert_image_align_right'] = 'Jobbra'; -tinyMCELang['lang_theme_font_size'] = 'Font size'; -tinyMCELang['lang_theme_fontdefault'] = 'Default'; -tinyMCELang['lang_theme_paragraph'] = 'Paragraph'; -tinyMCELang['lang_theme_div'] = 'Div'; -tinyMCELang['lang_theme_address'] = 'Address'; -tinyMCELang['lang_theme_pre'] = 'Preformatted'; -tinyMCELang['lang_theme_h1'] = 'Heading 1'; -tinyMCELang['lang_theme_h2'] = 'Heading 2'; -tinyMCELang['lang_theme_h3'] = 'Heading 3'; -tinyMCELang['lang_theme_h4'] = 'Heading 4'; -tinyMCELang['lang_theme_h5'] = 'Heading 5'; -tinyMCELang['lang_theme_h6'] = 'Heading 6'; -tinyMCELang['lang_theme_colorpicker_title'] = 'Select a color'; -tinyMCELang['lang_theme_colorpicker_apply'] = 'Apply'; -tinyMCELang['lang_theme_forecolor_desc'] = 'Select forecolor'; -tinyMCELang['lang_theme_backcolor_desc'] = 'Select background color'; -tinyMCELang['lang_theme_charmap_title'] = 'Select custom character'; -tinyMCELang['lang_theme_charmap_desc'] = 'Insert custom character'; -tinyMCELang['lang_theme_visualaid_desc'] = 'Toggle guidelines/invisible elements'; -tinyMCELang['lang_insert_anchor_title'] = 'Insert/edit anchor'; -tinyMCELang['lang_insert_anchor_name'] = 'Anchor name'; -tinyMCELang['lang_theme_anchor_desc'] = 'Insert/edit anchor'; -tinyMCELang['lang_theme_insert_link_titlefield'] = 'Title'; -tinyMCELang['lang_theme_clipboard_msg'] = 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?'; -tinyMCELang['lang_theme_path'] = 'Path'; -tinyMCELang['lang_cut_desc'] = 'Cut'; -tinyMCELang['lang_copy_desc'] = 'Copy'; -tinyMCELang['lang_paste_desc'] = 'Paste'; -tinyMCELang['lang_link_list'] = 'Link list'; -tinyMCELang['lang_image_list'] = 'Image list'; -tinyMCELang['lang_browse'] = 'Browse'; -tinyMCELang['lang_image_props_desc'] = 'Image properties'; -tinyMCELang['lang_newdocument_desc'] = 'New document'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/langs/it.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/langs/it.js deleted file mode 100644 index 02b6199a5f..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/langs/it.js +++ /dev/null @@ -1,59 +0,0 @@ -// Variabili di lingua IT - fabrix.xm@lombardiacom.it - -tinyMCELang['lang_theme_style_select'] = 'Stili'; -tinyMCELang['lang_theme_code_desc'] = 'Edita il sorgente HTML'; -tinyMCELang['lang_theme_code_title'] = 'Editor Sorgente HTML'; -tinyMCELang['lang_theme_code_wordwrap'] = 'Word wrap'; -tinyMCELang['lang_theme_sub_desc'] = 'Pedice'; -tinyMCELang['lang_theme_sup_desc'] = 'Apice'; -tinyMCELang['lang_theme_hr_desc'] = 'Inserisce linea orizzontale'; -tinyMCELang['lang_theme_removeformat_desc'] = 'Rimuovi formattazione'; -tinyMCELang['lang_theme_custom1_desc'] = 'Scrivi qui la tua descrizione personalizzata'; -tinyMCELang['lang_insert_image_border'] = 'Bordo'; -tinyMCELang['lang_insert_image_dimensions'] = 'Dimensioni'; -tinyMCELang['lang_insert_image_vspace'] = 'Spazio verticale'; -tinyMCELang['lang_insert_image_hspace'] = 'Spazio orizzontale'; -tinyMCELang['lang_insert_image_align'] = 'Allineamento'; -tinyMCELang['lang_insert_image_align_default'] = 'Default'; -tinyMCELang['lang_insert_image_align_baseline'] = 'Baseline'; -tinyMCELang['lang_insert_image_align_top'] = 'Superiore'; -tinyMCELang['lang_insert_image_align_middle'] = 'Centrale'; -tinyMCELang['lang_insert_image_align_bottom'] = 'Inferiore'; -tinyMCELang['lang_insert_image_align_texttop'] = 'TextTop'; -tinyMCELang['lang_insert_image_align_absmiddle'] = 'Centro assoluto'; -tinyMCELang['lang_insert_image_align_absbottom'] = 'Inferiore assoluto'; -tinyMCELang['lang_insert_image_align_left'] = 'Sinistra'; -tinyMCELang['lang_insert_image_align_right'] = 'Destra'; -tinyMCELang['lang_theme_font_size'] = 'Font size'; -tinyMCELang['lang_theme_fontdefault'] = 'Default'; -tinyMCELang['lang_theme_paragraph'] = 'Paragrafo'; -tinyMCELang['lang_theme_div'] = 'Div'; -tinyMCELang['lang_theme_address'] = 'Indirizzo'; -tinyMCELang['lang_theme_pre'] = 'Preformattato'; -tinyMCELang['lang_theme_h1'] = 'Intestazione 1'; -tinyMCELang['lang_theme_h2'] = 'Intestazione 2'; -tinyMCELang['lang_theme_h3'] = 'Intestazione 3'; -tinyMCELang['lang_theme_h4'] = 'Intestazione 4'; -tinyMCELang['lang_theme_h5'] = 'Intestazione 5'; -tinyMCELang['lang_theme_h6'] = 'Intestazione 6'; -tinyMCELang['lang_theme_colorpicker_title'] = 'Seleziona un colore'; -tinyMCELang['lang_theme_colorpicker_apply'] = 'Appplica'; -tinyMCELang['lang_theme_forecolor_desc'] = 'Seleziona il colore'; -tinyMCELang['lang_theme_backcolor_desc'] = 'Select background color'; -tinyMCELang['lang_theme_charmap_title'] = 'Seleziona un carattere custom'; -tinyMCELang['lang_theme_charmap_desc'] = 'Inserisci un carattere custom'; -tinyMCELang['lang_theme_visualaid_desc'] = 'Mostra/nascondi linee guida e elementi invisibili'; -tinyMCELang['lang_insert_anchor_title'] = 'Inserisci/modifica àncora'; -tinyMCELang['lang_insert_anchor_name'] = 'Nome àncora'; -tinyMCELang['lang_theme_anchor_desc'] = 'Inserisci/modifica àncora'; -tinyMCELang['lang_theme_insert_link_titlefield'] = 'Titolo'; -tinyMCELang['lang_theme_clipboard_msg'] = 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?'; -tinyMCELang['lang_theme_path'] = 'Path'; -tinyMCELang['lang_cut_desc'] = 'Cut'; -tinyMCELang['lang_copy_desc'] = 'Copy'; -tinyMCELang['lang_paste_desc'] = 'Paste'; -tinyMCELang['lang_link_list'] = 'Link list'; -tinyMCELang['lang_image_list'] = 'Image list'; -tinyMCELang['lang_browse'] = 'Browse'; -tinyMCELang['lang_image_props_desc'] = 'Image properties'; -tinyMCELang['lang_newdocument_desc'] = 'New document'; diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/langs/ja.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/langs/ja.js deleted file mode 100644 index 6d47923631..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/langs/ja.js +++ /dev/null @@ -1,57 +0,0 @@ -// JP lang variables - -tinyMCELang['lang_theme_style_select'] = '$B%9%?%$%k(B'; -tinyMCELang['lang_theme_paragraph'] = '$BJ8L.(B'; -tinyMCELang['lang_theme_address'] = '$B%"%I%l%9(B'; -tinyMCELang['lang_theme_pre'] = '$B@07A:Q$_(B'; -tinyMCELang['lang_theme_h1'] = 'H1'; -tinyMCELang['lang_theme_h2'] = 'H2'; -tinyMCELang['lang_theme_h3'] = 'H3'; -tinyMCELang['lang_theme_h4'] = 'H4'; -tinyMCELang['lang_theme_h5'] = 'H5'; -tinyMCELang['lang_theme_h6'] = 'H6'; -tinyMCELang['lang_theme_div'] = 'Div'; -tinyMCELang['lang_insert_anchor_title'] = '$B%"%s%+!<$NA^F~(B/$BJT=8(B'; -tinyMCELang['lang_insert_anchor_name'] = '$B%"%s%+!<$NL>A0(B'; -tinyMCELang['lang_theme_anchor_desc'] = '$B%"%s%+!<$NA^F~(B/$BJT=8(B'; -tinyMCELang['lang_theme_code_desc'] = 'HTML$B$ND>@\JT=8(B'; -tinyMCELang['lang_theme_code_title'] = 'HTML$B$NJT=8(B'; -tinyMCELang['lang_theme_code_wordwrap'] = 'Word wrap'; -tinyMCELang['lang_theme_hr_desc'] = '$B?eJ?@~(B'; -tinyMCELang['lang_theme_removeformat_desc'] = '$B@07A>pJs:o=|(B'; -tinyMCELang['lang_theme_visualaid_desc'] = '$BJd=u>pJs$N;k3P2=(B($B%H%0%k(B)'; -tinyMCELang['lang_theme_sub_desc'] = '$BE:;z2<(B'; -tinyMCELang['lang_theme_sup_desc'] = '$BE:;z>e(B'; -tinyMCELang['lang_theme_charmap_desc'] = '$BFC - -{$lang_insert_link_title} - - - - - -
- - - - -
- - - - - - - - - - - - - - - - - - - - - - -
{$lang_insert_link_title}
{$lang_insert_link_url}: - - - - -
{$lang_insert_link_target}:
{$lang_theme_insert_link_titlefield}:
-
-
- - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/source_editor.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/source_editor.htm deleted file mode 100644 index 4a3694375f..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/advanced/source_editor.htm +++ /dev/null @@ -1,88 +0,0 @@ - - -{$lang_theme_code_title} - - - - - -
- - - - - - - - - - - -
{$lang_theme_code_title}
- -
-
- - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/cs/about.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/cs/about.htm deleted file mode 100644 index 0ad95d6df8..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/cs/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/cs/common_buttons.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/cs/common_buttons.htm deleted file mode 100644 index 059a532b35..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/cs/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/cs/images/insert_image_window.png b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/cs/images/insert_image_window.png deleted file mode 100644 index 48e3aaca2a..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/cs/images/insert_image_window.png and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/cs/images/insert_link_window.png b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/cs/images/insert_link_window.png deleted file mode 100644 index 94a0c2e5a4..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/cs/images/insert_link_window.png and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/cs/index.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/cs/index.htm deleted file mode 100644 index ce914fe4e2..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/cs/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/cs/insert_image_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/cs/insert_image_button.htm deleted file mode 100644 index 9aba33bac6..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/cs/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/cs/insert_link_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/cs/insert_link_button.htm deleted file mode 100644 index f32fe9cd5a..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/cs/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/cs/style.css b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/cs/style.css deleted file mode 100644 index 59c464db5b..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/cs/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/de/about.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/de/about.htm deleted file mode 100644 index 24995ffaeb..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/de/common_buttons.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/de/common_buttons.htm deleted file mode 100644 index c247108f33..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/de/images/insert_image_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/de/images/insert_image_window.gif deleted file mode 100644 index 751de28166..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/de/images/insert_image_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/de/images/insert_link_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/de/images/insert_link_window.gif deleted file mode 100644 index 14871d7d2f..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/de/images/insert_link_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/de/index.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/de/index.htm deleted file mode 100644 index 05f3d5b866..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/de/insert_image_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/de/insert_image_button.htm deleted file mode 100644 index bc48ba8116..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/de/insert_link_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/de/insert_link_button.htm deleted file mode 100644 index 07f44985fc..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/de/style.css b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/de/style.css deleted file mode 100644 index 975bc5a39b..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/en/about.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/en/about.htm deleted file mode 100644 index 7348dd525b..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/en/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/en/common_buttons.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/en/common_buttons.htm deleted file mode 100644 index ce0ea96217..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/en/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/en/images/insert_image_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/en/images/insert_image_window.gif deleted file mode 100644 index 37de443180..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/en/images/insert_image_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/en/images/insert_link_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/en/images/insert_link_window.gif deleted file mode 100644 index 7bad7583ab..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/en/images/insert_link_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/en/index.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/en/index.htm deleted file mode 100644 index 4ae508c5cb..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/en/index.htm +++ /dev/null @@ -1,25 +0,0 @@ - - - -Help Index - - - - - - - - - -
-
-Click the links below to go to the different help sections. - -
- - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/en/insert_image_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/en/insert_image_button.htm deleted file mode 100644 index 87b6c87c78..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/en/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/en/insert_link_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/en/insert_link_button.htm deleted file mode 100644 index 2cf40c07cd..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/en/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/en/style.css b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/en/style.css deleted file mode 100644 index 975bc5a39b..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/en/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/es/about.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/es/about.htm deleted file mode 100644 index 53f0a618ba..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/es/common_buttons.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/es/common_buttons.htm deleted file mode 100644 index daf5c5e05b..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/es/common_buttons.htm +++ /dev/null @@ -1,108 +0,0 @@ - - - -Botones de uso común - - - - - - - - - - - -
-
-Pequeña descripción de cada botó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.
Inserta una nueva 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.
-
-
- - - - - - - - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/es/images/insert_image_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/es/images/insert_image_window.gif deleted file mode 100644 index 37de443180..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/es/images/insert_image_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/es/images/insert_link_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/es/images/insert_link_window.gif deleted file mode 100644 index 7bad7583ab..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/es/images/insert_link_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/es/index.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/es/index.htm deleted file mode 100644 index 877fab23c5..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/es/index.htm +++ /dev/null @@ -1,25 +0,0 @@ - - - -Indice de la ayuda - - - - - - - - - -
-
-Selecciona una sección para ver la ayuda. - -
- - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/es/insert_image_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/es/insert_image_button.htm deleted file mode 100644 index 871de81dcc..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/es/insert_link_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/es/insert_link_button.htm deleted file mode 100644 index 0e061b21bf..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/es/style.css b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/es/style.css deleted file mode 100644 index 975bc5a39b..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/fr/about.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/fr/about.htm deleted file mode 100644 index d36f4ff0d7..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/fr/common_buttons.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/fr/common_buttons.htm deleted file mode 100644 index 226b491b5b..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/fr/images/insert_image_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/fr/images/insert_image_window.gif deleted file mode 100644 index 256d65b6ed..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/fr/images/insert_image_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/fr/images/insert_link_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/fr/images/insert_link_window.gif deleted file mode 100644 index b6be262d9d..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/fr/images/insert_link_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/fr/index.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/fr/index.htm deleted file mode 100644 index e55bd596bb..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/fr/insert_image_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/fr/insert_image_button.htm deleted file mode 100644 index 3e4fae4fdd..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/fr/insert_link_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/fr/insert_link_button.htm deleted file mode 100644 index 63b065d17f..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/fr/style.css b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/fr/style.css deleted file mode 100644 index 975bc5a39b..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/fr_ca/about.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/fr_ca/about.htm deleted file mode 100644 index d36f4ff0d7..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/fr_ca/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/fr_ca/common_buttons.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/fr_ca/common_buttons.htm deleted file mode 100644 index 226b491b5b..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/fr_ca/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/fr_ca/images/insert_image_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/fr_ca/images/insert_image_window.gif deleted file mode 100644 index 256d65b6ed..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/fr_ca/images/insert_image_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/fr_ca/images/insert_link_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/fr_ca/images/insert_link_window.gif deleted file mode 100644 index b6be262d9d..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/fr_ca/images/insert_link_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/fr_ca/index.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/fr_ca/index.htm deleted file mode 100644 index e55bd596bb..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/fr_ca/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/fr_ca/insert_image_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/fr_ca/insert_image_button.htm deleted file mode 100644 index 3e4fae4fdd..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/fr_ca/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/fr_ca/insert_link_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/fr_ca/insert_link_button.htm deleted file mode 100644 index 63b065d17f..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/fr_ca/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/fr_ca/style.css b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/fr_ca/style.css deleted file mode 100644 index 975bc5a39b..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/fr_ca/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/hu/about.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/hu/about.htm deleted file mode 100644 index 3c7721e4a7..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/hu/common_buttons.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/hu/common_buttons.htm deleted file mode 100644 index b3a6ec1c50..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/hu/images/insert_image_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/hu/images/insert_image_window.gif deleted file mode 100644 index a60e1fa8d8..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/hu/images/insert_image_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/hu/images/insert_link_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/hu/images/insert_link_window.gif deleted file mode 100644 index e72357bb6a..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/hu/images/insert_link_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/hu/index.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/hu/index.htm deleted file mode 100644 index ff506e856f..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/hu/insert_image_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/hu/insert_image_button.htm deleted file mode 100644 index 298b82840c..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/hu/insert_link_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/hu/insert_link_button.htm deleted file mode 100644 index 0ef3ab7ab1..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/hu/style.css b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/hu/style.css deleted file mode 100644 index 975bc5a39b..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/it/about.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/it/about.htm deleted file mode 100644 index 6a8b817ab7..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/it/common_buttons.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/it/common_buttons.htm deleted file mode 100644 index 94ad76451b..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/it/images/insert_image_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/it/images/insert_image_window.gif deleted file mode 100644 index dfda8fc8ee..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/it/images/insert_image_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/it/images/insert_link_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/it/images/insert_link_window.gif deleted file mode 100644 index 9c778e24be..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/it/images/insert_link_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/it/index.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/it/index.htm deleted file mode 100644 index fdd9829912..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/it/insert_image_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/it/insert_image_button.htm deleted file mode 100644 index 5f694652ff..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/it/insert_link_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/it/insert_link_button.htm deleted file mode 100644 index eaf92c83af..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/it/style.css b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/it/style.css deleted file mode 100644 index 975bc5a39b..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/pl/about.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/pl/about.htm deleted file mode 100644 index c4f17afa71..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/pl/common_buttons.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/pl/common_buttons.htm deleted file mode 100644 index 340b01cfef..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/pl/images/insert_image_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/pl/images/insert_image_window.gif deleted file mode 100644 index fc080c93cc..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/pl/images/insert_image_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/pl/images/insert_link_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/pl/images/insert_link_window.gif deleted file mode 100644 index 559def6936..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/pl/images/insert_link_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/pl/index.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/pl/index.htm deleted file mode 100644 index ca945f6e6c..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/pl/insert_image_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/pl/insert_image_button.htm deleted file mode 100644 index b4f6684cfe..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/pl/insert_link_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/pl/insert_link_button.htm deleted file mode 100644 index 2dac1da36d..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/pl/style.css b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/pl/style.css deleted file mode 100644 index 975bc5a39b..0000000000 --- a/phpgwapi/js/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/sv/about.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/sv/about.htm deleted file mode 100644 index 99e52e80f6..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/sv/about.htm +++ /dev/null @@ -1,33 +0,0 @@ - - - -About TinyMCE - - - - - - - - - - - -
-
-TinyMCE är en liten WYSIWYG-editor för webläsare som -MSIE och Mozilla vilken möjliggör för användare att redigera -HTML-innehåll på ett 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.
-
-
- - - - - - -
- - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/sv/common_buttons.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/sv/common_buttons.htm deleted file mode 100644 index d34cb226e5..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/sv/common_buttons.htm +++ /dev/null @@ -1,111 +0,0 @@ - - - -Common buttons - - - - - - - - - - - -
-
-Nedan finner du en kort beskrivning av varje knapp/funktion.
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Fet text.
Kursiv text.
Understruken text.
Genomstruken text.
Rak vänstermarginal.
Centrera.
Rak högermarginal.
Raka marginaler.
Punktlista.
Numrerad lista
Minska indrag.
Öka utdrag.
Ångra senaste ändringen.
Gör om senaste ändringen.
Skapa/Redigera länk, läs mer om denna funktion i - kapitlet Skapa/Redigera länk.
Ta bort länkar från markerade länkar.
Skapa/Redigera bild, lär mer om denna funktion i - kapitlet Skapa/Redigera bild.
Rensa/Städa kåden. Denna funktion tar bort onödig - formatering. Bör användas när man t.ex. kopierar text - från Office-program.
Visad denna hjälp
-
-
- - - - - - - - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/sv/images/insert_image_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/sv/images/insert_image_window.gif deleted file mode 100644 index 3f5ecf5afe..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/sv/images/insert_image_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/sv/images/insert_link_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/sv/images/insert_link_window.gif deleted file mode 100644 index 2a56e79c4d..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/sv/images/insert_link_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/sv/index.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/sv/index.htm deleted file mode 100644 index 5a19a86363..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/sv/index.htm +++ /dev/null @@ -1,27 +0,0 @@ - - - -Help Index - - - - - - - - - -
-
-Klicka på länkarna nedan för att gå till olika -hjälpkapitel. - - -
- - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/sv/insert_image_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/sv/insert_image_button.htm deleted file mode 100644 index d809c7a103..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/sv/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 bildbeskrivning, denna beskrivning kommer att visas som en alternativ -text till bilden.
-
- - - - - - -
- - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/sv/insert_link_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/sv/insert_link_button.htm deleted file mode 100644 index 1d27715f6c..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/sv/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/sv/style.css b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/sv/style.css deleted file mode 100644 index 975bc5a39b..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/sv/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/zh_cn/about.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/zh_cn/about.htm deleted file mode 100644 index 7fda79bac5..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/zh_cn/about.htm +++ /dev/null @@ -1,29 +0,0 @@ - - -¹ØÓÚTinyMCE - - - - - - - - - - - - -
-
-TinyMCEÊÇÒ»ÖÖÊÊÓÃÓÚMSIEºÍMozillaµÈä¯ÀÀÆ÷µÄÇáÁ¿¼¶Ëù¼û¼´ËùµÃ±à¼­Æ÷£¬ÒÔ¸ü¼ÓÓѺõķ½Ê½¹©Óû§±à¼­HTMLÄÚÈÝ¡£Ëü¾ßÓд󲿷ÖÎÄ×Ö´¦ÀíÆ÷Ëù³£¼ûµÄ¹¦ÄÜ£¬²¢ÇÒÒ×ÓÚʹÓá£
-
-
- - - - - - -
- - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/zh_cn/common_buttons.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/zh_cn/common_buttons.htm deleted file mode 100644 index 7c74345e38..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/zh_cn/common_buttons.htm +++ /dev/null @@ -1,108 +0,0 @@ - - -³£Óð´Å¥ - - - - - - - - - - - - -
-
-ÒÔÏÂÊÇÿ¸ö°´Å¥µÄ¼ò¶Ì˵Ã÷ -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
´ÖÌåÎÄ×ÖÑùʽ
бÌåÎÄ×ÖÑùʽ
Ï»®ÏßÎÄ×ÖÑùʽ
ɾ³ýÏßÎÄ×ÖÑùʽ
×ó¶ÔÆë
¾ÓÖжÔÆë
ÓÒ¶ÔÆë
Á½¶Ë¶ÔÆë
ÎÞÐòÁбí
ÓÐÐòÁбí
¼õÉÙËõ½øÁ¿
Ôö¼ÓËõ½øÁ¿
³·ÏûÉÏÒ»²Ù×÷
ÖØ×öÉÏÒ»²Ù×÷
²åÈëÐÂÁ´½Ó£¬µã»÷ ²åÈëÁ´½Ó°´Å¥ Õ½ÚÒԲ鿴¸ü¶àÄÚÈÝ¡£
ɾ³ýµ±Ç°Ñ¡¶¨µÄÁ´½Ó/ÒƳýÈ«²¿Ñ¡¶¨µÄÁ´½Ó
²åÈëÐÂͼÏñ£¬µã»÷ ²åÈëͼÏñ°´Å¥ Õ½ÚÒԲ鿴¸ü¶àÄÚÈÝ¡£
ÇåÀí´úÂë/Çå³ýËùÓв»ÐèÒªµÄ¸ñʽ¡£´Ë¹¦ÄÜÔÚÄã´ÓofficeµÈ²úÆ·Öи´ÖÆÄÚÈݽøÀ´µÄʱºòÌرðÓÐÓá£
ÏÔʾ´Ë°ïÖú´°¿Ú
-
-
- - - - - - - - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/zh_cn/images/insert_image_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/zh_cn/images/insert_image_window.gif deleted file mode 100644 index 7a33ff8370..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/zh_cn/images/insert_image_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/zh_cn/images/insert_link_window.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/zh_cn/images/insert_link_window.gif deleted file mode 100644 index c63540665e..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/zh_cn/images/insert_link_window.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/zh_cn/index.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/zh_cn/index.htm deleted file mode 100644 index 67f9bfdf6c..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/zh_cn/index.htm +++ /dev/null @@ -1,25 +0,0 @@ - - -°ïÖúË÷Òý - - - - - - - - - - -
-
-Çëµã»÷ÒÔÏÂÁ´½ÓÀ´²é¿´°ïÖúÄÚÈÝÖеIJ»Í¬Õ½Ú. - -
- - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/zh_cn/insert_image_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/zh_cn/insert_image_button.htm deleted file mode 100644 index af9b703a6a..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/zh_cn/insert_image_button.htm +++ /dev/null @@ -1,31 +0,0 @@ - - -²åÈëͼÏñ°´Å¥ - - - - - - - - - - - - -
-
µã»÷²åÈëͼƬ°´Å¥ºó»á´ò¿ªÒÔÏ´°¿Ú£º
-
-
-
ÄãÖ»Ðè¼òµ¥µÄÊäÈëÐèÒªÁ¬½ÓµÄͼÏñµØÖ·¼°Í¼ÏñÃèÊö£¨Í¼ÏñµÄÌæ´úÎÄ×Ö£©
-
-
- - - - - - -
- - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/zh_cn/insert_link_button.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/zh_cn/insert_link_button.htm deleted file mode 100644 index 984d200ebd..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/zh_cn/insert_link_button.htm +++ /dev/null @@ -1,31 +0,0 @@ - - -²åÈëÁ´½Ó°´Å¥ - - - - - - - - - - - - -
-
´Ë°´Å¥»á´ò¿ª²åÈë/±à¼­Á´½ÓµÄ¶Ô»°´°¿Ú£º
-
-
-
´°¿ÚÖÐÓÐÁ½¸ö±íµ¥Óò£¬µÚÒ»¸öÊÇÁ´½ÓµÄµØÖ·£¬µÚ¶þ¸öÊÇÁ´½ÓµÄ´ò¿ª·½Ê½¡£
-
-
- - - - - - -
- - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/zh_cn/style.css b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/zh_cn/style.css deleted file mode 100644 index 975bc5a39b..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/docs/zh_cn/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/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/editor_content.css b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/editor_content.css deleted file mode 100644 index ac7e5a7aef..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/editor_content.css +++ /dev/null @@ -1,27 +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; -} - -.mceVisualAid { - border: 1px dashed #BBBBBB; -} diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/editor_popup.css b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/editor_popup.css deleted file mode 100644 index c6cab79b50..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/editor_popup.css +++ /dev/null @@ -1,41 +0,0 @@ -body { - background-color: #F0F0EE; - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 11px; - 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: 11px; -} - -input { - background: #FFFFFF; - border: 1px solid #cccccc; -} - -td, input, select, textarea { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 10px; -} - -input, select, textarea { - border: 1px solid #808080; -} - -.input_noborder { - border: 0px solid #808080; -} - -.title { - font-size: 12px; - font-weight: bold; -} \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/editor_template.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/editor_template.js deleted file mode 100644 index 6a1204b421..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/editor_template.js +++ /dev/null @@ -1,32 +0,0 @@ -function TinyMCE_default_getEditorTemplate(){var template=new Array();template['html']='\ -\ -\ -\ -
\ -IFRAME\ -
\ -\ -\ -\ -\ -\ -\ -\ -\ -\ -\ -\ -\ -
\ -\ -\ -\ -\ -\ -\ -\ -\ -\ -\ -\ -
';template['delta_width']=0;template['delta_height']=-40;return template;}function TinyMCE_default_getInsertLinkTemplate(){var template=new Array();template['file']='link.htm';template['width']=320;template['height']=200;template['width']+=tinyMCE.getLang('lang_insert_link_delta_width',0);template['height']+=tinyMCE.getLang('lang_insert_link_delta_height',0);return template;}function TinyMCE_default_getInsertImageTemplate(){var template=new Array();template['file']='image.htm';template['width']=360;template['height']=200;template['width']+=tinyMCE.getLang('lang_insert_image_delta_width',0);template['height']+=tinyMCE.getLang('lang_insert_image_delta_height',0);return template;}function TinyMCE_default_handleNodeChange(editor_id,node){tinyMCE.switchClassSticky(editor_id+'_left','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_right','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_center','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_full','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_bold','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_italic','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_underline','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_strikethrough','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_bullist','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_numlist','mceButtonNormal');alignNode=node;breakOut=false;do{if(!alignNode.getAttribute||!alignNode.getAttribute('align'))continue;switch(alignNode.getAttribute('align').toLowerCase()){case "left":tinyMCE.switchClassSticky(editor_id+'_left','mceButtonSelected');breakOut=true;break;case "right":tinyMCE.switchClassSticky(editor_id+'_right','mceButtonSelected');breakOut=true;break;case "middle":case "center":tinyMCE.switchClassSticky(editor_id+'_center','mceButtonSelected');breakOut=true;break;case "justify":tinyMCE.switchClassSticky(editor_id+'_full','mceButtonSelected');breakOut=true;break;}}while(!breakOut&&(alignNode=alignNode.parentNode));do{switch(node.nodeName.toLowerCase()){case "b":case "strong":tinyMCE.switchClassSticky(editor_id+'_bold','mceButtonSelected');break;case "i":case "em":tinyMCE.switchClassSticky(editor_id+'_italic','mceButtonSelected');break;case "u":tinyMCE.switchClassSticky(editor_id+'_underline','mceButtonSelected');break;case "strike":tinyMCE.switchClassSticky(editor_id+'_strikethrough','mceButtonSelected');break;case "ul":tinyMCE.switchClassSticky(editor_id+'_bullist','mceButtonSelected');break;case "ol":tinyMCE.switchClassSticky(editor_id+'_numlist','mceButtonSelected');break;}}while((node=node.parentNode));} \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/editor_template_src.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/editor_template_src.js deleted file mode 100644 index 7d1259811d..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/editor_template_src.js +++ /dev/null @@ -1,151 +0,0 @@ -function TinyMCE_default_getEditorTemplate() { - var template = new Array(); - - template['html'] = '\ -\ -\ -\ -
\ -IFRAME\ -
\ -\ -\ -\ -\ -\ -\ -\ -\ -\ -\ -\ -\ -
\ -\ -\ -\ -\ -\ -\ -\ -\ -\ -\ -\ -
'; - - template['delta_width'] = 0; - template['delta_height'] = -40; - - return template; -} - -/** - * Insert link template function. - */ -function TinyMCE_default_getInsertLinkTemplate() { - var template = new Array(); - - template['file'] = 'link.htm'; - template['width'] = 320; - template['height'] = 200; - - // Language specific width and height addons - template['width'] += tinyMCE.getLang('lang_insert_link_delta_width', 0); - template['height'] += tinyMCE.getLang('lang_insert_link_delta_height', 0); - - return template; -} - -/** - * Insert image template function. - */ -function TinyMCE_default_getInsertImageTemplate() { - var template = new Array(); - - template['file'] = 'image.htm'; - template['width'] = 360; - template['height'] = 200; - - // Language specific width and height addons - template['width'] += tinyMCE.getLang('lang_insert_image_delta_width', 0); - template['height'] += tinyMCE.getLang('lang_insert_image_delta_height', 0); - - return template; -} - -function TinyMCE_default_handleNodeChange(editor_id, node) { - // Reset old states - tinyMCE.switchClassSticky(editor_id + '_left', 'mceButtonNormal'); - tinyMCE.switchClassSticky(editor_id + '_right', 'mceButtonNormal'); - tinyMCE.switchClassSticky(editor_id + '_center', 'mceButtonNormal'); - tinyMCE.switchClassSticky(editor_id + '_full', 'mceButtonNormal'); - tinyMCE.switchClassSticky(editor_id + '_bold', 'mceButtonNormal'); - tinyMCE.switchClassSticky(editor_id + '_italic', 'mceButtonNormal'); - tinyMCE.switchClassSticky(editor_id + '_underline', 'mceButtonNormal'); - tinyMCE.switchClassSticky(editor_id + '_strikethrough', 'mceButtonNormal'); - tinyMCE.switchClassSticky(editor_id + '_bullist', 'mceButtonNormal'); - tinyMCE.switchClassSticky(editor_id + '_numlist', 'mceButtonNormal'); - - // Handle align attributes - alignNode = node; - breakOut = false; - do { - if (!alignNode.getAttribute || !alignNode.getAttribute('align')) - continue; - - switch (alignNode.getAttribute('align').toLowerCase()) { - case "left": - tinyMCE.switchClassSticky(editor_id + '_left', 'mceButtonSelected'); - breakOut = true; - break; - - case "right": - tinyMCE.switchClassSticky(editor_id + '_right', 'mceButtonSelected'); - breakOut = true; - break; - - case "middle": - case "center": - tinyMCE.switchClassSticky(editor_id + '_center', 'mceButtonSelected'); - breakOut = true; - break; - - case "justify": - tinyMCE.switchClassSticky(editor_id + '_full', 'mceButtonSelected'); - breakOut = true; - break; - } - } while (!breakOut && (alignNode = alignNode.parentNode)); - - // Handle elements - do { - switch (node.nodeName.toLowerCase()) { - case "b": - case "strong": - tinyMCE.switchClassSticky(editor_id + '_bold', 'mceButtonSelected'); - break; - - case "i": - case "em": - tinyMCE.switchClassSticky(editor_id + '_italic', 'mceButtonSelected'); - break; - - case "u": - tinyMCE.switchClassSticky(editor_id + '_underline', 'mceButtonSelected'); - break; - - case "strike": - tinyMCE.switchClassSticky(editor_id + '_strikethrough', 'mceButtonSelected'); - break; - - case "ul": - tinyMCE.switchClassSticky(editor_id + '_bullist', 'mceButtonSelected'); - break; - - case "ol": - tinyMCE.switchClassSticky(editor_id + '_numlist', 'mceButtonSelected'); - break; - } - } while ((node = node.parentNode)); -} diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/editor_ui.css b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/editor_ui.css deleted file mode 100644 index e9317bf060..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/editor_ui.css +++ /dev/null @@ -1,100 +0,0 @@ -.mceButtonNormal, .mceButtonOver, .mceButtonDown, .mceSeparator, .mceButtonDisabled, .mceButtonSelected { - margin-top: 1px; - margin-left: 1px; -} - -.mceButtonNormal { - border-top: 1px solid; - border-left: 1px solid; - border-bottom: 1px solid; - border-right: 1px solid; - border-color: #F0F0EE; - cursor: arrow; -} - -.mceButtonOver { -/* border-top: 1px solid buttonhighlight; - border-left: 1px solid buttonhighlight; - border-bottom: 1px solid buttonshadow; - border-right: 1px solid buttonshadow;*/ - border: 1px solid #0A246A; - cursor: arrow; - background-color: #B6BDD2; -} - -.mceButtonDown { -/* border-bottom: 1px solid buttonhighlight; - border-right: 1px solid buttonhighlight; - border-top: 1px solid buttonshadow; - border-left: 1px solid buttonshadow;*/ - cursor: arrow; - border: 1px solid #0A246A; - background-color: #8592B5; -} - -.mceButtonDisabled { - filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30); - border-top: 1px solid; - border-left: 1px solid; - border-bottom: 1px solid; - border-right: 1px solid; - border-color: #F0F0EE; - cursor: arrow; -} - -.mceSeparator { - border-top: 1px solid buttonhighlight; - border-left: 1px solid buttonhighlight; - border-bottom: 1px solid buttonshadow; - border-right: 1px solid buttonshadow; - margin-right: 2px; - margin-left: 2px; -} - -.mceSeparatorLine { - margin:2px; - margin-left: 4px; - background-color: #F0F0EE; - border-top: 1px solid buttonshadow; - border-left: 1px solid buttonshadow; - border-bottom: 1px solid buttonhighlight; - border-right: 1px solid buttonhighlight; - width: 0px; - height: 15px; -} - -.mceSelectList { - font-family: "MS Sans Serif"; - font-size: 7pt; - font-weight: normal; - margin-top: 2px; -} - -.mceLabel, .mceLabelDisabled { - font-family: "MS Sans Serif"; - font-size: 9pt; -} - -.mceLabel { - color: #000000; -} - -.mceLabelDisabled { - cursor: text; - color: #999999; -} - -.mceEditor { - background: #F0F0EE; - border: 1px solid #cccccc; -} - -.mceEditorArea { - font-family: "MS Sans Serif"; - background: #FFFFFF; -} - -.mceToolbar { - background: #F0F0EE; - border-top: 1px solid #cccccc; -} \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/image.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/image.htm deleted file mode 100644 index 42394ccb05..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/image.htm +++ /dev/null @@ -1,57 +0,0 @@ - - -{$lang_insert_image_title} - - - - -
- - - - -
- - - - - - - - - - - - - - - -
{$lang_insert_image_title}
{$lang_insert_image_src}:
{$lang_insert_image_alt}:
-
-
- - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/bold.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/bold.gif deleted file mode 100644 index 31f004b24f..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/bold.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/bold_de_se.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/bold_de_se.gif deleted file mode 100644 index 2d86b00314..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/bold_de_se.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/bold_fr.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/bold_fr.gif deleted file mode 100644 index 7782282838..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/bold_fr.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/bold_ru.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/bold_ru.gif deleted file mode 100644 index c9e89b27e5..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/bold_ru.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/bullist.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/bullist.gif deleted file mode 100644 index 12d0ec2299..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/bullist.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/center.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/center.gif deleted file mode 100644 index a9e13e004c..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/center.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/cleanup.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/cleanup.gif deleted file mode 100644 index 87b8f87a2f..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/cleanup.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/copy.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/copy.gif deleted file mode 100644 index f0b51871e2..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/copy.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/cut.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/cut.gif deleted file mode 100644 index 6a969e55bd..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/cut.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/full.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/full.gif deleted file mode 100644 index 5a78c63067..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/full.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/help.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/help.gif deleted file mode 100644 index a5d67714bc..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/help.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/image.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/image.gif deleted file mode 100644 index 36109de73c..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/image.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/indent.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/indent.gif deleted file mode 100644 index 7a17288c55..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/indent.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/italic.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/italic.gif deleted file mode 100644 index ec03278f34..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/italic.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/italic_de_se.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/italic_de_se.gif deleted file mode 100644 index 6ce0d8d466..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/italic_de_se.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/italic_ru.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/italic_ru.gif deleted file mode 100644 index 5c2f7fec27..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/italic_ru.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/left.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/left.gif deleted file mode 100644 index 4225e00775..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/left.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/link.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/link.gif deleted file mode 100644 index 0de427490e..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/link.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/numlist.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/numlist.gif deleted file mode 100644 index 7ff907be75..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/numlist.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/outdent.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/outdent.gif deleted file mode 100644 index 53e89a77f4..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/outdent.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/paste.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/paste.gif deleted file mode 100644 index a676604cf6..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/paste.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/redo.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/redo.gif deleted file mode 100644 index 26a146bdaf..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/redo.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/right.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/right.gif deleted file mode 100644 index 88bfaf2542..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/right.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/spacer.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/spacer.gif deleted file mode 100644 index fc2560981e..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/spacer.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/strikethrough.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/strikethrough.gif deleted file mode 100644 index ce7b65304e..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/strikethrough.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/underline.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/underline.gif deleted file mode 100644 index d6b8afdabd..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/underline.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/underline_ru.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/underline_ru.gif deleted file mode 100644 index 2a517e8b6b..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/underline_ru.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/undo.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/undo.gif deleted file mode 100644 index b0722d06c6..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/undo.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/unlink.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/unlink.gif deleted file mode 100644 index dd073a2b44..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/images/unlink.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/link.htm b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/link.htm deleted file mode 100644 index 2eeadb9eb6..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/default/link.htm +++ /dev/null @@ -1,64 +0,0 @@ - - -{$lang_insert_link_title} - - - - -
- - - - -
- - - - - - - - - - - - - - - -
{$lang_insert_link_title}
{$lang_insert_link_url}:
{$lang_insert_link_target}:
-
-
- - diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/editor_content.css b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/editor_content.css deleted file mode 100644 index ac7e5a7aef..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/editor_content.css +++ /dev/null @@ -1,27 +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; -} - -.mceVisualAid { - border: 1px dashed #BBBBBB; -} diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/editor_popup.css b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/editor_popup.css deleted file mode 100644 index c6cab79b50..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/editor_popup.css +++ /dev/null @@ -1,41 +0,0 @@ -body { - background-color: #F0F0EE; - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 11px; - 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: 11px; -} - -input { - background: #FFFFFF; - border: 1px solid #cccccc; -} - -td, input, select, textarea { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 10px; -} - -input, select, textarea { - border: 1px solid #808080; -} - -.input_noborder { - border: 0px solid #808080; -} - -.title { - font-size: 12px; - font-weight: bold; -} \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/editor_template.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/editor_template.js deleted file mode 100644 index 7912554cb0..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/editor_template.js +++ /dev/null @@ -1,20 +0,0 @@ -function TinyMCE_simple_getEditorTemplate(){var template=new Array();template['html']='\ -\ -\ -\ -
\ -IFRAME\ -
\ -\ -\ -\ -\ -\ -\ -\ -\ -\ -\ -\ -\ -
';template['delta_width']=0;template['delta_height']=-20;return template;}function TinyMCE_simple_handleNodeChange(editor_id,node){tinyMCE.switchClassSticky(editor_id+'_bold','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_italic','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_underline','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_strikethrough','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_bullist','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_numlist','mceButtonNormal');do{switch(node.nodeName.toLowerCase()){case "b":case "strong":tinyMCE.switchClassSticky(editor_id+'_bold','mceButtonSelected');break;case "i":case "em":tinyMCE.switchClassSticky(editor_id+'_italic','mceButtonSelected');break;case "u":tinyMCE.switchClassSticky(editor_id+'_underline','mceButtonSelected');break;case "strike":tinyMCE.switchClassSticky(editor_id+'_strikethrough','mceButtonSelected');break;case "ul":tinyMCE.switchClassSticky(editor_id+'_bullist','mceButtonSelected');break;case "ol":tinyMCE.switchClassSticky(editor_id+'_numlist','mceButtonSelected');break;}}while((node=node.parentNode));} \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/editor_template_src.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/editor_template_src.js deleted file mode 100644 index e8696fbc4c..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/editor_template_src.js +++ /dev/null @@ -1,70 +0,0 @@ -function TinyMCE_simple_getEditorTemplate() { - var template = new Array(); - - template['html'] = '\ -\ -\ -\ -
\ -IFRAME\ -
\ -\ -\ -\ -\ -\ -\ -\ -\ -\ -\ -\ -\ -
'; - - template['delta_width'] = 0; - template['delta_height'] = -20; - - return template; -} - -function TinyMCE_simple_handleNodeChange(editor_id, node) { - // Reset old states - tinyMCE.switchClassSticky(editor_id + '_bold', 'mceButtonNormal'); - tinyMCE.switchClassSticky(editor_id + '_italic', 'mceButtonNormal'); - tinyMCE.switchClassSticky(editor_id + '_underline', 'mceButtonNormal'); - tinyMCE.switchClassSticky(editor_id + '_strikethrough', 'mceButtonNormal'); - tinyMCE.switchClassSticky(editor_id + '_bullist', 'mceButtonNormal'); - tinyMCE.switchClassSticky(editor_id + '_numlist', 'mceButtonNormal'); - - // Handle elements - do { - switch (node.nodeName.toLowerCase()) { - case "b": - case "strong": - tinyMCE.switchClassSticky(editor_id + '_bold', 'mceButtonSelected'); - break; - - case "i": - case "em": - tinyMCE.switchClassSticky(editor_id + '_italic', 'mceButtonSelected'); - break; - - case "u": - tinyMCE.switchClassSticky(editor_id + '_underline', 'mceButtonSelected'); - break; - - case "strike": - tinyMCE.switchClassSticky(editor_id + '_strikethrough', 'mceButtonSelected'); - break; - - case "ul": - tinyMCE.switchClassSticky(editor_id + '_bullist', 'mceButtonSelected'); - break; - - case "ol": - tinyMCE.switchClassSticky(editor_id + '_numlist', 'mceButtonSelected'); - break; - } - } while ((node = node.parentNode)); -} diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/editor_ui.css b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/editor_ui.css deleted file mode 100644 index 71b4ef8273..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/editor_ui.css +++ /dev/null @@ -1,100 +0,0 @@ -.mceButtonNormal, .mceButtonOver, .mceButtonDown, .mceSeparator, .mceButtonDisabled, .mceButtonSelected { - margin-top: 1px; - margin-left: 1px; -} - -.mceButtonNormal { - border-top: 1px solid; - border-left: 1px solid; - border-bottom: 1px solid; - border-right: 1px solid; - border-color: #F0F0EE; - cursor: arrow; -} - -.mceButtonOver { - border: 1px solid #0A246A; - cursor: arrow; - background-color: #B6BDD2; -} - -.mceButtonDown { - cursor: arrow; - border: 1px solid #0A246A; - background-color: #8592B5; -} - -.mceButtonSelected { - border: 1px solid; - border-color: #C0C0BB; - cursor: arrow; -} - -.mceButtonDisabled { - filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30); - -moz-opacity:0.3; - opacity: 0.3; - border-top: 1px solid; - border-left: 1px solid; - border-bottom: 1px solid; - border-right: 1px solid; - border-color: #F0F0EE; - cursor: arrow; -} - -.mceSeparator { - border-top: 1px solid buttonhighlight; - border-left: 1px solid buttonhighlight; - border-bottom: 1px solid buttonshadow; - border-right: 1px solid buttonshadow; - margin-right: 2px; - margin-left: 2px; -} - -.mceSeparatorLine { - margin:2px; - margin-left: 4px; - background-color: #F0F0EE; - border-top: 1px solid buttonshadow; - border-left: 1px solid buttonshadow; - border-bottom: 1px solid buttonhighlight; - border-right: 1px solid buttonhighlight; - width: 0px; - height: 15px; -} - -.mceSelectList { - font-family: "MS Sans Serif"; - font-size: 7pt; - font-weight: normal; - margin-top: 2px; -} - -.mceLabel, .mceLabelDisabled { - font-family: "MS Sans Serif"; - font-size: 9pt; -} - -.mceLabel { - color: #000000; -} - -.mceLabelDisabled { - cursor: text; - color: #999999; -} - -.mceEditor { - background: #F0F0EE; - border: 1px solid #cccccc; -} - -.mceEditorArea { - font-family: "MS Sans Serif"; - background: #FFFFFF; -} - -.mceToolbar { - background: #F0F0EE; - border-top: 1px solid #cccccc; -} \ No newline at end of file diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/images/bold.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/images/bold.gif deleted file mode 100644 index 31f004b24f..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/images/bold.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/images/bold_de_se.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/images/bold_de_se.gif deleted file mode 100644 index 2d86b00314..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/images/bold_de_se.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/images/bold_fr.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/images/bold_fr.gif deleted file mode 100644 index 7782282838..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/images/bold_fr.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/images/bold_ru.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/images/bold_ru.gif deleted file mode 100644 index c9e89b27e5..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/images/bold_ru.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/images/bullist.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/images/bullist.gif deleted file mode 100644 index 12d0ec2299..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/images/bullist.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/images/cleanup.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/images/cleanup.gif deleted file mode 100644 index 87b8f87a2f..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/images/cleanup.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/images/italic.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/images/italic.gif deleted file mode 100644 index ec03278f34..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/images/italic.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/images/italic_de_se.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/images/italic_de_se.gif deleted file mode 100644 index 6ce0d8d466..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/images/italic_de_se.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/images/italic_ru.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/images/italic_ru.gif deleted file mode 100644 index 5c2f7fec27..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/images/italic_ru.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/images/numlist.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/images/numlist.gif deleted file mode 100644 index 7ff907be75..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/images/numlist.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/images/redo.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/images/redo.gif deleted file mode 100644 index 26a146bdaf..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/images/redo.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/images/spacer.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/images/spacer.gif deleted file mode 100644 index fc2560981e..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/images/spacer.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/images/strikethrough.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/images/strikethrough.gif deleted file mode 100644 index ce7b65304e..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/images/strikethrough.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/images/underline.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/images/underline.gif deleted file mode 100644 index 0809c025e4..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/images/underline.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/images/underline_ru.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/images/underline_ru.gif deleted file mode 100644 index 2a517e8b6b..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/images/underline_ru.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/images/undo.gif b/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/images/undo.gif deleted file mode 100644 index b0722d06c6..0000000000 Binary files a/phpgwapi/js/tinymce/jscripts/tiny_mce/themes/simple/images/undo.gif and /dev/null differ diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/tiny_mce.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/tiny_mce.js deleted file mode 100644 index 0fb4f2471c..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/tiny_mce.js +++ /dev/null @@ -1,12 +0,0 @@ -/** - * $RCSfile$ - * $Revision$ - * $Date$ - * - * @author Moxiecode - * @copyright Copyright � 2004, Moxiecode Systems AB, All rights reserved. - */ - function TinyMCE(){this.instances=new Array();this.stickyClassesLookup=new Array();this.windowArgs=new Array();this.loadedFiles=new Array();this.configs=new Array();this.currentConfig=0;this.eventHandlers=new Array();this.isMSIE=(navigator.appName=="Microsoft Internet Explorer");this.isMSIE5=this.isMSIE&&(navigator.userAgent.indexOf('MSIE 5')!=-1);this.isMSIE5_0=this.isMSIE&&(navigator.userAgent.indexOf('MSIE 5.0')!=-1);this.isGecko=navigator.userAgent.indexOf('Gecko')!=-1;this.isSafari=navigator.userAgent.indexOf('Safari')!=-1;if(this.isSafari)alert("Safari support is very limited and should be considered experimental.\nSo there is no need to even submit bugreports on this early version.");this.idCounter=0;};TinyMCE.prototype.defParam=function(key,def_val){this.settings[key]=tinyMCE.getParam(key,def_val);};TinyMCE.prototype.init=function(settings){var theme;this.settings=settings;if(typeof(document.execCommand)=='undefined')return;if(!tinyMCE.baseURL){var elements=document.getElementsByTagName('script');for(var i=0;i');this.loadedFiles[this.loadedFiles.length]=url;};TinyMCE.prototype.loadCSS=function(url){for(var i=0;i');this.loadedFiles[this.loadedFiles.length]=url;};TinyMCE.prototype.importCSS=function(doc,css_file){if(tinyMCE.isMSIE)var styleSheet=doc.createStyleSheet(css_file);else{var elm=doc.createElement("link");elm.rel="stylesheet";elm.href=css_file;if(headArr=doc.getElementsByTagName("head"))headArr[0].appendChild(elm);}};TinyMCE.prototype.confirmAdd=function(e,settings){var elm=tinyMCE.isMSIE?event.srcElement:e.target;var elementId=elm.name?elm.name:elm.id;tinyMCE.settings=settings;if(!elm.getAttribute('mce_noask')&&confirm(tinyMCELang['lang_edit_confirm']))tinyMCE.addMCEControl(elm,elementId);elm.setAttribute('mce_noask','true');};TinyMCE.prototype.queryInstanceCommandValue=function(editor_id,command){var inst=tinyMCE.getInstanceById(editor_id);if(inst)return inst.getDoc().queryCommandValue(command);return null;};TinyMCE.prototype.queryInstanceCommandState=function(editor_id,command){var inst=tinyMCE.getInstanceById(editor_id);if(inst)return inst.getDoc().queryCommandState(command);return null;};TinyMCE.prototype.updateContent=function(form_element_name){var formElement=document.getElementById(form_element_name);for(var n in tinyMCE.instances){var inst=tinyMCE.instances[n];inst.switchSettings();if(inst.formElement==formElement){var doc=inst.getDoc();tinyMCE._setHTML(doc,inst.formElement.value);if(!tinyMCE.isMSIE)doc.body.innerHTML=tinyMCE._cleanupHTML(doc,this.settings,doc.body,inst.visualAid);}}};TinyMCE.prototype.addMCEControl=function(replace_element,form_element_name,target_document){var id="mce_editor_"+tinyMCE.idCounter++;var inst=new TinyMCEControl(tinyMCE.settings);inst.editorId=id;this.instances[id]=inst;inst.onAdd(replace_element,form_element_name,target_document);};TinyMCE.prototype.triggerSave=function(skip_cleanup,skip_callback){for(var n in tinyMCE.instances){var inst=tinyMCE.instances[n];inst.switchSettings();tinyMCE.settings['preformatted']=false;if(typeof(skip_cleanup)=="undefined")skip_cleanup=false;if(typeof(skip_callback)=="undefined")skip_callback=false;tinyMCE._setHTML(inst.getDoc(),inst.getBody().innerHTML);var htm=skip_cleanup?inst.getBody().innerHTML:tinyMCE._cleanupHTML(inst.getDoc(),this.settings,inst.getBody(),this.visualAid,true);if(tinyMCE.settings["encoding"]=="xml"||tinyMCE.settings["encoding"]=="html")htm=tinyMCE.convertStringToXML(htm);if(!skip_callback&&tinyMCE.settings['save_callback']!="")var content=eval(tinyMCE.settings['save_callback']+"(inst.formTargetElementId,htm,inst.getBody());");if((typeof(content)!="undefined")&&content!=null)htm=content;htm=tinyMCE.regexpReplace(htm,"(","(","gi");htm=tinyMCE.regexpReplace(htm,")",")","gi");htm=tinyMCE.regexpReplace(htm,";",";","gi");htm=tinyMCE.regexpReplace(htm,""",""","gi");htm=tinyMCE.regexpReplace(htm,"^","^","gi");if(inst.formElement)inst.formElement.value=htm;}};TinyMCE.prototype._convertOnClick=function(node){if(tinyMCE.isMSIE5)return;var elms=node.getElementsByTagName("a");for(var i=0;i","gi");content=tinyMCE.regexpReplace(content,"\r","
","gi");content=tinyMCE.regexpReplace(content,"\n","
","gi");}content=tinyMCE._customCleanup("insert_to_editor",content);if(tinyMCE.isMSIE){window.setInterval('try{tinyMCE.getCSSClasses(document.frames["'+editor_id+'"].document, "'+editor_id+'");}catch(e){}',500);if(tinyMCE.settings["force_br_newlines"])document.frames[editor_id].document.styleSheets[0].addRule("p","margin: 0px;");var body=document.frames[editor_id].document.body;tinyMCE.addEvent(body,"beforepaste",TinyMCE.prototype.eventPatch);tinyMCE.addEvent(body,"beforecut",TinyMCE.prototype.eventPatch);tinyMCE.addEvent(body,"paste",TinyMCE.prototype.eventPatch);body.editorId=editor_id;}if(!tinyMCE.isMSIE){var contentElement=inst.getDoc().createElement("body");var doc=inst.getDoc();contentElement.innerHTML=content;if(tinyMCE.settings['force_p_newlines'])content=content.replace(new RegExp('<>','g'),"");if(tinyMCE.settings['cleanup_on_startup'])inst.getBody().innerHTML=tinyMCE._cleanupHTML(doc,this.settings,contentElement);else{content=tinyMCE.regexpReplace(content,"","","gi");content=tinyMCE.regexpReplace(content,"","","gi");inst.getBody().innerHTML=content;}inst.convertAllRelativeURLs();}else{if(tinyMCE.settings['cleanup_on_startup']){tinyMCE._setHTML(inst.getDoc(),content);eval('try {inst.getBody().innerHTML = tinyMCE._cleanupHTML(inst.contentDocument, this.settings, inst.getBody());} catch(e) {}');}else inst.getBody().innerHTML=content;}tinyMCE._convertOnClick(inst.getBody());var parentElm=document.getElementById(inst.editorId+'_parent');if(parentElm.lastChild.nodeName.toLowerCase()=="input")inst.formElement=parentElm.lastChild;else inst.formElement=parentElm.nextSibling;tinyMCE.handleVisualAid(inst.getBody(),true,tinyMCE.settings['visual']);tinyMCE.executeCallback('setupcontent_callback','_setupContent',0,editor_id,inst.getBody(),inst.getDoc());if(!tinyMCE.isMSIE)TinyMCE.prototype.addEventHandlers(editor_id);inst.startContent=inst.getBody().innerHTML;tinyMCE.selectedInstance=inst;tinyMCE.selectedElement=inst.contentWindow.document.body;tinyMCE.triggerNodeChange(false,true);tinyMCE._customCleanup("insert_to_editor_dom",inst.contentWindow.document.body);};TinyMCE.prototype.cancelEvent=function(e){if(tinyMCE.isMSIE){e.returnValue=false;e.cancelBubble=true;}else e.preventDefault();};TinyMCE.prototype.removeTinyMCEFormElements=function(form_obj){for(var i=0;i");rng.collapse(false);rng.select();tinyMCE.triggerNodeChange(false);return false;}}if(e.keyCode==8||e.keyCode==46){tinyMCE.selectedElement=e.target;tinyMCE.linkElement=tinyMCE.getParentElement(e.target,"a");tinyMCE.imgElement=tinyMCE.getParentElement(e.target,"img");tinyMCE.triggerNodeChange(false);}return false;break;case "keyup":case "keydown":if(e.target.editorId)tinyMCE.selectedInstance=tinyMCE.instances[e.target.editorId];else return;if(tinyMCE.selectedInstance)tinyMCE.selectedInstance.switchSettings();if(tinyMCE.isGecko&&tinyMCE.settings['force_p_newlines']&&(e.keyCode==8||e.keyCode==46)&&!e.shiftKey){if(tinyMCE.selectedInstance._handleBackSpace(e.type)){e.preventDefault();return false;}}tinyMCE.selectedElement=null;tinyMCE.selectedNode=null;var elm=tinyMCE.selectedInstance.getFocusElement();tinyMCE.linkElement=tinyMCE.getParentElement(elm,"a");tinyMCE.imgElement=tinyMCE.getParentElement(elm,"img");tinyMCE.selectedElement=elm;if(tinyMCE.isGecko&&e.type=="keyup"&&e.keyCode==9)tinyMCE.handleVisualAid(tinyMCE.selectedInstance.getBody(),true,tinyMCE.settings['visual']);if(tinyMCE.isGecko&&tinyMCE.settings['document_base_url']!=""+document.location.href&&e.type=="keyup"&&e.ctrlKey&&e.keyCode==86)tinyMCE.selectedInstance.fixBrokenURLs();if(tinyMCE.isMSIE&&tinyMCE.settings['custom_undo_redo']){var keys=new Array(13,45,36,35,33,34,37,38,39,40);var posKey=false;for(var i=0;i18&&e.keyCode!=255)){tinyMCE.selectedInstance.execCommand("mceAddUndoLevel");tinyMCE.selectedInstance.typing=true;tinyMCE.triggerNodeChange(false);}if(posKey&&e.type=="keyup")tinyMCE.triggerNodeChange(false);var keys=new Array(8,46);for(var i=0;i0){for(var i=0;i"+this.convertStringToXML(String.fromCharCode(160))+"";if(tinyMCE.isMSIE&&elementName=="script")return "<"+elementName+elementAttribs+">"+node.text+"";if(node.hasChildNodes()){if(elementName=="p"&&tinyMCE.cleanup_force_br_newlines)output+="";else output+="<"+elementName+elementAttribs+">";for(var i=0;i
";else output+="";}else{if(openTag)output+="<"+elementName+elementAttribs+">";else{output+="<"+elementName+elementAttribs+" />";}}return output;case 3:if(node.parentNode.nodeName.toLowerCase()=="script")return node.nodeValue;return this.convertStringToXML(node.nodeValue);case 8:return "";default:return "[UNKNOWN NODETYPE "+node.nodeType+"]";}};TinyMCE.prototype.convertStringToXML=function(html_data){var output="";for(var i=0;i127)output+='&#'+chr+";";else output+=String.fromCharCode(chr);continue;}if(tinyMCE.settings['entity_encoding']=="raw"){output+=String.fromCharCode(chr);continue;}if(typeof(tinyMCE.cleanup_entities["c"+chr])!='undefined'&&tinyMCE.cleanup_entities["c"+chr]!='')output+='&'+tinyMCE.cleanup_entities["c"+chr]+';';else output+=''+String.fromCharCode(chr);}return output;};TinyMCE.prototype._getCleanupElementName=function(chunk){var pos;if(chunk.charAt(0)=='+')chunk=chunk.substring(1);if((pos=chunk.indexOf('/'))!=-1)chunk=chunk.substring(0,pos);if((pos=chunk.indexOf('['))!=-1)chunk=chunk.substring(0,pos);return chunk;};TinyMCE.prototype._initCleanup=function(){var validElements=tinyMCE.settings["valid_elements"];validElements=validElements.split(',');var extendedValidElements=tinyMCE.settings["extended_valid_elements"];extendedValidElements=extendedValidElements.split(',');for(var i=0;i[ \n\r]*
[ \n\r]*

','
','gi');element.innerHTML=tinyMCE.regexpReplace(element.innerHTML,'','','gi');}var html=this.cleanupNode(element);if(tinyMCE.settings['debug'])alert("Cleanup process executed in: "+(new Date().getTime()-startTime)+" ms.");html=tinyMCE.regexpReplace(html,'


','
');html=tinyMCE.regexpReplace(html,'

 


 

','
');if(!tinyMCE.isMSIE)html=html.replace(new RegExp('','g'),"");if(tinyMCE.settings['apply_source_formatting']){html=html.replace(new RegExp('<(p|div)([^>]*)>','g'),"\n<$1$2>\n");html=html.replace(new RegExp('<\/(p|div)([^>]*)>','g'),"\n\n");html=html.replace(new RegExp('
','g'),"
\n");}if(tinyMCE.settings['force_br_newlines']){var re=new RegExp('

 

','g');html=html.replace(re,"
");}if(tinyMCE.settings['force_p_newlines']){var re=new RegExp('<>','g');html=html.replace(re,"");}if(tinyMCE.settings['remove_linebreaks'])html=html.replace(new RegExp('\r|\n','g'),' ');html=tinyMCE._customCleanup(on_save?"get_from_editor":"insert_to_editor",html);var chk=tinyMCE.regexpReplace(html,"[ \t\r\n]","");if(chk=="
"||chk=="
"||chk=="

 

"||chk=="

 

"||chk=="

")html="";if(tinyMCE.settings["preformatted"])return "
"+html+"
";return html;};TinyMCE.prototype.setAttrib=function(element,name,value,no_fix_value){if(!no_fix_value&&value!=null){var re=new RegExp('[^0-9%]','g');value=value.replace(re,'');}if(value!=null&&value!="")element.setAttribute(name,value);else element.removeAttribute(name);if(value!=null&&value!="")element.setAttribute(name,value);else element.removeAttribute(name);};TinyMCE.prototype.insertLink=function(href,target,title,onclick){this.execCommand("mceAddUndoLevel");if(this.selectedInstance&&this.selectedElement&&this.selectedElement.nodeName.toLowerCase()=="img"){var doc=this.selectedInstance.getDoc();var linkElement=tinyMCE.getParentElement(this.selectedElement,"a");var newLink=false;if(!linkElement){linkElement=doc.createElement("a");newLink=true;}href=eval(tinyMCE.settings['urlconverter_callback']+"(href, linkElement);");tinyMCE.setAttrib(linkElement,'href',href);tinyMCE.setAttrib(linkElement,'target',target);tinyMCE.setAttrib(linkElement,'title',title);tinyMCE.setAttrib(linkElement,'mce_onclick',onclick);if(newLink){linkElement.appendChild(this.selectedElement.cloneNode(true));this.selectedElement.parentNode.replaceChild(linkElement,this.selectedElement);}return;}if(!this.linkElement&&this.selectedInstance){this.selectedInstance.contentDocument.execCommand("createlink",false,"#mce_temp_url#");tinyMCE.linkElement=this.getElementByAttributeValue(this.selectedInstance.contentDocument.body,"a","href","#mce_temp_url#");var elementArray=this.getElementsByAttributeValue(this.selectedInstance.contentDocument.body,"a","href","#mce_temp_url#");for(var i=0;i=strTok2.length){for(var i=0;i=strTok2.length||strTok1[i]!=strTok2[i]){breakPoint=i+1;break;}}}if(strTok1.length=strTok1.length||strTok1[i]!=strTok2[i]){breakPoint=i+1;break;}}}if(breakPoint==1)return url_to_relative;for(var i=0;i<(strTok1.length-(breakPoint-1));i++)outputString+="../";for(var i=breakPoint-1;i=0;i--){if(baseURLParts[i].length==0)continue;newBaseURLParts[newBaseURLParts.length]=baseURLParts[i];}baseURLParts=newBaseURLParts.reverse();var newRelURLParts=new Array();var numBack=0;for(var i=relURLParts.length-1;i>=0;i--){if(relURLParts[i].length==0||relURLParts[i]==".")continue;if(relURLParts[i]=='..'){numBack++;continue;}if(numBack>0){numBack--;continue;}newRelURLParts[newRelURLParts.length]=relURLParts[i];}relURLParts=newRelURLParts.reverse();var len=baseURLParts.length-numBack;var absPath=(len<=0?"":"/")+baseURLParts.slice(0,len).join('/')+"/"+relURLParts.join('/');var start="",end="";if(baseURL['protocol'])start+=baseURL['protocol']+"://";if(baseURL['host'])start+=baseURL['host'];if(baseURL['port'])start+=":"+baseURL['port'];if(relURL['query'])end+="?"+relURL['query'];if(relURL['anchor'])end+="#"+relURL['anchor'];if(relative_url.charAt(relative_url.length-1)=="/")end+="/";return start+absPath+end;};TinyMCE.prototype.getParam=function(name,default_value,strip_whitespace,split_chr){var value=(typeof(this.settings[name])=="undefined")?default_value:this.settings[name];if(value=="true"||value=="false")return(value=="true");if(strip_whitespace)value=tinyMCE.regexpReplace(value,"[ \t\r\n]","");if(typeof(split_chr)!="undefined"&&split_chr!=null){value=value.split(split_chr);var outArray=new Array();for(var i=0;i0);if(tinyMCE.settings['custom_undo_redo']){undoIndex=inst.undoIndex;undoLevels=inst.undoLevels.length;}tinyMCE.executeCallback('handleNodeChangeCallback','_handleNodeChange',0,editorId,elm,undoIndex,undoLevels,inst.visualAid,anySelection);}}if(this.selectedInstance&&(typeof(focus)=="undefined"||focus))this.selectedInstance.contentWindow.focus();};TinyMCE.prototype._customCleanup=function(type,content){var customCleanup=tinyMCE.settings['cleanup_callback'];if(customCleanup!=""&&eval("typeof("+customCleanup+")")!="undefined")content=eval(customCleanup+"(type, content);");var plugins=tinyMCE.getParam('plugins','',true,',');for(var i=0;i0)className+=" ";className+=classNames[i];}return className;};TinyMCE.prototype.handleVisualAid=function(element,deep,state){if(!element)return;var tableElement=null;switch(element.nodeName.toLowerCase()){case "table":var oldW=element.style.width;var oldH=element.style.height;element.className=tinyMCE.getVisualAidClass(element.className,state&&element.getAttribute("border")==0);element.style.width=oldW;element.style.height=oldH;for(var y=0;y

','g');html_content=html_content.replace(re,"
");}doc.body.innerHTML=html_content;if(tinyMCE.isMSIE&&tinyMCE.settings['fix_content_duplication']){var paras=doc.getElementsByTagName("P");for(var i=0;i<\/o:p>","
");html=tinyMCE.regexpReplace(html," <\/o:p>","");html=tinyMCE.regexpReplace(html,"","");html=tinyMCE.regexpReplace(html,"

<\/p>","");html=tinyMCE.regexpReplace(html,"

<\/p>\r\n

<\/p>","");html=tinyMCE.regexpReplace(html,"

 <\/p>","
");html=tinyMCE.regexpReplace(html,"

\s*(

\s*)?","

");html=tinyMCE.regexpReplace(html,"<\/p>\s*(<\/p>\s*)?","

");}doc.body.innerHTML=html;}};TinyMCE.prototype.getImageSrc=function(str){var pos=-1;if(!str)return "";if((pos=str.indexOf('this.src='))!=-1){var src=str.substring(pos+10);src=src.substring(0,src.indexOf('\''));return src;}return "";};TinyMCE.prototype._getElementById=function(element_id){var elm=document.getElementById(element_id);if(!elm){for(var j=0;j0){var csses=null;eval("try {var csses = tinyMCE.isMSIE ? doc.styleSheets(0).rules : doc.styleSheets[0].cssRules;} catch(e) {}");if(!csses)return new Array();for(var i=0;i0)tinyMCE.cssClasses=output;return output;};TinyMCE.prototype.regexpReplace=function(in_str,reg_exp,replace_str,opts){if(typeof(opts)=="undefined")opts='g';var re=new RegExp(reg_exp,opts);return in_str.replace(re,replace_str);};TinyMCE.prototype.cleanupEventStr=function(str){str=""+str;str=str.replace('function anonymous()\n{\n','');str=str.replace('\n}','');return str;};TinyMCE.prototype.getAbsPosition=function(node){var pos=new Object();pos.absLeft=pos.absTop=0;var parentNode=node;while(parentNode){pos.absLeft+=parentNode.offsetLeft;pos.absTop+=parentNode.offsetTop;parentNode=parentNode.offsetParent;}return pos;};TinyMCE.prototype.openFileBrowser=function(field_name,url,type,win){var cb=tinyMCE.getParam("file_browser_callback");this.setWindowArg("window",win);if(eval('typeof('+cb+')')=="undefined")alert("Callback function: "+cb+" could not be found.");else eval(cb+"(field_name, url, type, win);");};TinyMCE.prototype.getControlHTML=function(control_name){var themePlugins=tinyMCE.getParam('plugins','',true,',');var templateFunction;for(var i=themePlugins.length;i>=0;i--){templateFunction='TinyMCE_'+themePlugins[i]+"_getControlHTML";if(eval("typeof("+templateFunction+")")!='undefined'){var html=eval(templateFunction+"('"+control_name+"');");if(html!="")return tinyMCE.replaceVar(html,"pluginurl",tinyMCE.baseURL+"/plugins/"+themePlugins[i]);}}return eval('TinyMCE_'+tinyMCE.settings['theme']+"_getControlHTML"+"('"+control_name+"');");};TinyMCE.prototype._themeExecCommand=function(editor_id,element,command,user_interface,value){var themePlugins=tinyMCE.getParam('plugins','',true,',');var templateFunction;for(var i=themePlugins.length;i>=0;i--){templateFunction='TinyMCE_'+themePlugins[i]+"_execCommand";if(eval("typeof("+templateFunction+")")!='undefined'){if(eval(templateFunction+"(editor_id, element, command, user_interface, value);"))return true;}}templateFunction='TinyMCE_'+tinyMCE.settings['theme']+"_execCommand";if(eval("typeof("+templateFunction+")")!='undefined')return eval(templateFunction+"(editor_id, element, command, user_interface, value);");return false;};TinyMCE.prototype._getThemeFunction=function(suffix,skip_plugins){if(skip_plugins)return 'TinyMCE_'+tinyMCE.settings['theme']+suffix;var themePlugins=tinyMCE.getParam('plugins','',true,',');var templateFunction;for(var i=themePlugins.length;i>=0;i--){templateFunction='TinyMCE_'+themePlugins[i]+suffix;if(eval("typeof("+templateFunction+")")!='undefined')return templateFunction;}return 'TinyMCE_'+tinyMCE.settings['theme']+suffix;};TinyMCE.prototype.isFunc=function(func_name){if(func_name==null||func_name=="")return false;return eval("typeof("+func_name+")")!="undefined";};TinyMCE.prototype.exec=function(func_name,args){var str=func_name+'(';for(var i=3;i1&&tinyMCE.currentConfig!=this.settings['index']){tinyMCE.settings=this.settings;tinyMCE.currentConfig=this.settings['index'];}};TinyMCEControl.prototype.fixBrokenURLs=function(){var body=this.getBody();var elms=body.getElementsByTagName("img");for(var i=0;i0)rng.selectNodeContents(nodes[0]);else rng.selectNodeContents(node);}else rng.selectNode(node);if(collapse){if(!to_start&&node.nodeType==3){rng.setStart(node,node.nodeValue.length);rng.setEnd(node,node.nodeValue.length);}else rng.collapse(to_start);}sel.removeAllRanges();sel.addRange(rng);}this.scrollToNode(node);tinyMCE.selectedElement=null;if(node.nodeType==1)tinyMCE.selectedElement=node;};TinyMCEControl.prototype.scrollToNode=function(node){var pos=tinyMCE.getAbsPosition(node);var doc=this.getDoc();var scrollX=doc.body.scrollLeft+doc.documentElement.scrollLeft;var scrollY=doc.body.scrollTop+doc.documentElement.scrollTop;var height=tinyMCE.isMSIE?document.getElementById(this.editorId).style.pixelHeight:this.targetElement.clientHeight;if(!tinyMCE.settings['auto_resize']&&!(node.absTop>scrollY&&node.absTop<(scrollY-25+height)))this.contentWindow.scrollTo(pos.absLeft,pos.absTop-height+25);};TinyMCEControl.prototype.getBody=function(){return this.getDoc().body;};TinyMCEControl.prototype.getDoc=function(){return this.contentWindow.document;};TinyMCEControl.prototype.getWin=function(){return this.contentWindow;};TinyMCEControl.prototype.getSel=function(){if(tinyMCE.isMSIE)return this.getDoc().selection;var sel=this.contentWindow.getSelection();if(tinyMCE.isSafari&&!sel.getRangeAt){var newSel=new Object();var doc=this.getDoc();function getRangeAt(idx){var rng=new Object();rng.startContainer=this.focusNode;rng.endContainer=this.anchorNode;rng.commonAncestorContainer=this.focusNode;rng.createContextualFragment=function(html){if(html.charAt(0)=='<'){var elm=doc.createElement("div");elm.innerHTML=html;return elm.firstChild;}return doc.createTextNode("UNSUPPORTED, DUE TO LIMITATIONS IN SAFARI!");};rng.deleteContents=function(){doc.execCommand("Delete",false,"");};return rng;}newSel.focusNode=sel.baseNode;newSel.focusOffset=sel.baseOffset;newSel.anchorNode=sel.extentNode;newSel.anchorOffset=sel.extentOffset;newSel.getRangeAt=getRangeAt;newSel.text=""+sel;newSel.realSelection=sel;newSel.toString=function(){return this.text;};return newSel;}return sel;};TinyMCEControl.prototype.getRng=function(){var sel=this.getSel();if(sel==null)return null;if(tinyMCE.isMSIE)return sel.createRange();return this.getSel().getRangeAt(0);};TinyMCEControl.prototype._insertPara=function(e){function isEmpty(para){function isEmptyHTML(html){return html.replace(new RegExp('[ \t\r\n]+','g'),'').toLowerCase()=="";}if(para.getElementsByTagName("img").length>0)return false;if(para.getElementsByTagName("table").length>0)return false;if(para.getElementsByTagName("hr").length>0)return false;var nodes=tinyMCE.getNodeTree(para,new Array(),3);for(var i=0;i <"+blockName+"> ";paraAfter=body.childNodes[1];}this.selectNode(paraAfter,true,true);return true;}if(startChop.nodeName==blockName)rngBefore.setStart(startChop,0);else rngBefore.setStartBefore(startChop);rngBefore.setEnd(startNode,startOffset);paraBefore.appendChild(rngBefore.cloneContents());rngAfter.setEndAfter(endChop);rngAfter.setStart(endNode,endOffset);var contents=rngAfter.cloneContents();if(contents.firstChild&&contents.firstChild.nodeName==blockName){var nodes=contents.firstChild.childNodes;for(var i=0;i0)rng.pasteHTML('
'+rng.htmlText+"
");tinyMCE.triggerNodeChange();return;}}}switch(command){case "mceSelectNode":this.selectNode(value);tinyMCE.triggerNodeChange();tinyMCE.selectedNode=value;break;case "mceSelectNodeDepth":var parentNode=this.getFocusElement();for(var i=0;parentNode;i++){if(parentNode.nodeName.toLowerCase()=="body")break;if(parentNode.nodeName.toLowerCase()=="#text"){i--;parentNode=parentNode.parentNode;continue;}if(i==value){this.selectNode(parentNode,false);tinyMCE.triggerNodeChange();tinyMCE.selectedNode=parentNode;return;}parentNode=parentNode.parentNode;}break;case "HiliteColor":if(tinyMCE.isGecko){this.getDoc().execCommand("useCSS",false,false);this.getDoc().execCommand('hilitecolor',false,value);this.getDoc().execCommand("useCSS",false,true);}else this.getDoc().execCommand('BackColor',false,value);break;case "Cut":case "Copy":case "Paste":var cmdFailed=false;eval('try {this.getDoc().execCommand(command, user_interface, value);} catch (e) {cmdFailed = true;}');if(tinyMCE.isGecko&&cmdFailed){if(confirm(tinyMCE.getLang('lang_clipboard_msg')))window.open('http://www.mozilla.org/editor/midasdemo/securityprefs.html','mceExternal');return;}else tinyMCE.triggerNodeChange();break;case "mceSetContent":if(!value)value="";html_content=tinyMCE._customCleanup("insert_to_editor",value);tinyMCE._setHTML(doc,value);doc.body.innerHTML=tinyMCE._cleanupHTML(doc,tinyMCE.settings,doc.body);tinyMCE.handleVisualAid(doc.body,true,this.visualAid);return true;case "mceLink":var selectedText="";if(tinyMCE.isMSIE){var rng=doc.selection.createRange();selectedText=rng.text;}else selectedText=this.getSel().toString();if(!tinyMCE.linkElement){if((tinyMCE.selectedElement.nodeName.toLowerCase()!="img")&&(selectedText.length<=0))return;}var href="",target="",title="",onclick="",action="insert";if(tinyMCE.selectedElement.nodeName.toLowerCase()=="a")tinyMCE.linkElement=tinyMCE.selectedElement;if(tinyMCE.linkElement!=null&&tinyMCE.getAttrib(tinyMCE.linkElement,'href')=="")tinyMCE.linkElement=null;if(tinyMCE.linkElement){href=tinyMCE.getAttrib(tinyMCE.linkElement,'href');target=tinyMCE.getAttrib(tinyMCE.linkElement,'target');title=tinyMCE.getAttrib(tinyMCE.linkElement,'title');onclick=tinyMCE.getAttrib(tinyMCE.linkElement,'mce_onclick');if(onclick=="")onclick=tinyMCE.getAttrib(tinyMCE.linkElement,'onclick');onclick=tinyMCE.cleanupEventStr(onclick);mceRealHref=tinyMCE.getAttrib(tinyMCE.linkElement,'mce_real_href');if(mceRealHref!="")href=mceRealHref;href=eval(tinyMCE.settings['urlconverter_callback']+"(href, tinyMCE.linkElement, true);");action="update";}if(this.settings['insertlink_callback']){var returnVal=eval(this.settings['insertlink_callback']+"(href, target, title, onclick, action);");if(returnVal&&returnVal['href'])tinyMCE.insertLink(returnVal['href'],returnVal['target'],returnVal['title'],returnVal['onclick']);}else{tinyMCE.openWindow(this.insertLinkTemplate,{href:href,target:target,title:title,onclick:onclick,action:action});}break;case "mceImage":var src="",alt="",border="",hspace="",vspace="",width="",height="",align="";var title="",onmouseover="",onmouseout="",action="insert";var img=tinyMCE.imgElement;if(tinyMCE.selectedElement!=null&&tinyMCE.selectedElement.nodeName.toLowerCase()=="img"){img=tinyMCE.selectedElement;tinyMCE.imgElement=img;}if(img){if(tinyMCE.getAttrib(img,'name').indexOf('mce_')==0)return;src=tinyMCE.getAttrib(img,'src');alt=tinyMCE.getAttrib(img,'alt');if(alt=="")alt=tinyMCE.getAttrib(img,'title');if(tinyMCE.isGecko){var w=img.style.width;if(w!=null&&w!="")img.setAttribute("width",w);var h=img.style.height;if(h!=null&&h!="")img.setAttribute("height",h);}border=tinyMCE.getAttrib(img,'border');hspace=tinyMCE.getAttrib(img,'hspace');vspace=tinyMCE.getAttrib(img,'vspace');width=tinyMCE.getAttrib(img,'width');height=tinyMCE.getAttrib(img,'height');align=tinyMCE.getAttrib(img,'align');onmouseover=tinyMCE.getAttrib(img,'onmouseover');onmouseout=tinyMCE.getAttrib(img,'onmouseout');title=tinyMCE.getAttrib(img,'title');if(tinyMCE.isMSIE){width=img.attributes['width'].specified?width:"";height=img.attributes['height'].specified?height:"";}onmouseover=tinyMCE.getImageSrc(tinyMCE.cleanupEventStr(onmouseover));onmouseout=tinyMCE.getImageSrc(tinyMCE.cleanupEventStr(onmouseout));mceRealSrc=tinyMCE.getAttrib(img,'mce_real_src');if(mceRealSrc!="")src=mceRealSrc;src=eval(tinyMCE.settings['urlconverter_callback']+"(src, img, true);");if(onmouseover!="")onmouseover=eval(tinyMCE.settings['urlconverter_callback']+"(onmouseover, img, true);");if(onmouseout!="")onmouseout=eval(tinyMCE.settings['urlconverter_callback']+"(onmouseout, img, true);");action="update";}if(this.settings['insertimage_callback']){var returnVal=eval(this.settings['insertimage_callback']+"(src, alt, border, hspace, vspace, width, height, align, title, onmouseover, onmouseout, action);");if(returnVal&&returnVal['src'])tinyMCE.insertImage(returnVal['src'],returnVal['alt'],returnVal['border'],returnVal['hspace'],returnVal['vspace'],returnVal['width'],returnVal['height'],returnVal['align'],returnVal['title'],returnVal['onmouseover'],returnVal['onmouseout']);}else tinyMCE.openWindow(this.insertImageTemplate,{src:src,alt:alt,border:border,hspace:hspace,vspace:vspace,width:width,height:height,align:align,title:title,onmouseover:onmouseover,onmouseout:onmouseout,action:action});break;case "mceCleanupWord":if(tinyMCE.isMSIE){var html=this.getBody().createTextRange().htmlText;if(html.indexOf('="mso')!=-1){tinyMCE._setHTML(this.contentDocument,this.getBody().innerHTML);html=tinyMCE._cleanupHTML(this.contentDocument,this.settings,this.getBody(),this.visualAid);}this.getBody().innerHTML=html;}break;case "mceCleanup":tinyMCE._setHTML(this.contentDocument,this.getBody().innerHTML);this.getBody().innerHTML=tinyMCE._cleanupHTML(this.contentDocument,this.settings,this.getBody(),this.visualAid);tinyMCE.handleVisualAid(this.getBody(),true,this.visualAid);this.repaint();tinyMCE.triggerNodeChange();break;case "mceAnchor":if(!user_interface){var aElm=tinyMCE.getParentElement(this.getFocusElement(),"a","name");if(aElm){if(value==null||value==""){if(tinyMCE.isMSIE){aElm.outerHTML=aElm.innerHTML;}else{var rng=aElm.ownerDocument.createRange();rng.setStartBefore(aElm);rng.setEndAfter(aElm);rng.deleteContents();rng.insertNode(rng.createContextualFragment(aElm.innerHTML));}}else aElm.setAttribute('name',value);}else{this.getDoc().execCommand("fontname",false,"#mce_temp_font#");var elementArray=tinyMCE.getElementsByAttributeValue(this.getBody(),"font","face","#mce_temp_font#");for(var x=0;x0){value=tinyMCE.replaceVar(value,"selection",selectedText);tinyMCE.execCommand('mceInsertContent',false,value);}tinyMCE.triggerNodeChange();break;case "mceSetAttribute":if(typeof(value)=='object'){var targetElms=(typeof(value['targets'])=="undefined")?"p,img,span,div,td,h1,h2,h3,h4,h5,h6,pre,address":value['targets'];var targetNode=tinyMCE.getParentElement(this.getFocusElement(),targetElms);if(targetNode){targetNode.setAttribute(value['name'],value['value']);tinyMCE.triggerNodeChange();}}break;case "mceSetCSSClass":var selectedText=false;if(tinyMCE.isMSIE){var rng=doc.selection.createRange();selectedText=(rng.text&&rng.text.length>0);}else selectedText=(this.getSel().toString().length>0);if(tinyMCE.selectedNode)tinyMCE.selectedElement=tinyMCE.selectedNode;if(selectedText&&!tinyMCE.selectedNode){this.getDoc().execCommand("RemoveFormat",false,null);if(value==null)return this.execCommand("RemoveFormat",false,null);this.getDoc().execCommand("fontname",false,"#mce_temp_font#");var elementArray=tinyMCE.getElementsByAttributeValue(this.getBody(),"font","face","#mce_temp_font#");for(var x=0;xcustomUndoLevels){for(var i=0;i0){this.undoIndex--;this.getBody().innerHTML=this.undoLevels[this.undoIndex];}tinyMCE.triggerNodeChange();}else this.getDoc().execCommand(command,user_interface,value);break;case "Redo":if(tinyMCE.settings['custom_undo_redo']){if(this.undoIndex<(this.undoLevels.length-1)){this.undoIndex++;this.getBody().innerHTML=this.undoLevels[this.undoIndex];}tinyMCE.triggerNodeChange();}else this.getDoc().execCommand(command,user_interface,value);break;case "mceToggleVisualAid":this.visualAid=!this.visualAid;tinyMCE.handleVisualAid(this.getBody(),true,this.visualAid);tinyMCE.triggerNodeChange();break;case "removeformat":var text=this.getSelectedText();if(tinyMCE.isMSIE){try{win.focus();var rng=doc.selection.createRange();rng.execCommand("RemoveFormat",false,null);rng.pasteHTML(rng.text);}catch(e){}}else this.getDoc().execCommand(command,user_interface,value);if(text.length==0)this.execCommand("mceSetCSSClass",false,"");tinyMCE.triggerNodeChange();break;default:this.getDoc().execCommand(command,user_interface,value);tinyMCE.triggerNodeChange();}};TinyMCEControl.prototype.queryCommandValue=function(command){return this.getDoc().queryCommandValue(command);};TinyMCEControl.prototype.queryCommandState=function(command){return this.getDoc().queryCommandState(command);};TinyMCEControl.prototype.onAdd=function(replace_element,form_element_name,target_document){var targetDoc=target_document?target_document:document;this.targetDoc=targetDoc;tinyMCE.themeURL=tinyMCE.baseURL+"/themes/"+this.settings['theme'];this.settings['themeurl']=tinyMCE.themeURL;if(!replace_element){alert("Error: Could not find the target element.");return false;}var templateFunction=tinyMCE._getThemeFunction('_getInsertLinkTemplate');if(eval("typeof("+templateFunction+")")!='undefined')this.insertLinkTemplate=eval(templateFunction+'(this.settings);');var templateFunction=tinyMCE._getThemeFunction('_getInsertImageTemplate');if(eval("typeof("+templateFunction+")")!='undefined')this.insertImageTemplate=eval(templateFunction+'(this.settings);');var templateFunction=tinyMCE._getThemeFunction('_getEditorTemplate');if(eval("typeof("+templateFunction+")")=='undefined'){alert("Error: Could not find the template function: "+templateFunction);return false;}var editorTemplate=eval(templateFunction+'(this.settings, this.editorId);');var deltaWidth=editorTemplate['delta_width']?editorTemplate['delta_width']:0;var deltaHeight=editorTemplate['delta_height']?editorTemplate['delta_height']:0;var html=''+editorTemplate['html'];var templateFunction=tinyMCE._getThemeFunction('_handleNodeChange',true);if(eval("typeof("+templateFunction+")")!='undefined')this.settings['handleNodeChangeCallback']=templateFunction;html=tinyMCE.replaceVar(html,"editor_id",this.editorId);html=tinyMCE.replaceVar(html,"default_document",tinyMCE.baseURL+"/blank.htm");this.settings['default_document']=tinyMCE.baseURL+"/blank.htm";this.settings['old_width']=this.settings['width'];this.settings['old_height']=this.settings['height'];if(this.settings['width']==-1)this.settings['width']=replace_element.offsetWidth;if(this.settings['height']==-1)this.settings['height']=replace_element.offsetHeight;if(this.settings['width']==0)this.settings['width']=replace_element.style.width;if(this.settings['height']==0)this.settings['height']=replace_element.style.height;if(this.settings['width']==0)this.settings['width']=320;if(this.settings['height']==0)this.settings['height']=240;this.settings['area_width']=parseInt(this.settings['width']);this.settings['area_height']=parseInt(this.settings['height']);this.settings['area_width']+=deltaWidth;this.settings['area_height']+=deltaHeight;if((""+this.settings['width']).indexOf('%')!=-1)this.settings['area_width']="100%";if((""+this.settings['height']).indexOf('%')!=-1)this.settings['area_height']="100%";if((""+replace_element.style.width).indexOf('%')!=-1){this.settings['width']=replace_element.style.width;this.settings['area_width']="100%";}if((""+replace_element.style.height).indexOf('%')!=-1){this.settings['height']=replace_element.style.height;this.settings['area_height']="100%";}html=tinyMCE.applyTemplate(html);this.settings['width']=this.settings['old_width'];this.settings['height']=this.settings['old_height'];this.visualAid=this.settings['visual'];this.formTargetElementId=form_element_name;if(replace_element.nodeName.toLowerCase()=="textarea")this.startContent=replace_element.value;else this.startContent=replace_element.innerHTML;if(replace_element.nodeName.toLowerCase()!="textarea"){this.oldTargetElement=replace_element.cloneNode(true);if(tinyMCE.settings['debug'])html+='';else html+='';html+='';if(!tinyMCE.isMSIE){var rng=replace_element.ownerDocument.createRange();rng.setStartBefore(replace_element);var fragment=rng.createContextualFragment(html);replace_element.parentNode.replaceChild(fragment,replace_element);}else replace_element.outerHTML=html;}else{html+='';this.oldTargetElement=replace_element;if(!tinyMCE.settings['debug'])this.oldTargetElement.style.display="none";if(!tinyMCE.isMSIE){var rng=replace_element.ownerDocument.createRange();rng.setStartBefore(replace_element);var fragment=rng.createContextualFragment(html);replace_element.parentNode.insertBefore(fragment,replace_element);}else replace_element.insertAdjacentHTML("beforeBegin",html);}var dynamicIFrame=false;var tElm=targetDoc.getElementById(this.editorId);if(!tinyMCE.isMSIE){if(tElm&&tElm.nodeName.toLowerCase()=="span"){tElm=tinyMCE._createIFrame(tElm);dynamicIFrame=true;}this.targetElement=tElm;this.iframeElement=tElm;this.contentDocument=tElm.contentDocument;this.contentWindow=tElm.contentWindow;}else{if(tElm&&tElm.nodeName.toLowerCase()=="span")tElm=tinyMCE._createIFrame(tElm);else tElm=targetDoc.frames[this.editorId];this.targetElement=tElm;this.iframeElement=targetDoc.getElementById(this.editorId);this.contentDocument=tElm.window.document;this.contentWindow=tElm.window;this.getDoc().designMode="on";}var doc=this.contentDocument;if(dynamicIFrame){var html=""+''+''+''+''+'blank_page'+''+''+''+''+'';try{this.getDoc().designMode="on";doc.open();doc.write(html);doc.close();}catch(e){this.getDoc().location.href=tinyMCE.baseURL+"/blank.htm";}}if(tinyMCE.isMSIE)window.setTimeout("TinyMCE.prototype.addEventHandlers('"+this.editorId+"');",1);tinyMCE.setupContent(this.editorId,true);return true;};TinyMCEControl.prototype.getFocusElement=function(){if(tinyMCE.isMSIE){var doc=this.getDoc();var rng=doc.selection.createRange();if(rng.collapse)rng.collapse(true);var elm=rng.item?rng.item(0):rng.parentElement();}else{var sel=this.getSel();var elm=(sel&&sel.anchorNode)?sel.anchorNode:null;if(tinyMCE.selectedElement!=null&&tinyMCE.selectedElement.nodeName.toLowerCase()=="img")elm=tinyMCE.selectedElement;}return elm;};var tinyMCE=new TinyMCE();var tinyMCELang=new Array();function debug(){var msg="";var elm=document.getElementById("tinymce_debug");if(!elm){var debugDiv=document.createElement("div");debugDiv.setAttribute("className","debugger");debugDiv.className="debugger";debugDiv.innerHTML='\ - Debug output:\ - ';document.body.appendChild(debugDiv);elm=document.getElementById("tinymce_debug");}var args=this.debug.arguments;for(var i=0;i 0 || window.scrollY > 0) { - window.resizeBy(window.innerWidth * 2, window.innerHeight * 2); - window.sizeToContent(); - window.scrollTo(0, 0); - var x = parseInt(screen.width / 2.0) - (window.outerWidth / 2.0); - var y = parseInt(screen.height / 2.0) - (window.outerHeight / 2.0); - window.moveTo(x, y); - } - } -} - -// Add onload trigger -tinyMCE.addEvent(window, "load", TinyMCEPlugin_onLoad); - -// Output Popup CSS class -document.write(''); diff --git a/phpgwapi/js/tinymce/jscripts/tiny_mce/tiny_mce_src.js b/phpgwapi/js/tinymce/jscripts/tiny_mce/tiny_mce_src.js deleted file mode 100644 index 09c67023cc..0000000000 --- a/phpgwapi/js/tinymce/jscripts/tiny_mce/tiny_mce_src.js +++ /dev/null @@ -1,4739 +0,0 @@ -/** - * $RCSfile$ - * $Revision$ - * $Date$ - * - * @author Moxiecode - * @copyright Copyright � 2004, Moxiecode Systems AB, All rights reserved. - */ - -function TinyMCE() { - this.instances = new Array(); - this.stickyClassesLookup = new Array(); - this.windowArgs = new Array(); - this.loadedFiles = new Array(); - this.configs = new Array(); - this.currentConfig = 0; - this.eventHandlers = new Array(); - - // Browser check - this.isMSIE = (navigator.appName == "Microsoft Internet Explorer"); - this.isMSIE5 = this.isMSIE && (navigator.userAgent.indexOf('MSIE 5') != -1); - this.isMSIE5_0 = this.isMSIE && (navigator.userAgent.indexOf('MSIE 5.0') != -1); - this.isGecko = navigator.userAgent.indexOf('Gecko') != -1; - this.isSafari = navigator.userAgent.indexOf('Safari') != -1; - - if (this.isSafari) - alert("Safari support is very limited and should be considered experimental.\nSo there is no need to even submit bugreports on this early version."); - - // TinyMCE editor id instance counter - this.idCounter = 0; -}; - -TinyMCE.prototype.defParam = function(key, def_val) { - this.settings[key] = tinyMCE.getParam(key, def_val); -}; - -TinyMCE.prototype.init = function(settings) { - var theme; - - this.settings = settings; - - // Check if valid browser has execcommand support - if (typeof(document.execCommand) == 'undefined') - return; - - // Get script base path - if (!tinyMCE.baseURL) { - var elements = document.getElementsByTagName('script'); - - for (var i=0; i'); - - this.loadedFiles[this.loadedFiles.length] = url; -}; - -TinyMCE.prototype.loadCSS = function(url) { - for (var i=0; i'); - - this.loadedFiles[this.loadedFiles.length] = url; -}; - -TinyMCE.prototype.importCSS = function(doc, css_file) { - if (tinyMCE.isMSIE) - var styleSheet = doc.createStyleSheet(css_file); - else { - var elm = doc.createElement("link"); - - elm.rel = "stylesheet"; - elm.href = css_file; - - if (headArr = doc.getElementsByTagName("head")) - headArr[0].appendChild(elm); - } -}; - -TinyMCE.prototype.confirmAdd = function(e, settings) { - var elm = tinyMCE.isMSIE ? event.srcElement : e.target; - var elementId = elm.name ? elm.name : elm.id; - - tinyMCE.settings = settings; - - if (!elm.getAttribute('mce_noask') && confirm(tinyMCELang['lang_edit_confirm'])) - tinyMCE.addMCEControl(elm, elementId); - - elm.setAttribute('mce_noask', 'true'); -}; - -TinyMCE.prototype.queryInstanceCommandValue = function(editor_id, command) { - var inst = tinyMCE.getInstanceById(editor_id); - if (inst) - return inst.getDoc().queryCommandValue(command); - - return null; -}; - -TinyMCE.prototype.queryInstanceCommandState = function(editor_id, command) { - var inst = tinyMCE.getInstanceById(editor_id); - if (inst) - return inst.getDoc().queryCommandState(command); - - return null; -}; - -TinyMCE.prototype.updateContent = function(form_element_name) { - // Find MCE instance linked to given form element and copy it's value - var formElement = document.getElementById(form_element_name); - for (var n in tinyMCE.instances) { - var inst = tinyMCE.instances[n]; - - inst.switchSettings(); - - if (inst.formElement == formElement) { - var doc = inst.getDoc(); - - tinyMCE._setHTML(doc, inst.formElement.value); - - if (!tinyMCE.isMSIE) - doc.body.innerHTML = tinyMCE._cleanupHTML(doc, this.settings, doc.body, inst.visualAid); - } - } -}; - -TinyMCE.prototype.addMCEControl = function(replace_element, form_element_name, target_document) { - var id = "mce_editor_" + tinyMCE.idCounter++; - var inst = new TinyMCEControl(tinyMCE.settings); - - inst.editorId = id; - this.instances[id] = inst; - - inst.onAdd(replace_element, form_element_name, target_document); -}; - -TinyMCE.prototype.triggerSave = function(skip_cleanup, skip_callback) { - // Cleanup and set all form fields - for (var n in tinyMCE.instances) { - var inst = tinyMCE.instances[n]; - - inst.switchSettings(); - - tinyMCE.settings['preformatted'] = false; - - // Default to false - if (typeof(skip_cleanup) == "undefined") - skip_cleanup = false; - - // Default to false - if (typeof(skip_callback) == "undefined") - skip_callback = false; - - tinyMCE._setHTML(inst.getDoc(), inst.getBody().innerHTML); - - var htm = skip_cleanup ? inst.getBody().innerHTML : tinyMCE._cleanupHTML(inst.getDoc(), this.settings, inst.getBody(), this.visualAid, true); - - //var htm = tinyMCE._cleanupHTML(inst.getDoc(), tinyMCE.settings, inst.getBody(), false, true); - - if (tinyMCE.settings["encoding"] == "xml" || tinyMCE.settings["encoding"] == "html") - htm = tinyMCE.convertStringToXML(htm); - - if (!skip_callback && tinyMCE.settings['save_callback'] != "") - var content = eval(tinyMCE.settings['save_callback'] + "(inst.formTargetElementId,htm,inst.getBody());"); - - // Use callback content if available - if ((typeof(content) != "undefined") && content != null) - htm = content; - - // Replace some weird entities (Bug: #1056343) - htm = tinyMCE.regexpReplace(htm, "(", "(", "gi"); - htm = tinyMCE.regexpReplace(htm, ")", ")", "gi"); - htm = tinyMCE.regexpReplace(htm, ";", ";", "gi"); - htm = tinyMCE.regexpReplace(htm, """, """, "gi"); - htm = tinyMCE.regexpReplace(htm, "^", "^", "gi"); - - if (inst.formElement) - inst.formElement.value = htm; - } -}; - -TinyMCE.prototype._convertOnClick = function(node) { - // Skip on MSIE < 6+ - if (tinyMCE.isMSIE5) - return; - - // Convert all onclick to mce_onclick - var elms = node.getElementsByTagName("a"); - for (var i=0; i", "gi"); - content = tinyMCE.regexpReplace(content, "\r", "
", "gi"); - content = tinyMCE.regexpReplace(content, "\n", "
", "gi"); - } - - // Call custom cleanup code - content = tinyMCE._customCleanup("insert_to_editor", content); - - if (tinyMCE.isMSIE) { - // Ugly!!! - window.setInterval('try{tinyMCE.getCSSClasses(document.frames["' + editor_id + '"].document, "' + editor_id + '");}catch(e){}', 500); - - if (tinyMCE.settings["force_br_newlines"]) - document.frames[editor_id].document.styleSheets[0].addRule("p", "margin: 0px;"); - - var body = document.frames[editor_id].document.body; - - tinyMCE.addEvent(body, "beforepaste", TinyMCE.prototype.eventPatch); - tinyMCE.addEvent(body, "beforecut", TinyMCE.prototype.eventPatch); - tinyMCE.addEvent(body, "paste", TinyMCE.prototype.eventPatch); - - body.editorId = editor_id; - } - - // Fix for bug #958637 - if (!tinyMCE.isMSIE) { - var contentElement = inst.getDoc().createElement("body"); - var doc = inst.getDoc(); - - contentElement.innerHTML = content; - - // Remove weridness! - if (tinyMCE.settings['force_p_newlines']) - content = content.replace(new RegExp('<>', 'g'), ""); - - if (tinyMCE.settings['cleanup_on_startup']) - inst.getBody().innerHTML = tinyMCE._cleanupHTML(doc, this.settings, contentElement); - else { - // Convert all strong/em to b/i - content = tinyMCE.regexpReplace(content, "", "", "gi"); - content = tinyMCE.regexpReplace(content, "", "", "gi"); - inst.getBody().innerHTML = content; - } - - inst.convertAllRelativeURLs(); - } else { - if (tinyMCE.settings['cleanup_on_startup']) { - tinyMCE._setHTML(inst.getDoc(), content); - // Produces permission denied error in MSIE 5.5 - eval('try {inst.getBody().innerHTML = tinyMCE._cleanupHTML(inst.contentDocument, this.settings, inst.getBody());} catch(e) {}'); - } else - inst.getBody().innerHTML = content; - } - - tinyMCE._convertOnClick(inst.getBody()); - - // Fix for bug #957681 - //inst.getDoc().designMode = inst.getDoc().designMode; - - // Setup element references - var parentElm = document.getElementById(inst.editorId + '_parent'); - if (parentElm.lastChild.nodeName.toLowerCase() == "input") - inst.formElement = parentElm.lastChild; - else - inst.formElement = parentElm.nextSibling; - - tinyMCE.handleVisualAid(inst.getBody(), true, tinyMCE.settings['visual']); - tinyMCE.executeCallback('setupcontent_callback', '_setupContent', 0, editor_id, inst.getBody(), inst.getDoc()); - - // Re-add design mode on mozilla - if (!tinyMCE.isMSIE) - TinyMCE.prototype.addEventHandlers(editor_id); - - inst.startContent = inst.getBody().innerHTML; - - // Trigger node change, this call locks buttons for tables and so forth - tinyMCE.selectedInstance = inst; - tinyMCE.selectedElement = inst.contentWindow.document.body; - tinyMCE.triggerNodeChange(false, true); - - // Call custom DOM cleanup - tinyMCE._customCleanup("insert_to_editor_dom", inst.contentWindow.document.body); -}; - -TinyMCE.prototype.cancelEvent = function(e) { - if (tinyMCE.isMSIE) { - e.returnValue = false; - e.cancelBubble = true; - } else - e.preventDefault(); -}; - -TinyMCE.prototype.removeTinyMCEFormElements = function(form_obj) { - // Disable all UI form elements that TinyMCE created - for (var i=0; i"); - rng.collapse(false); - rng.select(); - - tinyMCE.triggerNodeChange(false); - return false; - } - } - - // Backspace or delete - if (e.keyCode == 8 || e.keyCode == 46) { - tinyMCE.selectedElement = e.target; - tinyMCE.linkElement = tinyMCE.getParentElement(e.target, "a"); - tinyMCE.imgElement = tinyMCE.getParentElement(e.target, "img"); - tinyMCE.triggerNodeChange(false); - } - - return false; - break; - - case "keyup": - case "keydown": - if (e.target.editorId) - tinyMCE.selectedInstance = tinyMCE.instances[e.target.editorId]; - else - return; - - if (tinyMCE.selectedInstance) - tinyMCE.selectedInstance.switchSettings(); - - // Handle backspace - if (tinyMCE.isGecko && tinyMCE.settings['force_p_newlines'] && (e.keyCode == 8 || e.keyCode == 46) && !e.shiftKey) { - // Insert P element instead of BR - if (tinyMCE.selectedInstance._handleBackSpace(e.type)) { - // Cancel event - e.preventDefault(); - return false; - } - } - - tinyMCE.selectedElement = null; - tinyMCE.selectedNode = null; - var elm = tinyMCE.selectedInstance.getFocusElement(); - tinyMCE.linkElement = tinyMCE.getParentElement(elm, "a"); - tinyMCE.imgElement = tinyMCE.getParentElement(elm, "img"); - tinyMCE.selectedElement = elm; - - // Update visualaids on tabs - if (tinyMCE.isGecko && e.type == "keyup" && e.keyCode == 9) - tinyMCE.handleVisualAid(tinyMCE.selectedInstance.getBody(), true, tinyMCE.settings['visual']); - - // Run image/link fix on Gecko if diffrent document base on paste - if (tinyMCE.isGecko && tinyMCE.settings['document_base_url'] != "" + document.location.href && e.type == "keyup" && e.ctrlKey && e.keyCode == 86) - tinyMCE.selectedInstance.fixBrokenURLs(); - - // Insert space instead of   -/* if (e.type == "keydown" && e.keyCode == 32) { - if (tinyMCE.selectedInstance._insertSpace()) { - // Cancel event - e.returnValue = false; - e.cancelBubble = true; - return false; - } - }*/ - - // MSIE custom key handling - if (tinyMCE.isMSIE && tinyMCE.settings['custom_undo_redo']) { - // Check if it's a position key press - var keys = new Array(13,45,36,35,33,34,37,38,39,40); - var posKey = false; - for (var i=0; i 18 && e.keyCode != 255)) { - tinyMCE.selectedInstance.execCommand("mceAddUndoLevel"); - tinyMCE.selectedInstance.typing = true; - tinyMCE.triggerNodeChange(false); - } - - if (posKey && e.type == "keyup") - tinyMCE.triggerNodeChange(false); - - var keys = new Array(8,46); // Backspace,Delete - for (var i=0; i 0) { - for (var i=0; i" + this.convertStringToXML(String.fromCharCode(160)) + ""; - - // Is MSIE script element - if (tinyMCE.isMSIE && elementName == "script") - return "<" + elementName + elementAttribs + ">" + node.text + ""; - - // Clean up children - if (node.hasChildNodes()) { - // Force BR - if (elementName == "p" && tinyMCE.cleanup_force_br_newlines) - output += ""; - else - output += "<" + elementName + elementAttribs + ">"; - - for (var i=0; i"; - } else { - // Allways leave anchor elements open - if (openTag) - output += "<" + elementName + elementAttribs + ">"; - else { - // No children - output += "<" + elementName + elementAttribs + " />"; - } - } - - return output; - - case 3: // Text - // Do not convert script elements - if (node.parentNode.nodeName.toLowerCase() == "script") - return node.nodeValue; - - return this.convertStringToXML(node.nodeValue); - - case 8: // Comment - return ""; - - default: // Unknown - return "[UNKNOWN NODETYPE " + node.nodeType + "]"; - } -}; - -TinyMCE.prototype.convertStringToXML = function(html_data) { - var output = ""; - - for (var i=0; i 127) - output += '&#' + chr + ";"; - else - output += String.fromCharCode(chr); - - continue; - } - - // Raw entities - if (tinyMCE.settings['entity_encoding'] == "raw") { - output += String.fromCharCode(chr); - continue; - } - - // Named entities - if (typeof(tinyMCE.cleanup_entities["c" + chr]) != 'undefined' && tinyMCE.cleanup_entities["c" + chr] != '') - output += '&' + tinyMCE.cleanup_entities["c" + chr] + ';'; - else - output += '' + String.fromCharCode(chr); - } - - return output; -}; - -TinyMCE.prototype._getCleanupElementName = function(chunk) { - var pos; - - if (chunk.charAt(0) == '+') - chunk = chunk.substring(1); - - if ((pos = chunk.indexOf('/')) != -1) - chunk = chunk.substring(0, pos); - - if ((pos = chunk.indexOf('[')) != -1) - chunk = chunk.substring(0, pos); - - return chunk; -}; - -TinyMCE.prototype._initCleanup = function() { - // Parse valid elements and attributes - var validElements = tinyMCE.settings["valid_elements"]; - validElements = validElements.split(','); - - // Handle extended valid elements - var extendedValidElements = tinyMCE.settings["extended_valid_elements"]; - extendedValidElements = extendedValidElements.split(','); - for (var i=0; i[ \n\r]*
[ \n\r]*

', '
', 'gi'); - element.innerHTML = tinyMCE.regexpReplace(element.innerHTML, '', '', 'gi'); - } - - var html = this.cleanupNode(element); - - if (tinyMCE.settings['debug']) - alert("Cleanup process executed in: " + (new Date().getTime()-startTime) + " ms."); - - // Remove pesky HR paragraphs - html = tinyMCE.regexpReplace(html, '


', '
'); - html = tinyMCE.regexpReplace(html, '

 


 

', '
'); - - // Remove some mozilla crap - if (!tinyMCE.isMSIE) - html = html.replace(new RegExp('', 'g'), ""); - - if (tinyMCE.settings['apply_source_formatting']) { - html = html.replace(new RegExp('<(p|div)([^>]*)>', 'g'), "\n<$1$2>\n"); - html = html.replace(new RegExp('<\/(p|div)([^>]*)>', 'g'), "\n\n"); - html = html.replace(new RegExp('
', 'g'), "
\n"); - } - - if (tinyMCE.settings['force_br_newlines']) { - var re = new RegExp('

 

', 'g'); - html = html.replace(re, "
"); - } - - if (tinyMCE.settings['force_p_newlines']) { - // Remove weridness! - var re = new RegExp('<>', 'g'); - html = html.replace(re, ""); - } - - if (tinyMCE.settings['remove_linebreaks']) - html = html.replace(new RegExp('\r|\n', 'g'), ' '); - - // Call custom cleanup code - html = tinyMCE._customCleanup(on_save ? "get_from_editor" : "insert_to_editor", html); - - // Emtpy node, return empty - var chk = tinyMCE.regexpReplace(html, "[ \t\r\n]", ""); - if (chk == "
" || chk == "
" || chk == "

 

" || chk == "

 

" || chk == "

") - html = ""; - - if (tinyMCE.settings["preformatted"]) - return "
" + html + "
"; - - return html; -}; - -TinyMCE.prototype.setAttrib = function(element, name, value, no_fix_value) { - if (!no_fix_value && value != null) { - var re = new RegExp('[^0-9%]', 'g'); - value = value.replace(re, ''); - } - - if (value != null && value != "") - element.setAttribute(name, value); - else - element.removeAttribute(name); - - if (value != null && value != "") - element.setAttribute(name, value); - else - element.removeAttribute(name); -}; - -TinyMCE.prototype.insertLink = function(href, target, title, onclick) { - this.execCommand("mceAddUndoLevel"); - - if (this.selectedInstance && this.selectedElement && this.selectedElement.nodeName.toLowerCase() == "img") { - var doc = this.selectedInstance.getDoc(); - var linkElement = tinyMCE.getParentElement(this.selectedElement, "a"); - var newLink = false; - - if (!linkElement) { - linkElement = doc.createElement("a"); - newLink = true; - } - - href = eval(tinyMCE.settings['urlconverter_callback'] + "(href, linkElement);"); - tinyMCE.setAttrib(linkElement, 'href', href); - tinyMCE.setAttrib(linkElement, 'target', target); - tinyMCE.setAttrib(linkElement, 'title', title); - tinyMCE.setAttrib(linkElement, 'mce_onclick', onclick); - - if (newLink) { - linkElement.appendChild(this.selectedElement.cloneNode(true)); - this.selectedElement.parentNode.replaceChild(linkElement, this.selectedElement); - } - - return; - } - - if (!this.linkElement && this.selectedInstance) { - this.selectedInstance.contentDocument.execCommand("createlink", false, "#mce_temp_url#"); - tinyMCE.linkElement = this.getElementByAttributeValue(this.selectedInstance.contentDocument.body, "a", "href", "#mce_temp_url#"); - - var elementArray = this.getElementsByAttributeValue(this.selectedInstance.contentDocument.body, "a", "href", "#mce_temp_url#"); - - for (var i=0; i= strTok2.length) { - for (var i=0; i= strTok2.length || strTok1[i] != strTok2[i]) { - breakPoint = i + 1; - break; - } - } - } - - if (strTok1.length < strTok2.length) { - for (var i=0; i= strTok1.length || strTok1[i] != strTok2[i]) { - breakPoint = i + 1; - break; - } - } - } - - if (breakPoint == 1) - return url_to_relative; - - for (var i=0; i<(strTok1.length-(breakPoint-1)); i++) - outputString += "../"; - - for (var i=breakPoint-1; i=0; i--) { - if (baseURLParts[i].length == 0) - continue; - - newBaseURLParts[newBaseURLParts.length] = baseURLParts[i]; - } - baseURLParts = newBaseURLParts.reverse(); - - // Merge relURLParts chunks - var newRelURLParts = new Array(); - var numBack = 0; - for (var i=relURLParts.length-1; i>=0; i--) { - if (relURLParts[i].length == 0 || relURLParts[i] == ".") - continue; - - if (relURLParts[i] == '..') { - numBack++; - continue; - } - - if (numBack > 0) { - numBack--; - continue; - } - - newRelURLParts[newRelURLParts.length] = relURLParts[i]; - } - - relURLParts = newRelURLParts.reverse(); - - // Remove end from absolute path - var len = baseURLParts.length-numBack; - var absPath = (len <= 0 ? "" : "/") + baseURLParts.slice(0, len).join('/') + "/" + relURLParts.join('/'); - var start = "", end = ""; - - // Build start part - if (baseURL['protocol']) - start += baseURL['protocol'] + "://"; - - if (baseURL['host']) - start += baseURL['host']; - - if (baseURL['port']) - start += ":" + baseURL['port']; - - // Build end part - if (relURL['query']) - end += "?" + relURL['query']; - - if (relURL['anchor']) - end += "#" + relURL['anchor']; - - // Re-add trailing slash if it's removed - if (relative_url.charAt(relative_url.length-1) == "/") - end += "/"; - - return start + absPath + end; -}; - -TinyMCE.prototype.getParam = function(name, default_value, strip_whitespace, split_chr) { - var value = (typeof(this.settings[name]) == "undefined") ? default_value : this.settings[name]; - - // Fix bool values - if (value == "true" || value == "false") - return (value == "true"); - - if (strip_whitespace) - value = tinyMCE.regexpReplace(value, "[ \t\r\n]", ""); - - if (typeof(split_chr) != "undefined" && split_chr != null) { - value = value.split(split_chr); - var outArray = new Array(); - - for (var i=0; i 0); - - if (tinyMCE.settings['custom_undo_redo']) { - undoIndex = inst.undoIndex; - undoLevels = inst.undoLevels.length; - } - - tinyMCE.executeCallback('handleNodeChangeCallback', '_handleNodeChange', 0, editorId, elm, undoIndex, undoLevels, inst.visualAid, anySelection); - } - } - - if (this.selectedInstance && (typeof(focus) == "undefined" || focus)) - this.selectedInstance.contentWindow.focus(); -}; - -TinyMCE.prototype._customCleanup = function(type, content) { - // Call custom cleanup - var customCleanup = tinyMCE.settings['cleanup_callback']; - if (customCleanup != "" && eval("typeof(" + customCleanup + ")") != "undefined") - content = eval(customCleanup + "(type, content);"); - - // Trigger plugin cleanups - var plugins = tinyMCE.getParam('plugins', '', true, ','); - for (var i=0; i 0) - className += " "; - - className += classNames[i]; - } - - return className; -}; - -TinyMCE.prototype.handleVisualAid = function(element, deep, state) { - if (!element) - return; - - var tableElement = null; - - switch (element.nodeName.toLowerCase()) { - case "table": - var oldW = element.style.width; - var oldH = element.style.height; - - element.className = tinyMCE.getVisualAidClass(element.className, state && element.getAttribute("border") == 0); - - element.style.width = oldW; - element.style.height = oldH; - - for (var y=0; y'; - return; - } - - break;*/ - } - - if (deep && element.hasChildNodes()) { - for (var i=0; i

breaks runtime? - if (tinyMCE.isMSIE) { - var re = new RegExp('


', 'g'); - html_content = html_content.replace(re, "
"); - } - - doc.body.innerHTML = html_content; - - // Content duplication bug fix - if (tinyMCE.isMSIE && tinyMCE.settings['fix_content_duplication']) { - // Remove P elements in P elements - var paras = doc.getElementsByTagName("P"); - for (var i=0; i<\/o:p>", "
"); - html = tinyMCE.regexpReplace(html, " <\/o:p>", ""); - html = tinyMCE.regexpReplace(html, "", ""); - html = tinyMCE.regexpReplace(html, "

<\/p>", ""); - html = tinyMCE.regexpReplace(html, "

<\/p>\r\n

<\/p>", ""); - html = tinyMCE.regexpReplace(html, "

 <\/p>", "
"); - html = tinyMCE.regexpReplace(html, "

\s*(

\s*)?", "

"); - html = tinyMCE.regexpReplace(html, "<\/p>\s*(<\/p>\s*)?", "

"); - } - - // Always set the htmlText output - doc.body.innerHTML = html; - } -}; - -TinyMCE.prototype.getImageSrc = function(str) { - var pos = -1; - - if (!str) - return ""; - - if ((pos = str.indexOf('this.src=')) != -1) { - var src = str.substring(pos + 10); - - src = src.substring(0, src.indexOf('\'')); - - return src; - } - - return ""; -}; - -TinyMCE.prototype._getElementById = function(element_id) { - var elm = document.getElementById(element_id); - if (!elm) { - // Check for element in forms - for (var j=0; j 0) { - var csses = null; - - // Just ignore any errors - eval("try {var csses = tinyMCE.isMSIE ? doc.styleSheets(0).rules : doc.styleSheets[0].cssRules;} catch(e) {}"); - if (!csses) - return new Array(); - - for (var i=0; i 0) - tinyMCE.cssClasses = output; - - return output; -}; - -TinyMCE.prototype.regexpReplace = function(in_str, reg_exp, replace_str, opts) { - if (typeof(opts) == "undefined") - opts = 'g'; - - var re = new RegExp(reg_exp, opts); - return in_str.replace(re, replace_str); -}; - -TinyMCE.prototype.cleanupEventStr = function(str) { - str = "" + str; - str = str.replace('function anonymous()\n{\n', ''); - str = str.replace('\n}', ''); - - return str; -}; - -TinyMCE.prototype.getAbsPosition = function(node) { - var pos = new Object(); - - pos.absLeft = pos.absTop = 0; - - var parentNode = node; - while (parentNode) { - pos.absLeft += parentNode.offsetLeft; - pos.absTop += parentNode.offsetTop; - - parentNode = parentNode.offsetParent; - } - - return pos; -}; - -TinyMCE.prototype.openFileBrowser = function(field_name, url, type, win) { - var cb = tinyMCE.getParam("file_browser_callback"); - - this.setWindowArg("window", win); - - // Call to external callback - if(eval('typeof('+cb+')') == "undefined") - alert("Callback function: " + cb + " could not be found."); - else - eval(cb + "(field_name, url, type, win);"); -}; - -TinyMCE.prototype.getControlHTML = function(control_name) { - var themePlugins = tinyMCE.getParam('plugins', '', true, ','); - var templateFunction; - - // Is it defined in any plugins - for (var i=themePlugins.length; i>=0; i--) { - templateFunction = 'TinyMCE_' + themePlugins[i] + "_getControlHTML"; - if (eval("typeof(" + templateFunction + ")") != 'undefined') { - var html = eval(templateFunction + "('" + control_name + "');"); - if (html != "") - return tinyMCE.replaceVar(html, "pluginurl", tinyMCE.baseURL + "/plugins/" + themePlugins[i]); - } - } - - return eval('TinyMCE_' + tinyMCE.settings['theme'] + "_getControlHTML" + "('" + control_name + "');"); -}; - -TinyMCE.prototype._themeExecCommand = function(editor_id, element, command, user_interface, value) { - var themePlugins = tinyMCE.getParam('plugins', '', true, ','); - var templateFunction; - - // Is it defined in any plugins - for (var i=themePlugins.length; i>=0; i--) { - templateFunction = 'TinyMCE_' + themePlugins[i] + "_execCommand"; - if (eval("typeof(" + templateFunction + ")") != 'undefined') { - if (eval(templateFunction + "(editor_id, element, command, user_interface, value);")) - return true; - } - } - - // Theme funtion - templateFunction = 'TinyMCE_' + tinyMCE.settings['theme'] + "_execCommand"; - if (eval("typeof(" + templateFunction + ")") != 'undefined') - return eval(templateFunction + "(editor_id, element, command, user_interface, value);"); - - // Pass to normal - return false; -}; - -TinyMCE.prototype._getThemeFunction = function(suffix, skip_plugins) { - if (skip_plugins) - return 'TinyMCE_' + tinyMCE.settings['theme'] + suffix; - - var themePlugins = tinyMCE.getParam('plugins', '', true, ','); - var templateFunction; - - // Is it defined in any plugins - for (var i=themePlugins.length; i>=0; i--) { - templateFunction = 'TinyMCE_' + themePlugins[i] + suffix; - if (eval("typeof(" + templateFunction + ")") != 'undefined') - return templateFunction; - } - - return 'TinyMCE_' + tinyMCE.settings['theme'] + suffix; -}; - - -TinyMCE.prototype.isFunc = function(func_name) { - if (func_name == null || func_name == "") - return false; - - return eval("typeof(" + func_name + ")") != "undefined"; -}; - -TinyMCE.prototype.exec = function(func_name, args) { - var str = func_name + '('; - - // Add all arguments - for (var i=3; i 1 && tinyMCE.currentConfig != this.settings['index']) { - tinyMCE.settings = this.settings; - tinyMCE.currentConfig = this.settings['index']; - } -}; - -TinyMCEControl.prototype.fixBrokenURLs = function() { - var body = this.getBody(); - - var elms = body.getElementsByTagName("img"); - for (var i=0; i 0) - rng.selectNodeContents(nodes[0]); - else - rng.selectNodeContents(node); - } else - rng.selectNode(node); - - if (collapse) { - // Special treatment of textnode collapse - if (!to_start && node.nodeType == 3) { - rng.setStart(node, node.nodeValue.length); - rng.setEnd(node, node.nodeValue.length); - } else - rng.collapse(to_start); - } - - sel.removeAllRanges(); - sel.addRange(rng); - } - - this.scrollToNode(node); - - // Set selected element - tinyMCE.selectedElement = null; - if (node.nodeType == 1) - tinyMCE.selectedElement = node; -}; - -TinyMCEControl.prototype.scrollToNode = function(node) { - // Scroll to node position - var pos = tinyMCE.getAbsPosition(node); - var doc = this.getDoc(); - var scrollX = doc.body.scrollLeft + doc.documentElement.scrollLeft; - var scrollY = doc.body.scrollTop + doc.documentElement.scrollTop; - var height = tinyMCE.isMSIE ? document.getElementById(this.editorId).style.pixelHeight : this.targetElement.clientHeight; - - // Only scroll if out of visible area - if (!tinyMCE.settings['auto_resize'] && !(node.absTop > scrollY && node.absTop < (scrollY - 25 + height))) - this.contentWindow.scrollTo(pos.absLeft, pos.absTop - height + 25); -}; - -TinyMCEControl.prototype.getBody = function() { - return this.getDoc().body; -}; - -TinyMCEControl.prototype.getDoc = function() { - return this.contentWindow.document; -}; - -TinyMCEControl.prototype.getWin = function() { - return this.contentWindow; -}; - -TinyMCEControl.prototype.getSel = function() { - if (tinyMCE.isMSIE) - return this.getDoc().selection; - - var sel = this.contentWindow.getSelection(); - - // Fake getRangeAt - if (tinyMCE.isSafari && !sel.getRangeAt) { - var newSel = new Object(); - var doc = this.getDoc(); - - function getRangeAt(idx) { - var rng = new Object(); - - rng.startContainer = this.focusNode; - rng.endContainer = this.anchorNode; - rng.commonAncestorContainer = this.focusNode; - rng.createContextualFragment = function (html) { - // Seems to be a tag - if (html.charAt(0) == '<') { - var elm = doc.createElement("div"); - - elm.innerHTML = html; - - return elm.firstChild; - } - - return doc.createTextNode("UNSUPPORTED, DUE TO LIMITATIONS IN SAFARI!"); - }; - - rng.deleteContents = function () { - doc.execCommand("Delete", false, ""); - }; - - return rng; - } - - // Patch selection - - newSel.focusNode = sel.baseNode; - newSel.focusOffset = sel.baseOffset; - newSel.anchorNode = sel.extentNode; - newSel.anchorOffset = sel.extentOffset; - newSel.getRangeAt = getRangeAt; - newSel.text = "" + sel; - newSel.realSelection = sel; - - newSel.toString = function () {return this.text;}; - - return newSel; - } - - return sel; -}; - -TinyMCEControl.prototype.getRng = function() { - var sel = this.getSel(); - if (sel == null) - return null; - - if (tinyMCE.isMSIE) - return sel.createRange(); - - return this.getSel().getRangeAt(0); -}; - -TinyMCEControl.prototype._insertPara = function(e) { - function isEmpty(para) { - function isEmptyHTML(html) { - return html.replace(new RegExp('[ \t\r\n]+', 'g'), '').toLowerCase() == ""; - } - - // Check for images - if (para.getElementsByTagName("img").length > 0) - return false; - - // Check for tables - if (para.getElementsByTagName("table").length > 0) - return false; - - // Check for HRs - if (para.getElementsByTagName("hr").length > 0) - return false; - - // Check all textnodes - var nodes = tinyMCE.getNodeTree(para, new Array(), 3); - for (var i=0; i <" + blockName + "> "; - paraAfter = body.childNodes[1]; - } - - this.selectNode(paraAfter, true, true); - - return true; - } - - // Place first part within new paragraph - if (startChop.nodeName == blockName) - rngBefore.setStart(startChop, 0); - else - rngBefore.setStartBefore(startChop); - rngBefore.setEnd(startNode, startOffset); - paraBefore.appendChild(rngBefore.cloneContents()); - - // Place secound part within new paragraph - rngAfter.setEndAfter(endChop); - rngAfter.setStart(endNode, endOffset); - var contents = rngAfter.cloneContents(); - if (contents.firstChild && contents.firstChild.nodeName == blockName) { - var nodes = contents.firstChild.childNodes; - for (var i=0; i 0) - rng.pasteHTML('
' + rng.htmlText + "
"); - - tinyMCE.triggerNodeChange(); - return; - } - } - } - - switch (command) { - case "mceSelectNode": - this.selectNode(value); - tinyMCE.triggerNodeChange(); - tinyMCE.selectedNode = value; - break; - - case "mceSelectNodeDepth": - var parentNode = this.getFocusElement(); - for (var i=0; parentNode; i++) { - if (parentNode.nodeName.toLowerCase() == "body") - break; - - if (parentNode.nodeName.toLowerCase() == "#text") { - i--; - parentNode = parentNode.parentNode; - continue; - } - - if (i == value) { - this.selectNode(parentNode, false); - tinyMCE.triggerNodeChange(); - tinyMCE.selectedNode = parentNode; - return; - } - - parentNode = parentNode.parentNode; - } - - break; - - case "HiliteColor": - if (tinyMCE.isGecko) { - this.getDoc().execCommand("useCSS", false, false); - this.getDoc().execCommand('hilitecolor', false, value); - this.getDoc().execCommand("useCSS", false, true); - } else - this.getDoc().execCommand('BackColor', false, value); - - break; - - case "Cut": - case "Copy": - case "Paste": - var cmdFailed = false; - - // Try executing command - eval('try {this.getDoc().execCommand(command, user_interface, value);} catch (e) {cmdFailed = true;}'); - - // Alert error in gecko if command failed - if (tinyMCE.isGecko && cmdFailed) { - // Confirm more info - if (confirm(tinyMCE.getLang('lang_clipboard_msg'))) - window.open('http://www.mozilla.org/editor/midasdemo/securityprefs.html', 'mceExternal'); - - return; - } else - tinyMCE.triggerNodeChange(); - break; - - case "mceSetContent": - if (!value) - value = ""; - - // Call custom cleanup code - html_content = tinyMCE._customCleanup("insert_to_editor", value); - tinyMCE._setHTML(doc, value); - doc.body.innerHTML = tinyMCE._cleanupHTML(doc, tinyMCE.settings, doc.body); - tinyMCE.handleVisualAid(doc.body, true, this.visualAid); - return true; - - case "mceLink": - var selectedText = ""; - - if (tinyMCE.isMSIE) { - var rng = doc.selection.createRange(); - selectedText = rng.text; - } else - selectedText = this.getSel().toString(); - - if (!tinyMCE.linkElement) { - if ((tinyMCE.selectedElement.nodeName.toLowerCase() != "img") && (selectedText.length <= 0)) - return; - } - - var href = "", target = "", title = "", onclick = "", action = "insert"; - - if (tinyMCE.selectedElement.nodeName.toLowerCase() == "a") - tinyMCE.linkElement = tinyMCE.selectedElement; - - // Is anchor not a link - if (tinyMCE.linkElement != null && tinyMCE.getAttrib(tinyMCE.linkElement, 'href') == "") - tinyMCE.linkElement = null; - - if (tinyMCE.linkElement) { - href = tinyMCE.getAttrib(tinyMCE.linkElement, 'href'); - target = tinyMCE.getAttrib(tinyMCE.linkElement, 'target'); - title = tinyMCE.getAttrib(tinyMCE.linkElement, 'title'); - onclick = tinyMCE.getAttrib(tinyMCE.linkElement, 'mce_onclick'); - - // Try old onclick to if copy/pasted content - if (onclick == "") - onclick = tinyMCE.getAttrib(tinyMCE.linkElement, 'onclick'); - - onclick = tinyMCE.cleanupEventStr(onclick); - - // Fix for drag-drop/copy paste bug in Mozilla - mceRealHref = tinyMCE.getAttrib(tinyMCE.linkElement, 'mce_real_href'); - if (mceRealHref != "") - href = mceRealHref; - - href = eval(tinyMCE.settings['urlconverter_callback'] + "(href, tinyMCE.linkElement, true);"); - action = "update"; - } - - if (this.settings['insertlink_callback']) { - var returnVal = eval(this.settings['insertlink_callback'] + "(href, target, title, onclick, action);"); - if (returnVal && returnVal['href']) - tinyMCE.insertLink(returnVal['href'], returnVal['target'], returnVal['title'], returnVal['onclick']); - } else { - tinyMCE.openWindow(this.insertLinkTemplate, {href : href, target : target, title : title, onclick : onclick, action : action}); - } - break; - - case "mceImage": - var src = "", alt = "", border = "", hspace = "", vspace = "", width = "", height = "", align = ""; - var title = "", onmouseover = "", onmouseout = "", action = "insert"; - var img = tinyMCE.imgElement; - - if (tinyMCE.selectedElement != null && tinyMCE.selectedElement.nodeName.toLowerCase() == "img") { - img = tinyMCE.selectedElement; - tinyMCE.imgElement = img; - } - - if (img) { - // Is it a internal MCE visual aid image, then skip this one. - if (tinyMCE.getAttrib(img, 'name').indexOf('mce_') == 0) - return; - - src = tinyMCE.getAttrib(img, 'src'); - alt = tinyMCE.getAttrib(img, 'alt'); - - // Try polling out the title - if (alt == "") - alt = tinyMCE.getAttrib(img, 'title'); - - // Fix width/height attributes if the styles is specified - if (tinyMCE.isGecko) { - var w = img.style.width; - if (w != null && w != "") - img.setAttribute("width", w); - - var h = img.style.height; - if (h != null && h != "") - img.setAttribute("height", h); - } - - border = tinyMCE.getAttrib(img, 'border'); - hspace = tinyMCE.getAttrib(img, 'hspace'); - vspace = tinyMCE.getAttrib(img, 'vspace'); - width = tinyMCE.getAttrib(img, 'width'); - height = tinyMCE.getAttrib(img, 'height'); - align = tinyMCE.getAttrib(img, 'align'); - onmouseover = tinyMCE.getAttrib(img, 'onmouseover'); - onmouseout = tinyMCE.getAttrib(img, 'onmouseout'); - title = tinyMCE.getAttrib(img, 'title'); - - // Is realy specified? - if (tinyMCE.isMSIE) { - width = img.attributes['width'].specified ? width : ""; - height = img.attributes['height'].specified ? height : ""; - } - - onmouseover = tinyMCE.getImageSrc(tinyMCE.cleanupEventStr(onmouseover)); - onmouseout = tinyMCE.getImageSrc(tinyMCE.cleanupEventStr(onmouseout)); - - // Fix for drag-drop/copy paste bug in Mozilla - mceRealSrc = tinyMCE.getAttrib(img, 'mce_real_src'); - if (mceRealSrc != "") - src = mceRealSrc; - - src = eval(tinyMCE.settings['urlconverter_callback'] + "(src, img, true);"); - - if (onmouseover != "") - onmouseover = eval(tinyMCE.settings['urlconverter_callback'] + "(onmouseover, img, true);"); - - if (onmouseout != "") - onmouseout = eval(tinyMCE.settings['urlconverter_callback'] + "(onmouseout, img, true);"); - - action = "update"; - } - - if (this.settings['insertimage_callback']) { - var returnVal = eval(this.settings['insertimage_callback'] + "(src, alt, border, hspace, vspace, width, height, align, title, onmouseover, onmouseout, action);"); - if (returnVal && returnVal['src']) - tinyMCE.insertImage(returnVal['src'], returnVal['alt'], returnVal['border'], returnVal['hspace'], returnVal['vspace'], returnVal['width'], returnVal['height'], returnVal['align'], returnVal['title'], returnVal['onmouseover'], returnVal['onmouseout']); - } else - tinyMCE.openWindow(this.insertImageTemplate, {src : src, alt : alt, border : border, hspace : hspace, vspace : vspace, width : width, height : height, align : align, title : title, onmouseover : onmouseover, onmouseout : onmouseout, action : action}); - break; - - case "mceCleanupWord": - if (tinyMCE.isMSIE) { - var html = this.getBody().createTextRange().htmlText; - - if (html.indexOf('="mso') != -1) { - tinyMCE._setHTML(this.contentDocument, this.getBody().innerHTML); - html = tinyMCE._cleanupHTML(this.contentDocument, this.settings, this.getBody(), this.visualAid); - } - - this.getBody().innerHTML = html; - } - break; - - case "mceCleanup": - tinyMCE._setHTML(this.contentDocument, this.getBody().innerHTML); - this.getBody().innerHTML = tinyMCE._cleanupHTML(this.contentDocument, this.settings, this.getBody(), this.visualAid); - tinyMCE.handleVisualAid(this.getBody(), true, this.visualAid); - this.repaint(); - tinyMCE.triggerNodeChange(); - break; - - case "mceAnchor": - if (!user_interface) { - var aElm = tinyMCE.getParentElement(this.getFocusElement(), "a", "name"); - if (aElm) { - if (value == null || value == "") { - if (tinyMCE.isMSIE) { - aElm.outerHTML = aElm.innerHTML; - } else { - var rng = aElm.ownerDocument.createRange(); - rng.setStartBefore(aElm); - rng.setEndAfter(aElm); - rng.deleteContents(); - rng.insertNode(rng.createContextualFragment(aElm.innerHTML)); - } - } else - aElm.setAttribute('name', value); - } else { - this.getDoc().execCommand("fontname", false, "#mce_temp_font#"); - var elementArray = tinyMCE.getElementsByAttributeValue(this.getBody(), "font", "face", "#mce_temp_font#"); - for (var x=0; x 0) { - value = tinyMCE.replaceVar(value, "selection", selectedText); - tinyMCE.execCommand('mceInsertContent',false,value); - } - - tinyMCE.triggerNodeChange(); - break; - - case "mceSetAttribute": - if (typeof(value) == 'object') { - var targetElms = (typeof(value['targets']) == "undefined") ? "p,img,span,div,td,h1,h2,h3,h4,h5,h6,pre,address" : value['targets']; - var targetNode = tinyMCE.getParentElement(this.getFocusElement(), targetElms); - - if (targetNode) { - targetNode.setAttribute(value['name'], value['value']); - tinyMCE.triggerNodeChange(); - } - } - break; - - case "mceSetCSSClass": - var selectedText = false; - - if (tinyMCE.isMSIE) { - var rng = doc.selection.createRange(); - selectedText = (rng.text && rng.text.length > 0); - } else - selectedText = (this.getSel().toString().length > 0); - - // Use selectedNode instead if defined - if (tinyMCE.selectedNode) - tinyMCE.selectedElement = tinyMCE.selectedNode; - - if (selectedText && !tinyMCE.selectedNode) { - this.getDoc().execCommand("RemoveFormat", false, null); - if (value == null) - return this.execCommand("RemoveFormat", false, null); - - this.getDoc().execCommand("fontname", false, "#mce_temp_font#"); - var elementArray = tinyMCE.getElementsByAttributeValue(this.getBody(), "font", "face", "#mce_temp_font#"); - - // Change them all - for (var x=0; x customUndoLevels) { - for (var i=0; i 0) { - this.undoIndex--; - this.getBody().innerHTML = this.undoLevels[this.undoIndex]; - } - - // debug("Undo - undo levels:" + this.undoLevels.length + ", undo index: " + this.undoIndex); - tinyMCE.triggerNodeChange(); - } else - this.getDoc().execCommand(command, user_interface, value); - break; - - case "Redo": - if (tinyMCE.settings['custom_undo_redo']) { - if (this.undoIndex < (this.undoLevels.length-1)) { - this.undoIndex++; - this.getBody().innerHTML = this.undoLevels[this.undoIndex]; - // debug("Redo - undo levels:" + this.undoLevels.length + ", undo index: " + this.undoIndex); - } - - tinyMCE.triggerNodeChange(); - } else - this.getDoc().execCommand(command, user_interface, value); - break; - - case "mceToggleVisualAid": - this.visualAid = !this.visualAid; - tinyMCE.handleVisualAid(this.getBody(), true, this.visualAid); - tinyMCE.triggerNodeChange(); - break; - - case "removeformat": - var text = this.getSelectedText(); - - if (tinyMCE.isMSIE) { - try { - win.focus(); - var rng = doc.selection.createRange(); - rng.execCommand("RemoveFormat", false, null); - rng.pasteHTML(rng.text); - } catch (e) { - // Do nothing - } - } else - this.getDoc().execCommand(command, user_interface, value); - - // Remove class - if (text.length == 0) - this.execCommand("mceSetCSSClass", false, ""); - - tinyMCE.triggerNodeChange(); - break; - - default: - this.getDoc().execCommand(command, user_interface, value); - tinyMCE.triggerNodeChange(); - } -}; - -TinyMCEControl.prototype.queryCommandValue = function(command) { - return this.getDoc().queryCommandValue(command); -}; - -TinyMCEControl.prototype.queryCommandState = function(command) { - return this.getDoc().queryCommandState(command); -}; - -TinyMCEControl.prototype.onAdd = function(replace_element, form_element_name, target_document) { - var targetDoc = target_document ? target_document : document; - - this.targetDoc = targetDoc; - - tinyMCE.themeURL = tinyMCE.baseURL + "/themes/" + this.settings['theme']; - this.settings['themeurl'] = tinyMCE.themeURL; - - if (!replace_element) { - alert("Error: Could not find the target element."); - return false; - } - - var templateFunction = tinyMCE._getThemeFunction('_getInsertLinkTemplate'); - if (eval("typeof(" + templateFunction + ")") != 'undefined') - this.insertLinkTemplate = eval(templateFunction + '(this.settings);'); - - var templateFunction = tinyMCE._getThemeFunction('_getInsertImageTemplate'); - if (eval("typeof(" + templateFunction + ")") != 'undefined') - this.insertImageTemplate = eval(templateFunction + '(this.settings);'); - - var templateFunction = tinyMCE._getThemeFunction('_getEditorTemplate'); - if (eval("typeof(" + templateFunction + ")") == 'undefined') { - alert("Error: Could not find the template function: " + templateFunction); - return false; - } - - var editorTemplate = eval(templateFunction + '(this.settings, this.editorId);'); - - var deltaWidth = editorTemplate['delta_width'] ? editorTemplate['delta_width'] : 0; - var deltaHeight = editorTemplate['delta_height'] ? editorTemplate['delta_height'] : 0; - var html = '' + editorTemplate['html']; - - var templateFunction = tinyMCE._getThemeFunction('_handleNodeChange', true); - if (eval("typeof(" + templateFunction + ")") != 'undefined') - this.settings['handleNodeChangeCallback'] = templateFunction; - - html = tinyMCE.replaceVar(html, "editor_id", this.editorId); - html = tinyMCE.replaceVar(html, "default_document", tinyMCE.baseURL + "/blank.htm"); - this.settings['default_document'] = tinyMCE.baseURL + "/blank.htm"; - - this.settings['old_width'] = this.settings['width']; - this.settings['old_height'] = this.settings['height']; - - // Set default width, height - if (this.settings['width'] == -1) - this.settings['width'] = replace_element.offsetWidth; - - if (this.settings['height'] == -1) - this.settings['height'] = replace_element.offsetHeight; - - // Try the style width - if (this.settings['width'] == 0) - this.settings['width'] = replace_element.style.width; - - // Try the style height - if (this.settings['height'] == 0) - this.settings['height'] = replace_element.style.height; - - // If no width/height then default to 320x240, better than nothing - if (this.settings['width'] == 0) - this.settings['width'] = 320; - - if (this.settings['height'] == 0) - this.settings['height'] = 240; - - this.settings['area_width'] = parseInt(this.settings['width']); - this.settings['area_height'] = parseInt(this.settings['height']); - this.settings['area_width'] += deltaWidth; - this.settings['area_height'] += deltaHeight; - - // Special % handling - if (("" + this.settings['width']).indexOf('%') != -1) - this.settings['area_width'] = "100%"; - - if (("" + this.settings['height']).indexOf('%') != -1) - this.settings['area_height'] = "100%"; - - if (("" + replace_element.style.width).indexOf('%') != -1) { - this.settings['width'] = replace_element.style.width; - this.settings['area_width'] = "100%"; - } - - if (("" + replace_element.style.height).indexOf('%') != -1) { - this.settings['height'] = replace_element.style.height; - this.settings['area_height'] = "100%"; - } - - html = tinyMCE.applyTemplate(html); - - this.settings['width'] = this.settings['old_width']; - this.settings['height'] = this.settings['old_height']; - - this.visualAid = this.settings['visual']; - this.formTargetElementId = form_element_name; - - // Get replace_element contents - if (replace_element.nodeName.toLowerCase() == "textarea") - this.startContent = replace_element.value; - else - this.startContent = replace_element.innerHTML; - - // If not text area - if (replace_element.nodeName.toLowerCase() != "textarea") { - this.oldTargetElement = replace_element.cloneNode(true); - - // Debug mode - if (tinyMCE.settings['debug']) - html += ''; - else - html += ''; - - html += ''; - - // Output HTML and set editable - if (!tinyMCE.isMSIE) { - var rng = replace_element.ownerDocument.createRange(); - rng.setStartBefore(replace_element); - - var fragment = rng.createContextualFragment(html); - replace_element.parentNode.replaceChild(fragment, replace_element); - } else - replace_element.outerHTML = html; - } else { - html += ''; - - // Just hide the textarea element - this.oldTargetElement = replace_element; - - if (!tinyMCE.settings['debug']) - this.oldTargetElement.style.display = "none"; - - // Output HTML and set editable - if (!tinyMCE.isMSIE) { - var rng = replace_element.ownerDocument.createRange(); - rng.setStartBefore(replace_element); - - var fragment = rng.createContextualFragment(html); - replace_element.parentNode.insertBefore(fragment, replace_element); - } else - replace_element.insertAdjacentHTML("beforeBegin", html); - } - - // Setup iframe - var dynamicIFrame = false; - var tElm = targetDoc.getElementById(this.editorId); - - if (!tinyMCE.isMSIE) { - if (tElm && tElm.nodeName.toLowerCase() == "span") { - tElm = tinyMCE._createIFrame(tElm); - dynamicIFrame = true; - } - - this.targetElement = tElm; - this.iframeElement = tElm; - this.contentDocument = tElm.contentDocument; - this.contentWindow = tElm.contentWindow; - - //this.getDoc().designMode = "on"; - } else { - if (tElm && tElm.nodeName.toLowerCase() == "span") - tElm = tinyMCE._createIFrame(tElm); - else - tElm = targetDoc.frames[this.editorId]; - - this.targetElement = tElm; - this.iframeElement = targetDoc.getElementById(this.editorId); - this.contentDocument = tElm.window.document; - this.contentWindow = tElm.window; - this.getDoc().designMode = "on"; - } - - // Setup base HTML - var doc = this.contentDocument; - if (dynamicIFrame) { - var html = "" - + '' - + '' - + '' - + '' - + 'blank_page' - + '' - + '' - + '' - + '' - + ''; - - try { - this.getDoc().designMode = "on"; - doc.open(); - doc.write(html); - doc.close(); - } catch (e) { - // Failed Mozilla 1.3 - this.getDoc().location.href = tinyMCE.baseURL + "/blank.htm"; - } - } - - // This timeout is needed in MSIE 5.5 for some odd reason - // it seems that the document.frames isn't initialized yet? - if (tinyMCE.isMSIE) - window.setTimeout("TinyMCE.prototype.addEventHandlers('" + this.editorId + "');", 1); - - tinyMCE.setupContent(this.editorId, true); - - return true; -}; - -TinyMCEControl.prototype.getFocusElement = function() { - if (tinyMCE.isMSIE) { - var doc = this.getDoc(); - var rng = doc.selection.createRange(); - - if (rng.collapse) - rng.collapse(true); - - var elm = rng.item ? rng.item(0) : rng.parentElement(); - } else { - var sel = this.getSel(); - var elm = (sel && sel.anchorNode) ? sel.anchorNode : null; - - if (tinyMCE.selectedElement != null && tinyMCE.selectedElement.nodeName.toLowerCase() == "img") - elm = tinyMCE.selectedElement; - } - - return elm; -}; - -// Global instances -var tinyMCE = new TinyMCE(); -var tinyMCELang = new Array(); - -function debug() { - var msg = ""; - - var elm = document.getElementById("tinymce_debug"); - if (!elm) { - var debugDiv = document.createElement("div"); - debugDiv.setAttribute("className", "debugger"); - debugDiv.className = "debugger"; - debugDiv.innerHTML = '\ - Debug output:\ - '; - - document.body.appendChild(debugDiv); - elm = document.getElementById("tinymce_debug"); - } - - var args = this.debug.arguments; - for (var i=0; i