Questions tagged [edit-in-place]

Edit-in-place is a user interface component, typically web-based, that hides input elements until an action is taken by the user (such as a mouse click).

Edit-in-place is a user interface component, typically web-based, that hides input elements until an action is taken by the user (such as a mouse click). Upon activation, the input field appears. When the input field loses focus, the input field disappears.

99 questions
1
vote
1 answer

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 information), but with possibility to switch any particular…
Stanislav Pankevich
  • 11,044
  • 8
  • 69
  • 129
1
vote
3 answers

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 with a text box, then on blur it would submit a…
Bill
  • 5,478
  • 17
  • 62
  • 95
1
vote
1 answer

Bootstrap data slider in place editing and safe to database

I am trying to set up a table in an index view of my "relations" controller including an editable dataslider which directly safes the "preference" value to my db. Is it possible to combine bootstrap dataslider with "best_in_place" or form method or…
1
vote
1 answer

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 serve as a trigger; that is, I would like either a…
Christos Hayward
  • 5,777
  • 17
  • 58
  • 113
1
vote
1 answer

Pandas: writing to original data frame. SettingWithCopyWarning

I understand the idea behind chained assignment, and that when I get the warning Pandas: SettingWithCopyWarning it's to let me know that I'm writing to a copy, rather than the original data frame. But I can't seem to successfully implement .loc or…
user3591836
  • 953
  • 2
  • 16
  • 29
1
vote
2 answers

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 defined area and images. The block texts need to…
popoxinhxan
1
vote
1 answer

Using ComboBox with InlineEditBox

I'm trying to use InlineEditBox together with the following dijit/form/ComboBox: var items = [ {name: 'new'}, {name: 'processed'}, {name: 'approved'}, {name: 'running'}, {name: 'archived'} ] new ComboBox({ store: new…
Danubian Sailor
  • 1
  • 38
  • 145
  • 223
1
vote
1 answer

Can't get django-inplaceedit to work

The top of my HTML template contains: {% load inplace_edit %} Header part contains: {% inplace_static %} Then in my body contents I am doing: {% inplace_edit "action.action_state" %} But it's not working. I have…
Hec
  • 824
  • 1
  • 5
  • 24
1
vote
3 answers

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 show some error alert. The code: …
william
  • 606
  • 3
  • 14
  • 29
1
vote
6 answers

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 use progressive enhancement in some way. I'm not…
1
vote
1 answer

Jquery live edit plugins not working with Zurb Foundation

I've been trialing several jquery based live edit (edit in place) plugins such as Jeditable and trying to integrate them with Zurb Foundation. Apparently, Foundation's foundation.min.js file somehow disables Jeditable and other live edit plugins.…
1
vote
1 answer

How to edit/update Joomla Article programmatically

I am looking to edit / updated a joomla 2.5.8 article programmatically. I know this can be done, but I do not yet know how; and I have found no help online.. Ideally i would be looking for a solution that would work on the client-side (Javascript /…
xRavisher
  • 838
  • 1
  • 10
  • 18
0
votes
1 answer

jEditable validation not working

I wanna use jQuery validation with jEditable. Here, I'm echoing a table from my database in a while loop something like this.
Name
0
votes
1 answer

jEditable - Unable to do validation

Alright. I'm new to jEditable. I wanna use jQuery validation with jEditable. Let me explain. Here, i'm echoing a table from my database in a while loop something like this. …
0
votes
1 answer

jEditable - saving to database

i'm a newbie to this community. Seeking your help in doing Mika Tuupola's jEditable. I just want to save the data into the database and show the changes on the page. Below is my code -