Demos

Tested on FF 3+, IE 6+, Safari 4+, Chrome 11+ and Opera 10+

Use a simple theme

Click on the text to enter in edit mode

Test header 1

Test header 2

Test header 3

It's support plenty of features from bold to italic, links : http://inplacericheditor.box.re
Small Green Cube

Show Source


Use an advanced theme

Click on the text to enter in edit mode

Test header 1

Test header 2

Test header 3

It's support plenty of features from bold to italic, links : http://inplacericheditor.box.re
Small Green Cube

Show Source


Use an advanced theme with tinymceSave and tinymceToElementSize features

Click on the text to enter in edit mode

Test header 1

Test header 2

Test header 3

It's support plenty of features from bold to italic, links : http://inplacericheditor.box.re
Small Green Cube

Show Source


More usage of TinyMCE on http://tinymce.moxiecode.com/example_full.php


RAILS demos controller code

class DemosController < ApplicationController
  def update
    render :text => params[:value]
  end
end