Tagged Questions
The inplace-editing tag has no wiki summary.
6
votes
3answers
233 views
Inplace Editing vs. Edit Page
When you develop web applications, especially ones that deal with a good amount of data management (e.g. contacts, addresses, orders and so forth), do you usually create the interface as in-place edit ...
3
votes
2answers
210 views
How Can I Exit My Inplace-Editor AND Process the Button in Delphi?
In my Delphi 2009 application, I have this window:
It has a TPageControl that has a TTabSheet on it as well as buttons at the bottom that operate on all sheets.
On the left of the TTabSheet is a ...
3
votes
1answer
112 views
Perl's autosplit function with in place editing
I just had a task in where I needed to replace each 3rd value in a tabulator seperated file with a fixed value. I guess it can be done in Perl on a Unix shell like so
$perl -a -n -i -F'/\t/' -e ...
3
votes
1answer
501 views
Rails: In-place editor but no postback?
I'm using Prototype in my Rails project to do in-place editing (via Ajax.InPlaceEditor) of a form. However, I don't want it to immediately post back and do the update - the form itself is pretty ...
2
votes
1answer
30 views
Parentheses over selected words in Eclipse
A few days back I felt this question to be dumb and dint post it here, but after even after searching a lot I dint find a proper solution.
For those of you who used TextEdit (on Mac), they will ...
2
votes
1answer
85 views
How to preserve line breaks in Scriptaculous InPlaceEditor?
I have a page with various textareas which can be edited using Scriptaculous (is there a better option?):
<h4>
<span id="someID">
<?php echo $_SESSION['someID']; ?>
...
2
votes
3answers
347 views
Read entire file then print when editing inplace?
Most examples of inplace editing are one-liners that iterate through a file or files, reading and printing one line at a time.
I can't find any examples of reading an entire file into an array, ...
1
vote
3answers
155 views
Problem with jQuery edit-in-place with live() function.. need a ninja
This is probably an easy fix, but I am having trouble wrapping my brain around it...
I'm using a jQuery edit-in-place plugin for some divs that will be generated on the fly. It should be simple: ...
1
vote
1answer
48 views
Can't edit after erasing all the text in Prototype's inPlaceEditor
All the examples of Prototype's inPlaceEditor I've found suffer from the same problem. When you enter edit mode and erase all the text and click OK you can't edit any more because the <p> tag is ...
0
votes
1answer
47 views
inplace edit question
i have a very nice inplace edit
mootools inlineEdit Plugin and you can test it on this link
http://dev.justinmaier.com/inlineEdit2/
but there is proplem in use it in my project becouse i use ...
0
votes
0answers
23 views
Ajax.InPlaceEditor is not a constructor
I am using rails 2.3.11 . I am trying to use inplace editing for User information
In the Users controller , i added
in_place_edit_for :user, :about_me
In the Usershow page ,
I added like
...
0
votes
0answers
34 views
ActiveRecord list is cached on production
I have a simple case in Rails 3.0.3/Ruby 1.8.7:
There is an index action with an index view. It shows a list of ActiveRecord objects (i.e Name, Email and Age) in a paginated table.
If you click on ...
0
votes
1answer
147 views
jQuery in place editor with access to callbacks?
I've been looking for a jQuery in place editor that gives you full access to success and error callbacks.
I want to do something like this:
$('.inplaceedit').editable(
//various settings,
...
0
votes
1answer
120 views
using inplace-editor with ajax and storing in XMl file in server
I want to use inplace editor in my jsp get the code from xml file after it gets edited again should be saved in xml file through ajax. I am using struts 1 framework.
Please help me out as i am using ...
0
votes
1answer
283 views
How to implement IWindowsFormsEditorService in C# ? a.k.a Simulating In-Place Editing in Windows Forms
I would like to implement a custom Windows-Forms based control similar to the Visual Studio property grid. For this, albeit much simpler. I would ideally like to replicate the behavior of the ...
0
votes
2answers
1k views
AJAX Inline Editing: Add PHP Update to new changes
I’m working on a homepage and will use an AJAX inline editing script for the admin to make it as simple as possible.
The script I’ve been using is this and it has almost everything I wanted from an ...
0
votes
2answers
583 views
evalScripts:true does nothing with Ajax inplace editor
I have the following code to create an inplace editor:
new Ajax.InPlaceEditor('artifact_pretty_display_date_110_in_place_editor', '/artifacts/set_artifact_pretty_display_date/110', ...