spohlenz / tinymce-rails

Integration of TinyMCE with the Rails asset pipeline
Other
814 stars 257 forks source link

Fullscreen and other options are not working #126

Closed bernEsp closed 10 years ago

bernEsp commented 10 years ago

I'm using tinymce 4 and, I have this configuration, I required fullscreen and save file function but it seem this configurations are not working

default:
  height: 380
  encoding: xml
  toolbar: undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | fullscreen
  plugins:
    -advlist
    -autolink
    -list
    -charmap
    -print
    -preview
    -anchor
    -searchreplace
    -visualblocks
    -fullscreen
    -code
    -inserdatetime
    -contextmenu
    -paste
    -media
spohlenz commented 10 years ago

A couple of typos I see (list -> lists, inserdatetime -> insertdatetime). I wonder if that could be causing the issues?

bernEsp commented 10 years ago

it works now thank you