Skip to content

Cannot Refresh Calendar from Relation Manager #58

Discussion options

You must be logged in to vote

Figured it out:

class EventCalendar extends CalendarWidget
{
    protected $listeners = ['refreshCalendar' => 'refresh'];

    //......

    public function refresh()
    {
        $this->refreshRecords();
    }
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by realknotworking
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant