Subversion Repositories Applications.papyrus

Rev

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

Rev 419 Rev 420
Line 82... Line 82...
82
] ;
82
] ;
Line 83... Line 83...
83
 
83
 
84
FCKConfig.ToolbarSets["Papyrus"] = [
84
FCKConfig.ToolbarSets["Papyrus"] = [
85
  ['Source','-','Cut','Copy','Paste','PasteText','PasteWord','SelectAll','-','Undo','Redo','Find','Replace'],
85
  ['Source','-','Cut','Copy','Paste','PasteText','PasteWord','SelectAll','-','Undo','Redo','Find','Replace'],
86
  ['RemoveFormat','Bold','Italic','Underline','StrikeThrough','Subscript','Superscript','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyFull','-','OrderedList','UnorderedList','-','Link','Unlink'],
86
  ['RemoveFormat','Bold','Italic','Underline','StrikeThrough','Subscript','Superscript','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyFull','-','OrderedList','UnorderedList','-','Link','Unlink'],
-
 
87
  ['Image','Table','Rule','SpecialChar','UniversalKey','-'],
-
 
88
  '/',
-
 
89
  ['FontFormat','FontName','FontSize'],
-
 
90
  ['TextColor'],
87
  ['Image','Table','Rule','SpecialChar','UniversalKey','-','About']
91
  ['About']
Line 88... Line 92...
88
] ;
92
] ;
Line 89... Line 93...
89
 
93