With editor, how to update options after each submission of data

With editor, how to update options after each submission of data

hzhonghzhong Posts: 21Questions: 7Answers: 0

In my editor, the options of a select field is defined using Options class with a where closure allowing only items which have not been selected before to be selected. But the options only get updated on first loading / refreshing of the page. Is there a way to allow the options to update every time after submission of data to the server, such as after each edit / create operation.

Thank you.
HZ

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,112Questions: 1Answers: 2,583
    Answer ✓

    This thread here might help, it shows how to get the values from the server. If not, let us know,

    Colin

  • hzhonghzhong Posts: 21Questions: 7Answers: 0

    Thanks colin. It helps!

This discussion has been closed.