Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
214 views

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 ...
1
vote
1answer
612 views

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 ...
1
vote
1answer
24 views

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, ...
0
votes
0answers
25 views

Ajax.InPlaceEditor adds a <br> after the OK button

I've recently started using the scriptaculous InPlaceEditor for some of my customizable tables but i've run into this problem. Whenever i choose to have a button as my cancel link it puts a <br> ...
0
votes
2answers
203 views

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 ...
0
votes
1answer
148 views

jQuery in place editor with access to callbacks?

I've been looking for a jQuery in place editor that gives you full access to success and error callbacks. I want to do something like this: $('.inplaceedit').editable( //various settings, ...
0
votes
1answer
380 views

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?