1

Topic: [Solved] Combining iframe for thumbnail + insert url

I have an iframe (75 x 75), with a text box below, and a browse link.

The user clicks the browse link, opens the file folder for thier username. selects the image file.

the window closes, the textfield is populated with the full url, and... I would like to show a preview of the selected file in the iframe, like from the thumbnail - but cannot get it to work together.

Can someone offer me some advice please? I've been reading the documentation / forum support for over 2 hours  and it seems like such a simple retrieval.

thank you in advanced for any help

Last edited by concepts (2012-05-21 18:54:43)

2

Re: [Solved] Combining iframe for thumbnail + insert url

You should be able to use the oninsert callback. I've made a fiddle for you here:
http://fiddle.tinymce.com/j8baab

Best regards,
Spocke - Main developer of TinyMCE

3

Re: [Solved] Combining iframe for thumbnail + insert url

Perfect smile ty so much.