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
2
votes
2 answers

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. Since the same form will be used in different parts,…
ejel
  • 4,135
  • 9
  • 32
  • 39
2
votes
4 answers

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 as with Firebug, so I need to add some sort of…
Ian Cook
2
votes
2 answers

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 it that will allow the same capability to type…
J.B.
  • 268
  • 1
  • 5
  • 15
2
votes
1 answer

Is django-cms frontend editing suitable for a site with rotating parts

I've got the design for a website ready and now I'd like to implement content management in django. I've got a few years of experience in python development and I've done projects in django. I've looked into django-cms, played around with a demo and…
Amelse Etomer
  • 1,253
  • 10
  • 28
2
votes
3 answers

Meteor Handlebars templates: switching from text to input

One part of my meteor application is a semi-collaborative table where users can edit different rows at the same time. When a user is editing a row, the static text values need to switch to input boxes so that the values can be edited and then saved.…
Andrew Mao
  • 35,740
  • 23
  • 143
  • 224
2
votes
1 answer

In place editing of Time object

I have an app, which is used to plan work shifts for a number of employees. I have a Shift model, where I store the shiftstart and the shiftend as Time objects. I present the users Shifts on a page displaying several days in a table. The idea is…
Twiddr
  • 297
  • 1
  • 4
  • 18
2
votes
3 answers

How to toggle edit-in-place functionality in jQuery?

I've been playing around with jQuery In Place Editor and I can't figure out how to properly disable it. Below is the code I have so far. I'm using jQuery toggle method to initialize and terminate the plugin functionality on a list of links. There…
finspin
  • 4,021
  • 6
  • 38
  • 66
2
votes
3 answers

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 question. I.e., suppose my element has id comment. With…
Tom Lehman
  • 85,973
  • 71
  • 200
  • 272
2
votes
1 answer

android where to put code that will execute when ListView is done displaying?

I am building an edit in place listView. That is, the user is looking at a list of TextView items. Then the user touches one, indicating he'd like to edit it. The selected item is now shown as an EditText, in the same ListView as the other…
Harry
  • 61
  • 8
2
votes
1 answer

How to convert string(WYSIWYG) to raw html by using JavaScript Lib?

I'm using http://www.appelsiini.net/projects/jeditable (jEditable JS Lib) in my Rails app's project and i found problems then trying to use about "Usage with Textile, Markdown". The problems is i could't use .php file into Rails project. Any…
lovepong
  • 625
  • 1
  • 9
  • 19
1
vote
1 answer

Getting Id with jquery for jeditable

I've been making a site and am now working on the administration part of it so that users can easily be managed, articles easily modified etc. I wanted to use jeditable so that the admin would be really easy to use. Part of JEditable is working (the…
xonorageous
  • 2,281
  • 7
  • 26
  • 35
1
vote
1 answer

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 library in JavaScript where the following toolkits were suggested for…
PhD
  • 11,202
  • 14
  • 64
  • 112
1
vote
0 answers

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 fields being rendered on a given controller action to…
kolrie
  • 12,562
  • 14
  • 64
  • 98
1
vote
1 answer

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. <%= in_place_editor_field :temp, :name, {}, :rows => 1 %> The following code is created by that new…
Sebastian Müller
  • 5,471
  • 13
  • 51
  • 79
1
vote
1 answer

make inplace tag by default editable without click - primefaces

I am working with primefaces 4.0, I am wondering how to make the following inplace tag editable without clicking the text here is the code