easy-fckeditor icon indicating copy to clipboard operation
easy-fckeditor copied to clipboard

Fork of Scott Rutherford's excellent fckeditor Rails plugin, with easy upload image plugin of Alfonso Martínez de Lizarrondo

Results 3 easy-fckeditor issues
Sort by recently updated
recently updated
newest added

No expansion found for :fckeditor If this happens,dont warry,restart server,or restart you netbeans.

Controller: @obj = Admin::Article.new View: fckeditor_textarea("admin_article", "header" ...) -> Error: uninitialized constant AdminArticle fckeditor_textarea("article", "header" ...) -> generates and standart rails helpers -> and nothing updates

Problem - Two copies of input values in params, neither of which contain the body attribute (the one given to the helper) when editting a STI instance. `class Document <...