Hi,
I would like to use jQuery to load standalone version in the page. This is a test page:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<title>Test</title>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script>
<script type="text/javascript">
$(document).ready(function(){
// Link standalone
$("#standalone a").click(function() {
var page = $(this).attr("href");
$("#content").load(page);
return false;
});
});
</script>
</head>
<body>
<p id="standalone"><a href="standalone.html">Failed test</a>, <a href="index.html">Test ok</a></p>
<div id="content"></div>
</body>
</html>
The error I receive is as follows:
Error: uncaught exception: [CKFINDER.application.replace] The ax with id or name "ckf2005" was not found.
There's a solution to load the standalone version of CKFinder in the page through jQuery?
Thank you for your Support
Fri, 02/25/2011 - 16:26
#1
Re: Standalone in the page with jQuery. Error uncaught excep
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+