<%@Register Assembly="CKEditor.NET" Namespace="CKEditor.NET" TagPrefix="CKEditor"%> <CKEditor:CKEditorControl ID="CKEditor1" runat="server" maxlength="1500"> </CKEditor:CKEditorControl>
but,can not use :
<script> var editor = CKEDITOR.instances.CKEditor1; alert(editor.langCode); </script>
undefined CKEDITOR???
i use ver is 3.6.2.0
Re: how to use CKEDITOR.instances for asp.net
Hi,
I got this tip if you're only using one editor on the page: