web/data/cubicweb.fckcwconfig.js
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 16 Nov 2009 10:32:06 +0100
branchstable
changeset 3855 dbd37c10f865
parent 3802 bc441a75f82c
child 8040 fca7fc7f5db8
permissions -rw-r--r--
try to update ldap tests to make them work from the DMZ (eg using another ldap directory)


FCKConfig.AutoDetectLanguage    = false ;

FCKConfig.ToolbarSets["Default"] = [
['Bold','Italic','Underline'],
['OrderedList','UnorderedList'],
['Link'],
['Table']
] ;
// 'Flash','Select','Textarea','Checkbox','Radio','TextField','HiddenField','ImageButton','Button','Form',
FCKConfig.ContextMenu = ['Generic','Link','Anchor','Image','BulletedList','NumberedList','Table'] ;

FCKConfig.LinkUpload = false ;
FCKConfig.ImageUpload = false ;
FCKConfig.FlashUpload = false ;