Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: HTML support #165

Closed
wants to merge 1 commit into from
Closed

Conversation

YWatchman
Copy link

No description provided.

@KhairulAzmi21
Copy link
Contributor

How to use method html() ?

@saade
Copy link
Owner

saade commented Mar 28, 2024

This will be addressed after #164 as we can use the same implementation

@saade
Copy link
Owner

saade commented Mar 28, 2024

#164 got merged, you can now:

public function eventContent(): string
    {
        return <<<JS
            function({ event, timeText, isStart, isEnd, isMirror, isPast, isFuture, isToday, el, view }){
                // Write your custom implementation here
            }
        JS;
    }

@saade saade closed this Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants