Questions tagged [inplace-editing]

51 questions
0
votes
2 answers

AJAX Inline Editing: Add PHP Update to new changes

I’m working on a homepage and will use an AJAX inline editing script for the admin to make it as simple as possible. The script I’ve been using is this and it has almost everything I wanted from an inline editing script. My problem arises when I’m…
Emil Devantie Brockdorff
  • 4,724
  • 12
  • 59
  • 76
0
votes
2 answers

evalScripts:true does nothing with Ajax inplace editor

I have the following code to create an inplace editor: new Ajax.InPlaceEditor('artifact_pretty_display_date_110_in_place_editor', '/artifacts/set_artifact_pretty_display_date/110', {evalScripts:true}) The response looks good to after I change a…
Tony
  • 18,776
  • 31
  • 129
  • 193
0
votes
1 answer

Usage of Resharper Rename

Rename is pretty much the only refactor tool that I use but I can't get the in-place feature to work. Also the refactor is always across my entire solution where I usually want only the project, namespace, file or method. So how to get Resharper…
MrFox
  • 4,852
  • 7
  • 45
  • 81
0
votes
1 answer

XtraGrid binded to Entity FrameWork - how to send data back to database?

1) I have 2 tables IncludedProducts {ID} and Products {ID, Name, Code} 2) In an xtraGrid control I want to show list of products which has their IDs in IncludedProducts table, with possibility to add new products using in-place GridLookUpEdit…
Prokurors
  • 2,458
  • 3
  • 40
  • 65
0
votes
1 answer

problems setting XtraGrid with in-place editor-s (using GridLookUpEdit)

I need an XtraGrid control that has GridLookupEdit to enter column values. What I managed to do so far: 1) I have configured XtraGrid control columns: ID, Name, Number in-place GridLookUp Editors for Name and Number columns 2) on the form Load…
Prokurors
  • 2,458
  • 3
  • 40
  • 65
0
votes
1 answer

Rails 3 best_in_place Edit Nested Model

Given <% @incidents.each_with_index do |incident,i| %> I can't figure out how to in place edit attributes on incident and parent associations such as incident.user or incident.contact This works for example: best_in_place incident, :notes, type:…
Richard Holland
  • 2,663
  • 2
  • 21
  • 35
1 2 3
4