You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ch...@apache.org on 2007/01/09 22:24:41 UTC

svn commit: r494590 - /lenya/trunk/src/modules/tinymce/resources/javascript/tiny_config.js

Author: chestnut
Date: Tue Jan  9 13:24:40 2007
New Revision: 494590

URL: http://svn.apache.org/viewvc?view=rev&rev=494590
Log:
added the anchor button to the tinymce editor

Modified:
    lenya/trunk/src/modules/tinymce/resources/javascript/tiny_config.js

Modified: lenya/trunk/src/modules/tinymce/resources/javascript/tiny_config.js
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/tinymce/resources/javascript/tiny_config.js?view=diff&rev=494590&r1=494589&r2=494590
==============================================================================
--- lenya/trunk/src/modules/tinymce/resources/javascript/tiny_config.js (original)
+++ lenya/trunk/src/modules/tinymce/resources/javascript/tiny_config.js Tue Jan  9 13:24:40 2007
@@ -102,7 +102,7 @@
             "bold,italic,underline,strikethrough,sub,sup,removeformat,separator," +
             "bullist,numlist,table,separator," + 
             "indent,outdent,separator," + 
-            "link,unlink,image,separator," +
+            "anchor,link,unlink,image,separator," +
             "help",
 
     /* three button rows are active by default. override. */



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