Tagged Questions
The edit-in-place tag has no wiki summary.
67
votes
9answers
34k views
What's the best edit-in-place plugin for jQuery?
I need an edit-in-place plugin for jQuery but there are quite some around. I've been testing jeditable (http://www.appelsiini.net/projects/jeditable) but it lacks some basic options (like hover ...
5
votes
1answer
259 views
Calling Editinplace jquery plugin on a function and not on click
I am using jQuery editinPlace plugin, the default way of doing edit in place is using a click event on a selector, but the way I am trying to do is through context menu which calls a function ...
4
votes
1answer
278 views
Rails 3.1 in place edits: gem that works, or roll my own?
I'm using the latest RC of Rails 3.1 and I can't seem to find a gem that works for in place editing. I tried the in_place_editing gem, but I just get
undefined method `in_place_edit_for' for ...
3
votes
1answer
298 views
Why are edit in place forms rendered together with the display version instead of being rendered on the fly?
Is there a specific reason that most everyone implements edit-in-place as a shown 'display' div and a hidden 'edit' div that are toggled on and off when somebody clicks on the associated 'edit' button ...
3
votes
6answers
885 views
Rich edit in place
What is the best solution for something that support:
rich editor
edit in place
placeholder
save HTML and strip out malicious etc.
I would like to have a nice and usable interface to change data ...
2
votes
1answer
211 views
Very light jQuery edit-in-place solution
Are you guys aware of a edit-in-place type of plugin that's very simple and small?
What I need is just to replace a text I click with a editable input, which gets submitted with ajax on blur.
2
votes
1answer
632 views
Special characters decoded in my textarea (using an edit in place jQuery plugin)
I'm trying tu use Jeditable to edit inline some content put in textareas.
So, I call the script files:
<script src="js/jquery.jeditable.js"></script>
<script ...
2
votes
4answers
3k views
Multiple TinyMCE editors, but only one toolbar?
I've looked around the forum, but cannot seem to find a definite answer to this problem...
I'm using jQuery and TinyMCE on our website. I've gone through the docs of TinyMCE, but am still getting ...
2
votes
1answer
1k views
How to do edit-in-place in a UITableView?
Is there a standard way to set up a table to allow editing-in-place, kind of like this:
http://www.gtp.com.au/gtpicommerce/images/iphone4.jpg
I only need editable text at the moment, but I might need ...
2
votes
2answers
590 views
How do you make an HTML document writable in the browser?
Lest my question is not clear; I don't mean dynamically replacing <p> nodes with <textarea>. I mean editing each and all text directly - including headers, text in <div> and ...
2
votes
4answers
876 views
Edit in Place Update Script Security
I'm using an Edit in Place jquery plugin which needs to post the data to a script that will do the actual database update.
The URL to this update script is easily viewable in the html source as well ...
1
vote
0answers
51 views
Is it possible to edit a node in-place in any javascript tree visualization toolkit (preferably InfoVis)?
I had earlier asked a question asking how/what to use to show to render data in a top-down tree like fashion.
I also stumbled up this post: Graph visualization code in javascript? where the following ...
1
vote
1answer
292 views
ActiveAdmin and in-place edit
I have this system where I use ActiveAdmin to automate the backend and I was wondering if anyone tried to use in-place editing with tables for ActiveAdmin.
I see some scenarios where that would be ...
1
vote
1answer
107 views
Undefined is not a function in rails 3 in_place_edit
I have an object @temp in my view and want to edit the field @temp.name in_place so i used the in_place_edit gem from ruby.
<td><%= in_place_editor_field :temp, :name, {}, :rows => 1 ...
1
vote
2answers
538 views
Edit-in-place JavaScript for editing multiple fields at a time
Could anyone recommend a JavaScript library or sample code for inline editing of multiple fields at the same time? I'm looking for something similar to Flickr, where when you click on either the name ...
1
vote
1answer
707 views
Ruby on Rails 3, forms, ajax, nested, in-place editing, one-by-one. Best practice
Assume, that I have a complex nested form with many fields.
I want to edit its fields one-by-one in ajax way, so that every time I see form - it is in 'show' style (without fields to change ...
1
vote
3answers
282 views
How to add a text box in a div with a value with jquery (edit in place)
HI, I'm trying to add edit in place functionality to my site with jquery. I don't want to use a plugin, so my idea was that when you click the div that has the content in it, it would replace the div ...
1
vote
2answers
2k views
Rails 3 In-Place Editing
I'm trying to implement in-place editing in a Rails 3 app that takes the edited value and revises a calculation based on that value. For example:
Before edit of the "credits to donate" field:
...
1
vote
1answer
215 views
How can I make a Jeditable (jQuery) span activate editing on more than one event?
For the jQuery extension Jeditable, one of the parameters that can be specified is which DOM event will turn a div/span/... into a text input/textarea/...
I would like to have more than one event ...
1
vote
2answers
282 views
Creating multi-field in-place editor with JavaScript/JQuery
I am looking for a way to create an in-place editor in JavaScript like JEditable or similar plugins. However, the difference is that my editor would be a multi-field form rather than single field.
...
1
vote
1answer
732 views
Use jQuery to create edit in place div and have new div available for edit just beneath it
I'm new to jQuery and would like to know if it is possible to create and edit-in-place div that I can click on, type some text, have it save and immediately have another div dynamically pop up beneath ...
1
vote
3answers
1k views
jQuery edit in place plugin that allows you to trigger editing from another element
Right now I'm using Jeditable for edit-in-place functionality. Jeditable has some nice options, but (as far as I know), it doesn't allow you to trigger editing except by clicking the element in ...
1
vote
2answers
824 views
Drag drop block edit in place html
I required to write a small web application that allow customer to select predefined layout template in html and be able to modify it. The application need to allow customer to add block text to pre ...
1
vote
6answers
496 views
Any ideas on how to make edit-in-place degradable?
I'm currently writing an edit-in-place script for MooTools and I'm a little stumped as to how I can make it degrade gracefully without JavaScript while still having some functionality. I would like to ...
0
votes
0answers
19 views
Eclipse, <rich:tree>, <rich:treeNode>, and <rich:inplaceInput>; How do I limit input to just the nodes underneath the parent nodes?
I am using Eclipse 3.7.1, JBoss (7.0.1) and RichFaces(4.1.0) I've figured out how to allow for to allow for making changes to the text of tree entries, but now I need to know how to limit that ...
0
votes
1answer
40 views
Rails best_in_place gem with nested resource
Does anyone know if it is possible (and, if so, what the syntax is) for using a nested resource with the best_in_place gem?
My routes.rb looks something like this
resources :users do
resources ...
0
votes
0answers
45 views
Best way to hook into a Rails 3 page lifecycle
I have the following scenario: I am adapting a edit in place library to be able to display formatted values after the value is edited on an input field.
For that, I want to store the id for some ...
0
votes
0answers
72 views
looking for a small CMS with features
I am looking for a small CMS with very basic functionality and the following features (the more features the better):
Is free (at least in its core) and PHP/MySql based
Small means that it would be ...
0
votes
1answer
50 views
Uninitialized Constant in rails 3 in_place_edit
I want to edit the name of my object temp_thing in place by using the in_place_editor_field.
In my view I use the following code for my object @temp_thing:
<%= in_place_editor_field :temp_thing, ...
0
votes
0answers
46 views
where can I get started learning about datagridview in-place editing?
I've wanted to learn how to do this for a while. There's a massive amount of articles out there on the subject but the majority are quite dated. Can someone point me to something current and ...
0
votes
1answer
210 views
javascript mvc framework design practice for edit-in-place interface
I am programming a CMS that allows creating and editing elements (content blocks) on the site in a WYSIWYG manner. basically, when logged in, you see visually the same website, but hovering and ...
0
votes
2answers
96 views
Inline edit component in Swing
I'm wondering an inline edit Textfield for Swing does exist. I googled around a bit and checked all swing libraries which I know, but i did not find such a component. Has anyone implemented such a ...
0
votes
1answer
154 views
How do I make a table with dynamic models editable-in-place in Rails?
This is the view of a table that I have:
<% @campaign_events.each do |campaign_event| %>
<% model_name = campaign_event.class.name.tableize.singularize %>
<tr class="<%= ...
0
votes
2answers
231 views
What is my document onLoad hander in Rails?
I want to use a plugin to make most of my models inline editable, but I don't understand the following:
To use it, include
jquery.rest_in_place.js in your
template and execute the following in
...
0
votes
2answers
181 views
Using variables and functions in an object literal
I am trying to get the ckeip jquery plugin to parse the id of my textarea to my php file.
The plugin is activated by the class name of my textarea:
$('.ckeip_edit').ckeip({
And then data is ...
0
votes
1answer
85 views
How can I use do edit-in-place on three different models from a View for a model those three belong_to?
I would like to enable edit-in-place functionality in a View that displays values from different models:
This is what I use currently and it does NOT work, but would like some alternatives:
I have a ...
0
votes
1answer
110 views
editableText plugin enabling problem
I've been experimenting with this plugin http://valums.com/edit-in-place/, so far so good... But i ran into this problem. I want to update my page when update or new request to save data is sent but ...
0
votes
3answers
392 views
edit-in-place jquery
I use edit-in-place plugin: http://arashkarimzadeh.com/jquery/7-editable-jquery-plugin.html
I't works Great!
I just need something to check if the new text is empty. If it is we have to go back and ...
0
votes
1answer
621 views
authlogic and ajax in place editing with rails, also routing issues
I'm trying to use Authlogic to protect some in place editor fields I have on a page. I've protected all the methods in my controller, but it looks like in_place_editor is calling some weird generated ...
0
votes
1answer
269 views
how to remove 'another in place editor' from a field (jQuery inplace.js plugin)
I am able to set up the inplace editor no problem, everything works great, but I haven't found a way to remove it once it is attached to a field, anyone know how?
I am talking about this plugin here: ...