Skip to content

FCKeditor Plugin 0.2.3 Released

This release is basically a bug fix. The only really change is to apply the patch kindly provided by Nicola Piccinini which sorts out an issue with file upload from inside the resource manager.

There are a couple of other changes to do with the install and version numbers, but that is all internal to the plugin.

demo

11 Comments

  1. Karen Jenkin wrote:

    Hi Scott,

    Thanks for your efforts in getting the plugin together!

    Suggest that you update the README file that comes with the install, as it currently has the following erroneous line in Usage:
    <%= fckeditor_textarea("object", "field", :toolbarKit => ‘Simple, :width => ’100%’, :height => ’200px’ %>

    Took me a little while to find the issues to replace it with this (particluarly the use of toolbarSet):
    <%= fckeditor_textarea("object", "field", :toolbarSet => ‘Simple’, :width => ’100%’, :height => ’200px’) %>

    Regards,
    Karen

    Monday, September 11, 2006 at 6:05 am | Permalink
  2. Scott Rutherford wrote:

    Hi Karen,

    Thanks for pointing that out. I’ve updated the README, was it just the toolbarSet you had a problem with?

    Scott

    Monday, September 11, 2006 at 6:05 am | Permalink
  3. caspar wrote:

    Yeah excellent work on the plugin, but that readme tripped me up aswell (Thank karen!)and i installed it from the svn today.
    regards
    c

    Monday, September 11, 2006 at 6:05 am | Permalink
  4. tony wrote:

    hi Scott,
    Thanks for your efforts.
    i have a problem like this topic:
    http://permalink.gmane.org/gmane.comp.lang.ruby.rails/94246
    the plugin can not work

    Monday, September 11, 2006 at 6:05 am | Permalink
  5. tony wrote:

    http://comments.gmane.org/gmane.comp.lang.ruby.rails/94228

    Monday, September 11, 2006 at 6:05 am | Permalink
  6. Scott Rutherford wrote:

    Hi Tony,

    You need to define a new object in your action if its not an edit. I have posted a reply on the gmane forum too. Basically if you have a new action it should look like:

    <pre>
    def new
    @object = Object.new()
    end
    </pre>

    Then you can use the editor to edit the Object class.
    Scott.

    Monday, September 11, 2006 at 6:05 am | Permalink
  7. tony wrote:

    thanks for your answer~the plugin works

    Regards, tony

    Monday, September 11, 2006 at 6:05 am | Permalink
  8. jonathan wrote:

    does this plugin include any support for safari? for instance, if the user is using safari (where FCKeditor won’t work), it should generate a standard text area – which it does – but then include a submit button, in addition, it doesn’t seem readily easy to adjust columns for the fckeditor’s replacement.

    regardless scott, this is a fantastic plugin. you’ve made this whole process very easy.

    how are other people handling safari support?

    Monday, September 11, 2006 at 6:05 am | Permalink
  9. jonathan wrote:

    removing

    :before => fckeditor_before_js(‘foo’, ‘bar’)

    will allow safari to work, but then the FCKeditor obviously won’t work. i can’t pinpoint why or what in fckeditor.rb causes this, or how to remedy it

    Monday, September 11, 2006 at 6:05 am | Permalink
  10. Scott Rutherford wrote:

    Hi Jonathon,

    I’ll have to have a look at this. I hadn’t actually tested it on Safari, but I will over the next week or so. If you (or anyone else) makes any headway please let me know.

    Cheers
    Scott

    Monday, September 11, 2006 at 6:05 am | Permalink
  11. too kind to credit me for that little contribution :-)

    Monday, September 11, 2006 at 6:05 am | Permalink