AnanthaKN / jquery-in-place-editor

Automatically exported from code.google.com/p/jquery-in-place-editor
Other
0 stars 0 forks source link

Support html content? #133

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Edit element, insert html content
2. Save
3. Click to edit again

What is the expected output? What do you see instead?
Expected to see html content, but I see only plain text

What version of the product are you using? On what operating system?
Version 2.3.0, jQuery 1.4.4, chrome,  os x 10.8.4

Please provide any additional information below.
var params = {
          url: 'http://' + window.location.hostname +  settings.basePath + settings.pathPrefix + 'sipe/ajax',
          bg_over: "#cff",
          value_required: true,
        };

Original issue reported on code.google.com by dimasi...@gmail.com on 18 Jun 2013 at 5:16