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

  • Home
  • SEARCH
  • 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 6008673
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T01:51:29+00:00 2026-05-23T01:51:29+00:00

I have integrated jquery jeditable in my project. $(function() { $(.editable_textarea).editable(/articles/edit/, { indicator :

  • 0

I have integrated jquery jeditable in my project.

$(function() {
  $(".editable_textarea").editable("/articles/edit/", { 
      indicator : "<img src='img/indicator.gif'>",
      type   : 'textarea',
      select : true,
      submit : 'OK',
      cancel : 'cancel',
      cssclass : "editable",
      method : 'POST',
  });
});

Now when I click on the div.editable_textarea you see textarea with ok button. Now when make changes and click on OK. In my controller action /articles/edit, I am simple print $this->data.

It prints Array()(empty array).

No data is sent to controller. I also tried $this->params['url'].

It prints Array('URL' => '/articles/edit').

I appreciate any help.

Thanks.

  • 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-23T01:51:30+00:00Added an answer on May 23, 2026 at 1:51 am

    You did not named it

    $(function() {
      $(".editable_textarea").editable("/articles/edit/", { 
          indicator : "<img src='img/indicator.gif'>",
          type   : 'textarea',
          name   : 'data[Articles][desc]',
          select : true,
          submit : 'OK',
          cancel : 'cancel',
          cssclass : "editable",
          method : 'POST',
      });
    });
    

    and you can access this in your controller like

    echo $this->data['Articles']['desc'];
    

    You can go with this for your more info

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

Sidebar

Related Questions

I am have integrated the colorbox jQuery Plugin into the Wordpress theme. But on
I have a jQuery function that shows a 'loading' image and disable the submit
I have recently integrated the .NET NLog logging component into one of our applications
When I setup IIS6 to develop projects locally I have to enable Integrated Windows
I have recorded a very simple test case Using the Selenium IDE integrated with
I am starting a new project using WCF so that I can use jQuery
I have a jquery fullcalendar . I would like to trigger jquery QTip (or
I have a XHTML Strict Website 'main.php' with a normal Header where jQuery and
I have a web site already developed with tons of updatePanels, buttons, and integrated
I have a site that includes a Flash music player integrated into the layout.

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.