web/data/cubicweb.fckcwconfig.js
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 04 Jan 2011 16:34:22 +0100
branchstable
changeset 6772 68bb0943d192
parent 3802 bc441a75f82c
child 8040 fca7fc7f5db8
permissions -rw-r--r--
[test, html validation] make validator selection somewhat smarter (at least it works properly when content is demoted from xhtml to html, making the XMLDemotingValidator class useless


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 ;