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

Attempting to add TinyMCE support. #135

Open
realRaj opened this issue Jun 22, 2020 · 0 comments
Open

Attempting to add TinyMCE support. #135

realRaj opened this issue Jun 22, 2020 · 0 comments

Comments

@realRaj
Copy link

realRaj commented Jun 22, 2020

Am I missing something? Please help.

I am able to get Dirty Forms working correctly for all other fields. I'm only having an issue on the TinyMCE fields. My version of TinyMCE is 4.4.3. I have JQuery 3.4.1.

I have the files in this order:
<script src="~/Scripts/tinymce/tinymce.min.js"></script>
<script src="~/Scripts/tinymce/jquery.tinymce.min.js"></script>
<script src="~/Scripts/jquery.dirtyforms.min.js"></script>
<script src="~/Scripts/jquery.dirtyforms.helpers.tinymce.min.js"></script>

Error I am getting:
Unhandled exception at line 9, column 336173 in http://localhost:59927/Scripts/tinymce/tinymce.min.js
0x800a138f - JavaScript runtime error: Unable to get property 'open' of undefined or null reference occurred

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

1 participant