Changeset 585 for trunk/app/webroot

Show
Ignore:
Timestamp:
06/03/08 21:17:29 (6 months ago)
Author:
aarkerio
Message:

Fck editor

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/webroot/js/fckeditor/fckconfig.js

    r301 r585  
    5757 
    5858FCKConfig.AutoDetectLanguage    = true ; 
    59 FCKConfig.DefaultLanguage       = 'en' ; 
     59FCKConfig.DefaultLanguage   = 'en' ; 
    6060FCKConfig.ContentLangDirection  = 'ltr' ; 
    6161 
     
    111111]; 
    112112 
     113FCKConfig.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 
    113125FCKConfig.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'], 
    116128    ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'], 
    117     ['Form','Checkbox','Radio','TextField','Textarea','Select','Button','ImageButton','HiddenField'], 
    118129    '/', 
    119130    ['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'], 
    120     ['OrderedList','UnorderedList','-','Outdent','Indent','Blockquote'], 
     131    ['OrderedList','UnorderedList','-','Outdent','Indent'], 
    121132    ['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'], 
    124135    '/', 
    125136    ['Style','FontFormat','FontName','FontSize'], 
    126     ['TextColor','BGColor'], 
    127     ['FitWindow','ShowBlocks','-','About']      // No comma for the last row. 
     137    ['TextColor','BGColor', 'About'] 
    128138]; 
    129139 
     
    318328FCKConfig.SmileyPath    = FCKConfig.BasePath + 'images/smiley/msn/' ; 
    319329FCKConfig.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  
     330FCKConfig.SmileyColumns        = 8 ; 
     331FCKConfig.SmileyWindowWidth    = 320 ; 
     332FCKConfig.SmileyWindowHeight   = 240 ;