﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
16742	How to identify end of the document ?	Nilesh Awtade		"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."	Task	closed	Normal		General		invalid	scroll, document end, pagination	nilesh.awtade.ext@…
