Hi,
Im using FCKEditor with Tinybrowser. When user clicks on some thumb, thumb URL is inserted in CK dialog, but I cant figure out how to pass link to big picture, actually to link field?
function selectURL(thumb,pop) { window.parent.close(); window.parent.opener.CKEDITOR.tools.callFunction(<?php echo $_GET['CKEditorFuncNum'] ?>, thumb); // im trying this window.opener.document.getElementById("167_textInput").value = pop; return false; }
2. And also how to add rel="modal" to <a> tag?
Here is to whole code what i want to create:
<a href="Path to POP" rel="modal"><img src="Path to THUMB" /></a>
I really appreciate any suggestion
Thanks