Subversion Repositories Applications.papyrus

Rev

Rev 1927 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1927 Rev 1931
Line 122... Line 122...
122
FCKConfig.ToolbarSets["Papyrus"] = [
122
FCKConfig.ToolbarSets["Papyrus"] = [
123
  ['FitWindow','ShowBlocks','Source','Preview','-','Cut','Copy','Paste','PasteText','PasteWord','SelectAll','-','Undo','Redo','Find','Replace'],
123
  ['FitWindow','ShowBlocks','Source','Preview','-','Cut','Copy','Paste','PasteText','PasteWord','SelectAll','-','Undo','Redo','Find','Replace'],
124
  ['RemoveFormat','Bold','Italic','Underline','StrikeThrough','Subscript','Superscript','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyFull','-','OrderedList','UnorderedList'],
124
  ['RemoveFormat','Bold','Italic','Underline','StrikeThrough','Subscript','Superscript','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyFull','-','OrderedList','UnorderedList'],
125
  '/',
125
  '/',
126
  ['Image','Link','Unlink','Table','Rule','SpecialChar'],
126
  ['Image','Link','Unlink','Table','Rule','SpecialChar'],
127
  ['FontFormat','FontName','FontSize',],
127
  ['FontFormat','FontName','FontSize'],
128
  ['TextColor','BGColor'],
128
  ['TextColor','BGColor'],
129
  ['About']
129
  ['About']
130
] ;
130
] ;
Line 131... Line 131...
131
 
131