Inline editing example

Inline editing example

jhollisterjhollister Posts: 2Questions: 1Answers: 0

I'm trying to lean the editor api. Does anyone have a complete example of using inline editing? I'm having particular difficulty seeing how data gets marshalled for a put or post request; how is it picked up, what to do to add missing values.

Answers

  • allanallan Posts: 63,718Questions: 1Answers: 10,504 Site admin

    Hi,

    There are a number of examples of inline editing on the Editor site.

    When you say, "missing values" - what do you mean? Which values are missing?

    You may specifically want to take a look at this example (which requires Editor 1.5.1) and will submit the full data set for the row being edited.

    Allan

  • jhollisterjhollister Posts: 2Questions: 1Answers: 0

    @allan: Thanks. Yes, I saw that example. When I submit, the only data I see at the point of the ajax call is the field I edited. I'm gathering that this is because I only have that one field in my editor fields list. But if I add the others, that would, it appears, make them editable, and that is not what we want. So what I need is a way to pass the additional fields (and some that are not even displayed) in the ajax call.

This discussion has been closed.