Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't save text into an attribute within epiceditor? #340

Open
Vish-Ram opened this issue Aug 5, 2014 · 0 comments
Open

Can't save text into an attribute within epiceditor? #340

Vish-Ram opened this issue Aug 5, 2014 · 0 comments

Comments

@Vish-Ram
Copy link

Vish-Ram commented Aug 5, 2014

Im trying to save text typed within epiceditor into an attribute called body, but when i call on body later, it returns nil rather than any text. Is there something that I'm missing? Also I can't seem to size the editor no matter what rows and cols I pass into the text area. Thank you!

<div id = 'box_4'>
        <div id="epiceditor">
          <%= f.label :body %>
          <%= f.text_area :body, id: 'my-edit-area', :rows => 50, :cols => 100 %>
        </div>  
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant