Tagged Questions
The inline-editing tag has no wiki summary.
4
votes
2answers
19k views
jQuery - Edit a table row inline
I have a table with arbitrary columns and rows. This fact is irrelevant though really, all I want to do is develop a function that will turn a row (or multiple rows) into a series of text inputs ...
3
votes
3answers
1k views
jqGrid - Inline edit - Detect dirty / changed cells
is there an example of using jqgrid's getChangedCells
method to determine if data has changed?
I grepped getChangedCells in the downloadable demos for
jqgrid, and could only find the function ...
3
votes
1answer
728 views
jqGrid - inline editing with autocomplete
I am sure that I saw it already in an example but can't find it again :(
I have a jqGrid with inline editing. That works fine.
One column has a select box with 200 entries. Those get retrieved from a ...
3
votes
1answer
929 views
Inline editing of ManyToMany relation in Django
After working through the Django tutorial I'm now trying to build a very simple invoicing application.
I want to add several Products to an Invoice, and to specify the quantity of each product in the ...
3
votes
4answers
709 views
How can I remove text at beginning of a file using a regex?
I have a bunch of files that contain a semi-standard header. That is, the look of it is very similar but the text changes somewhat.
I want to remove this header from all of the files.
From looking ...
2
votes
1answer
550 views
UX: Edit in place vs. separate edit page / modal?
I have some data that is broken up into sections, much like the Resume feature of StackOverflow Careers (it's not resume data, though), that is editable/create-able via a jQuery web app. It's a bit ...
2
votes
2answers
1k views
Why is my jQuery jEditable, edit-in-place callback not working?
I am using a jQuery jEditable edit-in-place field but when the JSON function returns and I try to return a value from my edit-in-place callback all I get is a flash of
You can see this here...
...
1
vote
5answers
44 views
EditText that looks like TextView inside a ListView
I am developing an application where the user can edit the data in the ListView. I want to have an EditText inside that ListView, this edittext should behave like TextView but when the user clicks it ...
1
vote
3answers
100 views
Conflict between inline editing and progressive enhancement
I have a Web Page with progressive enhancement - a script adds some formatting and elements to the page.
The page also allows inline editing.
Now here's my issue: in edit mode, the progressive ...
1
vote
1answer
36 views
Canceling post of row data when inline editing finished (Per row post)
Is there anyway to cancel the post of the row data to the server when editing a row inplace and accepting the edit (pressing enter)?.
I want to do this because I need to post all data at once to the ...
1
vote
2answers
334 views
Using jQuery to resize all editable fields in grid
I have a RadGrid on one of my webforms, and I'm using InPlace (inline) editing, with an empty row at the bottom for inserts.
When the grid loads, the columns are being automatically resized ...
1
vote
1answer
91 views
TinyMCE problem with second show. Help
Added tinyMCE as inline editor. Have a next probllem : first time this is work good - show with custom style (as I setup), works correctly but when I click cancel and then start edit again I have ...
1
vote
3answers
153 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
2answers
537 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
259 views
Use YUI 2's Rich Text Editor for Inline Editing
I am using inline editing in YUI 2's DataTable. I would like to use the Rich Text Editor for this, but it is not among the built-in options. Does anyone know of code that does this or how one might go ...
1
vote
2answers
102 views
Powershell Hotkey to Erase Current Line?
I would like to execute a hotkey that would erase the current line in the powershell session. Is such a thing possible?
1
vote
2answers
3k views
in-place edit in Rails 3
There are a few options for editing a model in-place while in the Show page, i.e. without having to load a form in the Edit page. For example, see ...
1
vote
1answer
184 views
Grid Inline editing with JavaScript, weird behaviour
I made this invoice page.
There is a repeater that generates a table.
There are invoice item descriptions coming into td tags encapsulated with div tags
like this:
<asp:Repeater ID="Repeater1" ...
1
vote
1answer
446 views
jeditable dynamic target value
I'm using jeditable and it works really great! I'm just having some trouble figuring
out how to dynamically change the target URL.
jeditable is bound to a table of values that I want to edit inline.
...
1
vote
0answers
291 views
Browser Word Document Editor
I've been looking at Adobe Buzzword and Zoho Writer and the functionality their editor controls provide is something that I need to incorporate into an application I'm working on.
To be clear, I'm ...
1
vote
2answers
7k views
Saving edited values using Jeditable
I have been looking for a really good, well documented jquery plug-in that will let me edit values on click of another button.
Jeditable is the closest I've found yet, However I am not sure how to ...
1
vote
4answers
3k views
What's the closest jQuery approximation to YUI's DataTable?
My two highest priorities are progressive enhancement and inline editing. I've found progressive enhancement (DataTables) and inline editing (jqGrid), but not both. Support for jQuery UI themes would ...
0
votes
2answers
42 views
Is this is OK to use the ListView for inline editing?
I need to load some data from SQLite & list it in a ListView or Grid. The next thing is to provide the inline editing functionality, i.e the user can edit the data also within that ListView OR ...
0
votes
1answer
54 views
Using jqgrid, what is the best way to return errors from server side validation when using inline editing?
I am using jqgrid and using the inline editing mode and can't figure out how to return errors back to the client from server side validation rules
I use fluent validation on my serverside to validate ...
0
votes
0answers
27 views
JQGrid - Manually set Row Data
onSelectRow: function(id){
if((id != null)&&(id!==lastsel)){
$('#studentset').jqGrid('restoreRow',lastsel);
...
0
votes
1answer
20 views
what html inline editor does constant contact use? [closed]
Does anyone know what inline html editor constant contact use?
Just looking for a very lightweight inline editor for web page. I have used ckeditor and if you load a few of them on one page, it is ...
0
votes
1answer
92 views
JQgrid - accessing inlineNav return data
Only yesterday I started using jq-grid and the way things are done is somewhat vague to me thus far. See below...
function setUpStudentEntryGrid(numberofstuds){
$("#studentset").jqGrid({
...
0
votes
0answers
28 views
Adjust table row height in real time
I'm using Vaadin to develop a web application.
In a table I want to add a inline editing feature. This feature will switch the content of a cell from a label and a edit button to a dropdown-select ...
0
votes
0answers
64 views
Rails (3) example drag and drop + inline editing
Does anyone has or known a good proof of concept for a drag and drop + inline editing of a recordset?
I want to be able to load a recordset and edit it inline on the page itself + be able to drag ...
0
votes
0answers
150 views
JQGRID Inline-editing with ASP.NET
I'm totally new to Jquery and Jqgrid but I manage to combine some examples to make
a Master-Detail pair of grids and enable inline-editing in the details grid.
Both grids are being filled through a ...
0
votes
0answers
205 views
jqGrid - Add Row in Inline Edit Mode (NOT Form Edit) with paging enabled in Grid
I am trying to add new rows in jqGrid (with paging enabled) on click of "add" button.
jQuery("#MyGrid").addRowData(0, emptyItem, "first");//add row at the top of the grid
...
0
votes
1answer
177 views
jqGrid set cells data while inline edit active
I think it's a stupid question but I can not find a solution.
I created a table with jqGrid and I enabled inline editing
On each line I added a button that enables or disables editing
I wanted to add ...
0
votes
1answer
97 views
convert p to br on tinyMCE
Please help. I use tinyMCE as inline editor. So I need that when user in edit mode press enter then will be <br /> not <p>. I read manual and FAQ and try
tinyMCE.init({
...
0
votes
2answers
89 views
Not working custom inline editor with jquery
i wrote a custom inline editor, and i have a problem with it. If i clcik on save button after then i can't edit it again, how can i fix it to work? And can you help me, to make it multiple? I mean, ...
0
votes
1answer
245 views
Inline insering and editing for radgrid when databinded from serverside codebehind
In my application i am creating a new grid where i am trying to implement inline inserting and editing for radgrid where data is being binded from serverside code behind , I am trying to adopt the ...
0
votes
1answer
68 views
Is it advisable to use ContentEditable for a web form?
I want to make a form type of editor that edits the text right on the page and commits changes on cursor-out of each field. There's no font or style alteration, just straight boxes.
I saw some things ...
0
votes
1answer
194 views
jquery Display datepicker when inline editing
I'm doing inline editing on a table and I'm having an issuer with one of the cell which has to display datepicker when user clicks inside.
when I click in the cell, the editing textbox is displax but ...
0
votes
1answer
90 views
Clear all the existing content in a row in jqgrid inline edit and open fresh input data fields.
My requirement is, If I click a row in jqgrid with inline edit feature. In edit mode, I don't want the existing cell content to be present. Instead the cell contents should be blank, so that user ...
0
votes
1answer
271 views
How can I edit the results of a MySQL query inline using AJAX or something similar?
I'm using PHP to inject a table, generated from a MySQL query, to a mixed HTML/PHP file, using a <div>. The <div> is declared in index.php like so: <div id="searchdiv"></div>.
...
0
votes
0answers
133 views
AJAX inline editing: Missing final step (updating), even have the code
I read the tutorial on ajax inline editing (here it is) and got everything except the last part. Since the author probably assumed that everyone who comes across the tutorial will know exactly what to ...
0
votes
1answer
83 views
Design Question: edit in place form
I have a Rails app with an index page listing products and I'd like to be able to update multiple fields from the index page.
Just like in basecamp or wordpress, you mouse over a line, it shows a list ...
0
votes
1answer
310 views
Jquery inline edit in jqgrid does not submit the data on press of Enter key if the control is on some text area
I am using inline edit of jqgrid using Enter key. The problem is the enter key works fine if the control is on textbox. However if the user is entering some data in text area (my edit options include ...
0
votes
1answer
283 views
Dojo widget inline editing
I created a dojo widget for displaying a form data. I want to enable inline editing in this widget. First I started experimenting by writing html as strings in JavaScript. I don't want to do this. ...
0
votes
1answer
82 views
Posting to java servlet with jEditable
Is there anyone familiar with jEditable? As mentioned in the site http://www.appelsiini.net/projects/jeditable it is possible to post to a java servlet. I am unable to post and capture the value in ...
0
votes
2answers
200 views
Inline Editing (mojomotor like) for Code Igniter project?
So I've built my site in Code Igniter and there are a number of pages where I feel it'd be easiest if the client could edit the content inline - much like what MojoMotor offers.
I'm not interested in ...
0
votes
1answer
328 views
How To: Use MVC and Ajax to add / remove a row in grid for data entry + model binding?
I'm new to Ajax, but I think I know how to reasonably use MVC + model binding.
What I'm trying to do is to create an Add button (or Ajax.ActionLink) to add a new row in my grid for data entry. ...
0
votes
0answers
79 views
YUI2 inline editor not selecting contents when editNode() called
I am having a problem applying the YUI2 inline editor to a new branch of a TreeView branch. I create the new TextNode in a keylistener callback function as shown below and subsequently call the ...
0
votes
1answer
1k views
Prevent restoring row if error was rised while editing
onSelectRow: function(id){
if(id && id!==lastSel){
jQuery(this).restoreRow(lastSel);
lastSel=id;
}
jQuery(this).editRow(id,true,null,
function(response, ...
0
votes
1answer
81 views
How can I use edit_in_place in the show of a different model in Rails?
I have a model Campaign and the campaign/show goes through a loop of the Emails. Campaign has_many Emails.
<h2>Emails to Send Today</h2>
<% for email in @campaign.emails %>
...
0
votes
2answers
3k views
jqGrid inline editing event on “Esc” cancel
Does anyone know if jqGrid inline editing throws events that can be handled? The following code is a simple example of what I'm trying to accomplish:
jQuery('#list').jqGrid('editRow', 0, true, ...