Skip to content

Instantly share code, notes, and snippets.

@tonyjunkes
Created November 22, 2013 23:00
Show Gist options
  • Save tonyjunkes/7608348 to your computer and use it in GitHub Desktop.
Save tonyjunkes/7608348 to your computer and use it in GitHub Desktop.
CKEditor Image Browser addon setup example using ImageBrowser.cfc.
CKEDITOR.replace('textareaId', {
"extraPlugins": "imagebrowser",
"imageBrowser_listUrl": "/ImageBrowser.cfc?method=list&dir=/assets/images"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment