Initialize as the inline editor

This example shows how to initialize Redactor as one line editor with some predefined options. For further details, please see the documentation article.

I'm a heading. Please edit me.

Jazz it up a little I was wondering PLEASE PLEASE EDIT ME TOO! if my cat could be placed over the logo in the flyer I have printed it out, but the animated gif is not moving I have printed it out, but the animated gif is not moving make it original.

Code

<!-- elements -->
<h2 id="content-header">...</h2>
<b id="content-inline">...</b>

<!-- call -->
<script>
$R('#content-header');
$R('#content-inline');
</script>