Open editor form from a custom button

Open editor form from a custom button

goetzigoetzi Posts: 3Questions: 2Answers: 0

Hi!

I have a list of persons - each person can have n notes attached. For displaying the multiple notes, I am going to use nested tables.
For adding a note: My plan was to have a custom button (extend: "selectedSingle") -> when selecting a person and clicking this button, I want to show the "add note" editor form. How do I do this?

Thank you,
Michael

Answers

  • allanallan Posts: 61,744Questions: 1Answers: 10,111 Site admin

    Hi,

    You can trigger Editor's editing mode by calling the edit() method from with in the Button's action function (buttons.buttons.action). That is basically what the predefined buttons do as well!

    Allan

This discussion has been closed.