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
4
votes
3 answers

rails 3 best_in_place edit not working without refreshing the page

I took the comments code from Bernat's blog rails mini tutorial I tried adding the edit in place functionality by using his best_in_place gem. For the most part it worked right My code is deployed at…
user1025488
  • 221
  • 3
  • 11
3
votes
1 answer

jQuery - Edit-In-Place with CKeditor

Anyone know how to connect the jquery plugin edit-in-place, with CKEditor? greetings
piedade
  • 33
  • 4
3
votes
6 answers

Rich edit in place

What is the best solution for something that support: rich editor edit in place placeholder save HTML and strip out malicious etc. I would like to have a nice and usable interface to change data on a profile. It must support bold, italic and…
Chris Cinelli
  • 4,679
  • 4
  • 28
  • 40
3
votes
2 answers

Rails 3 In-Place Editing

I'm trying to implement in-place editing in a Rails 3 app that takes the edited value and revises a calculation based on that value. For example: Before edit of the "credits to donate" field: You have 10 credits remaining. Credits to donate:…
CuriousYogurt
  • 836
  • 2
  • 12
  • 18
3
votes
1 answer

jquery editInPlace anchor text editing

I have a link and a button placed side by side. When the user clicks on the button the text of the link should become editable. I m using jquery editInPlace for making the text of the link editable. The text of the link becomes editable but I m not…
Vihaan Verma
  • 12,815
  • 19
  • 97
  • 126
3
votes
1 answer

Inplace replacement in a file through a perl script

I wanted to know how to replace a string in place using a perl script rathere than a command line. I searched through web andI tried below things. I have a file: > cat temp this is one > And i have a below script that i wrote: > cat…
Vijay
  • 65,327
  • 90
  • 227
  • 319
3
votes
1 answer

$(this) not working x-editable

I'm trying to set up a dynamic retrieve of a pk and this selector is not working, here is my code: #html file
jabez
  • 896
  • 1
  • 9
  • 22
3
votes
2 answers

Locking popup position to element, or faking a popup with layers for in-place editing in an ItemsControl

What I am trying to achieve is essentially in-place editing of a databound object inside an ItemsControl in wpf. my ItemsControl is a horizontal WrapPanel containing multiple instances of a usercontrol (NameControl) which displays as a little pink…
Jamiec
  • 133,658
  • 13
  • 134
  • 193
3
votes
2 answers

develop a firefox extension in place (not via encoding to xpi first)?

Developing an extension for Mozilla Firefox I wonder if there is an "easier way" to what I do right now. Currently I do: Create a folder - in which to develop - for example myextension Inside this folder: Create and Edit the Files (like…
humanityANDpeace
  • 4,350
  • 3
  • 37
  • 63
3
votes
1 answer

jQuery in-place-editor to use jQuery autocomplete input field

Background Creating a WYSIWYG editor that uses Dave Hauenstein's edit-in-place and jQuery's autocomplete plug-in. Source Code The code has the following parts: HTML, edit-in-place, and autocomplete. HTML The HTML element that becomes an…
Dave Jarvis
  • 30,436
  • 41
  • 178
  • 315
2
votes
2 answers

Very light jQuery edit-in-place solution

Are you guys aware of a edit-in-place type of plugin that's very simple and small? What I need is just to replace a text I click with a editable input, which gets submitted with ajax on blur.
Anna
  • 23
  • 2
2
votes
2 answers

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 or description of a photo they both turn into…
EMP
  • 59,148
  • 53
  • 164
  • 220
2
votes
2 answers

How do you make an HTML document writable in the browser?

Lest my question is not clear; I don't mean dynamically replacing

nodes with