The forum operates in read-only mode. Please head to StackOverflow for support.
discussion on this problem can be found on http://sourceforge.net/forum/forum.php? ... _id=257180
RE: HOWTO - Reach the API from out of a dialo
RE: HOWTO - Reach the API from out of a dialog
<script type="text/javascript">
<!--
var oEditor = window.parent.InnerDialogLoaded();
var FCK = oEditor.FCK;
var sven = FCK.GetXHTML( true );
document.write(sven);
-->
</script>
';
what am I doing wrong? =)
RE: HOWTO - Reach the API from out of a dialo
Re: HOWTO - Reach the API from out of a dialog
Re: HOWTO - Reach the API from out of a dialog