Skip to content

Instantly share code, notes, and snippets.

@qickstarter
Created September 27, 2012 07:50
Show Gist options
  • Select an option

  • Save qickstarter/3792741 to your computer and use it in GitHub Desktop.

Select an option

Save qickstarter/3792741 to your computer and use it in GitHub Desktop.
$(document).ready ->
newpage = (obj, event, key) ->
obj.insertHtml('<-- newpage -->')
$("#body").redactor
imageUpload: '/admin/interview/articles/image_post'
buttonsAdd: ['|','newpage']
buttonsCustom:
newpage:
title: 'newpage'
callback: newpage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment