Standalone: Inline Create/Editing in collection

Standalone: Inline Create/Editing in collection

Vincent.PVincent.P Posts: 35Questions: 6Answers: 0

Hi,

After reading and searching for all the possible examples of using the Editor in Standalone mode, I didn't find a way to do an inline create of a new item in a collection.

  • Is it possible to create a new item in a standalone collection with inlineCreate()? So far, it seems it is only available for a table.
  • Is it also possible to do inline editing in a collection as well?

Best regards,
VIncent.

Answers

  • allanallan Posts: 61,635Questions: 1Answers: 10,092 Site admin

    Hi VIncent,

    At the moment you are correct, inlineCreate is only available for a table, as it needs to create a template. Likewise, I'm afraid inline editing doesn't really work for collections I'm sorry to say.

    Sorry - didn't have good news with this reply!

    Allan

  • Vincent.PVincent.P Posts: 35Questions: 6Answers: 0

    Hi Allan,

    I understand, and I was expecting that answer as it could be quite difficult to implement.

    We will probably go for a DataTable display for the time being, and we will see later if we can move to a templated standalone editor.

    Thanks,
    Vincent.

Sign In or Register to comment.