Questions tagged [in-place-editor]

13 questions
8
votes
3 answers

In Eclipse, can I make Open With In-Place Editor the default option?

I need to spend a lot of time manipulating ridiculous amounts of Excel data and often find myself with a dozen or more Excel workbooks open in several different instances of Excel, making it very difficult to find the worksheet I want at any given…
Brian Kessler
  • 2,187
  • 6
  • 28
  • 58
2
votes
1 answer

Delphi : Avoid editing a column in TDBgrid

I know that using a column's readonly property, i can avoid editing its field value. But this doesn't stop the inplace editor to show itself. I need a way to make the column not only protected but "untouchable". Is there a way, please ?
JimPapas
  • 715
  • 2
  • 12
  • 27
2
votes
1 answer

Finding all active in place editors

I have an existing rails form with many sections that can be edited in place, using in_place_editor. Now I need to detect if any of the in place forms are visible, ie, the user is editing a section, before navigating away from the page. What's the…
Jeff Paquette
  • 7,089
  • 2
  • 31
  • 40
1
vote
1 answer

update div after jeditable submit in rails

i want to submit the text from jeditable, store it in the database and then i don´t want to render the updated text back to jeditable field, i want to update the whole div in which the jeditable field (and maybee other text fields) is. f.e. i…
nvano
  • 23
  • 3
1
vote
2 answers

value not updated in model on change

I have a form that lets me edit a list of beans (one at a time), using buttons I can switch between the beans. Keeping it simple : public class MyBean { private String text; } public class MyController { private List availableBeans =…
Shishigami
  • 441
  • 3
  • 7
  • 20
1
vote
0 answers

Ajax.InPlaceEditor.prototype: spaces are encoded to '+' after upgraded prototype to 1.7.1

I use InPlaceEditor in my code and it worked fine with prototype version 1.6.0.3, but after I upgraded to 1.7.1. All the spaces in the text field are replaced with "+"'s after being saved. What I can do to "disable" InPlaceEditor's text…
RoundOutTooSoon
  • 9,821
  • 8
  • 35
  • 52
0
votes
2 answers

using only one query to update columns in the database - inplace edit

id car make sales 1 panamera porsche 100 2 italia ferrari 200 3 volante astonmartin 300 4 avantador lamborghini 400 5 slk mercedes 500 So guys, i have this simple table in my…
0
votes
1 answer

Using only one function to update different columns of a table in database

id car make sales 1 panamera porsche 100 2 italia ferrari 200 3 volante astonmartin 300 4 avantador lamborghini 400 5 slk mercedes 500 So guys, i have this simple table in my…
0
votes
2 answers

Using REST in Place with nested attributes

REST in Place is a fantastic rails plugin by Jan Varwig that uses AJAX to edit object attributes inline. It was very easy to set up, simple to implement, and generally just works well. I've read around online of people using REST in Place with…
Ryan Atallah
  • 2,977
  • 26
  • 34
0
votes
0 answers

TDBGrid right align columns and set caret pos when editing value

I want to set the caret position in my derived TInplaceEdit in a derived DBGrid, similiar to a TDBGrid for right aligned columns. procedure TMyGridEditor.CreateParams(var Params: TCreateParams); const Alignments : array[TAlignment] of LongWord=…
mumu
  • 11
  • 1
0
votes
1 answer

How to hide Item in RepositoryItemComboBox?

Hi I am using devExpress on winform. I have a list of items wholeList = {Item1, Item2, Item3, Item4,Item5,Item6}, and I have another two lists: ActionAList = {Item1, Item3, Item5}, ActionBList = {Item2, Item4, Item6}. I have a grid view on my form.…
0
votes
1 answer

How to use for editor

I want to use for a editor. I tried it as below
ttakci
  • 77
  • 1
  • 8
0
votes
1 answer

Scriptaculous Ajax.InPlaceEditor: How to trigger cancel action?

Certainly it must be possible to fire the cancel action on an Ajax.InPlaceEditor without clicking the Cancel button. But I just cannot figure out how to do it. Any suggestions?
yalestar
  • 9,334
  • 6
  • 39
  • 52