phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] news_admin/js/fckeditor/editor/plugins/placeholder f


From: skwashd
Subject: [Phpgroupware-cvs] news_admin/js/fckeditor/editor/plugins/placeholder fckplugin.js, 1.2 fck_placeholder.html, 1.2
Date: Thu, 4 Aug 2005 05:54:00 +0200

Update of news_admin/js/fckeditor/editor/plugins/placeholder

Modified Files:
     Branch: MAIN
            fckplugin.js lines: +19 -2
            fck_placeholder.html lines: +16 -0

Log Message:
new newsletter builder, updated FCK and a few other things

====================================================
Index: news_admin/js/fckeditor/editor/plugins/placeholder/fckplugin.js
diff -u news_admin/js/fckeditor/editor/plugins/placeholder/fckplugin.js:1.1 
news_admin/js/fckeditor/editor/plugins/placeholder/fckplugin.js:1.2
--- news_admin/js/fckeditor/editor/plugins/placeholder/fckplugin.js:1.1 Tue May 
24 14:32:53 2005
+++ news_admin/js/fckeditor/editor/plugins/placeholder/fckplugin.js     Thu Aug 
 4 03:54:32 2005
@@ -1,4 +1,21 @@
-// Register the related command.
+/*
+ * FCKeditor - The text editor for internet
+ * Copyright (C) 2003-2005 Frederico Caldeira Knabben
+ *
+ * Licensed under the terms of the GNU Lesser General Public License:
+ *             http://www.opensource.org/licenses/lgpl-license.php
+ *
+ * For further information visit:
+ *             http://www.fckeditor.net/
+ *
+ * File Name: fckplugin.js
+ *     Plugin to insert "Placeholders" in the editor.
+ *
+ * File Authors:
+ *             Frederico Caldeira Knabben (address@hidden)
+ */
+
+// Register the related command.
 FCKCommands.RegisterCommand( 'Placeholder', new FCKDialogCommand( 
'Placeholder', FCKLang.PlaceholderDlgTitle, 
FCKPlugins.Items['placeholder'].Path + 'fck_placeholder.html', 340, 170 ) ) ;

 // Create the "Plaholder" toolbar button.
@@ -44,7 +61,7 @@
        FCKPlaceholders._ClickListener = function( e )
        {
                if ( e.target.tagName == 'SPAN' && e.target._fckplaceholder )
-                       FCKSelection.SelectElement( e.target ) ;
+                       FCKSelection.SelectNode( e.target ) ;
        }

        FCK.EditorDocument.addEventListener( 'click', 
FCKPlaceholders._ClickListener, true ) ;

====================================================
Index: news_admin/js/fckeditor/editor/plugins/placeholder/fck_placeholder.html
diff -u 
news_admin/js/fckeditor/editor/plugins/placeholder/fck_placeholder.html:1.1 
news_admin/js/fckeditor/editor/plugins/placeholder/fck_placeholder.html:1.2
--- news_admin/js/fckeditor/editor/plugins/placeholder/fck_placeholder.html:1.1 
Tue May 24 14:32:53 2005
+++ news_admin/js/fckeditor/editor/plugins/placeholder/fck_placeholder.html     
Thu Aug  4 03:54:32 2005
@@ -1,4 +1,20 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<!--
+ * FCKeditor - The text editor for internet
+ * Copyright (C) 2003-2005 Frederico Caldeira Knabben
+ *
+ * Licensed under the terms of the GNU Lesser General Public License:
+ *             http://www.opensource.org/licenses/lgpl-license.php
+ *
+ * For further information visit:
+ *             http://www.fckeditor.net/
+ *
+ * File Name: fck_placeholder.html
+ *     Placeholder Plugin.
+ *
+ * File Authors:
+ *             Frederico Caldeira Knabben (address@hidden)
+-->
 <html>
        <head>
                <title>Placeholder Properties</title>






reply via email to

[Prev in Thread] Current Thread [Next in Thread]