Opened 8 years ago
Closed 8 years ago
#16742 closed Task (invalid)
How to identify end of the document ?
Reported by: | Nilesh Awtade | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | scroll, document end, pagination | Cc: | nilesh.awtade.ext@… |
Description
I have added the scroll event in ckEditor, and now i have to identify the end of the document, so that i can fire an event and add next contents in editor when scroll reach to the end. Added the scroll event as below
private final native void addScrollHandler( Element frame )
/*-{
frame.contentWindow.CKEDITOR.on('instanceCreated', function(e) { e.editor.on('contentDom', function() {
e.editor.document.on('scroll', function(event) {
console.log( 'Editable has been scrolled' );
});
});
});
}-*/;
Now how can i identify the end of the document ?? Plz reply ASAP.!!
Thanks.
I'm sorry but this is a place for reporting CKEditor bugs and not place for seeking advice or support.
If you have CKEditor license, please contact our support team. You also can ask your implementation questions at Stack Overflow.