cubicweb/web/data/cubicweb.fckcwconfig-full.js
changeset 11057 0b59724cb3f2
parent 8040 fca7fc7f5db8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/cubicweb/web/data/cubicweb.fckcwconfig-full.js	Sat Jan 16 13:48:51 2016 +0100
@@ -0,0 +1,37 @@
+// cf /usr/share/fckeditor/fckconfig.js
+
+FCKConfig.AutoDetectLanguage = false ;
+
+FCKConfig.ToolbarSets["Default"] = [
+    // removed : 'Save','NewPage','DocProps','-','Templates','-','Preview'
+        ['Source'],
+    // removed: 'Print','-','SpellCheck'
+        ['Cut','Copy','Paste','PasteText','PasteWord'],
+        ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
+    //['Form','Checkbox','Radio','TextField','Textarea','Select','Button','ImageButton','HiddenField'],
+        '/',
+    // ,'StrikeThrough','-','Subscript','Superscript'
+        ['Bold','Italic','Underline'],
+    // ,'-','Outdent','Indent','Blockquote'
+        ['OrderedList','UnorderedList'],
+    // ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
+        ['Link','Unlink','Anchor'],
+    // removed : 'Image','Flash','Smiley','PageBreak'
+        ['Table','Rule','SpecialChar']
+    // , '/',
+    // ['Style','FontFormat','FontName','FontSize'],
+    // ['TextColor','BGColor'],
+    //,'ShowBlocks'
+    // ['FitWindow','-','About']                // No comma for the last row.
+] ;
+
+// 'Flash','Select','Textarea','Checkbox','Radio','TextField','HiddenField','ImageButton','Button','Form',
+FCKConfig.ContextMenu = ['Generic','Link','Anchor','Image','BulletedList','NumberedList','Table'] ;
+
+FCKConfig.LinkUpload = false ;
+FCKConfig.LinkBrowser = false ;
+FCKConfig.ImageUpload = false ;
+FCKConfig.ImageBrowser = false ;
+FCKConfig.FlashUpload = false ;
+FCKConfig.FlashBrowser = false ;
+