Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7684275
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T18:59:20+00:00 2026-05-31T18:59:20+00:00

How do I grab the data in my textarea and stuff it in my

  • 0

How do I grab the data in my textarea and stuff it in my model?

I’m in a Create() View, and I want to access the model, to put the contents of a

<textarea>

into one of the model’s properties, the Content property in this case.

namespace TestTinyMCE.Models {
  public class TestBlog {
    public int TestBlogId { get; set; }
    public string Title { get; set; }
    public DateTime PostedOn { get; set; }
    public string Tags { get; set; }

    public string Content { get; set; }
  }
}

I can’t use TextAreaFor as I’m accepting HTML markup (bold, italic, and so on). I’m using TinyMCE on my textarea if that matters.

I tried hooking the submit event via JQuery’s .submit API:

<script type="text/javascript">
  $(document).ready(function () {
    tinyMCE.init({
      theme: "advanced",
      mode: "textareas"
    });

    $('#contentEditor').submit(function () {
      alert('Handler for .submit() called.');
      return false;
    });
  });
</script>

but while the .submit() occurred in $(document).ready, the handler itself never fires off.

and here’s my textarea:

<div class="editor-field">
  <textarea id="contentEditor" name="contentEditor"></textarea>
</div>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T18:59:22+00:00Added an answer on May 31, 2026 at 6:59 pm

    I can’t use TextAreaFor as I’m accepting HTML markup (bold, italic, and so on). I’m using TinyMCE on my textarea if that matters.

    Wrong.

    TextAreaFor() emits a normal <textarea> just like your; you can still hook up TinyMCE to it.


    Your actual problem is that <textarea>s don’t fire submit events.
    You need to handle the <form>‘s submit event.

    However, you don’t actually need to do that at all.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to make an ajax call to grab session data to insert into
I am looking for a quick way to grab some data off of one
I want to grab data from this kind of log. Nov 12 13:46:14 Home
I need to create a Chart which will grab data from external sources when
I would like to put data from table into highcharts piechart. The table will
I want to grab data from a mysql database by using php. The data
I'm trying to grab data from a MySQL database. Approach 2 - apply/map style
i have a task - i must grab some data from the URL. the
So currently I am using a pattern to grab a data entry (record). It
I'm a relatively new convert to Python. I've written some code to grab/graph data

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.