Opened 7 years ago

Closed 7 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.

Change History (1)

comment:1 Changed 7 years ago by Tade0

Resolution: invalid
Status: newclosed

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.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy