jWYSIWYG image question
beckyjohnson - October 7, 2008 - 04:13
I really like jWYSIWYG and I want to use it on a site i'm building for co workers. The one issue i have with it is that the image button doesn't offer an upload button/field. Is there a way I can make this image button into an image upload field simply? I'm a novice in module writing and php so please keep that in mind.
Any info is appreciated.
Thanks,
Becky

Did you look into IMCE? It
Did you look into IMCE? It adds an upload button for FCKEditor and TinyMCE...I do not know if it works with jWYSIWYG.
Thanks I check into IMCE. I
Thanks I check into IMCE. I didn't know it existed.
Becky
Ok from reading the readme
Ok from reading the readme file in the IMCE module folder I think I need to integrate it into jwysiwyg by URL However, I don't really understand the instructions:
In our CASE, we should open IMCE using this URL: /?q=imce&app=myApp|url@urlField which contains our application name and our url field id
function openFileBrowser() {
window.open('/?q=imce&app=myApp|url@urlField', '', 'width=760,height=560,resizable=1');
}
What do the instructions mean by "we should open"? After i "open" it where do I put this code?
Becky