0
votes
1answer
65 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 …
0
votes
2answers
62 views
inline From editing on client side
I see some web sites use dynamic forms(I am not sure about how to call them!) to edit a group of data. For example: there is a group of data such as name, last name, city, country.etc. when user …
0
votes
2answers
156 views
Parent Div’s mouse out function is called on mouseover of child element
I have the below HTML in my page
<div id='divContainer1' onmouseover=ShowEditDiv(1) onmouseout=HideEditDiv(1) class='divClcContainer'>
<div id='divSlNo1'>1</div>
…
0
votes
0answers
75 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 …
0
votes
1answer
32 views
Dojo InlineTextBox without autosave but save on enter
How can I have a dojo InlineTextBox that has autoSave="false" but saves changed text if the user hits the enter key?
Is it possible to have the 'save' and 'cancel' buttons and the save on enter …
0
votes
0answers
49 views
Save All and Cancel All with jeditable?
How do you, if at all, place a save all button, and a cancel button, that turns off all editing with one click, and a save button that saves all the fields at one shot?
0
votes
1answer
467 views
Best jquery inline editor
I have been looking for a really good, well documented jquery plug-in that will let me edit values on click of another button.
This plugin is the closest yet, However I am not sure how to get it to …
0
votes
3answers
511 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
277 views
Javascript inline edit, how to cancel edit to have original data??
Hi
I have data
<tr id="row_1">
<td id="td_1_1">Text 1</td>
<td id="td_2_1">Text 2</td>
<td><a href="#" onclick="editRow(1)">Edit …
2
votes
4answers
360 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 …
0
votes
1answer
454 views
Inline editing with AJAX - how do I create multiple editable areas on the same page?
I found a tutorial on how to create editable regions on a page using AJAX.
This is great, except it was written for a single element with a unique ID. I'd like to be able to click on multiple …
3
votes
1answer
3k views
jQuery - Edit a table row inline
Hi,
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 …
