You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm calling the libs from Yii2, and after testing it seems that $this->registerJs() breaks the variables. Not sure how, but it does. Tried different registerJs() params with the same result. The solution is to just use <script> tags and it works just fine. There's probably a rather elaborate way to make this work the "proper" way, but for now this works. Thank you!
The editor is working great. I do have a problem with the calls for delete, rename, etc.
deleteUrl seems to be declared from editor.html
but from builder.js, it returns: ReferenceError: deleteUrl is not defined. What am I missing?
The text was updated successfully, but these errors were encountered: