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
This code works with AdminDashboardNew template, but when I tried to do the same with AdminDashboardEdit template, I received the next problem: console.log($("input").length); //returns 0
It means that Template.AdminDashboardEdit.rendered does not executed when it actually rendered.
setTimeout(() => {},0) does not helps too.
Do you have any idea what is wrong with this template and how i could solve my issue ?
Thank you in advance!
The text was updated successfully, but these errors were encountered:
Hi! I tried to use summernote rich editor with yours admin panel.
I used this code to add summernote-textarea class to special fields.
And used this code to run summernote on that fields.
This code works with AdminDashboardNew template, but when I tried to do the same with AdminDashboardEdit template, I received the next problem:
console.log($("input").length); //returns 0
It means that Template.AdminDashboardEdit.rendered does not executed when it actually rendered.
setTimeout(() => {},0) does not helps too.
Do you have any idea what is wrong with this template and how i could solve my issue ?
Thank you in advance!
The text was updated successfully, but these errors were encountered: