From c4b8b7f61d0c455aa77f72b96de4ba02ed03aa41 Mon Sep 17 00:00:00 2001 From: hukl Date: Mon, 16 Nov 2009 22:41:37 +0100 Subject: tinymce update. activated safari and paste plugin to prevent messy markup after copy and paste. hope that helps *sigh* --- .../plugins/autoresize/editor_plugin_src.js | 46 +++++++++++----------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'public/javascripts/tiny_mce/plugins/autoresize') diff --git a/public/javascripts/tiny_mce/plugins/autoresize/editor_plugin_src.js b/public/javascripts/tiny_mce/plugins/autoresize/editor_plugin_src.js index 89a9b89..8b2f374 100644 --- a/public/javascripts/tiny_mce/plugins/autoresize/editor_plugin_src.js +++ b/public/javascripts/tiny_mce/plugins/autoresize/editor_plugin_src.js @@ -1,27 +1,27 @@ /** -* $Id: editor_plugin_src.js 539 2008-01-14 19:08:58Z spocke $ -* -* @author Moxiecode -* @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved. -*/ + * $Id: editor_plugin_src.js 539 2008-01-14 19:08:58Z spocke $ + * + * @author Moxiecode + * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved. + */ (function() { /** - * Auto Resize - * - * This plugin automatically resizes the content area to fit its content height. - * It will retain a minimum height, which is the height of the content area when - * it's initialized. - */ + * Auto Resize + * + * This plugin automatically resizes the content area to fit its content height. + * It will retain a minimum height, which is the height of the content area when + * it's initialized. + */ tinymce.create('tinymce.plugins.AutoResizePlugin', { /** - * Initializes the plugin, this will be executed after the plugin has been created. - * This call is done before the editor instance has finished it's initialization so use the onInit event - * of the editor instance to intercept that event. - * - * @param {tinymce.Editor} ed Editor instance that the plugin is initialized in. - * @param {string} url Absolute URL to where the plugin is located. - */ + * Initializes the plugin, this will be executed after the plugin has been created. + * This call is done before the editor instance has finished it's initialization so use the onInit event + * of the editor instance to intercept that event. + * + * @param {tinymce.Editor} ed Editor instance that the plugin is initialized in. + * @param {string} url Absolute URL to where the plugin is located. + */ init : function(ed, url) { var t = this; @@ -93,11 +93,11 @@ }, /** - * Returns information about the plugin as a name/value array. - * The current keys are longname, author, authorurl, infourl and version. - * - * @return {Object} Name/value array containing information about the plugin. - */ + * Returns information about the plugin as a name/value array. + * The current keys are longname, author, authorurl, infourl and version. + * + * @return {Object} Name/value array containing information about the plugin. + */ getInfo : function() { return { longname : 'Auto Resize', -- cgit v1.3