plugin does not create FCK object in Firefox3
June 27, 2008 - 8:45am — feel80
| Project: | FCKEditor Plugin |
| Version: | 1.2.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I've downloaded Firefox3. My code (which really works in Firefox2) doesn't work!
//
Generated error:
Error: FCKeditor is not a constructor
Source File: http://xstilla.feel.iota.strategicit.lan/i/ssm/js/jquery.FCKEditor.js
Line: 123

Comments
#1
<textarea class="fck" cols="60" rows="20" name="test"></textarea>
<script type="text/javascript">
//<![CDATA[
$(document).ready(
function() {
$.fck.start({toolbar:'Basic'});
}
);
//]]>
</script>