Changeset 585 for trunk/app/webroot
- Timestamp:
- 06/03/08 21:17:29 (6 months ago)
- Files:
-
- 1 modified
-
trunk/app/webroot/js/fckeditor/fckconfig.js (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/webroot/js/fckeditor/fckconfig.js
r301 r585 57 57 58 58 FCKConfig.AutoDetectLanguage = true ; 59 FCKConfig.DefaultLanguage = 'en' ;59 FCKConfig.DefaultLanguage = 'en' ; 60 60 FCKConfig.ContentLangDirection = 'ltr' ; 61 61 … … 111 111 ]; 112 112 113 FCKConfig.ToolbarSets["Petite"] = [ 114 ['Cut','Copy','Paste','PasteText','PasteWord'], 115 ['Undo','Redo','-','Bold','Italic','Underline','StrikeThrough'], 116 '/', 117 ['OrderedList','UnorderedList','-','Outdent','Indent'], 118 ['Link','Unlink','Anchor'], 119 '/', 120 ['Style'], 121 ['Table','Image','Flash','Rule','SpecialChar'], 122 ['About'] 123 ]; 124 113 125 FCKConfig.ToolbarSets["Karamelo"] = [ 114 ['Source','DocProps','-',' Save','NewPage','Preview','-','Templates'],115 ['Cut','Copy','Paste','PasteText','PasteWord' ,'-','Print','SpellCheck'],126 ['Source','DocProps','-','NewPage','Preview'], 127 ['Cut','Copy','Paste','PasteText','PasteWord'], 116 128 ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'], 117 ['Form','Checkbox','Radio','TextField','Textarea','Select','Button','ImageButton','HiddenField'],118 129 '/', 119 130 ['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'], 120 ['OrderedList','UnorderedList','-','Outdent','Indent' ,'Blockquote'],131 ['OrderedList','UnorderedList','-','Outdent','Indent'], 121 132 ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'], 122 ['Link','Unlink' ,'Anchor'],123 ['Image',' Flash','Table','Rule','Smiley','SpecialChar','PageBreak'],133 ['Link','Unlink'], 134 ['Image','Table','Rule','Smiley','SpecialChar','PageBreak'], 124 135 '/', 125 136 ['Style','FontFormat','FontName','FontSize'], 126 ['TextColor','BGColor'], 127 ['FitWindow','ShowBlocks','-','About'] // No comma for the last row. 137 ['TextColor','BGColor', 'About'] 128 138 ]; 129 139 … … 318 328 FCKConfig.SmileyPath = FCKConfig.BasePath + 'images/smiley/msn/' ; 319 329 FCKConfig.SmileyImages = ['regular_smile.gif','sad_smile.gif','wink_smile.gif','teeth_smile.gif','confused_smile.gif','tounge_smile.gif','embaressed_smile.gif','omg_smile.gif','whatchutalkingabout_smile.gif','angry_smile.gif','angel_smile.gif','shades_smile.gif','devil_smile.gif','cry_smile.gif','lightbulb.gif','thumbs_down.gif','thumbs_up.gif','heart.gif','broken_heart.gif','kiss.gif','envelope.gif'] ; 320 FCKConfig.SmileyColumns = 8 ; 321 FCKConfig.SmileyWindowWidth = 320 ; 322 FCKConfig.SmileyWindowHeight = 240 ; 323 330 FCKConfig.SmileyColumns = 8 ; 331 FCKConfig.SmileyWindowWidth = 320 ; 332 FCKConfig.SmileyWindowHeight = 240 ;
