Displaying 1 result from an estimated 1 matches for "position_full_descript".
2006 Sep 15
7
OT: TinyMCE in Rails
I''m having a problem getting the text area the size I want it to be.
In my view at the top I have this init calls
<script type="text/javascript" >
  tinyMCE.init({
    mode: "textareas",
    theme: ''advanced'',
    theme_advanced_toolbar_location: ''top''
  });
</script>
Then in my form:
<%= text_area