-
Notifications
You must be signed in to change notification settings - Fork 130
Elfinder Form Type #140
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
Comments
i use jquery-1.11.1.min.js |
Have you included jquery on to page before rendering form? |
yes, because i call the form with ajax |
May be it's because of the ckeditor presence, probably ckeditor adds jquery by self. Check rendered page(and remove unnecessary library links) . Or post source of the page somewhere, so i can inspect it. |
so to try i swith off ckeditor but now i get :
and if i clic i get nada |
i user symfony 2.6.6, elfender 5.0.4, js 1.11.1 |
i just try the page in php meaning that i deed not call with ajax and all work well ckeditor with elfinder. |
i just chech but ckeditor it simce to return bad url to image! |
it shud be
it give
|
so i deed again same test. this time i deleted from symfony, all Ckeditorbundle and live only Elfinder.
all the reste on the page work well i meaning Js fonctionality(ajax call). meaning also that js 1.11.1 is charge. again !! this probleme apen only on return responce by ajax, it work fine on php normal page call !!! if you want i can try to give all the page code? |
in perveiw ver 3.0.1 it was working well in one of my projet so i will try to go back form 5.0.4 to 3.0.1 and come back |
same probleme |
i find the probleme maibe, in my preview projet i have on all form "recharge js with 'genemuBundle'" not in my new projet. how i can include all css and js in my main projet? |
her is my solution : so before i render he view i have "swicth" of methode for render the view
in the "partial " i have now this :
to be honnest i dont think that it is very good pratice, but it work well !!!! hope it can help. |
hi
i try to add Elfinder Form Type this is my config :
here declaration in my form type :
and i get this error :
if clic on the field img it das not give elfinder.
can you help?
The text was updated successfully, but these errors were encountered: