Skip to content

Instantly share code, notes, and snippets.

@ZenCocoon
Created April 30, 2011 21:25
Show Gist options
  • Save ZenCocoon/950006 to your computer and use it in GitHub Desktop.
Save ZenCocoon/950006 to your computer and use it in GitHub Desktop.
Do not edit on blank for a single instance.
<p>
<span id="editable"></span>
<a href="#" id="externalcontrol">click to edit</a>
</p>
<script>
// <![CDATA[
new Ajax.InPlaceRichEditor($('editable'), URL, {
editOnBlank: false,
externalControl: $('externalcontrol')},
TINYMCE_OPTIONS
);
// ]]>
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment