Questions tagged [inplace-editing]

51 questions
1
vote
1 answer

Inplace inside Tree : how to save the modified TreeNode?

I'm using Primefaces 4.0 and I have a with editable node labels :
Grégoire C
  • 1,361
  • 1
  • 13
  • 32
1
vote
2 answers

Transform label into input text

There's some big companies that allow you to click on a label and trigger a event that transform that tag into a editable tag. So you can make whatever changes you want and then press enter(or something else) to edit(mostly using ajax). Is there…
Patrick Bassut
  • 3,310
  • 5
  • 31
  • 54
1
vote
0 answers

Primefaces p:inplace: How to more elegantly propagate the EL expression for entity to merge

I would like to share the following powerful "hack" for getting at an entity whose value as been edited using p:inplace. My question is about how to achieve this more elegantly using other existing attributes of p:inplace or otherwise. The trick is…
1
vote
0 answers

Ajax in-place Editing on a dynamic mysql table

The title should be specific enough, but basically I have a table that is filled with data from a table in my mySQL database, and i'm trying to add a feature on my table to allow in-line edits to all but two columns, the primary key ID column, and…
Mitch
  • 19
  • 1
0
votes
1 answer

Primefaces inplace editor always updates backing bean

I have ... In setFoo body I'm persisting updated foo value so I want to have it executed only…
Kragh
  • 403
  • 4
  • 11
0
votes
1 answer

inplace edit question

i have a very nice inplace edit mootools inlineEdit Plugin and you can test it on this link http://dev.justinmaier.com/inlineEdit2/ but there is proplem in use it in my project becouse i use jquery and i try jQuery.noConflict(); but didn't work…
Jehad Ahmad Jaghoub
  • 1,225
  • 14
  • 22
0
votes
0 answers

Angular 9 - How to force re-render of component from within directive?

So I tried to implement inplace-edit on any input using attribute directive in angular 9 (using Ivy if that matters). https://stackblitz.com/edit/angular-inline-edit-qwb2bg?file=src/app/inplace-edit/inplace-edit.directive.ts The idea is that I can…
Sergey Kljopov
  • 319
  • 2
  • 7
0
votes
1 answer

increment a numerical value in a json with jq

I have a json which looks like this:- { "name": "abc", "version": "20.02.01", "tag": "24", "abc_version": "20.02", "registry": "registry.abc.com", "vendor": "greenplanet", "apps": [ { "name": "abc-app", …
Biplab
  • 233
  • 4
  • 15
0
votes
2 answers

in place edit, search for nested value and then replace another value

I have an input JSON document with roughly the following form (actual data has additional keys, which should be passed through unmodified; the whitespace is adjusted for human readability, and there's no expectation that it be maintained): { …
Kirk
  • 41
  • 1
  • 3
0
votes
1 answer

using inplace-editor with ajax and storing in XMl file in server

I want to use inplace editor in my jsp get the code from xml file after it gets edited again should be saved in xml file through ajax. I am using struts 1 framework. Please help me out as i am using this to create a help manual which can be allowed…
rahul
  • 19
  • 1
  • 4
0
votes
1 answer

How to implement IWindowsFormsEditorService in C# ? a.k.a Simulating In-Place Editing in Windows Forms

I would like to implement a custom Windows-Forms based control similar to the Visual Studio property grid. For this, albeit much simpler. I would ideally like to replicate the behavior of the IWindowsFormsEditorService interface, that is used to…
Maxime Labelle
  • 3,609
  • 2
  • 27
  • 48
0
votes
2 answers

Remove ',' fromove last line of the file

I have flat file with data as cast ( (emp_ID) as varchar(2000) ), cast ( (emp_name) as varchar(2000) ), I want to remove the , from the last line in this file. The output should be: cast ( (emp_ID) as varchar(2000) ), cast ( (emp_name) as…
Samir Singh
  • 41
  • 1
  • 1
  • 5
0
votes
0 answers

How does df.interpolate(inplace=True) function?

I am having trouble understanding how this functions. With inplace=True, the function doesn't output anything and the original df remains unchanged. How does this work? So sorry I wrote 'filter' in my first post. That was very stupid mistake. As…
aurthes yang
  • 59
  • 1
  • 6
0
votes
1 answer

delphi stringgrid inplaceedit how to position and width of edit box in a cell that has a left/right justified checkbox

I have altered a D6 stringgrid to allow for left or right justified checkboxes to be displayed in the grid cells. When the stock inplace editor is called the edit box for receiving data starts at the beginning of the cell and its width covers the…
Bill
  • 5
  • 3
0
votes
1 answer

Set size of textarea using REST in Place

I'm not understanding how to bind the event mechanism to JQuery in order to set the size of the textarea using REST-in-Place. Can someone point me in the right direction? Per the documentation, "ready.rest-in-place when the form has been built.…
dminor
  • 23
  • 4