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

Clarity on ScriptSrc #70

Open
Serge-N opened this issue Aug 6, 2023 · 3 comments
Open

Clarity on ScriptSrc #70

Serge-N opened this issue Aug 6, 2023 · 3 comments
Labels
documentation Improvements or additions to documentation GitHub

Comments

@Serge-N
Copy link

Serge-N commented Aug 6, 2023

It would be nice to have proper information on the expected default script for Self-hosted. This can emphased that the developer has to provide their own script.

For those that are not using the cloud option and are new to tiny have little to no idea that the nugget package (TinyMCE.Blazor) does not provide this script.

<Editor ScriptSrc="/path/to/tinymce.min.js" />

Copy link

Ref: INT-3215

@msegers
Copy link

msegers commented Sep 1, 2023

Thanks for pointing that out, I was looking for exactly that answer, and I haven't found anything in the documentation regarding.

@LeaFrock
Copy link

Install another Nuget package called TinyMCE.

If you're using Blazor WASM, you'll see a new folder lib/tinymce appearing in wwwroot after project building. Therefore, the path will be like,

<TinyMCE.Blazor.Editor ScriptSrc="lib/tinymce/tinymce.min.js" />

@spocke spocke added the documentation Improvements or additions to documentation label Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation GitHub
Projects
None yet
Development

No branches or pull requests

5 participants