You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ne...@apache.org on 2006/10/12 09:12:23 UTC

svn commit: r463143 - /lenya/trunk/src/modules/bxe/resources/misc/inc/config.xml

Author: nettings
Date: Thu Oct 12 00:12:21 2006
New Revision: 463143

URL: http://svn.apache.org/viewvc?view=rev&rev=463143
Log:
adds a textarea-based cut-and-paste dialog to bxe (needed because the
normal mechanism does not work in firefox due to javascript security
restrictions). thanks to chregu for the code and to renaud for preparing
the patch.


Modified:
    lenya/trunk/src/modules/bxe/resources/misc/inc/config.xml

Modified: lenya/trunk/src/modules/bxe/resources/misc/inc/config.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/bxe/resources/misc/inc/config.xml?view=diff&rev=463143&r1=463142&r2=463143
==============================================================================
--- lenya/trunk/src/modules/bxe/resources/misc/inc/config.xml (original)
+++ lenya/trunk/src/modules/bxe/resources/misc/inc/config.xml Thu Oct 12 00:12:21 2006
@@ -129,6 +129,8 @@
 
         <button name="Copy" col="0" row="4" action="ClipboardCopy"/>
         <button name="Cut" col="1" row="4" action="ClipboardCut"/>
+        <!-- see https://ssl.bitflux.ch/horde/chora/diff.php/trunk/examples/uni/config.xml?rt=svneditor&ws=0&r1=1027&r2=1444&ty=u -->
+        <button name="PasteDialog" col="4" row="4" action="ClipboardPasteDialog"/>
 
         <button name="Paste" col="2" row="4" action="ClipboardPaste"/>
         <button name="Image" col="3" row="5" action="InsertImage"/>
@@ -148,4 +150,7 @@
      <option name="autoParaElementName">p</option>
      <option name="autoParaElementNamespace">http://www.w3.org/1999/xhtml</option>
     </options>
+    <plugins>
+      <plugin name="ClipboardPasteDialog"/>
+    </plugins>
 </config>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org