Advertisement
Guest User

Untitled

a guest
Jun 18th, 2013
12,137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. CKEDITOR.editorConfig = function( config )
  2. {
  3.  // Define changes to default configuration here. For example:
  4.  // config.language = 'fr';
  5.  // config.uiColor = '#AADC6E';
  6.     config.filebrowserUploadUrl = '../ckupload.php';
  7. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement