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

Is it possible to have a default text in editor #61

Open
matthiasvanwoensel opened this issue Jun 9, 2021 · 1 comment
Open

Is it possible to have a default text in editor #61

matthiasvanwoensel opened this issue Jun 9, 2021 · 1 comment

Comments

@matthiasvanwoensel
Copy link

I can't find a way to add a default value to the editor, is there any way?

@mas-iybaz
Copy link

Hi @matthiasvanwoensel, I had the same problem for this, and i used this way to solve the problem. hopefully this information helps you.
You can use 'id' on $config:
@trix(\App\Post::class, 'body', ['id' => 'trix-body'])

and then you can add a default value to the editor using javascript:
<script> const trixBody = document.querySelector('#trix-body'); trixBody.value = "This is a default value"; </script>

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

No branches or pull requests

2 participants