IntellectProductions

Results 7 comments of IntellectProductions

@bhaidar I hate the way I'm doing it now, but I'm basically duplicating my config inside my `forRoot()` method for the connection I want to use. I'm not very familiar...

Well looks like you have to select the id when pulling a model object with updateUniques().. selecting the id with everything else I previously had did the trick. Might be...

Is scrolling still being added to this plugin?? Or maybe a scrollbar that users can physically drag? Right now, I feel like it might confuse the users since they might...

Figured it out. I ended up creating a mixin that issued `window.onload()` and called the callback function that was passed into it! So I would create a method in my...

I need this available too.. it should be an option to have it as a string instead of date object.

Do you have any code you can show us to see how you have things setup?

I'm getting the same error when using `tinymce.remove()` or `tinymce.remove(editor.id)` or `tinymce.EditorManager.get(editor.id).remove()` ... it's only in Firefox. It works great in Chrome and everywhere else.. :/